Trace number 1087860

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.04 1802.91

General information on the benchmark

Namecsp/rlfapGraphs/
normalized-graph10.xml
MD5SUM6343a8d49ea791a447d6fc04b8a967e7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.01484
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3907
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3907
Global constraints used (with number of constraints)

Solver Data (download as text)

0.08/0.13	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.08/0.13	c Parsing = 1
0.08/0.15	c Building = 1
0.08/0.17	c [ NumberOfVariables = 680 ]
0.08/0.17	c [ NumberOfConstraints = 3907 ]
0.08/0.17	c [ SizeOfSearchSpace(log2) = 3597.37 ]
0.08/0.17	c SymmetrySearch = 1
0.16/0.27	c InitialPropagation = 1
0.16/0.27	c [ SizeOfSearchSpace(log2) = 3597.37 ]
0.16/0.27	c InitialSAC = 1
1.85/1.95	c [ SizeOfSearchSpace(log2) = 3582.11 ]
1.85/1.96	c Search(SampleFF) : 
95.66/96.61	c [ Sampling domwdeg ]
95.66/96.61	c [ Sampling impacts ]
95.66/96.61	c [ SamplingScores: ]
95.66/96.61	c [ domwdeg+min = 0.000204477 | domwdeg+rnd = 0.00363141 ]
95.66/96.61	c [ impacts+min = 1.17219e-15 | impacts+rnd = 0.000134295 ]
95.66/96.61	c [ la+min = 0 | la+rnd = 0 ]
95.66/96.61	c [ domwdeg = 0.00191794 | impacts = 6.71475e-05 | la = 0 ]
95.66/96.61	c [ min = 6.8159e-05 | rand = 6.71475e-05 ]
95.66/96.61	c [ restarting at (3.96356,2.89598e-11) ]
106.16/107.23	c [ restarting at (9.9089,3.28287e-14) ]
132.52/133.80	c [ restarting at (24.7722,0.00261523) ]
198.29/200.21	c [ restarting at (61.9306,0.00261823) ]
232.76/235.05	c [ restarting at (154.827,0.0055149) ]
619.99/622.43	c [ restarting at (387.066,1.68052e-05) ]
1588.00/1590.87	c [ restarting at (967.666,0.00130762) ]

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

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/81 8937
/proc/meminfo: memFree=1311304/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=1052 CPUtime=0
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 136570471 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 7709476 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/8937/statm: 263 26 20 234 0 3 0

