Trace number 1072507

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 zao? (TO) 1800.1 1815.71

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-45_ext.xml
MD5SUMd5d47957bb204cad1de758ab5599e60c
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 benchmark85.557
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.21	c Parsing = 1
0.29/0.36	c Building = 1
0.38/0.44	c [ NumberOfVariables = 24 ]
0.38/0.44	c [ NumberOfConstraints = 75 ]
0.38/0.44	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.38/0.44	c SymmetrySearch = 1
1.67/1.79	c InitialPropagation = 1
1.77/1.81	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.77/1.81	c InitialSAC = 1
1.86/1.99	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.86/1.99	c Search(SampleFF) : 
88.87/89.76	c [ Sampling domwdeg ]
88.87/89.76	c [ Sampling impacts ]
88.87/89.76	c [ Sampling la ]
88.87/89.76	c [ SamplingScores: ]
88.87/89.76	c [ domwdeg+min = 1.65217e-06 | domwdeg+rnd = 2.85292e-06 ]
88.87/89.76	c [ impacts+min = 3.76029e-08 | impacts+rnd = 1.61273e-07 ]
88.87/89.76	c [ la+min = 4.90781e-11 | la+rnd = 2.04492e-12 ]
88.87/89.76	c [ domwdeg = 2.25254e-06 | impacts = 9.94378e-08 | la = 2.55615e-11 ]
88.87/89.76	c [ min = 5.63273e-07 | rand = 9.94378e-08 ]
88.87/89.76	c [ restarting at (0.141429,5.23278e-09) ]
89.27/90.16	c [ restarting at (0.353571,2.61639e-08) ]
90.26/91.16	c [ restarting at (0.883929,5.02347e-07) ]
92.64/93.55	c [ restarting at (2.20982,3.01452e-06) ]
98.58/99.50	c [ restarting at (5.52455,9.18877e-06) ]
113.25/114.31	c [ restarting at (13.8114,9.42424e-06) ]
149.91/151.34	c [ restarting at (34.5285,0.000232085) ]
241.58/243.82	c [ restarting at (86.3211,0.000364955) ]
470.69/475.03	c [ restarting at (215.803,0.000223194) ]
1043.48/1053.03	c [ restarting at (539.507,0.00348453) ]
1711.10/1726.74	c [ restarting at (1348.77,0.00368974) ]

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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

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.02 2.02 1.96 4/74 19910
/proc/meminfo: memFree=1741000/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=1056 CPUtime=0
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1996470874 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 7205668 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 264 26 20 235 0 3 0

[startup+0.210145 s]
/proc/loadavg: 2.02 2.02 1.96 4/74 19910
/proc/meminfo: memFree=1741000/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=9680 CPUtime=0.19
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 1515 0 0 0 19 0 0 0 19 0 1 0 1996470874 9912320 1475 996147200 134512640 135477443 4294956224 18446744073709551615 134713682 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 2420 1475 365 235 0 1121 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9680

[startup+0.300973 s]
/proc/loadavg: 2.02 2.02 1.96 4/74 19910
/proc/meminfo: memFree=1741000/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=11672 CPUtime=0.29
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 2012 0 0 0 28 1 0 0 19 0 1 0 1996470874 11952128 1972 996147200 134512640 135477443 4294956224 18446744073709551615 134620824 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 2918 1972 365 235 0 1619 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11672

[startup+0.401949 s]
/proc/loadavg: 2.02 2.02 1.96 4/74 19910
/proc/meminfo: memFree=1741000/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121508 CPUtime=0.38
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 4940 0 0 0 36 2 0 0 20 0 1 0 1996470874 124424192 4900 996147200 134512640 135477443 4294956224 18446744073709551615 134546913 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30377 4900 391 235 0 29078 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 121508

[startup+0.70187 s]
/proc/loadavg: 2.02 2.02 1.96 4/74 19910
/proc/meminfo: memFree=1741000/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=144608 CPUtime=0.68
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 10777 0 0 0 63 5 0 0 23 0 1 0 1996470874 148078592 10737 996147200 134512640 135477443 4294956224 18446744073709551615 134642861 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 36152 10737 432 235 0 34853 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 144608

[startup+1.50166 s]
/proc/loadavg: 2.02 2.02 1.96 3/75 19911
/proc/meminfo: memFree=1651392/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=214116 CPUtime=1.47
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 24055 0 0 0 137 10 0 0 25 0 1 0 1996470874 219254784 23861 996147200 134512640 135477443 4294956224 18446744073709551615 134536227 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 53529 23861 437 235 0 52230 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 214116

