Trace number 1080101

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 668.727 669.11

DiagnosticValue
CHECKS6120980

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-47_ext.xml
MD5SUM6ae83eaaaf43058c785168af7553985a
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 benchmark15.2247
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.16	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.16	c Parsing = 1
0.00/0.16	c Building = 1
0.00/0.20	c [ NumberOfVariables = 20 ]
0.00/0.20	c [ NumberOfConstraints = 58 ]
0.00/0.20	c [ SizeOfSearchSpace(log2) = 86.4386 ]
0.00/0.20	c SymmetrySearch = 1
0.68/0.73	c InitialPropagation = 1
0.68/0.74	c [ SizeOfSearchSpace(log2) = 86.4386 ]
0.68/0.74	c InitialSAC = 1
0.78/0.87	c [ SizeOfSearchSpace(log2) = 86.4386 ]
0.78/0.87	c Search(SampleFF) : 
77.95/78.16	c [ Sampling domwdeg ]
77.95/78.16	c [ Sampling impacts ]
77.95/78.16	c [ Sampling la ]
77.95/78.16	c [ SamplingScores: ]
77.95/78.16	c [ domwdeg+min = 0.00131594 | domwdeg+rnd = 0.000769997 ]
77.95/78.16	c [ impacts+min = 0.00023669 | impacts+rnd = 0.000614489 ]
77.95/78.16	c [ la+min = 4.63259e-06 | la+rnd = 1.57294e-06 ]
77.95/78.16	c [ domwdeg = 0.00104297 | impacts = 0.000425589 | la = 3.10277e-06 ]
77.95/78.16	c [ min = 0.000519089 | rand = 0.000425589 ]
77.95/78.16	c [ restarting at (1.60065,0.001025) ]
82.05/82.20	c [ restarting at (4.00163,0.00190031) ]
92.04/92.22	c [ restarting at (10.0041,0.0250003) ]
117.03/117.25	c [ restarting at (25.0102,0.0166375) ]
179.60/179.80	c [ restarting at (62.5255,0.0577691) ]
335.84/336.18	c [ restarting at (156.314,0.10502) ]
668.62/669.10	c Search(SampleFF) = 1
668.62/669.10	s SATISFIABLE
668.62/669.10	v 14 5 8 19 12 3 7 11 0 6 17 3 6 18 0 4 10 15 5 12
668.62/669.10	d CHECKS 6120983
668.62/669.10	c [ TotalFails = 49363 ]
668.62/669.10	c [ NumberOfRestarts = 64 ]
668.62/669.10	c [ TotalTime = 1.33383e+06 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-1080101-1215211898/watcher-1080101-1215211898 -o /tmp/evaluation-result-1080101-1215211898/solver-1080101-1215211898 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1080101-1215211898.xml 1871047575 

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.03 2.01 1.90 4/84 28856
/proc/meminfo: memFree=1638416/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=1056 CPUtime=0
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 2000158516 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 7205668 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/28856/statm: 264 26 20 235 0 3 0

[startup+0.214075 s]
/proc/loadavg: 2.03 2.01 1.90 4/84 28856
/proc/meminfo: memFree=1638416/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=110396 CPUtime=0.2
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 2837 0 0 0 19 1 0 0 19 0 1 0 2000158516 113045504 2797 996147200 134512640 135477443 4294956224 18446744073709551615 134635363 0 0 4096 0 0 0 0 17 1 0 0
/proc/28856/statm: 27599 2797 432 235 0 26300 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 110396

[startup+0.301087 s]
/proc/loadavg: 2.03 2.01 1.90 4/84 28856
/proc/meminfo: memFree=1638416/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=118580 CPUtime=0.28
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 4895 0 0 0 27 1 0 0 19 0 1 0 2000158516 121425920 4855 996147200 134512640 135477443 4294956224 18446744073709551615 134630234 0 0 4096 0 0 0 0 17 1 0 0
/proc/28856/statm: 29645 4855 432 235 0 28346 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 118580

[startup+0.401102 s]
/proc/loadavg: 2.03 2.01 1.90 4/84 28856
/proc/meminfo: memFree=1638416/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=128348 CPUtime=0.37
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 7349 0 0 0 35 2 0 0 20 0 1 0 2000158516 131428352 7309 996147200 134512640 135477443 4294956224 18446744073709551615 134642861 0 0 4096 0 0 0 0 17 1 0 0
/proc/28856/statm: 32087 7309 432 235 0 30788 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 128348

[startup+0.701151 s]
/proc/loadavg: 2.03 2.01 1.90 4/84 28856
/proc/meminfo: memFree=1638416/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=150064 CPUtime=0.68
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11113 0 0 0 64 4 0 0 23 0 1 0 2000158516 153665536 11010 996147200 134512640 135477443 4294956224 18446744073709551615 7636273 0 0 4096 0 0 0 0 17 1 0 0
/proc/28856/statm: 37516 11010 445 235 0 36217 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 150064

[startup+1.50126 s]
/proc/loadavg: 2.03 2.01 1.90 3/85 28857
/proc/meminfo: memFree=1628488/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=1.47
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11482 0 0 0 142 5 0 0 25 0 1 0 2000158516 111779840 2896 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/28856/statm: 27290 2896 477 235 0 25991 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 109160

[startup+3.10147 s]
/proc/loadavg: 2.03 2.01 1.90 3/85 28857
/proc/meminfo: memFree=1628232/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=3.06
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11535 0 0 0 301 5 0 0 25 0 1 0 2000158516 111779840 2949 996147200 134512640 135477443 4294956224 18446744073709551615 135268208 0 0 4096 0 0 0 0 17 1 0 0
/proc/28856/statm: 27290 2949 477 235 0 25991 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 109160

[startup+6.30191 s]
/proc/loadavg: 2.02 2.01 1.90 3/85 28857
/proc/meminfo: memFree=1628104/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=6.23
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11538 0 0 0 618 5 0 0 25 0 1 0 2000158516 111779840 2952 996147200 134512640 135477443 4294956224 18446744073709551615 134600925 0 0 4096 0 0 0 0 17 1 0 0
/proc/28856/statm: 27290 2952 477 235 0 25991 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 109160

[startup+12.7018 s]
/proc/loadavg: 2.02 2.01 1.90 3/74 28887
/proc/meminfo: memFree=1658144/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=12.57
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11563 0 0 0 1251 6 0 0 25 0 1 0 2000158516 111779840 2977 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 0 0 0
/proc/28856/statm: 27290 2977 477 235 0 25991 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 109160

[startup+25.5065 s]
/proc/loadavg: 2.16 2.04 1.91 3/85 28902
/proc/meminfo: memFree=1628104/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=25.37
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11586 0 0 0 2529 8 0 0 25 0 1 0 2000158516 111779840 3000 996147200 134512640 135477443 4294956224 18446744073709551615 134600969 0 0 4096 0 0 0 0 17 0 0 0
/proc/28856/statm: 27290 3000 479 235 0 25991 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 109160

[startup+51.102 s]
/proc/loadavg: 2.11 2.03 1.91 3/73 28929
/proc/meminfo: memFree=1679080/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=50.96
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11722 0 0 0 5087 9 0 0 25 0 1 0 2000158516 111779840 3136 996147200 134512640 135477443 4294956224 18446744073709551615 134600985 0 0 4096 0 0 0 0 17 0 0 0
/proc/28856/statm: 27290 3136 479 235 0 25991 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 109160

[startup+102.302 s]
/proc/loadavg: 2.10 2.04 1.92 3/73 28956
/proc/meminfo: memFree=1679016/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=102.13
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11723 0 0 0 10203 10 0 0 25 0 1 0 2000158516 111779840 3137 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/28856/statm: 27290 3137 480 235 0 25991 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 109160

[startup+162.301 s]
/proc/loadavg: 2.13 2.06 1.93 3/75 29033
/proc/meminfo: memFree=1668888/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=162.1
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11723 0 0 0 16199 11 0 0 25 0 1 0 2000158516 111779840 3137 996147200 134512640 135477443 4294956224 18446744073709551615 134590280 0 0 4096 0 0 0 0 17 0 0 0
/proc/28856/statm: 27290 3137 480 235 0 25991 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 109160

[startup+222.301 s]
/proc/loadavg: 2.09 2.06 1.94 3/75 29033
/proc/meminfo: memFree=1668376/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=222.09
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11723 0 0 0 22197 12 0 0 25 0 1 0 2000158516 111779840 3137 996147200 134512640 135477443 4294956224 18446744073709551615 134609904 0 0 4096 0 0 0 0 17 0 0 0
/proc/28856/statm: 27290 3137 480 235 0 25991 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 109160

[startup+282.301 s]
/proc/loadavg: 2.03 2.05 1.94 3/75 29033
/proc/meminfo: memFree=1667864/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=282.06
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11723 0 0 0 28194 12 0 0 25 0 1 0 2000158516 111779840 3137 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/28856/statm: 27290 3137 480 235 0 25991 0
Current children cumulated CPU time (s) 282.06
Current children cumulated vsize (KiB) 109160

[startup+342.307 s]
/proc/loadavg: 2.01 2.04 1.94 3/75 29033
/proc/meminfo: memFree=1667480/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=342.04
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11723 0 0 0 34192 12 0 0 25 0 1 0 2000158516 111779840 3137 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/28856/statm: 27290 3137 480 235 0 25991 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 109160

[startup+402.302 s]
/proc/loadavg: 2.00 2.03 1.94 3/75 29033
/proc/meminfo: memFree=1666968/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=402.01
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11723 0 0 0 40189 12 0 0 25 0 1 0 2000158516 111779840 3137 996147200 134512640 135477443 4294956224 18446744073709551615 134590291 0 0 4096 0 0 0 0 17 0 0 0
/proc/28856/statm: 27290 3137 480 235 0 25991 0
Current children cumulated CPU time (s) 402.01
Current children cumulated vsize (KiB) 109160

[startup+462.302 s]
/proc/loadavg: 2.00 2.02 1.94 3/75 29033
/proc/meminfo: memFree=1666648/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=461.98
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11723 0 0 0 46186 12 0 0 25 0 1 0 2000158516 111779840 3137 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/28856/statm: 27290 3137 480 235 0 25991 0
Current children cumulated CPU time (s) 461.98
Current children cumulated vsize (KiB) 109160

[startup+522.302 s]
/proc/loadavg: 2.00 2.02 1.94 3/75 29033
/proc/meminfo: memFree=1666392/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=521.96
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11723 0 0 0 52184 12 0 0 25 0 1 0 2000158516 111779840 3137 996147200 134512640 135477443 4294956224 18446744073709551615 135268947 0 0 4096 0 0 0 0 17 0 0 0
/proc/28856/statm: 27290 3137 480 235 0 25991 0
Current children cumulated CPU time (s) 521.96
Current children cumulated vsize (KiB) 109160

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 1.94 3/75 29039
/proc/meminfo: memFree=1666008/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=581.94
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11723 0 0 0 58182 12 0 0 25 0 1 0 2000158516 111779840 3137 996147200 134512640 135477443 4294956224 18446744073709551615 134600793 0 0 4096 0 0 0 0 17 0 0 0
/proc/28856/statm: 27290 3137 480 235 0 25991 0
Current children cumulated CPU time (s) 581.94
Current children cumulated vsize (KiB) 109160

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 29039
/proc/meminfo: memFree=1665880/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=641.92
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11723 0 0 0 64179 13 0 0 25 0 1 0 2000158516 111779840 3137 996147200 134512640 135477443 4294956224 18446744073709551615 134590157 0 0 4096 0 0 0 0 17 0 0 0
/proc/28856/statm: 27290 3137 480 235 0 25991 0
Current children cumulated CPU time (s) 641.92
Current children cumulated vsize (KiB) 109160

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

[startup+652.902 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 29039
/proc/meminfo: memFree=1665880/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=652.52
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11723 0 0 0 65239 13 0 0 25 0 1 0 2000158516 111779840 3137 996147200 134512640 135477443 4294956224 18446744073709551615 134609899 0 0 4096 0 0 0 0 17 0 0 0
/proc/28856/statm: 27290 3137 480 235 0 25991 0
Current children cumulated CPU time (s) 652.52
Current children cumulated vsize (KiB) 109160

[startup+659.302 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 29039
/proc/meminfo: memFree=1665880/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=658.92
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11723 0 0 0 65879 13 0 0 25 0 1 0 2000158516 111779840 3137 996147200 134512640 135477443 4294956224 18446744073709551615 134590247 0 0 4096 0 0 0 0 17 0 0 0
/proc/28856/statm: 27290 3137 480 235 0 25991 0
Current children cumulated CPU time (s) 658.92
Current children cumulated vsize (KiB) 109160

[startup+665.706 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 29039
/proc/meminfo: memFree=1665880/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=665.32
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11723 0 0 0 66519 13 0 0 25 0 1 0 2000158516 111779840 3137 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/28856/statm: 27290 3137 480 235 0 25991 0
Current children cumulated CPU time (s) 665.32
Current children cumulated vsize (KiB) 109160

[startup+667.302 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 29039
/proc/meminfo: memFree=1665880/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=666.91
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11723 0 0 0 66678 13 0 0 25 0 1 0 2000158516 111779840 3137 996147200 134512640 135477443 4294956224 18446744073709551615 134609899 0 0 4096 0 0 0 0 17 0 0 0
/proc/28856/statm: 27290 3137 480 235 0 25991 0
Current children cumulated CPU time (s) 666.91
Current children cumulated vsize (KiB) 109160

[startup+668.102 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 29039
/proc/meminfo: memFree=1665880/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=667.71
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11723 0 0 0 66758 13 0 0 25 0 1 0 2000158516 111779840 3137 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/28856/statm: 27290 3137 480 235 0 25991 0
Current children cumulated CPU time (s) 667.71
Current children cumulated vsize (KiB) 109160

[startup+668.902 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 29039
/proc/meminfo: memFree=1665880/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=668.52
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11723 0 0 0 66839 13 0 0 25 0 1 0 2000158516 111779840 3137 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/28856/statm: 27290 3137 480 235 0 25991 0
Current children cumulated CPU time (s) 668.52
Current children cumulated vsize (KiB) 109160

[startup+669.102 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 29039
/proc/meminfo: memFree=1665880/2055920 swapFree=4180436/4192956
[pid=28856] ppid=28854 vsize=109160 CPUtime=668.71
/proc/28856/stat : 28856 (casperzao) R 28854 28856 28393 0 -1 4194304 11724 0 0 0 66858 13 0 0 25 0 1 0 2000158516 111779840 3138 996147200 134512640 135477443 4294956224 18446744073709551615 134603596 0 0 4096 0 0 0 0 17 0 0 0
/proc/28856/statm: 27290 3138 481 235 0 25991 0
Current children cumulated CPU time (s) 668.71
Current children cumulated vsize (KiB) 109160

Child status: 0
Real time (s): 669.11
CPU time (s): 668.727
CPU user time (s): 668.593
CPU system time (s): 0.133979
CPU usage (%): 99.9429
Max. virtual memory (cumulated for all children) (KiB): 150064

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

runsolver used 0.815875 second user time and 2.13767 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-05 00:51:38
IDJOB=1080101
IDBENCH=56934
IDSOLVER=361
FILE ID=node71/1080101-1215211898
PBS_JOBID= 7881769
Free space on /tmp= 66492 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6ae83eaaaf43058c785168af7553985a
RANDOM SEED=1871047575

node71.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.209
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.209
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:       1638896 kB
Buffers:         62892 kB
Cached:         251224 kB
SwapCached:       6776 kB
Active:         276112 kB
Inactive:        81312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1638896 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            4124 kB
Writeback:           0 kB
Mapped:          60184 kB
Slab:            44420 kB
Committed_AS:  4295072 kB
PageTables:       2060 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= 66508 MiB
End job on node71 at 2008-07-05 01:02:47