Trace number 1085087

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 1800.91

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-enddr1/normalized-super-jobShop-enddr1-4.xml
MD5SUM164f4b1b291855f1e42db974a877c836
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 benchmark2.13268
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size126
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.00	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.00/0.02	c Building = 1
1.10/1.16	c [ NumberOfVariables = 100 ]
1.10/1.16	c [ NumberOfConstraints = 845 ]
1.10/1.16	c [ SizeOfSearchSpace(log2) = 681.19 ]
1.10/1.16	c SymmetrySearch = 1
1.10/1.18	c InitialPropagation = 1
1.10/1.18	c [ SizeOfSearchSpace(log2) = 681.19 ]
1.10/1.18	c InitialSAC = 1
1.19/1.21	c [ SizeOfSearchSpace(log2) = 681.057 ]
1.19/1.21	c Search(SampleFF) : 
74.36/74.41	c [ Sampling domwdeg ]
74.36/74.41	c [ Sampling impacts ]
74.36/74.41	c [ Sampling la ]
74.36/74.41	c [ SamplingScores: ]
74.36/74.41	c [ domwdeg+min = 0.00888968 | domwdeg+rnd = 0.000166398 ]
74.36/74.41	c [ impacts+min = 7.90459e-14 | impacts+rnd = 4.16294e-05 ]
74.36/74.41	c [ la+min = 3.72224e-12 | la+rnd = 4.22269e-06 ]
74.36/74.41	c [ domwdeg = 0.00452804 | impacts = 2.08147e-05 | la = 2.11135e-06 ]
74.36/74.41	c [ min = 0.00296323 | rand = 2.08147e-05 ]
74.36/74.41	c [ restarting at (4.52802,6.4119e-39) ]
85.67/85.74	c [ restarting at (11.3201,7.02519e-07) ]
113.95/114.07	c [ restarting at (28.3001,1.10665e-39) ]
184.82/184.95	c [ restarting at (70.7504,3.04234e-33) ]
361.76/361.97	c [ restarting at (176.876,1.06868e-39) ]
804.25/804.78	c [ restarting at (442.19,3.0456e-49) ]

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

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.49 2.22 2.09 4/73 2615
/proc/meminfo: memFree=1159176/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=5352 CPUtime=0
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 635514440 5480448 190 996147200 134512640 135477443 4294956224 18446744073709551615 9890680 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 1338 190 156 235 0 27 0

[startup+0.0348611 s]
/proc/loadavg: 2.49 2.22 2.09 4/73 2615
/proc/meminfo: memFree=1159176/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=286976 CPUtime=0.02
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 728 0 0 0 2 0 0 0 18 0 1 0 635514440 293863424 612 996147200 134512640 135477443 4294956224 18446744073709551615 135268721 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 71744 612 455 235 0 70445 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 286976

[startup+0.101866 s]
/proc/loadavg: 2.49 2.22 2.09 4/73 2615
/proc/meminfo: memFree=1159176/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=287108 CPUtime=0.1
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 1739 0 0 0 9 1 0 0 18 0 1 0 635514440 293998592 663 996147200 134512640 135477443 4294956224 18446744073709551615 134597374 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 71777 664 455 235 0 70478 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 287108

[startup+0.30189 s]
/proc/loadavg: 2.49 2.22 2.09 4/73 2615
/proc/meminfo: memFree=1159176/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=287900 CPUtime=0.29
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 4726 0 0 0 27 2 0 0 19 0 1 0 635514440 294809600 846 996147200 134512640 135477443 4294956224 18446744073709551615 135215545 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 71975 847 455 235 0 70676 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 287900

[startup+0.701936 s]
/proc/loadavg: 2.49 2.22 2.09 4/73 2615
/proc/meminfo: memFree=1159176/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=289220 CPUtime=0.69
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 10730 0 0 0 63 6 0 0 23 0 1 0 635514440 296161280 1243 996147200 134512640 135477443 4294956224 18446744073709551615 135271627 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 72305 1243 455 235 0 71006 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 289220

[startup+1.50103 s]
/proc/loadavg: 2.49 2.22 2.09 3/74 2616
/proc/meminfo: memFree=1154752/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103452 CPUtime=1.49
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18033 0 0 0 139 10 0 0 25 0 1 0 635514440 105934848 1799 996147200 134512640 135477443 4294956224 18446744073709551615 135208677 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25863 1799 500 235 0 24564 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103452

