Trace number 1100569

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
casper zitoUNSAT 1284.72 1287.93

DiagnosticValue
CHECKS2932790

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-80_ext.xml
MD5SUMcf719d944bc7187c5c56d0abd8b67387
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.9744
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.10	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.10	c Parsing = 1
0.19/0.21	c Building = 1
0.19/0.26	c [ NumberOfVariables = 40 ]
0.19/0.26	c [ NumberOfConstraints = 84 ]
0.19/0.26	c [ SizeOfSearchSpace(log2) = 299.674 ]
0.19/0.26	c SymmetrySearch = 1
2.07/2.10	c InitialPropagation = 1
2.17/2.26	c [ SizeOfSearchSpace(log2) = 299.674 ]
2.17/2.26	c InitialSAC = 1
7.51/7.67	c [ SizeOfSearchSpace(log2) = 299.674 ]
7.51/7.67	c Search(DomWDeg) = 0
1284.68/1287.92	s UNSATISFIABLE
1284.68/1287.92	d CHECKS 2932787
1284.68/1287.92	c [ TotalFails = 12118 ]
1284.68/1287.92	c [ NumberOfRestarts = 7 ]
1284.68/1287.92	c [ TotalTime = 1.04004e+06 secs ]

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1100569-1215287372/watcher-1100569-1215287372 -o /tmp/evaluation-result-1100569-1215287372/solver-1100569-1215287372 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1100569-1215287372.xml 1638815496 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15066
/proc/meminfo: memFree=1573448/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=1052 CPUtime=0
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1558411262 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 6927140 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/15066/statm: 263 26 20 234 0 3 0

