Trace number 1095182

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 1809.43

General information on the benchmark

Namecsp/bibd8/
normalized-bibd-8-42-21-4-9_glb.xml
MD5SUM3cb79f60ae205ec357b3ae4ee2ebdb54
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.155975
Satisfiable
(Un)Satisfiability was proved
Number of variables1512
Number of constraints1254
Maximum constraint arity42
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1176
Global constraints used (with number of constraints)weightedsum(78)

Solver Data (download as text)

0.19/0.20	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.19/0.20	c Parsing = 1
0.19/0.20	c Building = 1
0.78/0.81	c [ NumberOfVariables = 1512 ]
0.78/0.81	c [ NumberOfConstraints = 1254 ]
0.78/0.81	c [ SizeOfSearchSpace(log2) = 1512 ]
0.78/0.81	c SymmetrySearch = 1
0.88/0.95	c [ Found 5.66498e+55 symmetries ]
0.88/0.98	c InitialPropagation = 1
0.88/0.99	c [ SizeOfSearchSpace(log2) = 1512 ]
0.88/0.99	c InitialSAC = 1
2.66/2.71	c [ SizeOfSearchSpace(log2) = 1011 ]
2.66/2.71	c Search(SampleFF) : 
84.83/85.62	c [ Sampling domwdeg ]
84.83/85.62	c [ Sampling impacts ]
84.83/85.62	c [ Sampling la ]
84.83/85.62	c [ SamplingScores: ]
84.83/85.62	c [ domwdeg+min = 0.00804457 | domwdeg+rnd = 0.0209063 ]
84.83/85.62	c [ impacts+min = 0.000182556 | impacts+rnd = 0.18601 ]
84.83/85.62	c [ la+min = 4.32124e-06 | la+rnd = 1.54735e-08 ]
84.83/85.62	c [ domwdeg = 0.0144754 | impacts = 0.093096 | la = 2.16836e-06 ]
84.83/85.62	c [ min = 0.00274382 | rand = 0.093096 ]
84.83/85.62	c [ restarting at (0.1,0.00227737) ]
85.04/85.89	c [ restarting at (0.25,0.00054047) ]
85.73/86.56	c [ restarting at (0.625,0.000139988) ]
87.41/88.24	c [ restarting at (1.5625,0.0002789) ]
91.58/92.43	c [ restarting at (3.90625,0.000973937) ]
101.99/102.90	c [ restarting at (9.76562,0.000470337) ]
127.86/129.08	c [ restarting at (24.4141,0.010532) ]
192.80/194.52	c [ restarting at (61.0352,0.00231861) ]
355.01/358.10	c [ restarting at (152.588,0.000785033) ]
760.42/767.07	c [ restarting at (381.47,0.000128054) ]
1043.58/1052.60	c [ restarting at (953.674,8.56331e-06) ]

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

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 1.98 1.99 4/80 12576
/proc/meminfo: memFree=1678064/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=1056 CPUtime=0
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 2005641076 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 9839396 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 264 26 20 235 0 3 0

[startup+0.060688 s]
/proc/loadavg: 2.00 1.98 1.99 4/80 12576
/proc/meminfo: memFree=1678064/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=6100 CPUtime=0.05
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 625 0 0 0 5 0 0 0 18 0 1 0 2005641076 6246400 585 996147200 134512640 135477443 4294956224 18446744073709551615 134755065 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 1525 585 371 235 0 226 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6100

[startup+0.101697 s]
/proc/loadavg: 2.00 1.98 1.99 4/80 12576
/proc/meminfo: memFree=1678064/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=290012 CPUtime=0.09
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 1823 0 0 0 9 0 0 0 18 0 1 0 2005641076 296972288 1537 996147200 134512640 135477443 4294956224 18446744073709551615 10273251 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 72503 1537 461 235 0 71204 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 290012

[startup+0.301721 s]
/proc/loadavg: 2.00 1.98 1.99 4/80 12576
/proc/meminfo: memFree=1678064/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=313668 CPUtime=0.28
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 10182 0 0 0 23 5 0 0 19 0 1 0 2005641076 321196032 7600 996147200 134512640 135477443 4294956224 18446744073709551615 10273251 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 78417 7600 461 235 0 77118 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 313668

[startup+0.701768 s]
/proc/loadavg: 2.00 1.98 1.99 4/80 12576
/proc/meminfo: memFree=1678064/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=360852 CPUtime=0.68
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 26924 0 0 0 52 16 0 0 23 0 1 0 2005641076 369512448 19750 996147200 134512640 135477443 4294956224 18446744073709551615 10274421 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 90213 19750 461 235 0 88914 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 360852