[startup+3.10121 s]
/proc/loadavg: 2.49 2.22 2.09 3/74 2616
/proc/meminfo: memFree=1153600/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103452 CPUtime=3.09
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18035 0 0 0 299 10 0 0 25 0 1 0 635514440 105934848 1801 996147200 134512640 135477443 4294956224 18446744073709551615 135208666 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25863 1801 500 235 0 24564 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 103452

[startup+6.30158 s]
/proc/loadavg: 2.45 2.22 2.09 3/74 2616
/proc/meminfo: memFree=1153600/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103452 CPUtime=6.28
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18040 0 0 0 618 10 0 0 25 0 1 0 635514440 105934848 1806 996147200 134512640 135477443 4294956224 18446744073709551615 134679712 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25863 1806 500 235 0 24564 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 103452

[startup+12.7013 s]
/proc/loadavg: 2.41 2.22 2.09 3/74 2616
/proc/meminfo: memFree=1153472/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103452 CPUtime=12.68
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18048 0 0 0 1258 10 0 0 25 0 1 0 635514440 105934848 1814 996147200 134512640 135477443 4294956224 18446744073709551615 135270897 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25863 1814 500 235 0 24564 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 103452

[startup+25.5018 s]
/proc/loadavg: 2.32 2.20 2.09 3/74 2616
/proc/meminfo: memFree=1153280/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103584 CPUtime=25.47
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18149 0 0 0 2537 10 0 0 25 0 1 0 635514440 106070016 1915 996147200 134512640 135477443 4294956224 18446744073709551615 134694288 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25896 1915 501 235 0 24597 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 103584

[startup+51.1017 s]
/proc/loadavg: 2.21 2.19 2.09 3/74 2616
/proc/meminfo: memFree=1152832/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=51.07
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18262 0 0 0 5096 11 0 0 25 0 1 0 635514440 106205184 2028 996147200 134512640 135477443 4294956224 18446744073709551615 135235514 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2028 501 235 0 24630 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 103716

[startup+102.307 s]
/proc/loadavg: 2.09 2.16 2.08 3/74 2616
/proc/meminfo: memFree=1152576/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=102.26
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18291 0 0 0 10215 11 0 0 25 0 1 0 635514440 106205184 2057 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2057 502 235 0 24630 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 103716

[startup+162.302 s]
/proc/loadavg: 2.03 2.12 2.08 3/74 2616
/proc/meminfo: memFree=1152512/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=162.23
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 16212 11 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 103716

[startup+222.301 s]
/proc/loadavg: 2.01 2.10 2.07 3/74 2616
/proc/meminfo: memFree=1152448/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=222.21
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 22210 11 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 134923108 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 103716

[startup+282.301 s]
/proc/loadavg: 2.00 2.08 2.06 3/74 2616
/proc/meminfo: memFree=1152384/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=282.18
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 28207 11 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 103716

[startup+342.301 s]
/proc/loadavg: 2.00 2.06 2.06 3/74 2616
/proc/meminfo: memFree=1152320/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=342.16
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 34205 11 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 103716

[startup+402.301 s]
/proc/loadavg: 2.00 2.05 2.05 3/74 2616
/proc/meminfo: memFree=1152128/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=402.14
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 40203 11 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 134673677 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 103716

[startup+462.301 s]
/proc/loadavg: 1.95 2.02 2.04 3/83 2724
/proc/meminfo: memFree=1131248/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=461.98
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 46186 12 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 461.98
Current children cumulated vsize (KiB) 103716

[startup+522.301 s]
/proc/loadavg: 1.98 2.02 2.04 3/83 2724
/proc/meminfo: memFree=1131376/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=521.96
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 52184 12 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 135270319 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 521.96
Current children cumulated vsize (KiB) 103716

[startup+582.301 s]
/proc/loadavg: 1.99 2.01 2.03 3/83 2724
/proc/meminfo: memFree=1131376/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=581.94
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 58182 12 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 135270897 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 581.94
Current children cumulated vsize (KiB) 103716

[startup+642.301 s]
/proc/loadavg: 1.99 2.01 2.02 3/83 2724
/proc/meminfo: memFree=1131248/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=641.92
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 64180 12 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 134586017 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 641.92
Current children cumulated vsize (KiB) 103716


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

