Trace number 1094772

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 zito? (TO) 1800.18 1815.52

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-25.xml
MD5SUM89e0232b0c166b071483c580fdb62237
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.9623
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints16
Maximum constraint arity15
Maximum domain size3
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.05	c Parsing = 1
7.39/7.52	c Building = 1
9.28/9.45	c [ NumberOfVariables = 23 ]
9.28/9.45	c [ NumberOfConstraints = 16 ]
9.28/9.45	c [ SizeOfSearchSpace(log2) = 36.4541 ]
9.28/9.45	c SymmetrySearch = (OutOfMemory)
13.14/13.40	c [ Proceeding without symmetry breaking ]
13.93/14.11	c InitialPropagation = 1
14.03/14.21	c [ SizeOfSearchSpace(log2) = 36.4541 ]
14.03/14.21	c InitialSAC = 1
20.67/20.97	c [ SizeOfSearchSpace(log2) = 36.4541 ]
20.67/20.97	c Search(SampleFF) : 
134.14/135.34	c [ Sampling domwdeg ]
134.14/135.34	c [ Sampling impacts ]
134.14/135.34	c [ SamplingScores: ]
134.14/135.34	c [ domwdeg+min = 6.946e-06 | domwdeg+rnd = 4.74847e-06 ]
134.14/135.34	c [ impacts+min = 2.92963e-07 | impacts+rnd = 7.25309e-07 ]
134.14/135.34	c [ la+min = 0 | la+rnd = 0 ]
134.14/135.34	c [ domwdeg = 5.84724e-06 | impacts = 5.09136e-07 | la = 0 ]
134.14/135.34	c [ min = 2.41299e-06 | rand = 5.09136e-07 ]
134.14/135.34	c [ restarting at (0.455025,5.08053e-05) ]
137.11/138.38	c [ restarting at (1.13756,5.08053e-05) ]
140.28/141.57	c [ restarting at (2.84391,5.08053e-05) ]
148.42/149.77	c [ restarting at (7.10976,0.000355637) ]
167.56/169.07	c [ restarting at (17.7744,0.00137174) ]
214.96/216.83	c [ restarting at (44.436,0.00518214) ]
333.26/336.18	c [ restarting at (111.09,0.0129553) ]
629.50/634.80	c [ restarting at (277.725,0.0347508) ]
866.63/874.00	c [ restarting at (694.313,0.0196616) ]

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-1094772-1215252979/watcher-1094772-1215252979 -o /tmp/evaluation-result-1094772-1215252979/solver-1094772-1215252979 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1094772-1215252979.xml 1017974264 

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/72 8499
/proc/meminfo: memFree=1344376/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=1052 CPUtime=0
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 40 0 0 0 0 0 0 0 23 0 1 0 2004272857 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 7484196 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 263 26 20 234 0 3 0

