Trace number 1043160

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.1 1800.81

General information on the benchmark

Namecsp/rcpsp/
normalized-rcpsp25-32.xml
MD5SUMff77f8a9999d6e61493a8970721c6052
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.78557
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints48
Maximum constraint arity25
Maximum domain size30
Number of constraints which are defined in extension0
Number of constraints which are defined in intension45
Global constraints used (with number of constraints)cumulative(3)

Solver Data (download as text)

0.00/0.06	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.06	c Parsing = 1
0.00/0.06	c Building = 1
0.00/0.06	c [ NumberOfVariables = 25 ]
0.00/0.06	c [ NumberOfConstraints = 48 ]
0.00/0.06	c [ SizeOfSearchSpace(log2) = 119.52 ]
0.00/0.06	c SymmetrySearch = 1
0.00/0.06	c [ Found 256 symmetries ]
0.00/0.06	c InitialPropagation = 1
0.00/0.06	c [ SizeOfSearchSpace(log2) = 98.3429 ]
0.00/0.06	c InitialSAC = 1
0.00/0.06	c [ SizeOfSearchSpace(log2) = 98.3429 ]
0.00/0.06	c Search(SampleFF) : 
63.71/63.82	c [ Sampling domwdeg ]
63.71/63.82	c [ Sampling impacts ]
63.71/63.82	c [ Sampling la ]
63.71/63.82	c [ SamplingScores: ]
63.71/63.82	c [ domwdeg+min = 0.000663906 | domwdeg+rnd = 4.80628e-06 ]
63.71/63.82	c [ impacts+min = 0.0106641 | impacts+rnd = 0.000879906 ]
63.71/63.82	c [ la+min = 0.013728 | la+rnd = 0.00146755 ]
63.71/63.82	c [ domwdeg = 0.000334356 | impacts = 0.00577201 | la = 0.00759778 ]
63.71/63.82	c [ min = 0.008352 | rand = 0.00577201 ]
63.71/63.82	c [ restarting at (4.52802,2.28184e-06) ]
75.00/75.14	c [ restarting at (11.3201,0.000369019) ]
103.30/103.45	c [ restarting at (28.3001,1.03738e-06) ]
174.06/174.23	c [ restarting at (70.7504,1.94345e-05) ]
350.90/351.15	c [ restarting at (176.876,0.0120949) ]
793.04/793.46	c [ restarting at (442.19,4.87656e-05) ]

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

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.09 2.02 1.99 4/72 31531
/proc/meminfo: memFree=1818920/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=18572 CPUtime=0
/proc/31531/stat : 31531 (runsolver) R 31529 31531 29564 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 623701462 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31531/statm: 4643 292 257 25 0 2626 0

[startup+0.235415 s]
/proc/loadavg: 2.09 2.02 1.99 4/72 31531
/proc/meminfo: memFree=1818920/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=0.22
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 737 0 0 0 22 0 0 0 19 0 1 0 623701462 101666816 652 996147200 134512640 135477443 4294956224 18446744073709551615 134947020 0 0 4096 0 0 0 0 17 1 0 0
/proc/31531/statm: 24821 652 523 235 0 23522 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 99284

[startup+0.301419 s]
/proc/loadavg: 2.09 2.02 1.99 4/72 31531
/proc/meminfo: memFree=1818920/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=0.28
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 737 0 0 0 28 0 0 0 19 0 1 0 623701462 101666816 652 996147200 134512640 135477443 4294956224 18446744073709551615 134949623 0 0 4096 0 0 0 0 17 1 0 0
/proc/31531/statm: 24821 652 523 235 0 23522 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 99284

[startup+0.401429 s]
/proc/loadavg: 2.09 2.02 1.99 4/72 31531
/proc/meminfo: memFree=1818920/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=0.38
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 737 0 0 0 38 0 0 0 20 0 1 0 623701462 101666816 652 996147200 134512640 135477443 4294956224 18446744073709551615 134949710 0 0 4096 0 0 0 0 17 1 0 0
/proc/31531/statm: 24821 652 523 235 0 23522 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 99284

[startup+0.70146 s]
/proc/loadavg: 2.09 2.02 1.99 4/72 31531
/proc/meminfo: memFree=1818920/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=0.68
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 737 0 0 0 68 0 0 0 23 0 1 0 623701462 101666816 652 996147200 134512640 135477443 4294956224 18446744073709551615 134695724 0 0 4096 0 0 0 0 17 1 0 0
/proc/31531/statm: 24821 652 523 235 0 23522 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99284

