Trace number 1093223

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.06 1803.43

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-21.xml
MD5SUM2934710e326174e397d77e98cc162d13
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 benchmark532.791
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.17/0.22	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.17/0.22	c Parsing = 1
3.15/3.29	c Building = 1
4.04/4.12	c [ NumberOfVariables = 25 ]
4.04/4.12	c [ NumberOfConstraints = 56 ]
4.04/4.12	c [ SizeOfSearchSpace(log2) = 58.0482 ]
4.04/4.12	c SymmetrySearch = (OutOfMemory)
10.19/10.34	c [ Proceeding without symmetry breaking ]
11.48/11.69	c InitialPropagation = 1
11.58/11.73	c [ SizeOfSearchSpace(log2) = 58.0482 ]
11.58/11.73	c InitialSAC = 1
14.16/14.34	c [ SizeOfSearchSpace(log2) = 58.0482 ]
14.16/14.34	c Search(SampleFF) : 
116.45/117.48	c [ Sampling domwdeg ]
116.45/117.48	c [ Sampling impacts ]
116.45/117.48	c [ SamplingScores: ]
116.45/117.48	c [ domwdeg+min = 2.10108e-07 | domwdeg+rnd = 8.55108e-07 ]
116.45/117.48	c [ impacts+min = 4.2911e-07 | impacts+rnd = 5.43565e-08 ]
116.45/117.48	c [ la+min = 0 | la+rnd = 0 ]
116.45/117.48	c [ domwdeg = 5.32608e-07 | impacts = 2.41733e-07 | la = 0 ]
116.45/117.48	c [ min = 2.13073e-07 | rand = 2.41733e-07 ]
116.45/117.48	c [ restarting at (2.57084,9.216e-07) ]
123.30/124.39	c [ restarting at (6.4271,3.7888e-06) ]
140.46/141.63	c [ restarting at (16.0678,6.41229e-05) ]
183.25/184.79	c [ restarting at (40.1694,4.10829e-05) ]
290.12/292.48	c [ restarting at (100.424,7.70048e-05) ]
367.93/370.71	c [ restarting at (251.059,4.35405e-05) ]
995.45/998.50	c [ restarting at (627.647,0.000643072) ]

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

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: 1.92 1.98 1.99 4/72 25820
/proc/meminfo: memFree=1682504/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=1052 CPUtime=0
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1554575264 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 11879204 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/25820/statm: 263 26 20 234 0 3 0

