Trace number 1043793

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 zito? (TO) 1800.1 1812.21

General information on the benchmark

Namecsp/rcpsp/
normalized-rcpsp25-39.xml
MD5SUM412908485fbe1aa04cc704d430bf88f5
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.15882
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints48
Maximum constraint arity25
Maximum domain size23
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.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.21	c Parsing = 1
0.00/0.21	c Building = 1
0.00/0.21	c [ NumberOfVariables = 25 ]
0.00/0.21	c [ NumberOfConstraints = 48 ]
0.00/0.21	c [ SizeOfSearchSpace(log2) = 110.146 ]
0.00/0.21	c SymmetrySearch = 1
0.00/0.21	c [ Found 262144 symmetries ]
0.00/0.21	c InitialPropagation = 1
0.00/0.21	c [ SizeOfSearchSpace(log2) = 84.316 ]
0.00/0.21	c InitialSAC = 1
0.00/0.21	c [ SizeOfSearchSpace(log2) = 83.5968 ]
0.00/0.21	c Search(SampleFF) : 
72.36/73.08	c [ Sampling domwdeg ]
72.36/73.08	c [ Sampling impacts ]
72.36/73.08	c [ SamplingScores: ]
72.36/73.08	c [ domwdeg+min = 0.359248 | domwdeg+rnd = 0.120127 ]
72.36/73.08	c [ impacts+min = 0.100073 | impacts+rnd = 0.0105745 ]
72.36/73.08	c [ la+min = 0 | la+rnd = 0 ]
72.36/73.08	c [ domwdeg = 0.239687 | impacts = 0.0553237 | la = 0 ]
72.36/73.08	c [ min = 0.153107 | rand = 0.0553237 ]
72.36/73.08	c [ restarting at (3.96356,0.00838665) ]
82.98/83.72	c [ restarting at (9.9089,0.0931309) ]
109.34/110.30	c [ restarting at (24.7722,1.12585e-08) ]
175.19/176.75	c [ restarting at (61.9306,5.89188e-09) ]
339.92/342.87	c [ restarting at (154.827,0.0915822) ]
751.79/758.12	c [ restarting at (387.066,0.192473) ]
1431.26/1443.30	c [ restarting at (967.666,0.000289515) ]

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-1043793-1215025160/watcher-1043793-1215025160 -o /tmp/evaluation-result-1043793-1215025160/solver-1043793-1215025160 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1043793-1215025160.xml 209240943 

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.00 2.00 2.00 4/80 1598
/proc/meminfo: memFree=1795144/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=1052 CPUtime=0
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1981487888 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 2618148 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 263 26 20 234 0 3 0