[startup+3.10125 s]
/proc/loadavg: 2.02 2.02 1.96 3/75 19911
/proc/meminfo: memFree=1720064/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=3.06
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25029 0 0 0 293 13 0 0 25 0 1 0 1996470874 124514304 5599 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 5599 477 235 0 29100 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 121596

[startup+6.30141 s]
/proc/loadavg: 2.02 2.02 1.96 3/75 19911
/proc/meminfo: memFree=1719616/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=6.23
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25056 0 0 0 610 13 0 0 25 0 1 0 1996470874 124514304 5626 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 5626 477 235 0 29100 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 121596

[startup+12.7017 s]
/proc/loadavg: 2.02 2.02 1.96 3/75 19911
/proc/meminfo: memFree=1718976/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=12.57
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25085 0 0 0 1244 13 0 0 25 0 1 0 1996470874 124514304 5655 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 5655 477 235 0 29100 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 121596

[startup+25.5064 s]
/proc/loadavg: 2.02 2.01 1.96 3/75 19911
/proc/meminfo: memFree=1718208/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=25.26
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25100 0 0 0 2513 13 0 0 25 0 1 0 1996470874 124514304 5670 996147200 134512640 135477443 4294956224 18446744073709551615 134583306 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 5670 477 235 0 29100 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 121596

[startup+51.1017 s]
/proc/loadavg: 2.01 2.01 1.96 3/75 19911
/proc/meminfo: memFree=1718016/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=50.62
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25155 0 0 0 5049 13 0 0 25 0 1 0 1996470874 124514304 5725 996147200 134512640 135477443 4294956224 18446744073709551615 134600981 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 5725 479 235 0 29100 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 121596

[startup+102.301 s]
/proc/loadavg: 2.00 2.01 1.96 3/75 19911
/proc/meminfo: memFree=1717504/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=101.36
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25156 0 0 0 10123 13 0 0 25 0 1 0 1996470874 124514304 5726 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 5726 480 235 0 29100 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 121596

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.96 3/75 19911
/proc/meminfo: memFree=1717120/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=160.81
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25238 0 0 0 16068 13 0 0 25 0 1 0 1996470874 124514304 5808 996147200 134512640 135477443 4294956224 18446744073709551615 134600944 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 5808 480 235 0 29100 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 121596

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/75 19911
/proc/meminfo: memFree=1716928/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=220.27
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25238 0 0 0 22014 13 0 0 25 0 1 0 1996470874 124514304 5808 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 5808 480 235 0 29100 0
Current children cumulated CPU time (s) 220.27
Current children cumulated vsize (KiB) 121596

[startup+282.302 s]
/proc/loadavg: 2.03 2.01 1.97 3/75 19911
/proc/meminfo: memFree=1716352/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=279.73
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25278 0 0 0 27960 13 0 0 25 0 1 0 1996470874 124514304 5848 996147200 134512640 135477443 4294956224 18446744073709551615 134601014 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 5848 480 235 0 29100 0
Current children cumulated CPU time (s) 279.73
Current children cumulated vsize (KiB) 121596

[startup+342.307 s]
/proc/loadavg: 2.01 2.01 1.97 3/75 19911
/proc/meminfo: memFree=1715776/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=339.19
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25361 0 0 0 33906 13 0 0 25 0 1 0 1996470874 124514304 5931 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 5931 480 235 0 29100 0
Current children cumulated CPU time (s) 339.19
Current children cumulated vsize (KiB) 121596

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 19911
/proc/meminfo: memFree=1715776/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=398.65
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25367 0 0 0 39852 13 0 0 25 0 1 0 1996470874 124514304 5937 996147200 134512640 135477443 4294956224 18446744073709551615 134600804 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 5937 480 235 0 29100 0
Current children cumulated CPU time (s) 398.65
Current children cumulated vsize (KiB) 121596

[startup+462.302 s]
/proc/loadavg: 2.06 2.01 1.97 3/75 19911
/proc/meminfo: memFree=1715136/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=458.11
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25419 0 0 0 45798 13 0 0 25 0 1 0 1996470874 124514304 5989 996147200 134512640 135477443 4294956224 18446744073709551615 134590162 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 5989 480 235 0 29100 0
Current children cumulated CPU time (s) 458.11
Current children cumulated vsize (KiB) 121596