[startup+0.0561991 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 8937
/proc/meminfo: memFree=1311304/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=5832 CPUtime=0.03
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 570 0 1 0 3 0 0 0 18 0 1 0 136570471 5971968 531 996147200 134512640 135472138 4294956224 18446744073709551615 4159744852 0 0 4096 0 0 0 0 17 1 0 0
/proc/8937/statm: 1458 531 368 234 0 160 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5832

[startup+0.1012 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 8937
/proc/meminfo: memFree=1311304/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=6360 CPUtime=0.08
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 688 0 1 0 8 0 0 0 18 0 1 0 136570471 6512640 649 996147200 134512640 135472138 4294956224 18446744073709551615 134778543 0 0 4096 0 0 0 0 17 1 0 0
/proc/8937/statm: 1590 649 368 234 0 292 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6360

[startup+0.30123 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 8937
/proc/meminfo: memFree=1311304/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=100944 CPUtime=0.26
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 2407 0 2 0 25 1 0 0 18 0 1 0 136570471 103366656 1860 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 1 0 0
/proc/8937/statm: 25236 1860 469 234 0 23938 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 100944

[startup+0.701274 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 8937
/proc/meminfo: memFree=1311304/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=100944 CPUtime=0.66
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 2538 0 2 0 65 1 0 0 22 0 1 0 136570471 103366656 1991 996147200 134512640 135472138 4294956224 18446744073709551615 135263637 0 0 4096 0 0 0 0 17 1 0 0
/proc/8937/statm: 25236 1991 469 234 0 23938 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 100944

[startup+1.50137 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 8938
/proc/meminfo: memFree=1303872/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=100944 CPUtime=1.45
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 2799 0 2 0 144 1 0 0 25 0 1 0 136570471 103366656 2252 996147200 134512640 135472138 4294956224 18446744073709551615 134915040 0 0 4096 0 0 0 0 17 1 0 0
/proc/8937/statm: 25236 2252 469 234 0 23938 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 100944

[startup+3.10256 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 8938
/proc/meminfo: memFree=1302336/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=100944 CPUtime=3.04
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 3007 0 2 0 303 1 0 0 25 0 1 0 136570471 103366656 2460 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/8937/statm: 25236 2460 485 234 0 23938 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 100944

[startup+6.30194 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 8938
/proc/meminfo: memFree=1302144/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=100944 CPUtime=6.21
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 3028 0 2 0 620 1 0 0 25 0 1 0 136570471 103366656 2481 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/8937/statm: 25236 2481 485 234 0 23938 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 100944

[startup+12.7027 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 8938
/proc/meminfo: memFree=1302080/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=100944 CPUtime=12.55
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 3028 0 2 0 1254 1 0 0 25 0 1 0 136570471 103366656 2481 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 1 0 0
/proc/8937/statm: 25236 2481 485 234 0 23938 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 100944

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 8938
/proc/meminfo: memFree=1302272/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=100944 CPUtime=25.23
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 3034 0 2 0 2522 1 0 0 25 0 1 0 136570471 103366656 2487 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/8937/statm: 25236 2487 485 234 0 23938 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 100944

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 8938
/proc/meminfo: memFree=1296064/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=50.58
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4614 0 2 0 5057 1 0 0 25 0 1 0 136570471 109641728 4067 996147200 134512640 135472138 4294956224 18446744073709551615 9010939 0 0 4096 0 0 0 0 17 1 0 0
/proc/8937/statm: 26768 4067 487 234 0 25470 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 107072

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 8938
/proc/meminfo: memFree=1295424/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=101.31
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4724 0 2 0 10129 2 0 0 25 0 1 0 136570471 109641728 4177 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/8937/statm: 26768 4177 488 234 0 25470 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 107072

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 8938
/proc/meminfo: memFree=1295360/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=160.75
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4724 0 2 0 16073 2 0 0 25 0 1 0 136570471 109641728 4177 996147200 134512640 135472138 4294956224 18446744073709551615 135202661 0 0 4096 0 0 0 0 17 1 0 0
/proc/8937/statm: 26768 4177 488 234 0 25470 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 107072

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 8938
/proc/meminfo: memFree=1295232/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=220.18
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4724 0 2 0 22016 2 0 0 25 0 1 0 136570471 109641728 4177 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 1 0 0
/proc/8937/statm: 26768 4177 488 234 0 25470 0
Current children cumulated CPU time (s) 220.18
Current children cumulated vsize (KiB) 107072

[startup+282.301 s]
/proc/loadavg: 1.96 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1870592/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=280.03
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4748 0 2 0 27998 5 0 0 25 0 1 0 136570471 109641728 4201 996147200 134512640 135472138 4294956224 18446744073709551615 135202667 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4201 488 234 0 25470 0
Current children cumulated CPU time (s) 280.03
Current children cumulated vsize (KiB) 107072

[startup+342.301 s]
/proc/loadavg: 1.98 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1870464/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=340
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4748 0 2 0 33995 5 0 0 25 0 1 0 136570471 109641728 4201 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4201 488 234 0 25470 0
Current children cumulated CPU time (s) 340
Current children cumulated vsize (KiB) 107072

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1870336/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=399.98
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4748 0 2 0 39993 5 0 0 25 0 1 0 136570471 109641728 4201 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4201 488 234 0 25470 0
Current children cumulated CPU time (s) 399.98
Current children cumulated vsize (KiB) 107072

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1870272/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=459.95
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4748 0 2 0 45990 5 0 0 25 0 1 0 136570471 109641728 4201 996147200 134512640 135472138 4294956224 18446744073709551615 135202654 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4201 488 234 0 25470 0
Current children cumulated CPU time (s) 459.95
Current children cumulated vsize (KiB) 107072

[startup+522.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1870272/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=519.93
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4763 0 2 0 51988 5 0 0 25 0 1 0 136570471 109641728 4216 996147200 134512640 135472138 4294956224 18446744073709551615 135202779 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4216 488 234 0 25470 0
Current children cumulated CPU time (s) 519.93
Current children cumulated vsize (KiB) 107072

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1870272/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=579.9
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4763 0 2 0 57985 5 0 0 25 0 1 0 136570471 109641728 4216 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4216 488 234 0 25470 0
Current children cumulated CPU time (s) 579.9
Current children cumulated vsize (KiB) 107072

[startup+642.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1870208/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=639.88
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4763 0 2 0 63983 5 0 0 25 0 1 0 136570471 109641728 4216 996147200 134512640 135472138 4294956224 18446744073709551615 135202779 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4216 488 234 0 25470 0
Current children cumulated CPU time (s) 639.88
Current children cumulated vsize (KiB) 107072


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

[startup+882.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1870016/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=879.78
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4763 0 2 0 87973 5 0 0 25 0 1 0 136570471 109641728 4216 996147200 134512640 135472138 4294956224 18446744073709551615 135202667 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4216 488 234 0 25470 0
Current children cumulated CPU time (s) 879.78
Current children cumulated vsize (KiB) 107072

[startup+942.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1870016/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=939.76
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4763 0 2 0 93970 6 0 0 25 0 1 0 136570471 109641728 4216 996147200 134512640 135472138 4294956224 18446744073709551615 134690425 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4216 488 234 0 25470 0
Current children cumulated CPU time (s) 939.76
Current children cumulated vsize (KiB) 107072

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1869952/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=999.74
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4763 0 2 0 99968 6 0 0 25 0 1 0 136570471 109641728 4216 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4216 488 234 0 25470 0
Current children cumulated CPU time (s) 999.74
Current children cumulated vsize (KiB) 107072

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1869888/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=1059.71
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4763 0 2 0 105965 6 0 0 25 0 1 0 136570471 109641728 4216 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4216 488 234 0 25470 0
Current children cumulated CPU time (s) 1059.71
Current children cumulated vsize (KiB) 107072

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1869888/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=1119.69
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4763 0 2 0 111963 6 0 0 25 0 1 0 136570471 109641728 4216 996147200 134512640 135472138 4294956224 18446744073709551615 135202667 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4216 488 234 0 25470 0
Current children cumulated CPU time (s) 1119.69
Current children cumulated vsize (KiB) 107072

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1869888/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=1179.66
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4763 0 2 0 117960 6 0 0 25 0 1 0 136570471 109641728 4216 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4216 488 234 0 25470 0
Current children cumulated CPU time (s) 1179.66
Current children cumulated vsize (KiB) 107072

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1869696/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=1239.63
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4763 0 2 0 123957 6 0 0 25 0 1 0 136570471 109641728 4216 996147200 134512640 135472138 4294956224 18446744073709551615 135202675 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4216 488 234 0 25470 0
Current children cumulated CPU time (s) 1239.63
Current children cumulated vsize (KiB) 107072

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1869696/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=1299.61
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4763 0 2 0 129955 6 0 0 25 0 1 0 136570471 109641728 4216 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4216 488 234 0 25470 0
Current children cumulated CPU time (s) 1299.61
Current children cumulated vsize (KiB) 107072

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1869696/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=1359.58
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4763 0 2 0 135952 6 0 0 25 0 1 0 136570471 109641728 4216 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4216 488 234 0 25470 0
Current children cumulated CPU time (s) 1359.58
Current children cumulated vsize (KiB) 107072

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1869568/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=1419.56
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4763 0 2 0 141950 6 0 0 25 0 1 0 136570471 109641728 4216 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4216 488 234 0 25470 0
Current children cumulated CPU time (s) 1419.56
Current children cumulated vsize (KiB) 107072

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1869504/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=1479.54
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4763 0 2 0 147947 7 0 0 25 0 1 0 136570471 109641728 4216 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4216 488 234 0 25470 0
Current children cumulated CPU time (s) 1479.54
Current children cumulated vsize (KiB) 107072

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1869440/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=1539.52
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4763 0 2 0 153945 7 0 0 25 0 1 0 136570471 109641728 4216 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4216 488 234 0 25470 0
Current children cumulated CPU time (s) 1539.52
Current children cumulated vsize (KiB) 107072

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1869376/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=1599.49
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4763 0 2 0 159942 7 0 0 25 0 1 0 136570471 109641728 4216 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4216 488 234 0 25470 0
Current children cumulated CPU time (s) 1599.49
Current children cumulated vsize (KiB) 107072

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1869376/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=1659.47
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4763 0 2 0 165940 7 0 0 25 0 1 0 136570471 109641728 4216 996147200 134512640 135472138 4294956224 18446744073709551615 135202661 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4216 488 234 0 25470 0
Current children cumulated CPU time (s) 1659.47
Current children cumulated vsize (KiB) 107072

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1869312/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=1719.44
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4763 0 2 0 171937 7 0 0 25 0 1 0 136570471 109641728 4216 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4216 488 234 0 25470 0
Current children cumulated CPU time (s) 1719.44
Current children cumulated vsize (KiB) 107072

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1869184/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=1779.41
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4763 0 2 0 177934 7 0 0 25 0 1 0 136570471 109641728 4216 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4216 488 234 0 25470 0
Current children cumulated CPU time (s) 1779.41
Current children cumulated vsize (KiB) 107072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.91 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1869184/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=1800.02
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4763 0 2 0 179995 7 0 0 25 0 1 0 136570471 109641728 4216 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4216 488 234 0 25470 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 107072

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

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

[startup+1802.91 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 9082
/proc/meminfo: memFree=1869184/2055920 swapFree=4181492/4192956
[pid=8937] ppid=8935 vsize=107072 CPUtime=1800.02
/proc/8937/stat : 8937 (casperzito) R 8935 8937 8261 0 -1 4194304 4763 0 2 0 179995 7 0 0 25 0 1 0 136570471 109641728 4216 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/8937/statm: 26768 4216 488 234 0 25470 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 107072

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.91
CPU time (s): 1800.04
CPU user time (s): 1799.95
CPU system time (s): 0.080987
CPU usage (%): 99.8403
Max. virtual memory (cumulated for all children) (KiB): 107072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.080987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4763
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26
involuntary context switches= 14502

runsolver used 2.6556 second user time and 5.54916 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-05 10:13:14
IDJOB=1087860
IDBENCH=58052
IDSOLVER=362
FILE ID=node73/1087860-1215245594
PBS_JOBID= 7882007
Free space on /tmp= 66548 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/rlfapGraphs/normalized-graph10.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087860-1215245594/watcher-1087860-1215245594 -o /tmp/evaluation-result-1087860-1215245594/solver-1087860-1215245594 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1087860-1215245594.xml 1188055337 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6343a8d49ea791a447d6fc04b8a967e7
RANDOM SEED=1188055337

node73.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.230
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.230
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:       1311784 kB
Buffers:          7788 kB
Cached:          93648 kB
SwapCached:       5052 kB
Active:         639468 kB
Inactive:        53432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1311784 kB
SwapTotal:     4192956 kB
SwapFree:      4181492 kB
Dirty:            3520 kB
Writeback:           0 kB
Mapped:         605236 kB
Slab:            35388 kB
Committed_AS:  1227532 kB
PageTables:       2916 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= 66552 MiB
End job on node73 at 2008-07-05 10:43:19