[startup+0.21247 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 1598
/proc/meminfo: memFree=1795144/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=0.2
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 681 0 0 0 20 0 0 0 19 0 1 0 1981487888 101662720 641 996147200 134512640 135472138 4294956224 18446744073709551615 134941013 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 641 516 234 0 23522 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 99280

[startup+0.302266 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 1598
/proc/meminfo: memFree=1795144/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=0.29
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 681 0 0 0 29 0 0 0 19 0 1 0 1981487888 101662720 641 996147200 134512640 135472138 4294956224 18446744073709551615 134943832 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 641 516 234 0 23522 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99280

[startup+0.402287 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 1598
/proc/meminfo: memFree=1795144/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=0.38
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 682 0 0 0 38 0 0 0 20 0 1 0 1981487888 101662720 642 996147200 134512640 135472138 4294956224 18446744073709551615 134943572 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 642 516 234 0 23522 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 99280

[startup+0.701336 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 1598
/proc/meminfo: memFree=1795144/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=0.68
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 682 0 0 0 68 0 0 0 23 0 1 0 1981487888 101662720 642 996147200 134512640 135472138 4294956224 18446744073709551615 134885341 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 642 516 234 0 23522 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99280

[startup+1.50147 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1599
/proc/meminfo: memFree=1794496/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=1.47
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 682 0 0 0 147 0 0 0 25 0 1 0 1981487888 101662720 642 996147200 134512640 135472138 4294956224 18446744073709551615 134578192 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 642 516 234 0 23522 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 99280

[startup+3.10174 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1599
/proc/meminfo: memFree=1794368/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=3.06
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 682 0 0 0 306 0 0 0 25 0 1 0 1981487888 101662720 642 996147200 134512640 135472138 4294956224 18446744073709551615 134941097 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 642 516 234 0 23522 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 99280

[startup+6.30129 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1599
/proc/meminfo: memFree=1794304/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=6.23
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 683 0 0 0 623 0 0 0 25 0 1 0 1981487888 101662720 643 996147200 134512640 135472138 4294956224 18446744073709551615 134939929 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 643 516 234 0 23522 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 99280

[startup+12.7014 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1599
/proc/meminfo: memFree=1794112/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=12.58
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 686 0 0 0 1258 0 0 0 25 0 1 0 1981487888 101662720 646 996147200 134512640 135472138 4294956224 18446744073709551615 134941349 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 646 516 234 0 23522 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 99280

[startup+25.5066 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1599
/proc/meminfo: memFree=1794176/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=25.28
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 689 0 0 0 2528 0 0 0 25 0 1 0 1981487888 101662720 649 996147200 134512640 135472138 4294956224 18446744073709551615 134943767 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 649 516 234 0 23522 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 99280

[startup+51.1029 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1599
/proc/meminfo: memFree=1794112/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=50.65
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 693 0 0 0 5065 0 0 0 25 0 1 0 1981487888 101662720 653 996147200 134512640 135472138 4294956224 18446744073709551615 134943726 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 653 518 234 0 23522 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 99280

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1599
/proc/meminfo: memFree=1793984/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=101.41
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 696 0 0 0 10141 0 0 0 25 0 1 0 1981487888 101662720 656 996147200 134512640 135472138 4294956224 18446744073709551615 134943572 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 656 519 234 0 23522 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 99280

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1605
/proc/meminfo: memFree=1793728/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=160.9
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 698 0 0 0 16090 0 0 0 25 0 1 0 1981487888 101662720 658 996147200 134512640 135472138 4294956224 18446744073709551615 134943685 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 658 519 234 0 23522 0
Current children cumulated CPU time (s) 160.9
Current children cumulated vsize (KiB) 99280

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1605
/proc/meminfo: memFree=1793792/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=220.41
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 698 0 0 0 22041 0 0 0 25 0 1 0 1981487888 101662720 658 996147200 134512640 135472138 4294956224 18446744073709551615 134943745 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 658 519 234 0 23522 0
Current children cumulated CPU time (s) 220.41
Current children cumulated vsize (KiB) 99280

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1605
/proc/meminfo: memFree=1793728/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=279.92
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 698 0 0 0 27991 1 0 0 25 0 1 0 1981487888 101662720 658 996147200 134512640 135472138 4294956224 18446744073709551615 4158915844 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 658 519 234 0 23522 0
Current children cumulated CPU time (s) 279.92
Current children cumulated vsize (KiB) 99280

[startup+342.305 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1605
/proc/meminfo: memFree=1793600/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=339.43
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 698 0 0 0 33942 1 0 0 25 0 1 0 1981487888 101662720 658 996147200 134512640 135472138 4294956224 18446744073709551615 134943740 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 658 519 234 0 23522 0
Current children cumulated CPU time (s) 339.43
Current children cumulated vsize (KiB) 99280

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1605
/proc/meminfo: memFree=1793536/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=398.93
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 698 0 0 0 39892 1 0 0 25 0 1 0 1981487888 101662720 658 996147200 134512640 135472138 4294956224 18446744073709551615 135009107 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 658 519 234 0 23522 0
Current children cumulated CPU time (s) 398.93
Current children cumulated vsize (KiB) 99280

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1605
/proc/meminfo: memFree=1793536/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=458.43
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 698 0 0 0 45842 1 0 0 25 0 1 0 1981487888 101662720 658 996147200 134512640 135472138 4294956224 18446744073709551615 134943700 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 658 519 234 0 23522 0
Current children cumulated CPU time (s) 458.43
Current children cumulated vsize (KiB) 99280

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1605
/proc/meminfo: memFree=1793600/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=517.93
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 698 0 0 0 51792 1 0 0 25 0 1 0 1981487888 101662720 658 996147200 134512640 135472138 4294956224 18446744073709551615 134943575 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 658 519 234 0 23522 0
Current children cumulated CPU time (s) 517.93
Current children cumulated vsize (KiB) 99280

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 1605
/proc/meminfo: memFree=1793536/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=577.43
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 698 0 0 0 57742 1 0 0 25 0 1 0 1981487888 101662720 658 996147200 134512640 135472138 4294956224 18446744073709551615 134941164 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 658 519 234 0 23522 0
Current children cumulated CPU time (s) 577.43
Current children cumulated vsize (KiB) 99280

[startup+642.302 s]
/proc/loadavg: 2.04 2.01 2.00 3/81 1605
/proc/meminfo: memFree=1793536/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=636.94
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 698 0 0 0 63693 1 0 0 25 0 1 0 1981487888 101662720 658 996147200 134512640 135472138 4294956224 18446744073709551615 134943656 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 658 519 234 0 23522 0
Current children cumulated CPU time (s) 636.94
Current children cumulated vsize (KiB) 99280


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

[startup+822.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/81 1605
/proc/meminfo: memFree=1793344/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=815.46
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 698 0 0 0 81544 2 0 0 25 0 1 0 1981487888 101662720 658 996147200 134512640 135472138 4294956224 18446744073709551615 134943616 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 658 519 234 0 23522 0
Current children cumulated CPU time (s) 815.46
Current children cumulated vsize (KiB) 99280

[startup+882.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 1605
/proc/meminfo: memFree=1793280/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=874.98
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 698 0 0 0 87496 2 0 0 25 0 1 0 1981487888 101662720 658 996147200 134512640 135472138 4294956224 18446744073709551615 134943740 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 658 519 234 0 23522 0
Current children cumulated CPU time (s) 874.98
Current children cumulated vsize (KiB) 99280

[startup+942.302 s]
/proc/loadavg: 2.05 2.03 2.00 3/81 1605
/proc/meminfo: memFree=1793216/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=934.48
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 698 0 0 0 93446 2 0 0 25 0 1 0 1981487888 101662720 658 996147200 134512640 135472138 4294956224 18446744073709551615 134943734 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 658 519 234 0 23522 0
Current children cumulated CPU time (s) 934.48
Current children cumulated vsize (KiB) 99280

[startup+1002.31 s]
/proc/loadavg: 2.06 2.03 2.00 3/81 1605
/proc/meminfo: memFree=1793152/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=993.98
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 698 0 0 0 99396 2 0 0 25 0 1 0 1981487888 101662720 658 996147200 134512640 135472138 4294956224 18446744073709551615 134943700 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 658 519 234 0 23522 0
Current children cumulated CPU time (s) 993.98
Current children cumulated vsize (KiB) 99280

[startup+1062.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/81 1605
/proc/meminfo: memFree=1793152/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=1053.49
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 698 0 0 0 105346 3 0 0 25 0 1 0 1981487888 101662720 658 996147200 134512640 135472138 4294956224 18446744073709551615 134943832 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 658 519 234 0 23522 0
Current children cumulated CPU time (s) 1053.49
Current children cumulated vsize (KiB) 99280

[startup+1122.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/81 1605
/proc/meminfo: memFree=1793088/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=1112.99
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 698 0 0 0 111296 3 0 0 25 0 1 0 1981487888 101662720 658 996147200 134512640 135472138 4294956224 18446744073709551615 135006662 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 658 519 234 0 23522 0
Current children cumulated CPU time (s) 1112.99
Current children cumulated vsize (KiB) 99280

[startup+1182.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/81 1605
/proc/meminfo: memFree=1793024/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=1172.5
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 698 0 0 0 117247 3 0 0 25 0 1 0 1981487888 101662720 658 996147200 134512640 135472138 4294956224 18446744073709551615 3048772 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 658 519 234 0 23522 0
Current children cumulated CPU time (s) 1172.5
Current children cumulated vsize (KiB) 99280

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 1605
/proc/meminfo: memFree=1792960/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=1231.99
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 698 0 0 0 123196 3 0 0 25 0 1 0 1981487888 101662720 658 996147200 134512640 135472138 4294956224 18446744073709551615 4158423322 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 658 519 234 0 23522 0
Current children cumulated CPU time (s) 1231.99
Current children cumulated vsize (KiB) 99280

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 1605
/proc/meminfo: memFree=1792960/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=1291.52
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 699 0 0 0 129148 4 0 0 25 0 1 0 1981487888 101662720 659 996147200 134512640 135472138 4294956224 18446744073709551615 134941004 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 659 519 234 0 23522 0
Current children cumulated CPU time (s) 1291.52
Current children cumulated vsize (KiB) 99280

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 1605
/proc/meminfo: memFree=1792960/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=1351.02
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 699 0 0 0 135098 4 0 0 25 0 1 0 1981487888 101662720 659 996147200 134512640 135472138 4294956224 18446744073709551615 134943688 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 659 519 234 0 23522 0
Current children cumulated CPU time (s) 1351.02
Current children cumulated vsize (KiB) 99280

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 1605
/proc/meminfo: memFree=1792896/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=1410.53
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 699 0 0 0 141049 4 0 0 25 0 1 0 1981487888 101662720 659 996147200 134512640 135472138 4294956224 18446744073709551615 134943755 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 24820 659 519 234 0 23522 0
Current children cumulated CPU time (s) 1410.53
Current children cumulated vsize (KiB) 99280

[startup+1482.3 s]
/proc/loadavg: 1.95 1.99 1.99 3/81 1648
/proc/meminfo: memFree=1790584/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=1470.32
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 699 0 0 0 147028 4 0 0 25 0 1 0 1981487888 101662720 659 996147200 134512640 135472138 4294956224 18446744073709551615 134943616 0 0 4096 0 0 0 0 17 0 0 0
/proc/1598/statm: 24820 659 519 234 0 23522 0
Current children cumulated CPU time (s) 1470.32
Current children cumulated vsize (KiB) 99280

[startup+1542.3 s]
/proc/loadavg: 1.98 1.99 1.99 3/81 1648
/proc/meminfo: memFree=1790392/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=1530.31
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 699 0 0 0 153026 5 0 0 25 0 1 0 1981487888 101662720 659 996147200 134512640 135472138 4294956224 18446744073709551615 134943740 0 0 4096 0 0 0 0 17 0 0 0
/proc/1598/statm: 24820 659 519 234 0 23522 0
Current children cumulated CPU time (s) 1530.31
Current children cumulated vsize (KiB) 99280

[startup+1602.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/81 1648
/proc/meminfo: memFree=1790264/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=1590.28
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 699 0 0 0 159023 5 0 0 25 0 1 0 1981487888 101662720 659 996147200 134512640 135472138 4294956224 18446744073709551615 134943731 0 0 4096 0 0 0 0 17 0 0 0
/proc/1598/statm: 24820 659 519 234 0 23522 0
Current children cumulated CPU time (s) 1590.28
Current children cumulated vsize (KiB) 99280

[startup+1662.31 s]
/proc/loadavg: 1.99 1.99 1.99 3/81 1648
/proc/meminfo: memFree=1790392/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=1650.26
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 699 0 0 0 165021 5 0 0 25 0 1 0 1981487888 101662720 659 996147200 134512640 135472138 4294956224 18446744073709551615 135262942 0 0 4096 0 0 0 0 17 0 0 0
/proc/1598/statm: 24820 659 519 234 0 23522 0
Current children cumulated CPU time (s) 1650.26
Current children cumulated vsize (KiB) 99280

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/81 1648
/proc/meminfo: memFree=1790392/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=1710.23
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 699 0 0 0 171018 5 0 0 25 0 1 0 1981487888 101662720 659 996147200 134512640 135472138 4294956224 18446744073709551615 4158915857 0 0 4096 0 0 0 0 17 0 0 0
/proc/1598/statm: 24820 659 519 234 0 23522 0
Current children cumulated CPU time (s) 1710.23
Current children cumulated vsize (KiB) 99280

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/81 1648
/proc/meminfo: memFree=1790264/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=1770.2
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 699 0 0 0 177015 5 0 0 25 0 1 0 1981487888 101662720 659 996147200 134512640 135472138 4294956224 18446744073709551615 134941004 0 0 4096 0 0 0 0 17 0 0 0
/proc/1598/statm: 24820 659 519 234 0 23522 0
Current children cumulated CPU time (s) 1770.2
Current children cumulated vsize (KiB) 99280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.2 s]
/proc/loadavg: 1.99 1.99 1.99 3/81 1648
/proc/meminfo: memFree=1790264/2055920 swapFree=4180416/4192956
[pid=1598] ppid=1596 vsize=99280 CPUtime=1800.09
/proc/1598/stat : 1598 (casperzito) R 1596 1598 32713 0 -1 4194304 699 0 0 0 180004 5 0 0 25 0 1 0 1981487888 101662720 659 996147200 134512640 135472138 4294956224 18446744073709551615 134943832 0 0 4096 0 0 0 0 17 0 0 0
/proc/1598/statm: 24820 659 519 234 0 23522 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 99280

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): 1812.21
CPU time (s): 1800.1
CPU user time (s): 1800.05
CPU system time (s): 0.054991
CPU usage (%): 99.3321
Max. virtual memory (cumulated for all children) (KiB): 99280

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

runsolver used 2.11368 second user time and 4.48932 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-02 20:59:20
IDJOB=1043793
IDBENCH=53690
IDSOLVER=362
FILE ID=node51/1043793-1215025160
PBS_JOBID= 7874368
Free space on /tmp= 66548 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/rcpsp/normalized-rcpsp25-39.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043793-1215025160/watcher-1043793-1215025160 -o /tmp/evaluation-result-1043793-1215025160/solver-1043793-1215025160 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1043793-1215025160.xml 209240943 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 412908485fbe1aa04cc704d430bf88f5
RANDOM SEED=209240943

node51.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.263
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.263
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:       1795624 kB
Buffers:         23632 kB
Cached:         138280 kB
SwapCached:       7000 kB
Active:         155620 kB
Inactive:        49060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795624 kB
SwapTotal:     4192956 kB
SwapFree:      4180416 kB
Dirty:            2880 kB
Writeback:           0 kB
Mapped:          58584 kB
Slab:            40876 kB
Committed_AS:  4515920 kB
PageTables:       1892 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 node51 at 2008-07-02 21:29:34