[startup+0.0687101 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 25820
/proc/meminfo: memFree=1682504/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=6780 CPUtime=0.05
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 809 0 0 0 5 0 0 0 18 0 1 0 1554575264 6942720 769 996147200 134512640 135472138 4294956224 18446744073709551615 134707601 0 0 4096 0 0 0 0 17 1 0 0
/proc/25820/statm: 1695 769 364 234 0 397 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6780

[startup+0.102715 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 25820
/proc/meminfo: memFree=1682504/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=8268 CPUtime=0.08
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 1179 0 0 0 8 0 0 0 18 0 1 0 1554575264 8466432 1139 996147200 134512640 135472138 4294956224 18446744073709551615 134707586 0 0 4096 0 0 0 0 17 1 0 0
/proc/25820/statm: 2067 1139 365 234 0 769 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8268

[startup+0.302741 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 25820
/proc/meminfo: memFree=1682504/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=12288 CPUtime=0.27
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 2195 0 0 0 26 1 0 0 19 0 1 0 1554575264 12582912 2155 996147200 134512640 135472138 4294956224 18446744073709551615 134794249 0 0 4096 0 0 0 0 17 1 0 0
/proc/25820/statm: 3072 2155 365 234 0 1774 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 12288

[startup+0.701794 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 25820
/proc/meminfo: memFree=1682504/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=21796 CPUtime=0.67
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 4551 0 0 0 65 2 0 0 23 0 1 0 1554575264 22319104 4511 996147200 134512640 135472138 4294956224 18446744073709551615 134778400 0 0 4096 0 0 0 0 17 1 0 0
/proc/25820/statm: 5449 4511 365 234 0 4151 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 21796

[startup+1.5029 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 25821
/proc/meminfo: memFree=1658176/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=40384 CPUtime=1.46
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 9198 0 0 0 141 5 0 0 25 0 1 0 1554575264 41353216 9158 996147200 134512640 135472138 4294956224 18446744073709551615 134774657 0 0 4096 0 0 0 0 17 1 0 0
/proc/25820/statm: 10096 9158 365 234 0 8798 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 40384

[startup+3.10112 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 25821
/proc/meminfo: memFree=1633024/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=78160 CPUtime=3.05
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 18659 0 0 0 295 10 0 0 25 0 1 0 1554575264 80035840 18619 996147200 134512640 135472138 4294956224 18446744073709551615 134774679 0 0 4096 0 0 0 0 17 1 0 0
/proc/25820/statm: 19540 18619 365 234 0 18242 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 78160

[startup+6.30155 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 25821
/proc/meminfo: memFree=1383808/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=503984 CPUtime=6.23
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 96939 0 0 0 580 43 0 0 25 0 1 0 1554575264 516079616 96899 996147200 134512640 135472138 4294956224 18446744073709551615 12314235 0 0 4096 0 0 0 0 17 1 0 0
/proc/25820/statm: 125996 96899 432 234 0 124698 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 503984

[startup+12.7014 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 25821
/proc/meminfo: memFree=1517888/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=12.57
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180087 0 0 0 1171 86 0 0 25 0 1 0 1554575264 288890880 41347 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/25820/statm: 70530 41347 463 234 0 69232 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 282120

[startup+25.5011 s]
/proc/loadavg: 1.95 1.98 1.99 3/73 25821
/proc/meminfo: memFree=1517504/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=25.27
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180195 0 0 0 2441 86 0 0 25 0 1 0 1554575264 288890880 41455 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/25820/statm: 70530 41455 475 234 0 69232 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 282120

[startup+51.1016 s]
/proc/loadavg: 1.96 1.98 1.99 3/73 25821
/proc/meminfo: memFree=1516544/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=50.66
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180399 0 0 0 4980 86 0 0 25 0 1 0 1554575264 288890880 41659 996147200 134512640 135472138 4294956224 18446744073709551615 134585100 0 0 4096 0 0 0 0 17 1 0 0
/proc/25820/statm: 70530 41659 483 234 0 69232 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 282120

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 25821
/proc/meminfo: memFree=1516608/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=101.47
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180426 0 0 0 10061 86 0 0 25 0 1 0 1554575264 288890880 41686 996147200 134512640 135472138 4294956224 18446744073709551615 134605036 0 0 4096 0 0 0 0 17 1 0 0
/proc/25820/statm: 70530 41686 485 234 0 69232 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 282120

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 25821
/proc/meminfo: memFree=1516480/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=161.01
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180427 0 0 0 16014 87 0 0 25 0 1 0 1554575264 288890880 41687 996147200 134512640 135472138 4294956224 18446744073709551615 134585175 0 0 4096 0 0 0 0 17 1 0 0
/proc/25820/statm: 70530 41687 486 234 0 69232 0
Current children cumulated CPU time (s) 161.01
Current children cumulated vsize (KiB) 282120

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 25821
/proc/meminfo: memFree=1516480/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=220.55
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180427 0 0 0 21968 87 0 0 25 0 1 0 1554575264 288890880 41687 996147200 134512640 135472138 4294956224 18446744073709551615 134585092 0 0 4096 0 0 0 0 17 1 0 0
/proc/25820/statm: 70530 41687 486 234 0 69232 0
Current children cumulated CPU time (s) 220.55
Current children cumulated vsize (KiB) 282120

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 25821
/proc/meminfo: memFree=1516480/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=280.1
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180427 0 0 0 27923 87 0 0 25 0 1 0 1554575264 288890880 41687 996147200 134512640 135472138 4294956224 18446744073709551615 134605003 0 0 4096 0 0 0 0 17 1 0 0
/proc/25820/statm: 70530 41687 486 234 0 69232 0
Current children cumulated CPU time (s) 280.1
Current children cumulated vsize (KiB) 282120

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 25821
/proc/meminfo: memFree=1520768/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=339.64
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180427 0 0 0 33877 87 0 0 25 0 1 0 1554575264 288890880 41687 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 1 0 0
/proc/25820/statm: 70530 41687 486 234 0 69232 0
Current children cumulated CPU time (s) 339.64
Current children cumulated vsize (KiB) 282120

[startup+402.302 s]
/proc/loadavg: 2.08 2.00 2.00 3/82 25894
/proc/meminfo: memFree=1420584/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=399.49
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180427 0 0 0 39856 93 0 0 25 0 1 0 1554575264 288890880 41687 996147200 134512640 135472138 4294956224 18446744073709551615 134604906 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41687 486 234 0 69232 0
Current children cumulated CPU time (s) 399.49
Current children cumulated vsize (KiB) 282120

[startup+462.302 s]
/proc/loadavg: 2.03 2.00 2.00 3/82 25894
/proc/meminfo: memFree=1420008/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=459.47
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180427 0 0 0 45854 93 0 0 25 0 1 0 1554575264 288890880 41687 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41687 486 234 0 69232 0
Current children cumulated CPU time (s) 459.47
Current children cumulated vsize (KiB) 282120

[startup+522.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 25894
/proc/meminfo: memFree=1420392/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=519.44
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180427 0 0 0 51851 93 0 0 25 0 1 0 1554575264 288890880 41687 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41687 486 234 0 69232 0
Current children cumulated CPU time (s) 519.44
Current children cumulated vsize (KiB) 282120

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25894
/proc/meminfo: memFree=1420392/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=579.42
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180427 0 0 0 57849 93 0 0 25 0 1 0 1554575264 288890880 41687 996147200 134512640 135472138 4294956224 18446744073709551615 134585013 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41687 486 234 0 69232 0
Current children cumulated CPU time (s) 579.42
Current children cumulated vsize (KiB) 282120

[startup+642.302 s]
/proc/loadavg: 2.04 2.01 2.00 3/82 25894
/proc/meminfo: memFree=1420328/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=639.4
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180427 0 0 0 63847 93 0 0 25 0 1 0 1554575264 288890880 41687 996147200 134512640 135472138 4294956224 18446744073709551615 134585296 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41687 486 234 0 69232 0
Current children cumulated CPU time (s) 639.4
Current children cumulated vsize (KiB) 282120


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

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25894
/proc/meminfo: memFree=1420136/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=819.33
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180472 0 0 0 81839 94 0 0 25 0 1 0 1554575264 288890880 41732 996147200 134512640 135472138 4294956224 18446744073709551615 134605040 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41732 486 234 0 69232 0
Current children cumulated CPU time (s) 819.33
Current children cumulated vsize (KiB) 282120

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25894
/proc/meminfo: memFree=1420008/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=879.3
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180508 0 0 0 87836 94 0 0 25 0 1 0 1554575264 288890880 41768 996147200 134512640 135472138 4294956224 18446744073709551615 134585083 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41768 486 234 0 69232 0
Current children cumulated CPU time (s) 879.3
Current children cumulated vsize (KiB) 282120

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25894
/proc/meminfo: memFree=1419944/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=939.28
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180508 0 0 0 93834 94 0 0 25 0 1 0 1554575264 288890880 41768 996147200 134512640 135472138 4294956224 18446744073709551615 134585100 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41768 486 234 0 69232 0
Current children cumulated CPU time (s) 939.28
Current children cumulated vsize (KiB) 282120

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25894
/proc/meminfo: memFree=1419880/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=999.25
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180508 0 0 0 99831 94 0 0 25 0 1 0 1554575264 288890880 41768 996147200 134512640 135472138 4294956224 18446744073709551615 135262881 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41768 486 234 0 69232 0
Current children cumulated CPU time (s) 999.25
Current children cumulated vsize (KiB) 282120

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25894
/proc/meminfo: memFree=1419752/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=1059.23
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180508 0 0 0 105829 94 0 0 25 0 1 0 1554575264 288890880 41768 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41768 486 234 0 69232 0
Current children cumulated CPU time (s) 1059.23
Current children cumulated vsize (KiB) 282120

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25894
/proc/meminfo: memFree=1419688/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=1119.2
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180508 0 0 0 111826 94 0 0 25 0 1 0 1554575264 288890880 41768 996147200 134512640 135472138 4294956224 18446744073709551615 134584982 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41768 486 234 0 69232 0
Current children cumulated CPU time (s) 1119.2
Current children cumulated vsize (KiB) 282120

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 25894
/proc/meminfo: memFree=1419688/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=1179.18
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180508 0 0 0 117824 94 0 0 25 0 1 0 1554575264 288890880 41768 996147200 134512640 135472138 4294956224 18446744073709551615 134585028 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41768 486 234 0 69232 0
Current children cumulated CPU time (s) 1179.18
Current children cumulated vsize (KiB) 282120

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/70 25898
/proc/meminfo: memFree=1562072/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=1239.15
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180508 0 0 0 123821 94 0 0 25 0 1 0 1554575264 288890880 41768 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41768 486 234 0 69232 0
Current children cumulated CPU time (s) 1239.15
Current children cumulated vsize (KiB) 282120

[startup+1302.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/81 25934
/proc/meminfo: memFree=1525360/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=1299.13
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180508 0 0 0 129818 95 0 0 25 0 1 0 1554575264 288890880 41768 996147200 134512640 135472138 4294956224 18446744073709551615 134584976 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41768 486 234 0 69232 0
Current children cumulated CPU time (s) 1299.13
Current children cumulated vsize (KiB) 282120

[startup+1362.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/81 25934
/proc/meminfo: memFree=1525360/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=1359.1
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180508 0 0 0 135815 95 0 0 25 0 1 0 1554575264 288890880 41768 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41768 486 234 0 69232 0
Current children cumulated CPU time (s) 1359.1
Current children cumulated vsize (KiB) 282120

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 25934
/proc/meminfo: memFree=1525232/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=1419.07
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180508 0 0 0 141812 95 0 0 25 0 1 0 1554575264 288890880 41768 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41768 486 234 0 69232 0
Current children cumulated CPU time (s) 1419.07
Current children cumulated vsize (KiB) 282120

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 25934
/proc/meminfo: memFree=1525232/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=1479.05
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180508 0 0 0 147810 95 0 0 25 0 1 0 1554575264 288890880 41768 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41768 486 234 0 69232 0
Current children cumulated CPU time (s) 1479.05
Current children cumulated vsize (KiB) 282120

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 25934
/proc/meminfo: memFree=1525232/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=1539.03
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180509 0 0 0 153807 96 0 0 25 0 1 0 1554575264 288890880 41769 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41769 486 234 0 69232 0
Current children cumulated CPU time (s) 1539.03
Current children cumulated vsize (KiB) 282120

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 25934
/proc/meminfo: memFree=1525232/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=1599.01
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180509 0 0 0 159805 96 0 0 25 0 1 0 1554575264 288890880 41769 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41769 486 234 0 69232 0
Current children cumulated CPU time (s) 1599.01
Current children cumulated vsize (KiB) 282120

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 25934
/proc/meminfo: memFree=1525168/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=1658.98
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180509 0 0 0 165802 96 0 0 25 0 1 0 1554575264 288890880 41769 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41769 486 234 0 69232 0
Current children cumulated CPU time (s) 1658.98
Current children cumulated vsize (KiB) 282120

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 25934
/proc/meminfo: memFree=1525104/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=1718.96
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180509 0 0 0 171800 96 0 0 25 0 1 0 1554575264 288890880 41769 996147200 134512640 135472138 4294956224 18446744073709551615 134605005 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41769 486 234 0 69232 0
Current children cumulated CPU time (s) 1718.96
Current children cumulated vsize (KiB) 282120

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 25936
/proc/meminfo: memFree=1524848/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=1778.93
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180509 0 0 0 177797 96 0 0 25 0 1 0 1554575264 288890880 41769 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41769 486 234 0 69232 0
Current children cumulated CPU time (s) 1778.93
Current children cumulated vsize (KiB) 282120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.4 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 25936
/proc/meminfo: memFree=1524912/2055920 swapFree=4180436/4192956
[pid=25820] ppid=25818 vsize=282120 CPUtime=1800.02
/proc/25820/stat : 25820 (casperzito) R 25818 25820 25601 0 -1 4194304 180509 0 0 0 179906 96 0 0 25 0 1 0 1554575264 288890880 41769 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/25820/statm: 70530 41769 486 234 0 69232 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 282120

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.43
CPU time (s): 1800.06
CPU user time (s): 1799.07
CPU system time (s): 0.990849
CPU usage (%): 99.8131
Max. virtual memory (cumulated for all children) (KiB): 845532

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

runsolver used 1.81172 second user time and 4.85826 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-05 11:10:35
IDJOB=1093223
IDBENCH=58691
IDSOLVER=362
FILE ID=node13/1093223-1215249033
PBS_JOBID= 7882051
Free space on /tmp= 66468 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-21.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093223-1215249033/watcher-1093223-1215249033 -o /tmp/evaluation-result-1093223-1215249033/solver-1093223-1215249033 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1093223-1215249033.xml 1210330357 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2934710e326174e397d77e98cc162d13
RANDOM SEED=1210330357

node13.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.238
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.238
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:       1682984 kB
Buffers:         18668 kB
Cached:         212116 kB
SwapCached:       6400 kB
Active:         279944 kB
Inactive:        39440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1682984 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:           32752 kB
Writeback:           0 kB
Mapped:          96332 kB
Slab:            38700 kB
Committed_AS:  3148704 kB
PageTables:       2012 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= 66492 MiB
End job on node13 at 2008-07-05 11:40:40