Trace number 1085528

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-e0ddr2/normalized-super-jobShop-e0ddr2-8.xml
MD5SUMcabb6d4bbf0c17b67d9604b726382443
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 benchmark0.298954
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size133
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.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.21	c Parsing = 1
0.00/0.21	c Building = 1
1.17/1.29	c [ NumberOfVariables = 100 ]
1.17/1.29	c [ NumberOfConstraints = 845 ]
1.17/1.29	c [ SizeOfSearchSpace(log2) = 695.645 ]
1.17/1.29	c SymmetrySearch = 1
1.17/1.30	c InitialPropagation = 1
1.17/1.30	c [ SizeOfSearchSpace(log2) = 695.645 ]
1.17/1.30	c InitialSAC = 1
8.21/8.38	c [ SizeOfSearchSpace(log2) = 693.299 ]
8.21/8.38	c Search(SampleFF) : 
85.76/86.51	c [ Sampling domwdeg ]
85.76/86.51	c [ Sampling impacts ]
85.76/86.51	c [ Sampling la ]
85.76/86.51	c [ SamplingScores: ]
85.76/86.51	c [ domwdeg+min = 4.46987e-09 | domwdeg+rnd = 2.59115e-16 ]
85.76/86.51	c [ impacts+min = 6.40551e-10 | impacts+rnd = 4.49751e-06 ]
85.76/86.51	c [ la+min = 5.91463e-11 | la+rnd = 3.00615e-08 ]
85.76/86.51	c [ domwdeg = 2.23493e-09 | impacts = 2.24907e-06 | la = 1.50603e-08 ]
85.76/86.51	c [ min = 1.72319e-09 | rand = 2.24907e-06 ]
85.76/86.51	c [ restarting at (3.20163,2.4835e-15) ]
93.76/94.53	c [ restarting at (8.00408,4.47016e-09) ]
113.76/114.57	c [ restarting at (20.0102,4.47046e-09) ]
163.93/164.70	c [ restarting at (50.0255,3.98533e-12) ]
289.17/290.00	c [ restarting at (125.064,4.50705e-09) ]
602.13/603.14	c [ restarting at (312.659,1.59979e-10) ]
1384.79/1386.13	c [ restarting at (781.649,1.14497e-10) ]

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

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.99 2.00 2.00 4/80 16418
/proc/meminfo: memFree=1632336/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=1056 CPUtime=0
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 2002385768 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 7721764 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/16418/statm: 264 26 20 235 0 3 0