[startup+0.209138 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15066
/proc/meminfo: memFree=1573448/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=10608 CPUtime=0.19
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 1760 0 0 0 19 0 0 0 19 0 1 0 1558411262 10862592 1720 996147200 134512640 135472138 4294956224 18446744073709551615 134793975 0 0 4096 0 0 0 0 17 1 0 0
/proc/15066/statm: 2652 1720 365 234 0 1354 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10608

[startup+0.302154 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15066
/proc/meminfo: memFree=1573448/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=114780 CPUtime=0.28
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 4508 0 0 0 27 1 0 0 19 0 1 0 1558411262 117534720 4468 996147200 134512640 135472138 4294956224 18446744073709551615 134629045 0 0 4096 0 0 0 0 17 1 0 0
/proc/15066/statm: 28695 4468 432 234 0 27397 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 114780

[startup+0.402173 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15066
/proc/meminfo: memFree=1573448/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=122832 CPUtime=0.38
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 6505 0 0 0 36 2 0 0 20 0 1 0 1558411262 125779968 6465 996147200 134512640 135472138 4294956224 18446744073709551615 134629045 0 0 4096 0 0 0 0 17 1 0 0
/proc/15066/statm: 30708 6465 432 234 0 29410 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 122832

[startup+0.701224 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15066
/proc/meminfo: memFree=1573448/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=168100 CPUtime=0.68
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 13402 0 0 0 64 4 0 0 23 0 1 0 1558411262 172134400 13360 996147200 134512640 135472138 4294956224 18446744073709551615 134533715 0 0 4096 0 0 0 0 17 1 0 0
/proc/15066/statm: 42025 13360 439 234 0 40727 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 168100

[startup+1.50136 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15067
/proc/meminfo: memFree=1518592/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=168100 CPUtime=1.47
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 14484 0 0 0 142 5 0 0 25 0 1 0 1558411262 172134400 14336 996147200 134512640 135472138 4294956224 18446744073709551615 134535933 0 0 4096 0 0 0 0 17 1 0 0
/proc/15066/statm: 42025 14336 439 234 0 40727 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 168100

[startup+3.10164 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15067
/proc/meminfo: memFree=1555840/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=3.05
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 16724 0 0 0 299 6 0 0 25 0 1 0 1558411262 113881088 5231 996147200 134512640 135472138 4294956224 18446744073709551615 134616378 0 0 4096 0 0 0 0 17 1 0 0
/proc/15066/statm: 27803 5231 457 234 0 26505 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 111212

[startup+6.30119 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15067
/proc/meminfo: memFree=1553792/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=6.23
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 16766 0 0 0 616 7 0 0 25 0 1 0 1558411262 113881088 5273 996147200 134512640 135472138 4294956224 18446744073709551615 134616939 0 0 4096 0 0 0 0 17 1 0 0
/proc/15066/statm: 27803 5273 457 234 0 26505 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 111212

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 15067
/proc/meminfo: memFree=1551040/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=12.57
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17437 0 0 0 1250 7 0 0 25 0 1 0 1558411262 113881088 5944 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/15066/statm: 27803 5944 473 234 0 26505 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 111212

[startup+25.5065 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15067
/proc/meminfo: memFree=1550528/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=25.26
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17611 0 0 0 2519 7 0 0 25 0 1 0 1558411262 113881088 6118 996147200 134512640 135472138 4294956224 18446744073709551615 135262880 0 0 4096 0 0 0 0 17 1 0 0
/proc/15066/statm: 27803 6118 473 234 0 26505 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 111212

[startup+51.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15067
/proc/meminfo: memFree=1550400/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=50.63
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17640 0 0 0 5056 7 0 0 25 0 1 0 1558411262 113881088 6147 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 1 0 0
/proc/15066/statm: 27803 6147 473 234 0 26505 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 111212

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15067
/proc/meminfo: memFree=1550272/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=101.4
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17641 0 0 0 10132 8 0 0 25 0 1 0 1558411262 113881088 6148 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/15066/statm: 27803 6148 473 234 0 26505 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 111212

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 15107
/proc/meminfo: memFree=1503168/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=161.26
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17721 0 0 0 16116 10 0 0 25 0 1 0 1558411262 113881088 6228 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6228 473 234 0 26505 0
Current children cumulated CPU time (s) 161.26
Current children cumulated vsize (KiB) 111212

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 15107
/proc/meminfo: memFree=1503360/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=221.22
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17721 0 0 0 22112 10 0 0 25 0 1 0 1558411262 113881088 6228 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6228 473 234 0 26505 0
Current children cumulated CPU time (s) 221.22
Current children cumulated vsize (KiB) 111212

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15149
/proc/meminfo: memFree=1526528/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=281.16
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17721 0 0 0 28104 12 0 0 25 0 1 0 1558411262 113881088 6228 996147200 134512640 135472138 4294956224 18446744073709551615 134617107 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6228 473 234 0 26505 0
Current children cumulated CPU time (s) 281.16
Current children cumulated vsize (KiB) 111212

[startup+342.306 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 15188
/proc/meminfo: memFree=1533448/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=340.48
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17759 0 0 0 34035 13 0 0 25 0 1 0 1558411262 113881088 6266 996147200 134512640 135472138 4294956224 18446744073709551615 134617113 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6266 473 234 0 26505 0
Current children cumulated CPU time (s) 340.48
Current children cumulated vsize (KiB) 111212

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15188
/proc/meminfo: memFree=1533064/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=400.43
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17759 0 0 0 40029 14 0 0 25 0 1 0 1558411262 113881088 6266 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6266 473 234 0 26505 0
Current children cumulated CPU time (s) 400.43
Current children cumulated vsize (KiB) 111212

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15188
/proc/meminfo: memFree=1533064/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=460.38
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17759 0 0 0 46024 14 0 0 25 0 1 0 1558411262 113881088 6266 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6266 473 234 0 26505 0
Current children cumulated CPU time (s) 460.38
Current children cumulated vsize (KiB) 111212

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15188
/proc/meminfo: memFree=1532936/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=520.32
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17759 0 0 0 52018 14 0 0 25 0 1 0 1558411262 113881088 6266 996147200 134512640 135472138 4294956224 18446744073709551615 134585110 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6266 473 234 0 26505 0
Current children cumulated CPU time (s) 520.32
Current children cumulated vsize (KiB) 111212

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15188
/proc/meminfo: memFree=1532552/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=580.27
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17759 0 0 0 58013 14 0 0 25 0 1 0 1558411262 113881088 6266 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6266 473 234 0 26505 0
Current children cumulated CPU time (s) 580.27
Current children cumulated vsize (KiB) 111212

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15269
/proc/meminfo: memFree=1555400/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=639.67
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17759 0 0 0 63951 16 0 0 25 0 1 0 1558411262 113881088 6266 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6266 473 234 0 26505 0
Current children cumulated CPU time (s) 639.67
Current children cumulated vsize (KiB) 111212

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15275
/proc/meminfo: memFree=1555016/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=699.6
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17824 0 0 0 69944 16 0 0 25 0 1 0 1558411262 113881088 6331 996147200 134512640 135472138 4294956224 18446744073709551615 134616496 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6331 473 234 0 26505 0
Current children cumulated CPU time (s) 699.6
Current children cumulated vsize (KiB) 111212

[startup+762.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15275
/proc/meminfo: memFree=1555080/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=759.55
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17824 0 0 0 75939 16 0 0 25 0 1 0 1558411262 113881088 6331 996147200 134512640 135472138 4294956224 18446744073709551615 134605040 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6331 473 234 0 26505 0
Current children cumulated CPU time (s) 759.55
Current children cumulated vsize (KiB) 111212

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15275
/proc/meminfo: memFree=1555080/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=819.5
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17824 0 0 0 81934 16 0 0 25 0 1 0 1558411262 113881088 6331 996147200 134512640 135472138 4294956224 18446744073709551615 134585100 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6331 473 234 0 26505 0
Current children cumulated CPU time (s) 819.5
Current children cumulated vsize (KiB) 111212

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15275
/proc/meminfo: memFree=1555080/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=879.44
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17824 0 0 0 87928 16 0 0 25 0 1 0 1558411262 113881088 6331 996147200 134512640 135472138 4294956224 18446744073709551615 134616936 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6331 473 234 0 26505 0
Current children cumulated CPU time (s) 879.44
Current children cumulated vsize (KiB) 111212

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15275
/proc/meminfo: memFree=1555080/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=939.39
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17824 0 0 0 93923 16 0 0 25 0 1 0 1558411262 113881088 6331 996147200 134512640 135472138 4294956224 18446744073709551615 135262880 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6331 473 234 0 26505 0
Current children cumulated CPU time (s) 939.39
Current children cumulated vsize (KiB) 111212

[startup+1002.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15275
/proc/meminfo: memFree=1555080/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=999.34
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17824 0 0 0 99918 16 0 0 25 0 1 0 1558411262 113881088 6331 996147200 134512640 135472138 4294956224 18446744073709551615 134584991 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6331 473 234 0 26505 0
Current children cumulated CPU time (s) 999.34
Current children cumulated vsize (KiB) 111212

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15275
/proc/meminfo: memFree=1555080/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=1059.28
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17824 0 0 0 105912 16 0 0 25 0 1 0 1558411262 113881088 6331 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6331 473 234 0 26505 0
Current children cumulated CPU time (s) 1059.28
Current children cumulated vsize (KiB) 111212

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15275
/proc/meminfo: memFree=1555144/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=1119.23
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17824 0 0 0 111907 16 0 0 25 0 1 0 1558411262 113881088 6331 996147200 134512640 135472138 4294956224 18446744073709551615 135266758 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6331 473 234 0 26505 0
Current children cumulated CPU time (s) 1119.23
Current children cumulated vsize (KiB) 111212

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15275
/proc/meminfo: memFree=1555144/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=1179.17
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17824 0 0 0 117901 16 0 0 25 0 1 0 1558411262 113881088 6331 996147200 134512640 135472138 4294956224 18446744073709551615 134604888 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6331 473 234 0 26505 0
Current children cumulated CPU time (s) 1179.17
Current children cumulated vsize (KiB) 111212

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15275
/proc/meminfo: memFree=1555016/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=1239.13
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17824 0 0 0 123896 17 0 0 25 0 1 0 1558411262 113881088 6331 996147200 134512640 135472138 4294956224 18446744073709551615 134616372 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6331 473 234 0 26505 0
Current children cumulated CPU time (s) 1239.13
Current children cumulated vsize (KiB) 111212

Solver just ended. Dumping a history of the last processes samples

[startup+1254.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15275
/proc/meminfo: memFree=1555016/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=1251.32
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17824 0 0 0 125115 17 0 0 25 0 1 0 1558411262 113881088 6331 996147200 134512640 135472138 4294956224 18446744073709551615 134617104 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6331 473 234 0 26505 0
Current children cumulated CPU time (s) 1251.32
Current children cumulated vsize (KiB) 111212

[startup+1267.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15275
/proc/meminfo: memFree=1555016/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=1264.11
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 17873 0 0 0 126394 17 0 0 25 0 1 0 1558411262 113881088 6380 996147200 134512640 135472138 4294956224 18446744073709551615 134616960 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6380 473 234 0 26505 0
Current children cumulated CPU time (s) 1264.11
Current children cumulated vsize (KiB) 111212

[startup+1280.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15275
/proc/meminfo: memFree=1554504/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=1276.9
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 18003 0 0 0 127673 17 0 0 25 0 1 0 1558411262 113881088 6510 996147200 134512640 135472138 4294956224 18446744073709551615 134616948 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6510 473 234 0 26505 0
Current children cumulated CPU time (s) 1276.9
Current children cumulated vsize (KiB) 111212

[startup+1283.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15275
/proc/meminfo: memFree=1554376/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=1280.09
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 18008 0 0 0 127992 17 0 0 25 0 1 0 1558411262 113881088 6515 996147200 134512640 135472138 4294956224 18446744073709551615 134616939 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6515 473 234 0 26505 0
Current children cumulated CPU time (s) 1280.09
Current children cumulated vsize (KiB) 111212

[startup+1286.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15275
/proc/meminfo: memFree=1554312/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=1283.29
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 18022 0 0 0 128312 17 0 0 25 0 1 0 1558411262 113881088 6529 996147200 134512640 135472138 4294956224 18446744073709551615 134616951 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6529 473 234 0 26505 0
Current children cumulated CPU time (s) 1283.29
Current children cumulated vsize (KiB) 111212

[startup+1287.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15275
/proc/meminfo: memFree=1554312/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=1284.08
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 18022 0 0 0 128391 17 0 0 25 0 1 0 1558411262 113881088 6529 996147200 134512640 135472138 4294956224 18446744073709551615 134616426 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6529 473 234 0 26505 0
Current children cumulated CPU time (s) 1284.08
Current children cumulated vsize (KiB) 111212

[startup+1287.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15275
/proc/meminfo: memFree=1554312/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=1284.48
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 18022 0 0 0 128431 17 0 0 25 0 1 0 1558411262 113881088 6529 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6529 473 234 0 26505 0
Current children cumulated CPU time (s) 1284.48
Current children cumulated vsize (KiB) 111212

[startup+1287.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15275
/proc/meminfo: memFree=1554312/2055920 swapFree=4121488/4192956
[pid=15066] ppid=15064 vsize=111212 CPUtime=1284.68
/proc/15066/stat : 15066 (casperzito) R 15064 15066 13800 0 -1 4194304 18068 0 0 0 128451 17 0 0 25 0 1 0 1558411262 113881088 6575 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/15066/statm: 27803 6575 473 234 0 26505 0
Current children cumulated CPU time (s) 1284.68
Current children cumulated vsize (KiB) 111212

Child status: 0
Real time (s): 1287.93
CPU time (s): 1284.72
CPU user time (s): 1284.55
CPU system time (s): 0.176973
CPU usage (%): 99.7506
Max. virtual memory (cumulated for all children) (KiB): 168100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1284.55
system time used= 0.176973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18071
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16
involuntary context switches= 10198

runsolver used 1.37679 second user time and 3.52246 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-05 21:49:32
IDJOB=1100569
IDBENCH=59930
IDSOLVER=362
FILE ID=node14/1100569-1215287372
PBS_JOBID= 7882324
Free space on /tmp= 66444 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-80_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1100569-1215287372/watcher-1100569-1215287372 -o /tmp/evaluation-result-1100569-1215287372/solver-1100569-1215287372 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1100569-1215287372.xml 1638815496 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cf719d944bc7187c5c56d0abd8b67387
RANDOM SEED=1638815496

node14.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1573928 kB
Buffers:         77264 kB
Cached:         238408 kB
SwapCached:      65604 kB
Active:         302440 kB
Inactive:       122280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1573928 kB
SwapTotal:     4192956 kB
SwapFree:      4121488 kB
Dirty:            4684 kB
Writeback:           0 kB
Mapped:         125184 kB
Slab:            42168 kB
Committed_AS:  3222136 kB
PageTables:       2096 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node14 at 2008-07-05 22:11:00