Trace number 1064492

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.08 1807.43

General information on the benchmark

Namecsp/tdsp/
normalized-C6-1-121.xml
MD5SUM14eeb14f153960144e310df78169dca3
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables293
Number of constraints4850
Maximum constraint arity6
Maximum domain size122
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4850
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.20	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.20	c Parsing = 1
0.18/0.22	c Building = 1
13.73/13.80	c [ NumberOfVariables = 293 ]
13.73/13.80	c [ NumberOfConstraints = 4850 ]
13.73/13.80	c [ SizeOfSearchSpace(log2) = 1384.25 ]
13.73/13.80	c SymmetrySearch = 1
15.72/15.86	c [ Found 589824 symmetries ]
15.72/15.89	c InitialPropagation = 1
15.82/15.92	c [ SizeOfSearchSpace(log2) = 1367.21 ]
15.82/15.92	c InitialSAC = 1
15.92/16.08	c [ SizeOfSearchSpace(log2) = 1367.21 ]
15.92/16.08	c Search(SampleFF) : 
126.28/126.89	c [ Sampling domwdeg ]
126.28/126.89	c [ Sampling impacts ]
126.28/126.89	c [ Sampling la ]
126.28/126.89	c [ SamplingScores: ]
126.28/126.89	c [ domwdeg+min = 0 | domwdeg+rnd = 4.70079e-248 ]
126.28/126.89	c [ impacts+min = 3.17871e-59 | impacts+rnd = 5.28063e-41 ]
126.28/126.89	c [ la+min = 1.29559e-69 | la+rnd = 4.18407e-93 ]
126.28/126.89	c [ domwdeg = 2.35039e-248 | impacts = 2.64031e-41 | la = 6.47794e-70 ]
126.28/126.89	c [ min = 1.05957e-59 | rand = 2.64031e-41 ]
126.28/126.89	c [ restarting at (0.141429,1.22059e-106) ]
126.68/127.24	c [ restarting at (0.353571,7.94242e-98) ]
127.57/128.13	c [ restarting at (0.883929,3.15532e-100) ]
129.76/130.34	c [ restarting at (2.20982,1.03479e-98) ]
135.24/135.87	c [ restarting at (5.52455,2.64576e-98) ]
148.99/149.69	c [ restarting at (13.8114,8.5758e-44) ]
183.45/184.24	c [ restarting at (34.5285,8.32528e-83) ]
269.40/270.60	c [ restarting at (86.3211,3.45707e-43) ]
484.45/486.52	c [ restarting at (215.803,3.73887e-66) ]
1022.08/1026.33	c [ restarting at (539.507,3.65045e-62) ]

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

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.12 2.08 2.02 4/82 11499
/proc/meminfo: memFree=1628024/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=18572 CPUtime=0
/proc/11499/stat : 11499 (runsolver) R 11497 11499 9200 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 255135331 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 214945033511 0 0 4096 24578 0 0 0 17 0 0 0
/proc/11499/statm: 4643 292 257 25 0 2626 0

[startup+0.0627459 s]
/proc/loadavg: 2.12 2.08 2.02 4/82 11499
/proc/meminfo: memFree=1628024/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=6232 CPUtime=0.05
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 663 0 0 0 5 0 0 0 18 0 1 0 255135331 6381568 623 996147200 134512640 135477443 4294956224 18446744073709551615 4158906912 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 1558 623 375 235 0 259 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6232

[startup+0.101749 s]
/proc/loadavg: 2.12 2.08 2.02 4/82 11499
/proc/meminfo: memFree=1628024/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=6760 CPUtime=0.09
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 801 0 0 0 9 0 0 0 18 0 1 0 255135331 6922240 761 996147200 134512640 135477443 4294956224 18446744073709551615 134811785 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 1690 761 375 235 0 391 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6760

[startup+0.301793 s]
/proc/loadavg: 2.12 2.08 2.02 4/82 11499
/proc/meminfo: memFree=1628024/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=289748 CPUtime=0.28
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 2223 0 0 0 27 1 0 0 19 0 1 0 255135331 296701952 1400 996147200 134512640 135477443 4294956224 18446744073709551615 134899360 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 72437 1400 464 235 0 71138 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 289748

[startup+0.701865 s]
/proc/loadavg: 2.12 2.08 2.02 4/82 11499
/proc/meminfo: memFree=1628024/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=292256 CPUtime=0.68
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 6761 0 0 0 66 2 0 0 23 0 1 0 255135331 299270144 2110 996147200 134512640 135477443 4294956224 18446744073709551615 135079504 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 73064 2110 464 235 0 71765 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 292256