[startup+0.211249 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 16418
/proc/meminfo: memFree=1632336/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=287504 CPUtime=0.19
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 3045 0 0 0 18 1 0 0 19 0 1 0 2002385768 294404096 750 996147200 134512640 135477443 4294956224 18446744073709551615 135219126 0 0 4096 0 0 0 0 17 1 0 0
/proc/16418/statm: 71876 750 455 235 0 70577 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 287504

[startup+0.301133 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 16418
/proc/meminfo: memFree=1632336/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=287768 CPUtime=0.28
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 4261 0 0 0 26 2 0 0 19 0 1 0 2002385768 294674432 821 996147200 134512640 135477443 4294956224 18446744073709551615 134899376 0 0 4096 0 0 0 0 17 1 0 0
/proc/16418/statm: 71942 821 455 235 0 70643 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 287768

[startup+0.401146 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 16418
/proc/meminfo: memFree=1632336/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=288032 CPUtime=0.38
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 5632 0 0 0 35 3 0 0 20 0 1 0 2002385768 294944768 910 996147200 134512640 135477443 4294956224 18446744073709551615 134585984 0 0 4096 0 0 0 0 17 1 0 0
/proc/16418/statm: 72008 910 455 235 0 70709 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 288032

[startup+0.701192 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 16418
/proc/meminfo: memFree=1632336/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=288956 CPUtime=0.68
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 9802 0 0 0 62 6 0 0 23 0 1 0 2002385768 295890944 1187 996147200 134512640 135477443 4294956224 18446744073709551615 135268506 0 0 4096 0 0 0 0 17 1 0 0
/proc/16418/statm: 72239 1187 455 235 0 70940 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 288956

[startup+1.50132 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 16419
/proc/meminfo: memFree=1627464/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103452 CPUtime=1.47
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18169 0 0 0 137 10 0 0 25 0 1 0 2002385768 105934848 1779 996147200 134512640 135477443 4294956224 18446744073709551615 135268944 0 0 4096 0 0 0 0 17 1 0 0
/proc/16418/statm: 25863 1779 497 235 0 24564 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 103452

[startup+3.10156 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 16419
/proc/meminfo: memFree=1626824/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103452 CPUtime=3.06
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18219 0 0 0 296 10 0 0 25 0 1 0 2002385768 105934848 1829 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 1 0 0
/proc/16418/statm: 25863 1829 497 235 0 24564 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 103452

[startup+6.30106 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 16419
/proc/meminfo: memFree=1626440/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103452 CPUtime=6.23
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18317 0 0 0 613 10 0 0 25 0 1 0 2002385768 105934848 1927 996147200 134512640 135477443 4294956224 18446744073709551615 135269743 0 0 4096 0 0 0 0 17 1 0 0
/proc/16418/statm: 25863 1927 497 235 0 24564 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 103452

[startup+12.7011 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 16419
/proc/meminfo: memFree=1625800/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103452 CPUtime=12.57
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18415 0 0 0 1247 10 0 0 25 0 1 0 2002385768 105934848 2025 996147200 134512640 135477443 4294956224 18446744073709551615 135270826 0 0 4096 0 0 0 0 17 1 0 0
/proc/16418/statm: 25863 2025 500 235 0 24564 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 103452

[startup+25.506 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 16419
/proc/meminfo: memFree=1624264/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103452 CPUtime=25.26
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18426 0 0 0 2516 10 0 0 25 0 1 0 2002385768 105934848 2036 996147200 134512640 135477443 4294956224 18446744073709551615 134679680 0 0 4096 0 0 0 0 17 1 0 0
/proc/16418/statm: 25863 2036 500 235 0 24564 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 103452

[startup+51.102 s]
/proc/loadavg: 2.05 2.01 2.00 3/81 16419
/proc/meminfo: memFree=1623752/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103584 CPUtime=50.64
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18524 0 0 0 5054 10 0 0 25 0 1 0 2002385768 106070016 2134 996147200 134512640 135477443 4294956224 18446744073709551615 135272351 0 0 4096 0 0 0 0 17 1 0 0
/proc/16418/statm: 25896 2134 501 235 0 24597 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 103584

[startup+102.302 s]
/proc/loadavg: 2.08 2.03 2.00 3/74 16457
/proc/meminfo: memFree=1662336/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=101.56
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 10143 13 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 135268286 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 103716

[startup+162.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/74 16457
/proc/meminfo: memFree=1662208/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=161.53
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 16140 13 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 135270268 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 161.53
Current children cumulated vsize (KiB) 103716

[startup+222.302 s]
/proc/loadavg: 2.01 2.01 2.00 3/74 16457
/proc/meminfo: memFree=1662016/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=221.51
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 22138 13 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 134679601 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 221.51
Current children cumulated vsize (KiB) 103716

[startup+282.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 16457
/proc/meminfo: memFree=1662080/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=281.47
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 28134 13 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 281.47
Current children cumulated vsize (KiB) 103716

[startup+342.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16457
/proc/meminfo: memFree=1662080/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=341.45
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 34132 13 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 341.45
Current children cumulated vsize (KiB) 103716

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16457
/proc/meminfo: memFree=1662088/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=401.42
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 40129 13 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 135268514 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 401.42
Current children cumulated vsize (KiB) 103716

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16457
/proc/meminfo: memFree=1662088/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=461.39
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 46126 13 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 134583600 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 461.39
Current children cumulated vsize (KiB) 103716

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16457
/proc/meminfo: memFree=1662088/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=521.37
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 52124 13 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 135268286 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 521.37
Current children cumulated vsize (KiB) 103716

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16457
/proc/meminfo: memFree=1662024/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=581.34
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 58121 13 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 135238977 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 581.34
Current children cumulated vsize (KiB) 103716

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16457
/proc/meminfo: memFree=1662024/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=641.31
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 64118 13 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 135268537 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 641.31
Current children cumulated vsize (KiB) 103716


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

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16457
/proc/meminfo: memFree=1661832/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=881.21
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 88108 13 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 135269728 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 881.21
Current children cumulated vsize (KiB) 103716

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16457
/proc/meminfo: memFree=1661832/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=941.18
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 94105 13 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 941.18
Current children cumulated vsize (KiB) 103716

[startup+1002.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16457
/proc/meminfo: memFree=1661832/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=1001.15
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 100102 13 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 134679110 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 1001.15
Current children cumulated vsize (KiB) 103716

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16457
/proc/meminfo: memFree=1661832/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=1061.12
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 106099 13 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 135272508 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 1061.12
Current children cumulated vsize (KiB) 103716

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16457
/proc/meminfo: memFree=1661832/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=1121.09
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 112096 13 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 134695388 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 1121.09
Current children cumulated vsize (KiB) 103716

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/74 16457
/proc/meminfo: memFree=1661832/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=1181.07
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 118094 13 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 135258913 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 1181.07
Current children cumulated vsize (KiB) 103716

[startup+1242.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/74 16457
/proc/meminfo: memFree=1661640/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=1241.05
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 124091 14 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 135269936 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 1241.05
Current children cumulated vsize (KiB) 103716

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/74 16457
/proc/meminfo: memFree=1661576/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=1301.02
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 130088 14 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 135268334 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 1301.02
Current children cumulated vsize (KiB) 103716

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 16457
/proc/meminfo: memFree=1661576/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=1361
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 136086 14 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 134912062 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 1361
Current children cumulated vsize (KiB) 103716

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 16457
/proc/meminfo: memFree=1661512/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=1420.97
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 142083 14 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 134689157 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 1420.97
Current children cumulated vsize (KiB) 103716

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16457
/proc/meminfo: memFree=1661512/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=1480.95
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 148081 14 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 135269787 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 1480.95
Current children cumulated vsize (KiB) 103716

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16457
/proc/meminfo: memFree=1661512/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=1540.92
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 154078 14 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 135270212 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 1540.92
Current children cumulated vsize (KiB) 103716

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16457
/proc/meminfo: memFree=1661512/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=1600.89
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 160075 14 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 134923105 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 1600.89
Current children cumulated vsize (KiB) 103716

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16457
/proc/meminfo: memFree=1661576/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=1660.87
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 166073 14 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 134593727 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 1660.87
Current children cumulated vsize (KiB) 103716

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16459
/proc/meminfo: memFree=1661320/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=1720.83
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 172069 14 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 135269552 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 1720.83
Current children cumulated vsize (KiB) 103716

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16459
/proc/meminfo: memFree=1661256/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=1780.8
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 178066 14 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 135270181 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 1780.8
Current children cumulated vsize (KiB) 103716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16459
/proc/meminfo: memFree=1661256/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=1800
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 179986 14 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 135270277 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 1800
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: 2.00 2.00 2.00 3/74 16459
/proc/meminfo: memFree=1661256/2055920 swapFree=4179828/4192956
[pid=16418] ppid=16416 vsize=103716 CPUtime=1800
/proc/16418/stat : 16418 (casperzao) R 16416 16418 12618 0 -1 4194304 18715 0 0 0 179986 14 0 0 25 0 1 0 2002385768 106205184 2325 996147200 134512640 135477443 4294956224 18446744073709551615 135270277 0 0 4096 0 0 0 0 17 0 0 0
/proc/16418/statm: 25929 2325 502 235 0 24630 0
Current children cumulated CPU time (s) 1800
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.87
CPU system time (s): 0.149977
CPU usage (%): 99.9173
Max. virtual memory (cumulated for all children) (KiB): 290672

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

runsolver used 1.79573 second user time and 4.77427 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-05 07:02:03
IDJOB=1085528
IDBENCH=57637
IDSOLVER=361
FILE ID=node34/1085528-1215234123
PBS_JOBID= 7881812
Free space on /tmp= 66500 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cabb6d4bbf0c17b67d9604b726382443
RANDOM SEED=1705250174

node34.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.259
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.259
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:       1632816 kB
Buffers:         50880 kB
Cached:         240256 kB
SwapCached:       6976 kB
Active:         228772 kB
Inactive:       137532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1632816 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            9256 kB
Writeback:           0 kB
Mapped:          88736 kB
Slab:            41928 kB
Committed_AS:  4336204 kB
PageTables:       1988 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= 66472 MiB
End job on node34 at 2008-07-05 07:32:06