[startup+522.301 s]
/proc/loadavg: 2.02 2.01 1.97 3/75 19911
/proc/meminfo: memFree=1715008/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=517.57
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25419 0 0 0 51744 13 0 0 25 0 1 0 1996470874 124514304 5989 996147200 134512640 135477443 4294956224 18446744073709551615 134600938 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 5989 480 235 0 29100 0
Current children cumulated CPU time (s) 517.57
Current children cumulated vsize (KiB) 121596

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 19911
/proc/meminfo: memFree=1714560/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=577.03
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25419 0 0 0 57690 13 0 0 25 0 1 0 1996470874 124514304 5989 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 5989 480 235 0 29100 0
Current children cumulated CPU time (s) 577.03
Current children cumulated vsize (KiB) 121596

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 19911
/proc/meminfo: memFree=1714304/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=636.49
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25419 0 0 0 63636 13 0 0 25 0 1 0 1996470874 124514304 5989 996147200 134512640 135477443 4294956224 18446744073709551615 134601001 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 5989 480 235 0 29100 0
Current children cumulated CPU time (s) 636.49
Current children cumulated vsize (KiB) 121596


################
# More data... #
################

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 19911
/proc/meminfo: memFree=1713792/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=874.33
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25419 0 0 0 87420 13 0 0 25 0 1 0 1996470874 124514304 5989 996147200 134512640 135477443 4294956224 18446744073709551615 134610081 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 5989 480 235 0 29100 0
Current children cumulated CPU time (s) 874.33
Current children cumulated vsize (KiB) 121596

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 19911
/proc/meminfo: memFree=1713600/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=933.78
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25419 0 0 0 93365 13 0 0 25 0 1 0 1996470874 124514304 5989 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 5989 480 235 0 29100 0
Current children cumulated CPU time (s) 933.78
Current children cumulated vsize (KiB) 121596