[startup+1.50202 s]
/proc/loadavg: 2.12 2.08 2.02 3/83 11500
/proc/meminfo: memFree=1619120/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=297272 CPUtime=1.48
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 15642 0 0 0 141 7 0 0 25 0 1 0 255135331 304406528 3539 996147200 134512640 135477443 4294956224 18446744073709551615 134990299 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 74318 3539 464 235 0 73019 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 297272

[startup+3.10133 s]
/proc/loadavg: 2.11 2.08 2.02 3/83 11500
/proc/meminfo: memFree=1611120/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=307040 CPUtime=3.07
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 33432 0 0 0 292 15 0 0 25 0 1 0 255135331 314408960 6394 996147200 134512640 135477443 4294956224 18446744073709551615 135268193 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 76760 6394 464 235 0 75461 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 307040

[startup+6.30195 s]
/proc/loadavg: 2.11 2.08 2.02 3/83 11500
/proc/meminfo: memFree=1587568/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=326708 CPUtime=6.26
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 69120 0 0 0 594 32 0 0 25 0 1 0 255135331 334548992 12076 996147200 134512640 135477443 4294956224 18446744073709551615 135079546 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 81677 12076 464 235 0 80378 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 326708

[startup+12.7012 s]
/proc/loadavg: 2.10 2.07 2.02 3/83 11500
/proc/meminfo: memFree=1540592/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=366044 CPUtime=12.63
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 139819 0 0 0 1197 66 0 0 25 0 1 0 255135331 374829056 23456 996147200 134512640 135477443 4294956224 18446744073709551615 134990342 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 91511 23456 464 235 0 90212 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 366044

[startup+25.5017 s]
/proc/loadavg: 2.08 2.07 2.02 3/83 11500
/proc/meminfo: memFree=1513392/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=25.38
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159288 0 0 0 2464 74 0 0 25 0 1 0 255135331 204292096 29030 996147200 134512640 135477443 4294956224 18446744073709551615 135208666 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29030 513 235 0 48577 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 199504

[startup+51.1016 s]
/proc/loadavg: 2.11 2.08 2.02 3/83 11500
/proc/meminfo: memFree=1513136/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=50.87
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159356 0 0 0 5013 74 0 0 25 0 1 0 255135331 204292096 29098 996147200 134512640 135477443 4294956224 18446744073709551615 3911877 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29098 513 235 0 48577 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 199504

[startup+102.306 s]
/proc/loadavg: 2.04 2.06 2.02 3/83 11500
/proc/meminfo: memFree=1512048/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=101.88
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159615 0 0 0 10113 75 0 0 25 0 1 0 255135331 204292096 29357 996147200 134512640 135477443 4294956224 18446744073709551615 134922242 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29357 513 235 0 48577 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 199504

[startup+162.301 s]
/proc/loadavg: 2.01 2.05 2.01 3/83 11500
/proc/meminfo: memFree=1511600/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=161.63
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 16088 75 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134990329 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 199504

[startup+222.302 s]
/proc/loadavg: 2.06 2.05 2.01 3/83 11500
/proc/meminfo: memFree=1511600/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=221.39
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 22064 75 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 221.39
Current children cumulated vsize (KiB) 199504

