Trace number 1085402

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.02 1801.51

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr1/normalized-super-jobShop-e0ddr1-9.xml
MD5SUMf9d1f2b59857321b1a820082b7eb128a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark429.282
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size121
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.01	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.01	c Parsing = 1
0.00/0.03	c Building = 1
1.08/1.20	c [ NumberOfVariables = 100 ]
1.08/1.20	c [ NumberOfConstraints = 845 ]
1.08/1.20	c [ SizeOfSearchSpace(log2) = 675.322 ]
1.08/1.20	c SymmetrySearch = 1
1.17/1.21	c InitialPropagation = 1
1.17/1.21	c [ SizeOfSearchSpace(log2) = 675.322 ]
1.17/1.21	c InitialSAC = 1
6.78/6.80	c [ SizeOfSearchSpace(log2) = 672.616 ]
6.78/6.80	c Search(SampleFF) : 
80.42/80.54	c [ Sampling domwdeg ]
80.42/80.54	c [ Sampling impacts ]
80.42/80.54	c [ Sampling la ]
80.42/80.54	c [ SamplingScores: ]
80.42/80.54	c [ domwdeg+min = 7.85547e-09 | domwdeg+rnd = 2.49098e-16 ]
80.42/80.54	c [ impacts+min = 2.01052e-06 | impacts+rnd = 3.69747e-06 ]
80.42/80.54	c [ la+min = 8.89996e-05 | la+rnd = 2.06824e-07 ]
80.42/80.54	c [ domwdeg = 3.92774e-09 | impacts = 2.854e-06 | la = 4.46032e-05 ]
80.42/80.54	c [ min = 3.03393e-05 | rand = 2.854e-06 ]
80.42/80.54	c [ restarting at (4.52802,3.96068e-08) ]
91.70/91.88	c [ restarting at (11.3201,8.71911e-07) ]
120.08/120.22	c [ restarting at (28.3001,8.71452e-07) ]
190.82/191.01	c [ restarting at (70.7504,2.14988e-07) ]
367.57/367.92	c [ restarting at (176.876,3.01123e-06) ]
809.50/810.25	c [ restarting at (442.19,3.49418e-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-1085402-1215233558/watcher-1085402-1215233558 -o /tmp/evaluation-result-1085402-1215233558/solver-1085402-1215233558 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1085402-1215233558.xml 2135278717 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 11579
/proc/meminfo: memFree=1223568/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=2624 CPUtime=0
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 62 0 0 0 0 0 0 0 18 0 1 0 2002329465 2686976 45 996147200 134512640 135477443 4294956224 18446744073709551615 7017252 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 886 47 34 235 0 14 0

[startup+0.011704 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 11579
/proc/meminfo: memFree=1223568/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=5440 CPUtime=0
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 467 0 0 0 0 0 0 0 18 0 1 0 2002329465 5570560 427 996147200 134512640 135477443 4294956224 18446744073709551615 7452283 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 1360 429 370 235 0 61 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5440

[startup+0.101708 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 11579
/proc/meminfo: memFree=1223568/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=287108 CPUtime=0.08
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 1639 0 0 0 8 0 0 0 18 0 1 0 2002329465 293998592 652 996147200 134512640 135477443 4294956224 18446744073709551615 135274380 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 71777 653 455 235 0 70478 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 287108

[startup+0.301722 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 11579
/proc/meminfo: memFree=1223568/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=287768 CPUtime=0.29
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 4562 0 0 0 27 2 0 0 19 0 1 0 2002329465 294674432 848 996147200 134512640 135477443 4294956224 18446744073709551615 135215711 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 71942 848 455 235 0 70643 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 287768

[startup+0.701748 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 11579
/proc/meminfo: memFree=1223568/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=289220 CPUtime=0.68
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 10434 0 0 0 64 4 0 0 23 0 1 0 2002329465 296161280 1237 996147200 134512640 135477443 4294956224 18446744073709551615 135271619 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 72305 1238 455 235 0 71006 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 289220

[startup+1.5018 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 11580
/proc/meminfo: memFree=1218888/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103452 CPUtime=1.48
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 17947 0 0 0 139 9 0 0 25 0 1 0 2002329465 105934848 1782 996147200 134512640 135477443 4294956224 18446744073709551615 135270268 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25863 1782 497 235 0 24564 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 103452

[startup+3.1019 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 11580
/proc/meminfo: memFree=1217608/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103452 CPUtime=3.08
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18004 0 0 0 299 9 0 0 25 0 1 0 2002329465 105934848 1839 996147200 134512640 135477443 4294956224 18446744073709551615 135268929 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25863 1839 497 235 0 24564 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 103452

[startup+6.30112 s]
/proc/loadavg: 1.93 1.98 1.99 3/74 11580
/proc/meminfo: memFree=1216904/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103452 CPUtime=6.28
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18119 0 0 0 619 9 0 0 25 0 1 0 2002329465 105934848 1954 996147200 134512640 135477443 4294956224 18446744073709551615 135268273 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25863 1954 497 235 0 24564 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 103452

[startup+12.7026 s]
/proc/loadavg: 1.93 1.98 1.99 3/74 11580
/proc/meminfo: memFree=1216200/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103452 CPUtime=12.68
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18176 0 0 0 1259 9 0 0 25 0 1 0 2002329465 105934848 2011 996147200 134512640 135477443 4294956224 18446744073709551615 134679146 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25863 2011 500 235 0 24564 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 103452

[startup+25.5014 s]
/proc/loadavg: 2.01 2.00 2.00 3/74 11580
/proc/meminfo: memFree=1215496/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103452 CPUtime=25.47
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18182 0 0 0 2538 9 0 0 25 0 1 0 2002329465 105934848 2017 996147200 134512640 135477443 4294956224 18446744073709551615 135271598 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25863 2017 500 235 0 24564 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 103452

[startup+51.102 s]
/proc/loadavg: 2.01 2.00 2.00 3/74 11580
/proc/meminfo: memFree=1213448/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103584 CPUtime=51.05
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18271 0 0 0 5096 9 0 0 25 0 1 0 2002329465 106070016 2106 996147200 134512640 135477443 4294956224 18446744073709551615 134583600 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25896 2106 501 235 0 24597 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 103584

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 11580
/proc/meminfo: memFree=1208520/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=102.2
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18457 0 0 0 10211 9 0 0 25 0 1 0 2002329465 106205184 2292 996147200 134512640 135477443 4294956224 18446744073709551615 134679119 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2292 502 235 0 24630 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 103716

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 11580
/proc/meminfo: memFree=1204040/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=162.14
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18504 0 0 0 16205 9 0 0 25 0 1 0 2002329465 106205184 2339 996147200 134512640 135477443 4294956224 18446744073709551615 134593763 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2339 502 235 0 24630 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 103716

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 11580
/proc/meminfo: memFree=1199624/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=222.09
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18505 0 0 0 22200 9 0 0 25 0 1 0 2002329465 106205184 2340 996147200 134512640 135477443 4294956224 18446744073709551615 134923243 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2340 502 235 0 24630 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 103716

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 11580
/proc/meminfo: memFree=1195400/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=282.04
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18505 0 0 0 28195 9 0 0 25 0 1 0 2002329465 106205184 2340 996147200 134512640 135477443 4294956224 18446744073709551615 134694766 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2340 502 235 0 24630 0
Current children cumulated CPU time (s) 282.04
Current children cumulated vsize (KiB) 103716

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 11580
/proc/meminfo: memFree=1191560/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=341.99
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18514 0 0 0 34190 9 0 0 25 0 1 0 2002329465 106205184 2349 996147200 134512640 135477443 4294956224 18446744073709551615 134679568 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2349 502 235 0 24630 0
Current children cumulated CPU time (s) 341.99
Current children cumulated vsize (KiB) 103716

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 11580
/proc/meminfo: memFree=1187592/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=401.95
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18514 0 0 0 40185 10 0 0 25 0 1 0 2002329465 106205184 2349 996147200 134512640 135477443 4294956224 18446744073709551615 135270277 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2349 502 235 0 24630 0
Current children cumulated CPU time (s) 401.95
Current children cumulated vsize (KiB) 103716

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 11580
/proc/meminfo: memFree=1183304/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=461.89
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18514 0 0 0 46179 10 0 0 25 0 1 0 2002329465 106205184 2349 996147200 134512640 135477443 4294956224 18446744073709551615 134586012 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2349 502 235 0 24630 0
Current children cumulated CPU time (s) 461.89
Current children cumulated vsize (KiB) 103716

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 11586
/proc/meminfo: memFree=1179392/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=521.84
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18514 0 0 0 52174 10 0 0 25 0 1 0 2002329465 106205184 2349 996147200 134512640 135477443 4294956224 18446744073709551615 134679105 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2349 502 235 0 24630 0
Current children cumulated CPU time (s) 521.84
Current children cumulated vsize (KiB) 103716

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 11586
/proc/meminfo: memFree=1176128/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=581.78
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18514 0 0 0 58168 10 0 0 25 0 1 0 2002329465 106205184 2349 996147200 134512640 135477443 4294956224 18446744073709551615 134695912 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2349 502 235 0 24630 0
Current children cumulated CPU time (s) 581.78
Current children cumulated vsize (KiB) 103716

[startup+642.301 s]
/proc/loadavg: 1.93 1.98 1.99 3/74 11624
/proc/meminfo: memFree=1567488/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=641.74
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18514 0 0 0 64163 11 0 0 25 0 1 0 2002329465 106205184 2349 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2349 502 235 0 24630 0
Current children cumulated CPU time (s) 641.74
Current children cumulated vsize (KiB) 103716


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

[startup+882.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 11624
/proc/meminfo: memFree=1567488/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=881.54
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18514 0 0 0 88143 11 0 0 25 0 1 0 2002329465 106205184 2349 996147200 134512640 135477443 4294956224 18446744073709551615 134923105 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2349 502 235 0 24630 0
Current children cumulated CPU time (s) 881.54
Current children cumulated vsize (KiB) 103716

[startup+942.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 11624
/proc/meminfo: memFree=1567496/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=941.49
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18514 0 0 0 94138 11 0 0 25 0 1 0 2002329465 106205184 2349 996147200 134512640 135477443 4294956224 18446744073709551615 134673693 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2349 502 235 0 24630 0
Current children cumulated CPU time (s) 941.49
Current children cumulated vsize (KiB) 103716

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 11624
/proc/meminfo: memFree=1567496/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=1001.44
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18521 0 0 0 100133 11 0 0 25 0 1 0 2002329465 106205184 2356 996147200 134512640 135477443 4294956224 18446744073709551615 135270190 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2356 502 235 0 24630 0
Current children cumulated CPU time (s) 1001.44
Current children cumulated vsize (KiB) 103716

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 11624
/proc/meminfo: memFree=1567496/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=1061.39
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18521 0 0 0 106128 11 0 0 25 0 1 0 2002329465 106205184 2356 996147200 134512640 135477443 4294956224 18446744073709551615 134679633 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2356 502 235 0 24630 0
Current children cumulated CPU time (s) 1061.39
Current children cumulated vsize (KiB) 103716

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 11624
/proc/meminfo: memFree=1567496/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=1121.36
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18521 0 0 0 112124 12 0 0 25 0 1 0 2002329465 106205184 2356 996147200 134512640 135477443 4294956224 18446744073709551615 135268929 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2356 502 235 0 24630 0
Current children cumulated CPU time (s) 1121.36
Current children cumulated vsize (KiB) 103716

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 11624
/proc/meminfo: memFree=1567496/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=1181.3
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18521 0 0 0 118118 12 0 0 25 0 1 0 2002329465 106205184 2356 996147200 134512640 135477443 4294956224 18446744073709551615 134583695 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2356 502 235 0 24630 0
Current children cumulated CPU time (s) 1181.3
Current children cumulated vsize (KiB) 103716

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 11624
/proc/meminfo: memFree=1567368/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=1241.26
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18521 0 0 0 124114 12 0 0 25 0 1 0 2002329465 106205184 2356 996147200 134512640 135477443 4294956224 18446744073709551615 135270299 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2356 502 235 0 24630 0
Current children cumulated CPU time (s) 1241.26
Current children cumulated vsize (KiB) 103716

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 11624
/proc/meminfo: memFree=1567240/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=1301.21
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18521 0 0 0 130109 12 0 0 25 0 1 0 2002329465 106205184 2356 996147200 134512640 135477443 4294956224 18446744073709551615 135268565 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2356 502 235 0 24630 0
Current children cumulated CPU time (s) 1301.21
Current children cumulated vsize (KiB) 103716

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 11624
/proc/meminfo: memFree=1567240/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=1361.16
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18521 0 0 0 136104 12 0 0 25 0 1 0 2002329465 106205184 2356 996147200 134512640 135477443 4294956224 18446744073709551615 134923105 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2356 502 235 0 24630 0
Current children cumulated CPU time (s) 1361.16
Current children cumulated vsize (KiB) 103716

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 11624
/proc/meminfo: memFree=1567240/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=1421.12
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18521 0 0 0 142100 12 0 0 25 0 1 0 2002329465 106205184 2356 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2356 502 235 0 24630 0
Current children cumulated CPU time (s) 1421.12
Current children cumulated vsize (KiB) 103716

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 11624
/proc/meminfo: memFree=1567240/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=1481.06
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18521 0 0 0 148094 12 0 0 25 0 1 0 2002329465 106205184 2356 996147200 134512640 135477443 4294956224 18446744073709551615 134586160 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2356 502 235 0 24630 0
Current children cumulated CPU time (s) 1481.06
Current children cumulated vsize (KiB) 103716

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 11624
/proc/meminfo: memFree=1567304/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=1541.01
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18530 0 0 0 154089 12 0 0 25 0 1 0 2002329465 106205184 2365 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2365 502 235 0 24630 0
Current children cumulated CPU time (s) 1541.01
Current children cumulated vsize (KiB) 103716

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 11624
/proc/meminfo: memFree=1567304/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=1600.97
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18530 0 0 0 160085 12 0 0 25 0 1 0 2002329465 106205184 2365 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2365 502 235 0 24630 0
Current children cumulated CPU time (s) 1600.97
Current children cumulated vsize (KiB) 103716

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 11624
/proc/meminfo: memFree=1567304/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=1660.92
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18534 0 0 0 166080 12 0 0 25 0 1 0 2002329465 106205184 2369 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2369 502 235 0 24630 0
Current children cumulated CPU time (s) 1660.92
Current children cumulated vsize (KiB) 103716

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 11624
/proc/meminfo: memFree=1567304/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=1720.87
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18534 0 0 0 172075 12 0 0 25 0 1 0 2002329465 106205184 2369 996147200 134512640 135477443 4294956224 18446744073709551615 134679647 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2369 502 235 0 24630 0
Current children cumulated CPU time (s) 1720.87
Current children cumulated vsize (KiB) 103716

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 11624
/proc/meminfo: memFree=1567240/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=1780.82
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18550 0 0 0 178070 12 0 0 25 0 1 0 2002329465 106205184 2385 996147200 134512640 135477443 4294956224 18446744073709551615 134679633 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2385 502 235 0 24630 0
Current children cumulated CPU time (s) 1780.82
Current children cumulated vsize (KiB) 103716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.5 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 11624
/proc/meminfo: memFree=1567240/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=1800.01
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18550 0 0 0 179989 12 0 0 25 0 1 0 2002329465 106205184 2385 996147200 134512640 135477443 4294956224 18446744073709551615 135268214 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2385 502 235 0 24630 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 103716

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

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

[startup+1801.5 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 11624
/proc/meminfo: memFree=1567240/2055920 swapFree=4117564/4192956
[pid=11579] ppid=11577 vsize=103716 CPUtime=1800.01
/proc/11579/stat : 11579 (casperzao) R 11577 11579 9222 0 -1 4194304 18550 0 0 0 179989 12 0 0 25 0 1 0 2002329465 106205184 2385 996147200 134512640 135477443 4294956224 18446744073709551615 135268214 0 0 4096 0 0 0 0 17 0 0 0
/proc/11579/statm: 25929 2385 502 235 0 24630 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 103716

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.51
CPU time (s): 1800.02
CPU user time (s): 1799.89
CPU system time (s): 0.12698
CPU usage (%): 99.9174
Max. virtual memory (cumulated for all children) (KiB): 290540

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

runsolver used 1.9937 second user time and 4.81527 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-05 06:52:38
IDJOB=1085402
IDBENCH=57628
IDSOLVER=361
FILE ID=node30/1085402-1215233558
PBS_JOBID= 7881815
Free space on /tmp= 66472 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/super-jobShop/super-jobShop-e0ddr1/normalized-super-jobShop-e0ddr1-9.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085402-1215233558/watcher-1085402-1215233558 -o /tmp/evaluation-result-1085402-1215233558/solver-1085402-1215233558 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1085402-1215233558.xml 2135278717 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f9d1f2b59857321b1a820082b7eb128a
RANDOM SEED=2135278717

node30.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.218
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.218
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:       1224112 kB
Buffers:         78344 kB
Cached:         290348 kB
SwapCached:      69364 kB
Active:         684976 kB
Inactive:        82856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1224112 kB
SwapTotal:     4192956 kB
SwapFree:      4117564 kB
Dirty:            2984 kB
Writeback:           0 kB
Mapped:         405636 kB
Slab:            48664 kB
Committed_AS:  3953916 kB
PageTables:       2592 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= 66520 MiB
End job on node30 at 2008-07-05 07:22:41