[startup+1.50186 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 12577
/proc/meminfo: memFree=1585512/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=1.47
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 32616 0 0 0 127 20 0 0 25 0 1 0 2005641076 190984192 23648 996147200 134512640 135477443 4294956224 18446744073709551615 134951751 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 46627 23648 522 235 0 45328 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 186508

[startup+3.10105 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 12577
/proc/meminfo: memFree=1585000/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=3.05
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 32693 0 0 0 285 20 0 0 25 0 1 0 2005641076 190984192 23725 996147200 134512640 135477443 4294956224 18446744073709551615 134951664 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 46627 23725 525 235 0 45328 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 186508

[startup+6.30143 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 12577
/proc/meminfo: memFree=1584616/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=6.23
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 32720 0 0 0 603 20 0 0 25 0 1 0 2005641076 190984192 23752 996147200 134512640 135477443 4294956224 18446744073709551615 135208598 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 46627 23752 525 235 0 45328 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 186508

[startup+12.7022 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 12577
/proc/meminfo: memFree=1584488/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=12.57
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 32752 0 0 0 1237 20 0 0 25 0 1 0 2005641076 190984192 23784 996147200 134512640 135477443 4294956224 18446744073709551615 134693950 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 46627 23784 525 235 0 45328 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 186508

[startup+25.5017 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 12577
/proc/meminfo: memFree=1584616/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=25.26
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 32752 0 0 0 2506 20 0 0 25 0 1 0 2005641076 190984192 23784 996147200 134512640 135477443 4294956224 18446744073709551615 134887902 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 46627 23784 525 235 0 45328 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 186508

[startup+51.1017 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 12577
/proc/meminfo: memFree=1584424/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=50.63
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 32796 0 0 0 5043 20 0 0 25 0 1 0 2005641076 190984192 23828 996147200 134512640 135477443 4294956224 18446744073709551615 135235254 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 46627 23828 525 235 0 45328 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 186508

[startup+102.307 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 12577
/proc/meminfo: memFree=1583336/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=101.39
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 10119 20 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 134887830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 186508

[startup+162.302 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 12577
/proc/meminfo: memFree=1583272/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=160.88
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 16068 20 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 134887904 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 160.88
Current children cumulated vsize (KiB) 186508

[startup+222.302 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 12577
/proc/meminfo: memFree=1583272/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=220.36
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 22016 20 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 134921708 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 220.36
Current children cumulated vsize (KiB) 186508

[startup+282.301 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 12577
/proc/meminfo: memFree=1583272/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=279.86
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 27966 20 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 134695388 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 279.86
Current children cumulated vsize (KiB) 186508

[startup+342.301 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 12577
/proc/meminfo: memFree=1583280/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=339.34
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 33914 20 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 135272338 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 339.34
Current children cumulated vsize (KiB) 186508

[startup+402.301 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 12577
/proc/meminfo: memFree=1583216/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=398.83
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 39863 20 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 134887832 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 398.83
Current children cumulated vsize (KiB) 186508

[startup+462.301 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 12577
/proc/meminfo: memFree=1583088/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=458.32
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 45811 21 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 134887902 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 458.32
Current children cumulated vsize (KiB) 186508

[startup+522.302 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 12577
/proc/meminfo: memFree=1583088/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=517.81
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 51760 21 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 134607429 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 517.81
Current children cumulated vsize (KiB) 186508

[startup+582.302 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 12577
/proc/meminfo: memFree=1583024/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=577.3
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 57709 21 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 134688609 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 577.3
Current children cumulated vsize (KiB) 186508

[startup+642.302 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 12577
/proc/meminfo: memFree=1583024/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=636.79
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 63658 21 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 134888255 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 636.79
Current children cumulated vsize (KiB) 186508


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

[startup+822.302 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 12577
/proc/meminfo: memFree=1582896/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=815.26
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 81505 21 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 134951675 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 815.26
Current children cumulated vsize (KiB) 186508

[startup+882.301 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 12577
/proc/meminfo: memFree=1582896/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=874.74
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 87453 21 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 134943312 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 874.74
Current children cumulated vsize (KiB) 186508

[startup+942.301 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 12577
/proc/meminfo: memFree=1582832/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=934.23
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 93402 21 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 134955520 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 934.23
Current children cumulated vsize (KiB) 186508

[startup+1002.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 12577
/proc/meminfo: memFree=1582832/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=993.71
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 99350 21 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 11140854 0 0 4096 0 0 0 0 17 1 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 993.71
Current children cumulated vsize (KiB) 186508

[startup+1062.3 s]
/proc/loadavg: 1.93 1.97 1.99 3/81 12650
/proc/meminfo: memFree=1589240/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=1053.26
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 105304 22 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 134887902 0 0 4096 0 0 0 0 17 0 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 1053.26
Current children cumulated vsize (KiB) 186508

[startup+1122.3 s]
/proc/loadavg: 1.97 1.97 1.99 3/74 12700
/proc/meminfo: memFree=1599024/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=1113.24
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 111299 25 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 134585563 0 0 4096 0 0 0 0 17 0 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 1113.24
Current children cumulated vsize (KiB) 186508

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 12700
/proc/meminfo: memFree=1576112/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=1173.21
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 117296 25 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 11140854 0 0 4096 0 0 0 0 17 0 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 1173.21
Current children cumulated vsize (KiB) 186508

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 12700
/proc/meminfo: memFree=1554672/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=1233.19
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 123294 25 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 0 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 1233.19
Current children cumulated vsize (KiB) 186508

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 12700
/proc/meminfo: memFree=1541808/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=1293.17
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 129292 25 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 134921760 0 0 4096 0 0 0 0 17 0 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 1293.17
Current children cumulated vsize (KiB) 186508

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 12700
/proc/meminfo: memFree=1525744/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=1353.14
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 135289 25 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 11140859 0 0 4096 0 0 0 0 17 0 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 1353.14
Current children cumulated vsize (KiB) 186508

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 12700
/proc/meminfo: memFree=1510512/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=1413.12
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 141287 25 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 134702815 0 0 4096 0 0 0 0 17 0 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 1413.12
Current children cumulated vsize (KiB) 186508

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 12700
/proc/meminfo: memFree=1493680/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=1473.09
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 147284 25 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 11149705 0 0 4096 0 0 0 0 17 0 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 1473.09
Current children cumulated vsize (KiB) 186508

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 12700
/proc/meminfo: memFree=1488176/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=1533.06
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 153281 25 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 134942859 0 0 4096 0 0 0 0 17 0 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 1533.06
Current children cumulated vsize (KiB) 186508

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 12700
/proc/meminfo: memFree=1482928/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=1593.04
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 159279 25 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 135238529 0 0 4096 0 0 0 0 17 0 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 1593.04
Current children cumulated vsize (KiB) 186508

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 12700
/proc/meminfo: memFree=1478000/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=1653.01
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 165276 25 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 11140845 0 0 4096 0 0 0 0 17 0 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 1653.01
Current children cumulated vsize (KiB) 186508

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 12700
/proc/meminfo: memFree=1472816/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=1713
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 171274 26 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 11140854 0 0 4096 0 0 0 0 17 0 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 1713
Current children cumulated vsize (KiB) 186508

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 12700
/proc/meminfo: memFree=1465008/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=1772.98
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 177272 26 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 11140854 0 0 4096 0 0 0 0 17 0 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 1772.98
Current children cumulated vsize (KiB) 186508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.4 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 12700
/proc/meminfo: memFree=1461616/2055920 swapFree=4179860/4192956
[pid=12576] ppid=12574 vsize=186508 CPUtime=1800.08
/proc/12576/stat : 12576 (casperzao) R 12574 12576 10356 0 -1 4194304 33029 0 0 0 179982 26 0 0 25 0 1 0 2005641076 190984192 24061 996147200 134512640 135477443 4294956224 18446744073709551615 134887830 0 0 4096 0 0 0 0 17 0 0 0
/proc/12576/statm: 46627 24061 526 235 0 45328 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 186508

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): 1809.43
CPU time (s): 1800.1
CPU user time (s): 1799.82
CPU system time (s): 0.276957
CPU usage (%): 99.4845
Max. virtual memory (cumulated for all children) (KiB): 372088

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

runsolver used 1.91471 second user time and 5.13822 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-05 16:05:14
IDJOB=1095182
IDBENCH=58886
IDSOLVER=361
FILE ID=node66/1095182-1215266714
PBS_JOBID= 7882058
Free space on /tmp= 66416 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/bibd8/normalized-bibd-8-42-21-4-9_glb.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1095182-1215266714/watcher-1095182-1215266714 -o /tmp/evaluation-result-1095182-1215266714/solver-1095182-1215266714 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1095182-1215266714.xml 2027159055 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3cb79f60ae205ec357b3ae4ee2ebdb54
RANDOM SEED=2027159055

node66.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:       1678544 kB
Buffers:         36156 kB
Cached:         191028 kB
SwapCached:       7144 kB
Active:         209064 kB
Inactive:       113984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678544 kB
SwapTotal:     4192956 kB
SwapFree:      4179860 kB
Dirty:            3404 kB
Writeback:           0 kB
Mapped:         112096 kB
Slab:            39320 kB
Committed_AS:  4919640 kB
PageTables:       2028 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= 66412 MiB
End job on node66 at 2008-07-05 16:35:25