[startup+882.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2724
/proc/meminfo: memFree=1131120/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=881.82
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 88170 12 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 134923117 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 881.82
Current children cumulated vsize (KiB) 103716

[startup+942.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2724
/proc/meminfo: memFree=1131056/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=941.8
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 94168 12 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 135269752 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 103716

[startup+1002.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2724
/proc/meminfo: memFree=1131056/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=1001.77
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 100165 12 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 1001.77
Current children cumulated vsize (KiB) 103716

[startup+1062.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2724
/proc/meminfo: memFree=1130992/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=1061.75
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 106163 12 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 134679577 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 1061.75
Current children cumulated vsize (KiB) 103716

[startup+1122.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2724
/proc/meminfo: memFree=1130864/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=1121.73
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 112161 12 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 135269787 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 103716

[startup+1182.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2724
/proc/meminfo: memFree=1130736/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=1181.7
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 118158 12 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 134923117 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 103716

[startup+1242.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2724
/proc/meminfo: memFree=1130608/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=1241.68
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 124156 12 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 134673680 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 1241.68
Current children cumulated vsize (KiB) 103716

[startup+1302.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2724
/proc/meminfo: memFree=1130544/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=1301.66
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 130154 12 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 134673677 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 1301.66
Current children cumulated vsize (KiB) 103716

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2724
/proc/meminfo: memFree=1130544/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=1361.64
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 136151 13 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 1361.64
Current children cumulated vsize (KiB) 103716

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 2730
/proc/meminfo: memFree=1130480/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=1421.61
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 142148 13 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 1421.61
Current children cumulated vsize (KiB) 103716

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2730
/proc/meminfo: memFree=1130416/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=1481.59
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 148146 13 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 1481.59
Current children cumulated vsize (KiB) 103716

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2730
/proc/meminfo: memFree=1130352/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=1541.56
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 154143 13 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 1541.56
Current children cumulated vsize (KiB) 103716

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2730
/proc/meminfo: memFree=1130288/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=1601.54
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 160141 13 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 135208598 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 1601.54
Current children cumulated vsize (KiB) 103716

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2730
/proc/meminfo: memFree=1130096/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=1661.51
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 166138 13 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 135208674 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 1661.51
Current children cumulated vsize (KiB) 103716

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 2730
/proc/meminfo: memFree=1130032/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=1721.49
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 172136 13 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 135208699 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 1721.49
Current children cumulated vsize (KiB) 103716

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2730
/proc/meminfo: memFree=1130032/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=1781.47
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 178134 13 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 1781.47
Current children cumulated vsize (KiB) 103716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2730
/proc/meminfo: memFree=1130032/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=1800.06
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 179993 13 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 1800.06
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+1800.9 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 2730
/proc/meminfo: memFree=1130032/2055920 swapFree=4179952/4192956
[pid=2615] ppid=2613 vsize=103716 CPUtime=1800.06
/proc/2615/stat : 2615 (casperzao) R 2613 2615 31768 0 -1 4194304 18292 0 0 0 179993 13 0 0 25 0 1 0 635514440 106205184 2058 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/2615/statm: 25929 2058 502 235 0 24630 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 103716

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.91
CPU time (s): 1800.08
CPU user time (s): 1799.94
CPU system time (s): 0.140978
CPU usage (%): 99.9539
Max. virtual memory (cumulated for all children) (KiB): 290672

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

runsolver used 1.64875 second user time and 4.91225 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-05 06:37:52
IDJOB=1085087
IDBENCH=57606
IDSOLVER=361
FILE ID=node88/1085087-1215232672
PBS_JOBID= 7881764
Free space on /tmp= 66500 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 164f4b1b291855f1e42db974a877c836
RANDOM SEED=489872084

node88.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.232
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.232
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:       1159656 kB
Buffers:         27496 kB
Cached:         806532 kB
SwapCached:       7404 kB
Active:         120372 kB
Inactive:       724832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1159656 kB
SwapTotal:     4192956 kB
SwapFree:      4179952 kB
Dirty:            3048 kB
Writeback:           0 kB
Mapped:          18380 kB
Slab:            36468 kB
Committed_AS:  1022168 kB
PageTables:       1788 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= 66496 MiB
End job on node88 at 2008-07-05 07:07:55