[startup+1.50154 s]
/proc/loadavg: 2.09 2.02 1.99 3/73 31532
/proc/meminfo: memFree=1818272/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=1.47
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 738 0 0 0 147 0 0 0 25 0 1 0 623701462 101666816 653 996147200 134512640 135477443 4294956224 18446744073709551615 134949623 0 0 4096 0 0 0 0 17 1 0 0
/proc/31531/statm: 24821 653 523 235 0 23522 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 99284

[startup+3.1017 s]
/proc/loadavg: 2.09 2.02 1.99 3/73 31532
/proc/meminfo: memFree=1818144/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=3.07
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 739 0 0 0 307 0 0 0 25 0 1 0 623701462 101666816 654 996147200 134512640 135477443 4294956224 18446744073709551615 134947239 0 0 4096 0 0 0 0 17 1 0 0
/proc/31531/statm: 24821 654 523 235 0 23522 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 99284

[startup+6.30203 s]
/proc/loadavg: 2.08 2.02 1.99 3/74 31562
/proc/meminfo: memFree=1793432/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=6.25
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 740 0 0 0 624 1 0 0 25 0 1 0 623701462 101666816 655 996147200 134512640 135477443 4294956224 18446744073709551615 135011118 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 655 523 235 0 23522 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 99284

[startup+12.7017 s]
/proc/loadavg: 2.08 2.02 1.99 3/82 31574
/proc/meminfo: memFree=1770648/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=12.63
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 742 0 0 0 1261 2 0 0 25 0 1 0 623701462 101666816 657 996147200 134512640 135477443 4294956224 18446744073709551615 134943649 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 657 523 235 0 23522 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 99284

[startup+25.507 s]
/proc/loadavg: 2.06 2.01 1.99 3/85 31577
/proc/meminfo: memFree=1764736/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=25.43
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 747 0 0 0 2541 2 0 0 25 0 1 0 623701462 101666816 662 996147200 134512640 135477443 4294956224 18446744073709551615 134947236 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 662 525 235 0 23522 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 99284

[startup+51.1016 s]
/proc/loadavg: 2.04 2.01 1.99 3/85 31577
/proc/meminfo: memFree=1764608/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=51.02
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 754 0 0 0 5099 3 0 0 25 0 1 0 623701462 101666816 669 996147200 134512640 135477443 4294956224 18446744073709551615 134947012 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 669 525 235 0 23522 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 99284

[startup+102.302 s]
/proc/loadavg: 2.02 2.01 1.99 3/73 31638
/proc/meminfo: memFree=1817056/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=102.2
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 756 0 0 0 10216 4 0 0 25 0 1 0 623701462 101666816 671 996147200 134512640 135477443 4294956224 18446744073709551615 134949614 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 671 526 235 0 23522 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 99284

[startup+162.302 s]
/proc/loadavg: 2.08 2.02 1.99 3/81 31817
/proc/meminfo: memFree=1761120/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=162.16
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 757 0 0 0 16211 5 0 0 25 0 1 0 623701462 101666816 672 996147200 134512640 135477443 4294956224 18446744073709551615 134949574 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 672 526 235 0 23522 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 99284

[startup+222.301 s]
/proc/loadavg: 2.03 2.01 1.99 3/81 31817
/proc/meminfo: memFree=1761056/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=222.15
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 760 0 0 0 22209 6 0 0 25 0 1 0 623701462 101666816 675 996147200 134512640 135477443 4294956224 18446744073709551615 134949600 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 675 526 235 0 23522 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 99284

[startup+282.301 s]
/proc/loadavg: 2.01 2.01 1.99 3/81 31817
/proc/meminfo: memFree=1760928/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=282.12
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 761 0 0 0 28206 6 0 0 25 0 1 0 623701462 101666816 676 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 676 526 235 0 23522 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 99284

