Trace number 1078038

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 zaoSAT 595.546 600.618

DiagnosticValue
CHECKS5599090

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-26_ext.xml
MD5SUM5ec082c532b71e4456d741144814d880
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.79673
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.14	c Parsing = 1
0.00/0.16	c Building = 1
0.00/0.20	c [ NumberOfVariables = 20 ]
0.00/0.20	c [ NumberOfConstraints = 57 ]
0.00/0.20	c [ SizeOfSearchSpace(log2) = 86.4386 ]
0.00/0.20	c SymmetrySearch = 1
0.67/0.72	c InitialPropagation = 1
0.67/0.73	c [ SizeOfSearchSpace(log2) = 86.4386 ]
0.67/0.73	c InitialSAC = 1
0.77/0.83	c [ SizeOfSearchSpace(log2) = 86.4386 ]
0.77/0.83	c Search(SampleFF) : 
80.80/81.68	c [ Sampling domwdeg ]
80.80/81.68	c [ Sampling impacts ]
80.80/81.68	c [ Sampling la ]
80.80/81.68	c [ SamplingScores: ]
80.80/81.68	c [ domwdeg+min = 0.00101731 | domwdeg+rnd = 0.00240313 ]
80.80/81.68	c [ impacts+min = 0.000268351 | impacts+rnd = 0.000552902 ]
80.80/81.68	c [ la+min = 6.0078e-07 | la+rnd = 2.11761e-06 ]
80.80/81.68	c [ domwdeg = 0.00171022 | impacts = 0.000410626 | la = 1.3592e-06 ]
80.80/81.68	c [ min = 0.000428756 | rand = 0.000410626 ]
80.80/81.68	c [ restarting at (1.13177,0.000631563) ]
83.88/84.71	c [ restarting at (2.82944,0.000145047) ]
91.32/92.29	c [ restarting at (7.07359,0.0081625) ]
110.13/111.27	c [ restarting at (17.684,0.000263438) ]
157.09/158.68	c [ restarting at (44.21,0.0525063) ]
274.47/277.18	c [ restarting at (110.525,0.0655003) ]
481.59/486.25	c [ restarting at (276.312,0.203519) ]
595.52/600.60	c Search(SampleFF) = 1
595.52/600.60	s SATISFIABLE
595.52/600.60	v 8 16 18 16 13 8 5 19 3 2 4 8 9 7 0 10 13 13 11 0
595.52/600.60	d CHECKS 5599086
595.52/600.60	c [ TotalFails = 45184 ]
595.52/600.60	c [ NumberOfRestarts = 64 ]
595.52/600.60	c [ TotalTime = 88944.4 secs ]

Verifier Data (download as text)

OK

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-1078038-1215205307/watcher-1078038-1215205307 -o /tmp/evaluation-result-1078038-1215205307/solver-1078038-1215205307 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1078038-1215205307.xml 950017287 

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/82 2049
/proc/meminfo: memFree=1723240/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=1056 CPUtime=0
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 132541778 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 7709476 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/2049/statm: 264 26 20 235 0 3 0