[startup+282.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/83 11500
/proc/meminfo: memFree=1511600/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=281.15
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 28040 75 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 281.15
Current children cumulated vsize (KiB) 199504

[startup+342.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 11500
/proc/meminfo: memFree=1511536/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=340.91
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 34016 75 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134673680 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 340.91
Current children cumulated vsize (KiB) 199504

[startup+402.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 11500
/proc/meminfo: memFree=1511536/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=400.67
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 39992 75 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 135269579 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 400.67
Current children cumulated vsize (KiB) 199504

[startup+462.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/86 11548
/proc/meminfo: memFree=1439400/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=460.35
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 45959 76 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134673677 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 460.35
Current children cumulated vsize (KiB) 199504

[startup+522.303 s]
/proc/loadavg: 2.04 2.04 2.00 3/86 11548
/proc/meminfo: memFree=1439400/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=520.11
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 51935 76 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 520.11
Current children cumulated vsize (KiB) 199504

[startup+582.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/86 11548
/proc/meminfo: memFree=1439272/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=579.86
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 57910 76 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134922250 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 579.86
Current children cumulated vsize (KiB) 199504

[startup+642.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/86 11548
/proc/meminfo: memFree=1439272/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=639.62
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 63886 76 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134990329 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 639.62
Current children cumulated vsize (KiB) 199504


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

[startup+822.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 11548
/proc/meminfo: memFree=1439080/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=818.9
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 81814 76 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134927387 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 818.9
Current children cumulated vsize (KiB) 199504

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 11548
/proc/meminfo: memFree=1439080/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=878.65
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 87789 76 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134990301 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 878.65
Current children cumulated vsize (KiB) 199504

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 11548
/proc/meminfo: memFree=1439144/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=938.42
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 93766 76 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 938.42
Current children cumulated vsize (KiB) 199504

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 11548
/proc/meminfo: memFree=1439080/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=998.17
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 99741 76 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134679588 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 998.17
Current children cumulated vsize (KiB) 199504

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 11548
/proc/meminfo: memFree=1439080/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=1057.94
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 105718 76 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 3903220 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 1057.94
Current children cumulated vsize (KiB) 199504

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 11548
/proc/meminfo: memFree=1439016/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=1117.69
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 111693 76 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 135207264 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 1117.69
Current children cumulated vsize (KiB) 199504

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 11548
/proc/meminfo: memFree=1438952/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=1177.45
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 117669 76 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 1177.45
Current children cumulated vsize (KiB) 199504

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 11548
/proc/meminfo: memFree=1438888/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=1237.21
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 123645 76 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134990314 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 1237.21
Current children cumulated vsize (KiB) 199504

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 11548
/proc/meminfo: memFree=1438824/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=1296.97
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 129621 76 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134934784 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 1296.97
Current children cumulated vsize (KiB) 199504

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 11548
/proc/meminfo: memFree=1438952/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=1356.73
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 135597 76 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134990266 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 1356.73
Current children cumulated vsize (KiB) 199504

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 11548
/proc/meminfo: memFree=1439016/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=1416.49
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 141573 76 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 1416.49
Current children cumulated vsize (KiB) 199504

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 11550
/proc/meminfo: memFree=1438952/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=1476.25
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 147549 76 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134934784 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 1476.25
Current children cumulated vsize (KiB) 199504

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 11550
/proc/meminfo: memFree=1439016/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=1536.01
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 153525 76 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134923119 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 1536.01
Current children cumulated vsize (KiB) 199504

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 11550
/proc/meminfo: memFree=1438952/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=1595.77
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 159501 76 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 135270828 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 1595.77
Current children cumulated vsize (KiB) 199504

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 11550
/proc/meminfo: memFree=1438888/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=1655.53
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 165477 76 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134934768 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 1655.53
Current children cumulated vsize (KiB) 199504

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 11550
/proc/meminfo: memFree=1438824/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=1715.29
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 171453 76 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 1715.29
Current children cumulated vsize (KiB) 199504

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 11550
/proc/meminfo: memFree=1438760/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=1775.05
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 177429 76 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134927359 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 1775.05
Current children cumulated vsize (KiB) 199504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 11550
/proc/meminfo: memFree=1438760/2055920 swapFree=4180776/4192956
[pid=11499] ppid=11497 vsize=199504 CPUtime=1800.04
/proc/11499/stat : 11499 (casperzao) R 11497 11499 9200 0 -1 4194304 159687 0 0 0 179928 76 0 0 25 0 1 0 255135331 204292096 29429 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/11499/statm: 49876 29429 514 235 0 48577 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 199504

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): 1807.43
CPU time (s): 1800.08
CPU user time (s): 1799.29
CPU system time (s): 0.78688
CPU usage (%): 99.5933
Max. virtual memory (cumulated for all children) (KiB): 372776

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

runsolver used 1.76273 second user time and 4.82827 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-04 05:25:26
IDJOB=1064492
IDBENCH=54958
IDSOLVER=361
FILE ID=node85/1064492-1215141926
PBS_JOBID= 7877304
Free space on /tmp= 126864 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/tdsp/normalized-C6-1-121.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064492-1215141926/watcher-1064492-1215141926 -o /tmp/evaluation-result-1064492-1215141926/solver-1064492-1215141926 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1064492-1215141926.xml 1223094243 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 14eeb14f153960144e310df78169dca3
RANDOM SEED=1223094243

node85.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.272
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.272
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1628504 kB
Buffers:         42032 kB
Cached:         300976 kB
SwapCached:       6988 kB
Active:          91564 kB
Inactive:       289716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628504 kB
SwapTotal:     4192956 kB
SwapFree:      4180776 kB
Dirty:            3740 kB
Writeback:           0 kB
Mapped:          54152 kB
Slab:            31580 kB
Committed_AS:   610704 kB
PageTables:       1668 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= 126840 MiB
End job on node85 at 2008-07-04 05:55:35