[startup+1002.31 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 19913
/proc/meminfo: memFree=1713536/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=993.24
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25419 0 0 0 99311 13 0 0 25 0 1 0 1996470874 124514304 5989 996147200 134512640 135477443 4294956224 18446744073709551615 134600890 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 5989 480 235 0 29100 0
Current children cumulated CPU time (s) 993.24
Current children cumulated vsize (KiB) 121596

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 19913
/proc/meminfo: memFree=1712768/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=1052.7
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25419 0 0 0 105257 13 0 0 25 0 1 0 1996470874 124514304 5989 996147200 134512640 135477443 4294956224 18446744073709551615 134609560 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 5989 480 235 0 29100 0
Current children cumulated CPU time (s) 1052.7
Current children cumulated vsize (KiB) 121596

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 19913
/proc/meminfo: memFree=1712768/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=1112.16
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25419 0 0 0 111203 13 0 0 25 0 1 0 1996470874 124514304 5989 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 5989 480 235 0 29100 0
Current children cumulated CPU time (s) 1112.16
Current children cumulated vsize (KiB) 121596

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/75 19913
/proc/meminfo: memFree=1712384/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=1171.62
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25419 0 0 0 117149 13 0 0 25 0 1 0 1996470874 124514304 5989 996147200 134512640 135477443 4294956224 18446744073709551615 134590291 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 5989 480 235 0 29100 0
Current children cumulated CPU time (s) 1171.62
Current children cumulated vsize (KiB) 121596

[startup+1242.3 s]
/proc/loadavg: 2.08 2.02 1.98 3/75 19913
/proc/meminfo: memFree=1711936/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=1231.08
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25489 0 0 0 123095 13 0 0 25 0 1 0 1996470874 124514304 6059 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 6059 480 235 0 29100 0
Current children cumulated CPU time (s) 1231.08
Current children cumulated vsize (KiB) 121596

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/75 19913
/proc/meminfo: memFree=1712000/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=1290.54
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25489 0 0 0 129041 13 0 0 25 0 1 0 1996470874 124514304 6059 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 6059 480 235 0 29100 0
Current children cumulated CPU time (s) 1290.54
Current children cumulated vsize (KiB) 121596

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/75 19913
/proc/meminfo: memFree=1711552/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=1350
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25489 0 0 0 134987 13 0 0 25 0 1 0 1996470874 124514304 6059 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 6059 480 235 0 29100 0
Current children cumulated CPU time (s) 1350
Current children cumulated vsize (KiB) 121596

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 19913
/proc/meminfo: memFree=1711552/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=1409.46
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25489 0 0 0 140933 13 0 0 25 0 1 0 1996470874 124514304 6059 996147200 134512640 135477443 4294956224 18446744073709551615 134609601 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 6059 480 235 0 29100 0
Current children cumulated CPU time (s) 1409.46
Current children cumulated vsize (KiB) 121596

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 19913
/proc/meminfo: memFree=1711488/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=1468.91
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25489 0 0 0 146878 13 0 0 25 0 1 0 1996470874 124514304 6059 996147200 134512640 135477443 4294956224 18446744073709551615 134609907 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 6059 480 235 0 29100 0
Current children cumulated CPU time (s) 1468.91
Current children cumulated vsize (KiB) 121596

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 19919
/proc/meminfo: memFree=1710784/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=1528.37
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25489 0 0 0 152823 14 0 0 25 0 1 0 1996470874 124514304 6059 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 6059 480 235 0 29100 0
Current children cumulated CPU time (s) 1528.37
Current children cumulated vsize (KiB) 121596

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 19919
/proc/meminfo: memFree=1710848/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=1587.82
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25489 0 0 0 158768 14 0 0 25 0 1 0 1996470874 124514304 6059 996147200 134512640 135477443 4294956224 18446744073709551615 134590277 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 6059 480 235 0 29100 0
Current children cumulated CPU time (s) 1587.82
Current children cumulated vsize (KiB) 121596

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 19919
/proc/meminfo: memFree=1710784/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=1647.29
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25489 0 0 0 164715 14 0 0 25 0 1 0 1996470874 124514304 6059 996147200 134512640 135477443 4294956224 18446744073709551615 134600949 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 6059 480 235 0 29100 0
Current children cumulated CPU time (s) 1647.29
Current children cumulated vsize (KiB) 121596

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 19919
/proc/meminfo: memFree=1710208/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=1706.74
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25545 0 0 0 170660 14 0 0 25 0 1 0 1996470874 124514304 6115 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/19910/statm: 30399 6115 480 235 0 29100 0
Current children cumulated CPU time (s) 1706.74
Current children cumulated vsize (KiB) 121596

[startup+1782.3 s]
/proc/loadavg: 2.09 2.03 1.99 3/70 20100
/proc/meminfo: memFree=1725672/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=1766.68
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25545 0 0 0 176650 18 0 0 25 0 1 0 1996470874 124514304 6115 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/19910/statm: 30399 6115 480 235 0 29100 0
Current children cumulated CPU time (s) 1766.68
Current children cumulated vsize (KiB) 121596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.7 s]
/proc/loadavg: 2.05 2.02 1.99 3/82 20145
/proc/meminfo: memFree=1651720/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=1800.08
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25545 0 0 0 179989 19 0 0 25 0 1 0 1996470874 124514304 6115 996147200 134512640 135477443 4294956224 18446744073709551615 134590297 0 0 4096 0 0 0 0 17 0 0 0
/proc/19910/statm: 30399 6115 480 235 0 29100 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 121596

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1815.7 s]
/proc/loadavg: 2.05 2.02 1.99 3/82 20145
/proc/meminfo: memFree=1651720/2055920 swapFree=4180112/4192956
[pid=19910] ppid=19908 vsize=121596 CPUtime=1800.08
/proc/19910/stat : 19910 (casperzao) R 19908 19910 19508 0 -1 4194304 25545 0 0 0 179989 19 0 0 25 0 1 0 1996470874 124514304 6115 996147200 134512640 135477443 4294956224 18446744073709551615 134590297 0 0 4096 0 0 0 0 17 0 0 0
/proc/19910/statm: 30399 6115 480 235 0 29100 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 121596

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1815.71
CPU time (s): 1800.1
CPU user time (s): 1799.9
CPU system time (s): 0.203968
CPU usage (%): 99.1402
Max. virtual memory (cumulated for all children) (KiB): 214116

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

runsolver used 2.52462 second user time and 5.69213 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-04 14:36:03
IDJOB=1072507
IDBENCH=56260
IDSOLVER=361
FILE ID=node16/1072507-1215174962
PBS_JOBID= 7881532
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d5d47957bb204cad1de758ab5599e60c
RANDOM SEED=123135794

node16.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.213
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.213
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:       1741480 kB
Buffers:         52648 kB
Cached:         182128 kB
SwapCached:       7100 kB
Active:         160296 kB
Inactive:       100580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1741480 kB
SwapTotal:     4192956 kB
SwapFree:      4180112 kB
Dirty:            5740 kB
Writeback:           0 kB
Mapped:          32608 kB
Slab:            38876 kB
Committed_AS:  3430040 kB
PageTables:       1900 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 node16 at 2008-07-04 15:06:21