[startup+0.221864 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 2049
/proc/meminfo: memFree=1723240/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=110564 CPUtime=0.2
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 2866 0 0 0 19 1 0 0 19 0 1 0 132541778 113217536 2826 996147200 134512640 135477443 4294956224 18446744073709551615 134630229 0 0 4096 0 0 0 0 17 1 0 0
/proc/2049/statm: 27641 2826 432 235 0 26342 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 110564

[startup+0.302887 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 2049
/proc/meminfo: memFree=1723240/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=118352 CPUtime=0.28
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 4801 0 0 0 26 2 0 0 19 0 1 0 132541778 121192448 4761 996147200 134512640 135477443 4294956224 18446744073709551615 134635374 0 0 4096 0 0 0 0 17 1 0 0
/proc/2049/statm: 29588 4761 432 235 0 28289 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 118352

[startup+0.402887 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 2049
/proc/meminfo: memFree=1723240/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=127856 CPUtime=0.38
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 7186 0 0 0 35 3 0 0 20 0 1 0 132541778 130924544 7146 996147200 134512640 135477443 4294956224 18446744073709551615 134630210 0 0 4096 0 0 0 0 17 1 0 0
/proc/2049/statm: 31964 7146 432 235 0 30665 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 127856

[startup+0.701928 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 2049
/proc/meminfo: memFree=1723240/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=145516 CPUtime=0.67
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 10804 0 0 0 63 4 0 0 23 0 1 0 132541778 149008384 10384 996147200 134512640 135477443 4294956224 18446744073709551615 8138904 0 0 4096 0 0 0 0 17 1 0 0
/proc/2049/statm: 36379 10384 445 235 0 35080 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 145516

[startup+1.50202 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2050
/proc/meminfo: memFree=1712928/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=109068 CPUtime=1.46
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 11162 0 0 0 141 5 0 0 25 0 1 0 132541778 111685632 2829 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/2049/statm: 27267 2829 477 235 0 25968 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 109068

[startup+3.10121 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2050
/proc/meminfo: memFree=1712672/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=109068 CPUtime=3.05
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 11188 0 0 0 300 5 0 0 25 0 1 0 132541778 111685632 2855 996147200 134512640 135477443 4294956224 18446744073709551615 134600974 0 0 4096 0 0 0 0 17 1 0 0
/proc/2049/statm: 27267 2855 477 235 0 25968 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 109068

[startup+6.30158 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2050
/proc/meminfo: memFree=1712608/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=109068 CPUtime=6.22
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 11236 0 0 0 617 5 0 0 25 0 1 0 132541778 111685632 2903 996147200 134512640 135477443 4294956224 18446744073709551615 134590235 0 0 4096 0 0 0 0 17 1 0 0
/proc/2049/statm: 27267 2903 477 235 0 25968 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 109068

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2050
/proc/meminfo: memFree=1712352/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=109068 CPUtime=12.56
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 11292 0 0 0 1251 5 0 0 25 0 1 0 132541778 111685632 2959 996147200 134512640 135477443 4294956224 18446744073709551615 134609347 0 0 4096 0 0 0 0 17 1 0 0
/proc/2049/statm: 27267 2959 477 235 0 25968 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 109068

[startup+25.5078 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2050
/proc/meminfo: memFree=1712416/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=109068 CPUtime=25.24
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 11294 0 0 0 2519 5 0 0 25 0 1 0 132541778 111685632 2961 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/2049/statm: 27267 2961 479 235 0 25968 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 109068

[startup+51.1028 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2050
/proc/meminfo: memFree=1712096/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=109068 CPUtime=50.59
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 11372 0 0 0 5054 5 0 0 25 0 1 0 132541778 111685632 3039 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 1 0 0
/proc/2049/statm: 27267 3039 479 235 0 25968 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 109068

[startup+102.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2050
/proc/meminfo: memFree=1711968/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=109068 CPUtime=101.32
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 11373 0 0 0 10126 6 0 0 25 0 1 0 132541778 111685632 3040 996147200 134512640 135477443 4294956224 18446744073709551615 134600823 0 0 4096 0 0 0 0 17 1 0 0
/proc/2049/statm: 27267 3040 480 235 0 25968 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 109068

[startup+162.303 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 2050
/proc/meminfo: memFree=1711520/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=109068 CPUtime=160.75
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 11480 0 0 0 16069 6 0 0 25 0 1 0 132541778 111685632 3147 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/2049/statm: 27267 3147 480 235 0 25968 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 109068

[startup+222.303 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 2050
/proc/meminfo: memFree=1711520/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=109068 CPUtime=220.19
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 11486 0 0 0 22013 6 0 0 25 0 1 0 132541778 111685632 3153 996147200 134512640 135477443 4294956224 18446744073709551615 134590160 0 0 4096 0 0 0 0 17 1 0 0
/proc/2049/statm: 27267 3153 480 235 0 25968 0
Current children cumulated CPU time (s) 220.19
Current children cumulated vsize (KiB) 109068

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2050
/proc/meminfo: memFree=1711080/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=109068 CPUtime=279.62
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 11589 0 0 0 27956 6 0 0 25 0 1 0 132541778 111685632 3256 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 1 0 0
/proc/2049/statm: 27267 3256 480 235 0 25968 0
Current children cumulated CPU time (s) 279.62
Current children cumulated vsize (KiB) 109068

[startup+342.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2050
/proc/meminfo: memFree=1711080/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=109068 CPUtime=339.05
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 11590 0 0 0 33899 6 0 0 25 0 1 0 132541778 111685632 3257 996147200 134512640 135477443 4294956224 18446744073709551615 134590329 0 0 4096 0 0 0 0 17 1 0 0
/proc/2049/statm: 27267 3257 480 235 0 25968 0
Current children cumulated CPU time (s) 339.05
Current children cumulated vsize (KiB) 109068

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2050
/proc/meminfo: memFree=1711016/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=109068 CPUtime=398.49
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 11590 0 0 0 39843 6 0 0 25 0 1 0 132541778 111685632 3257 996147200 134512640 135477443 4294956224 18446744073709551615 134590220 0 0 4096 0 0 0 0 17 1 0 0
/proc/2049/statm: 27267 3257 480 235 0 25968 0
Current children cumulated CPU time (s) 398.49
Current children cumulated vsize (KiB) 109068

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2050
/proc/meminfo: memFree=1711016/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=109068 CPUtime=457.92
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 11590 0 0 0 45786 6 0 0 25 0 1 0 132541778 111685632 3257 996147200 134512640 135477443 4294956224 18446744073709551615 134590297 0 0 4096 0 0 0 0 17 1 0 0
/proc/2049/statm: 27267 3257 480 235 0 25968 0
Current children cumulated CPU time (s) 457.92
Current children cumulated vsize (KiB) 109068

[startup+522.302 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 2136
/proc/meminfo: memFree=1644776/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=109068 CPUtime=517.61
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 11590 0 0 0 51753 8 0 0 25 0 1 0 132541778 111685632 3257 996147200 134512640 135477443 4294956224 18446744073709551615 134590262 0 0 4096 0 0 0 0 17 0 0 0
/proc/2049/statm: 27267 3257 480 235 0 25968 0
Current children cumulated CPU time (s) 517.61
Current children cumulated vsize (KiB) 109068

[startup+582.301 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 2137
/proc/meminfo: memFree=1707560/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=109068 CPUtime=577.31
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 11641 0 0 0 57723 8 0 0 25 0 1 0 132541778 111685632 3308 996147200 134512640 135477443 4294956224 18446744073709551615 134609904 0 0 4096 0 0 0 0 17 0 0 0
/proc/2049/statm: 27267 3308 480 235 0 25968 0
Current children cumulated CPU time (s) 577.31
Current children cumulated vsize (KiB) 109068

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

[startup+588.902 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 2137
/proc/meminfo: memFree=1707560/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=109068 CPUtime=583.88
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 11641 0 0 0 58380 8 0 0 25 0 1 0 132541778 111685632 3308 996147200 134512640 135477443 4294956224 18446744073709551615 134600851 0 0 4096 0 0 0 0 17 0 0 0
/proc/2049/statm: 27267 3308 480 235 0 25968 0
Current children cumulated CPU time (s) 583.88
Current children cumulated vsize (KiB) 109068

[startup+595.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 2137
/proc/meminfo: memFree=1707368/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=109068 CPUtime=590.25
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 11665 0 0 0 59017 8 0 0 25 0 1 0 132541778 111685632 3332 996147200 134512640 135477443 4294956224 18446744073709551615 134600851 0 0 4096 0 0 0 0 17 0 0 0
/proc/2049/statm: 27267 3332 480 235 0 25968 0
Current children cumulated CPU time (s) 590.25
Current children cumulated vsize (KiB) 109068

[startup+598.502 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 2137
/proc/meminfo: memFree=1707368/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=109068 CPUtime=593.43
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 11665 0 0 0 59335 8 0 0 25 0 1 0 132541778 111685632 3332 996147200 134512640 135477443 4294956224 18446744073709551615 134600845 0 0 4096 0 0 0 0 17 0 0 0
/proc/2049/statm: 27267 3332 480 235 0 25968 0
Current children cumulated CPU time (s) 593.43
Current children cumulated vsize (KiB) 109068

[startup+599.302 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 2137
/proc/meminfo: memFree=1707368/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=109068 CPUtime=594.23
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 11665 0 0 0 59415 8 0 0 25 0 1 0 132541778 111685632 3332 996147200 134512640 135477443 4294956224 18446744073709551615 134583302 0 0 4096 0 0 0 0 17 0 0 0
/proc/2049/statm: 27267 3332 480 235 0 25968 0
Current children cumulated CPU time (s) 594.23
Current children cumulated vsize (KiB) 109068

[startup+600.101 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 2137
/proc/meminfo: memFree=1707368/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=109068 CPUtime=595.02
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 11665 0 0 0 59494 8 0 0 25 0 1 0 132541778 111685632 3332 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 0 0 0
/proc/2049/statm: 27267 3332 480 235 0 25968 0
Current children cumulated CPU time (s) 595.02
Current children cumulated vsize (KiB) 109068

[startup+600.501 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 2137
/proc/meminfo: memFree=1707368/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=109068 CPUtime=595.42
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 11665 0 0 0 59534 8 0 0 25 0 1 0 132541778 111685632 3332 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/2049/statm: 27267 3332 480 235 0 25968 0
Current children cumulated CPU time (s) 595.42
Current children cumulated vsize (KiB) 109068

[startup+600.601 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 2137
/proc/meminfo: memFree=1707368/2055920 swapFree=4181452/4192956
[pid=2049] ppid=2047 vsize=109068 CPUtime=595.52
/proc/2049/stat : 2049 (casperzao) R 2047 2049 31557 0 -1 4194304 11665 0 0 0 59544 8 0 0 25 0 1 0 132541778 111685632 3332 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 0 0 0
/proc/2049/statm: 27267 3332 480 235 0 25968 0
Current children cumulated CPU time (s) 595.52
Current children cumulated vsize (KiB) 109068

Child status: 0
Real time (s): 600.618
CPU time (s): 595.546
CPU user time (s): 595.456
CPU system time (s): 0.090986
CPU usage (%): 99.1556
Max. virtual memory (cumulated for all children) (KiB): 148696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 595.455
system time used= 0.090986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11667
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= 21843

runsolver used 0.769882 second user time and 1.9667 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-04 23:01:47
IDJOB=1078038
IDBENCH=56755
IDSOLVER=361
FILE ID=node73/1078038-1215205307
PBS_JOBID= 7881587
Free space on /tmp= 66552 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-26_ext.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078038-1215205307/watcher-1078038-1215205307 -o /tmp/evaluation-result-1078038-1215205307/solver-1078038-1215205307 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1078038-1215205307.xml 950017287 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5ec082c532b71e4456d741144814d880
RANDOM SEED=950017287

node73.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.230
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	: 5914.62
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.230
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:       1723720 kB
Buffers:         34452 kB
Cached:         148948 kB
SwapCached:       5300 kB
Active:         185524 kB
Inactive:        85036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723720 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:            4292 kB
Writeback:           0 kB
Mapped:         100988 kB
Slab:            46608 kB
Committed_AS:  1123416 kB
PageTables:       1992 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= 66540 MiB
End job on node73 at 2008-07-04 23:11:48