[startup+342.305 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 31817
/proc/meminfo: memFree=1760800/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=342.1
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 761 0 0 0 34204 6 0 0 25 0 1 0 623701462 101666816 676 996147200 134512640 135477443 4294956224 18446744073709551615 135235213 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 676 526 235 0 23522 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 99284

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 31817
/proc/meminfo: memFree=1760800/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=402.08
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 761 0 0 0 40202 6 0 0 25 0 1 0 623701462 101666816 676 996147200 134512640 135477443 4294956224 18446744073709551615 134943729 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 676 526 235 0 23522 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 99284

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 31817
/proc/meminfo: memFree=1760800/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=462.05
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 761 0 0 0 46199 6 0 0 25 0 1 0 623701462 101666816 676 996147200 134512640 135477443 4294956224 18446744073709551615 134947020 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 676 526 235 0 23522 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 99284

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 31817
/proc/meminfo: memFree=1760736/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=522.03
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 761 0 0 0 52197 6 0 0 25 0 1 0 623701462 101666816 676 996147200 134512640 135477443 4294956224 18446744073709551615 134943629 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 676 526 235 0 23522 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 99284

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 31817
/proc/meminfo: memFree=1760672/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=582.02
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 761 0 0 0 58195 7 0 0 25 0 1 0 623701462 101666816 676 996147200 134512640 135477443 4294956224 18446744073709551615 3292712 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 676 526 235 0 23522 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 99284

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 31817
/proc/meminfo: memFree=1760672/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=642
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 761 0 0 0 64193 7 0 0 25 0 1 0 623701462 101666816 676 996147200 134512640 135477443 4294956224 18446744073709551615 134949824 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 676 526 235 0 23522 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 99284


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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 31817
/proc/meminfo: memFree=1760608/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=821.93
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 761 0 0 0 82186 7 0 0 25 0 1 0 623701462 101666816 676 996147200 134512640 135477443 4294956224 18446744073709551615 134903428 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 676 526 235 0 23522 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 99284

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 31817
/proc/meminfo: memFree=1760544/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=881.91
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 762 0 0 0 88184 7 0 0 25 0 1 0 623701462 101666816 677 996147200 134512640 135477443 4294956224 18446744073709551615 134947221 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 677 526 235 0 23522 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 99284

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 31817
/proc/meminfo: memFree=1760544/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=941.88
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 762 0 0 0 94181 7 0 0 25 0 1 0 623701462 101666816 677 996147200 134512640 135477443 4294956224 18446744073709551615 134949747 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 677 526 235 0 23522 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 99284

[startup+1002.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 31817
/proc/meminfo: memFree=1760544/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=1001.87
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 762 0 0 0 100180 7 0 0 25 0 1 0 623701462 101666816 677 996147200 134512640 135477443 4294956224 18446744073709551615 134949588 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 677 526 235 0 23522 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 99284

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 31817
/proc/meminfo: memFree=1760544/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=1061.84
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 764 0 0 0 106177 7 0 0 25 0 1 0 623701462 101666816 679 996147200 134512640 135477443 4294956224 18446744073709551615 134949686 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 679 526 235 0 23522 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 99284

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 31817
/proc/meminfo: memFree=1760480/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=1121.82
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 766 0 0 0 112175 7 0 0 25 0 1 0 623701462 101666816 681 996147200 134512640 135477443 4294956224 18446744073709551615 134949756 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 681 526 235 0 23522 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 99284

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 31817
/proc/meminfo: memFree=1760416/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=1181.8
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 766 0 0 0 118172 8 0 0 25 0 1 0 623701462 101666816 681 996147200 134512640 135477443 4294956224 18446744073709551615 134949783 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 681 526 235 0 23522 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 99284

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 31817
/proc/meminfo: memFree=1760288/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=1241.78
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 766 0 0 0 124170 8 0 0 25 0 1 0 623701462 101666816 681 996147200 134512640 135477443 4294956224 18446744073709551615 3292745 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 681 526 235 0 23522 0
Current children cumulated CPU time (s) 1241.78
Current children cumulated vsize (KiB) 99284

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 31817
/proc/meminfo: memFree=1760224/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=1301.76
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 766 0 0 0 130168 8 0 0 25 0 1 0 623701462 101666816 681 996147200 134512640 135477443 4294956224 18446744073709551615 134949672 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 681 526 235 0 23522 0
Current children cumulated CPU time (s) 1301.76
Current children cumulated vsize (KiB) 99284

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 31817
/proc/meminfo: memFree=1760160/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=1361.74
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 766 0 0 0 136166 8 0 0 25 0 1 0 623701462 101666816 681 996147200 134512640 135477443 4294956224 18446744073709551615 134949739 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 681 526 235 0 23522 0
Current children cumulated CPU time (s) 1361.74
Current children cumulated vsize (KiB) 99284

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 31817
/proc/meminfo: memFree=1760160/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=1421.71
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 766 0 0 0 142163 8 0 0 25 0 1 0 623701462 101666816 681 996147200 134512640 135477443 4294956224 18446744073709551615 134947175 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 681 526 235 0 23522 0
Current children cumulated CPU time (s) 1421.71
Current children cumulated vsize (KiB) 99284

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 31817
/proc/meminfo: memFree=1760096/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=1481.69
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 766 0 0 0 148161 8 0 0 25 0 1 0 623701462 101666816 681 996147200 134512640 135477443 4294956224 18446744073709551615 134874656 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 681 526 235 0 23522 0
Current children cumulated CPU time (s) 1481.69
Current children cumulated vsize (KiB) 99284

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 31817
/proc/meminfo: memFree=1760096/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=1541.68
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 766 0 0 0 154160 8 0 0 25 0 1 0 623701462 101666816 681 996147200 134512640 135477443 4294956224 18446744073709551615 134947096 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 681 526 235 0 23522 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 99284

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 31817
/proc/meminfo: memFree=1760096/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=1601.65
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 766 0 0 0 160157 8 0 0 25 0 1 0 623701462 101666816 681 996147200 134512640 135477443 4294956224 18446744073709551615 134947227 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 681 526 235 0 23522 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 99284

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 31817
/proc/meminfo: memFree=1760096/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=1661.63
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 766 0 0 0 166155 8 0 0 25 0 1 0 623701462 101666816 681 996147200 134512640 135477443 4294956224 18446744073709551615 134854976 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 681 526 235 0 23522 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 99284

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/81 31817
/proc/meminfo: memFree=1760032/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=1721.61
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 766 0 0 0 172153 8 0 0 25 0 1 0 623701462 101666816 681 996147200 134512640 135477443 4294956224 18446744073709551615 134949756 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 681 526 235 0 23522 0
Current children cumulated CPU time (s) 1721.61
Current children cumulated vsize (KiB) 99284

[startup+1782.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/81 31817
/proc/meminfo: memFree=1759840/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=1781.58
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 767 0 0 0 178150 8 0 0 25 0 1 0 623701462 101666816 682 996147200 134512640 135477443 4294956224 18446744073709551615 135268208 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 682 526 235 0 23522 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (KiB) 99284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.09 2.04 2.00 3/81 31817
/proc/meminfo: memFree=1759840/2055920 swapFree=4179840/4192956
[pid=31531] ppid=31529 vsize=99284 CPUtime=1800.08
/proc/31531/stat : 31531 (casperzao) R 31529 31531 29564 0 -1 4194304 767 0 0 0 180000 8 0 0 25 0 1 0 623701462 101666816 682 996147200 134512640 135477443 4294956224 18446744073709551615 134949848 0 0 4096 0 0 0 0 17 0 0 0
/proc/31531/statm: 24821 682 526 235 0 23522 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 99284

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.81
CPU time (s): 1800.1
CPU user time (s): 1800.01
CPU system time (s): 0.086986
CPU usage (%): 99.9604
Max. virtual memory (cumulated for all children) (KiB): 99284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.01
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 767
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= 13
involuntary context switches= 7143

runsolver used 1.86972 second user time and 4.72428 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-02 20:58:42
IDJOB=1043160
IDBENCH=53686
IDSOLVER=361
FILE ID=node17/1043160-1215025122
PBS_JOBID= 7874435
Free space on /tmp= 66548 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/rcpsp/normalized-rcpsp25-32.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043160-1215025122/watcher-1043160-1215025122 -o /tmp/evaluation-result-1043160-1215025122/solver-1043160-1215025122 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1043160-1215025122.xml 1321203008 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ff77f8a9999d6e61493a8970721c6052
RANDOM SEED=1321203008

node17.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.234
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.234
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:       1819400 kB
Buffers:         24996 kB
Cached:         134804 kB
SwapCached:       6936 kB
Active:         113572 kB
Inactive:        56840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819400 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            5796 kB
Writeback:           0 kB
Mapped:          18552 kB
Slab:            51340 kB
Committed_AS:   936864 kB
PageTables:       1820 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= 66544 MiB
End job on node17 at 2008-07-02 21:28:45