[startup+0.20817 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 8499
/proc/meminfo: memFree=1344376/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=15396 CPUtime=0.19
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 2953 0 0 0 17 2 0 0 19 0 1 0 2004272857 15765504 2913 996147200 134512640 135472138 4294956224 18446744073709551615 134774679 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 3849 2913 364 234 0 2551 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15396

[startup+0.301184 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 8499
/proc/meminfo: memFree=1344376/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=15396 CPUtime=0.28
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 2953 0 0 0 26 2 0 0 19 0 1 0 2004272857 15765504 2913 996147200 134512640 135472138 4294956224 18446744073709551615 134777632 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 3849 2913 364 234 0 2551 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15396

[startup+0.401203 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 8499
/proc/meminfo: memFree=1344376/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=15396 CPUtime=0.38
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 2953 0 0 0 36 2 0 0 20 0 1 0 2004272857 15765504 2913 996147200 134512640 135472138 4294956224 18446744073709551615 134774926 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 3849 2913 364 234 0 2551 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 15396

[startup+0.701258 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 8499
/proc/meminfo: memFree=1344376/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=25356 CPUtime=0.68
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 5443 0 0 0 64 4 0 0 23 0 1 0 2004272857 25964544 5403 996147200 134512640 135472138 4294956224 18446744073709551615 134793904 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 6339 5403 365 234 0 5041 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 25356

[startup+1.50141 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 8500
/proc/meminfo: memFree=1314096/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=45276 CPUtime=1.45
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 10424 0 0 0 137 8 0 0 25 0 1 0 2004272857 46362624 10384 996147200 134512640 135472138 4294956224 18446744073709551615 134793371 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 11319 10384 365 234 0 10021 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 45276

[startup+3.10271 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 8500
/proc/meminfo: memFree=1293296/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=75156 CPUtime=3.04
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 17897 0 0 0 289 15 0 0 25 0 1 0 2004272857 76959744 17857 996147200 134512640 135472138 4294956224 18446744073709551615 134794184 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 18789 17857 365 234 0 17491 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 75156

[startup+6.30131 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 8500
/proc/meminfo: memFree=1225008/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=144876 CPUtime=6.2
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 35332 0 0 0 593 27 0 0 25 0 1 0 2004272857 148353024 35292 996147200 134512640 135472138 4294956224 18446744073709551615 134794249 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 36219 35292 365 234 0 34921 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 144876

[startup+12.7025 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 8500
/proc/meminfo: memFree=750064/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=814688 CPUtime=12.55
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 160363 0 0 0 1158 97 0 0 25 0 1 0 2004272857 834240512 160323 996147200 134512640 135472138 4294956224 18446744073709551615 134641615 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 203672 160323 432 234 0 202374 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 814688

[startup+25.5069 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 8500
/proc/meminfo: memFree=648944/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=25.24
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176557 0 0 0 2419 105 0 0 25 0 1 0 2004272857 890298368 174165 996147200 134512640 135472138 4294956224 18446744073709551615 134585100 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174165 474 234 0 216060 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 869432

[startup+51.1017 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 8500
/proc/meminfo: memFree=648624/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=50.63
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176657 0 0 0 4957 106 0 0 25 0 1 0 2004272857 890298368 174265 996147200 134512640 135472138 4294956224 18446744073709551615 134585100 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174265 474 234 0 216060 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 869432

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 8500
/proc/meminfo: memFree=648496/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=101.41
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176659 0 0 0 10035 106 0 0 25 0 1 0 2004272857 890298368 174267 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174267 476 234 0 216060 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 869432

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 8500
/proc/meminfo: memFree=648432/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=160.9
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176689 0 0 0 15984 106 0 0 25 0 1 0 2004272857 890298368 174297 996147200 134512640 135472138 4294956224 18446744073709551615 134604997 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174297 485 234 0 216060 0
Current children cumulated CPU time (s) 160.9
Current children cumulated vsize (KiB) 869432

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 8500
/proc/meminfo: memFree=648304/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=220.41
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 21934 107 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134605003 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 220.41
Current children cumulated vsize (KiB) 869432

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 8500
/proc/meminfo: memFree=648112/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=279.91
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 27884 107 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 279.91
Current children cumulated vsize (KiB) 869432

[startup+342.306 s]
/proc/loadavg: 2.07 2.02 2.00 3/73 8500
/proc/meminfo: memFree=648048/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=339.41
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 33834 107 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 339.41
Current children cumulated vsize (KiB) 869432

[startup+402.302 s]
/proc/loadavg: 2.02 2.01 2.00 3/73 8500
/proc/meminfo: memFree=648048/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=398.92
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 39784 108 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 398.92
Current children cumulated vsize (KiB) 869432

[startup+462.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/73 8500
/proc/meminfo: memFree=647984/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=458.42
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 45734 108 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134605003 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 458.42
Current children cumulated vsize (KiB) 869432

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 8500
/proc/meminfo: memFree=647984/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=517.93
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 51684 109 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134604975 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 517.93
Current children cumulated vsize (KiB) 869432

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 8500
/proc/meminfo: memFree=647920/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=577.44
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 57635 109 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 577.44
Current children cumulated vsize (KiB) 869432

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 8500
/proc/meminfo: memFree=647920/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=636.94
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 63584 110 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134605036 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 636.94
Current children cumulated vsize (KiB) 869432


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

[startup+882.302 s]
/proc/loadavg: 2.17 2.03 2.01 3/81 8540
/proc/meminfo: memFree=904680/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=874.97
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 87385 112 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 874.97
Current children cumulated vsize (KiB) 869432

[startup+942.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/81 8540
/proc/meminfo: memFree=904424/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=934.45
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 93333 112 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 934.45
Current children cumulated vsize (KiB) 869432

[startup+1002.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/81 8540
/proc/meminfo: memFree=904296/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=993.94
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 99282 112 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 993.94
Current children cumulated vsize (KiB) 869432

[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/81 8540
/proc/meminfo: memFree=904168/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=1053.42
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 105230 112 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134585092 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 1053.42
Current children cumulated vsize (KiB) 869432

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 8540
/proc/meminfo: memFree=904104/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=1112.9
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 111178 112 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 1112.9
Current children cumulated vsize (KiB) 869432

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8540
/proc/meminfo: memFree=904040/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=1172.39
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 117127 112 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134605040 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 1172.39
Current children cumulated vsize (KiB) 869432

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8540
/proc/meminfo: memFree=903848/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=1231.88
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 123076 112 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 1231.88
Current children cumulated vsize (KiB) 869432

[startup+1302.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/81 8540
/proc/meminfo: memFree=903784/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=1291.36
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 129024 112 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134585164 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 1291.36
Current children cumulated vsize (KiB) 869432

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/81 8540
/proc/meminfo: memFree=903912/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=1350.85
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 134973 112 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134604852 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 1350.85
Current children cumulated vsize (KiB) 869432

[startup+1422.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/81 8540
/proc/meminfo: memFree=903912/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=1410.34
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 140922 112 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 1410.34
Current children cumulated vsize (KiB) 869432

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8542
/proc/meminfo: memFree=903784/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=1469.81
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 146869 112 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134585028 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 1469.81
Current children cumulated vsize (KiB) 869432

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8542
/proc/meminfo: memFree=903784/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=1529.31
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 152819 112 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134604882 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 1529.31
Current children cumulated vsize (KiB) 869432

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8542
/proc/meminfo: memFree=903720/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=1588.79
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 158767 112 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134605045 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 1588.79
Current children cumulated vsize (KiB) 869432

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8542
/proc/meminfo: memFree=903720/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=1648.28
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 164716 112 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 135262886 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 1648.28
Current children cumulated vsize (KiB) 869432

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8542
/proc/meminfo: memFree=903720/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=1707.76
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 170664 112 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134604927 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 1707.76
Current children cumulated vsize (KiB) 869432

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8542
/proc/meminfo: memFree=903528/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=1767.24
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 176612 112 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134605045 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 1767.24
Current children cumulated vsize (KiB) 869432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8542
/proc/meminfo: memFree=903528/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=869432 CPUtime=1800.06
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4194304 176727 0 0 0 179894 112 0 0 25 0 1 0 2004272857 890298368 174335 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 217358 174335 485 234 0 216060 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 869432

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

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

[startup+1815.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8542
/proc/meminfo: memFree=903528/2055920 swapFree=4180456/4192956
[pid=8499] ppid=8497 vsize=0 CPUtime=1800.16
/proc/8499/stat : 8499 (casperzito) R 8497 8499 7823 0 -1 4195332 176727 0 0 0 179894 122 0 0 25 0 1 0 2004272857 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/8499/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1815.52
CPU time (s): 1800.18
CPU user time (s): 1798.95
CPU system time (s): 1.23681
CPU usage (%): 99.1556
Max. virtual memory (cumulated for all children) (KiB): 878840

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

runsolver used 1.90471 second user time and 5.08123 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-05 12:16:25
IDJOB=1094772
IDBENCH=58824
IDSOLVER=362
FILE ID=node19/1094772-1215252979
PBS_JOBID= 7882039
Free space on /tmp= 66424 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/dag-rand/normalized-rand-n23-d3-e16-r15-t150000-25.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1094772-1215252979/watcher-1094772-1215252979 -o /tmp/evaluation-result-1094772-1215252979/solver-1094772-1215252979 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1094772-1215252979.xml 1017974264 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 89e0232b0c166b071483c580fdb62237
RANDOM SEED=1017974264

node19.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.263
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.263
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:       1344856 kB
Buffers:         16372 kB
Cached:         319308 kB
SwapCached:       6496 kB
Active:         575432 kB
Inactive:        79172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1344856 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:           73172 kB
Writeback:           0 kB
Mapped:         326492 kB
Slab:            41056 kB
Committed_AS:  3808004 kB
PageTables:       2512 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= 66480 MiB
End job on node19 at 2008-07-05 12:46:42