Trace number 1043790

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.07 1820.01

General information on the benchmark

Namecsp/rcpsp/
normalized-rcpsp25-23.xml
MD5SUM8c91fa9b567a2070fc40b34db9baf3db
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.06199
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.18/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.18/0.21	c Building = 1
0.18/0.21	c [ NumberOfVariables = 25 ]
0.18/0.21	c [ NumberOfConstraints = 48 ]
0.18/0.21	c [ SizeOfSearchSpace(log2) = 109.521 ]
0.18/0.21	c SymmetrySearch = 1
0.18/0.21	c [ Found 256 symmetries ]
0.18/0.21	c InitialPropagation = 1
0.18/0.21	c [ SizeOfSearchSpace(log2) = 83.6142 ]
0.18/0.21	c InitialSAC = 1
0.18/0.21	c [ SizeOfSearchSpace(log2) = 83.6142 ]
0.18/0.21	c Search(SampleFF) : 
71.69/73.01	c [ Sampling domwdeg ]
71.69/73.01	c [ Sampling impacts ]
71.69/73.01	c [ SamplingScores: ]
71.69/73.01	c [ domwdeg+min = 0.0743144 | domwdeg+rnd = 9.28299e-07 ]
71.69/73.01	c [ impacts+min = 0.0402644 | impacts+rnd = 0.0024294 ]
71.69/73.01	c [ la+min = 0 | la+rnd = 0 ]
71.69/73.01	c [ domwdeg = 0.0371576 | impacts = 0.0213469 | la = 0 ]
71.69/73.01	c [ min = 0.0381929 | rand = 0.0213469 ]
71.69/73.01	c [ restarting at (3.96356,6.27662e-08) ]
82.10/83.64	c [ restarting at (9.9089,0.0912416) ]
108.23/110.22	c [ restarting at (24.7722,1.34421e-07) ]
173.44/176.68	c [ restarting at (61.9306,1.8507e-09) ]
336.72/342.81	c [ restarting at (154.827,1.58847e-08) ]
744.69/758.16	c [ restarting at (387.066,1.78348e-07) ]
1050.81/1069.78	c [ restarting at (967.666,1.1494e-07) ]

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

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.05 2.00 4/93 6354
/proc/meminfo: memFree=1750248/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=1052 CPUtime=0
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1981485334 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 4309796 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 263 26 20 234 0 3 0

[startup+0.113871 s]
/proc/loadavg: 2.09 2.05 2.00 4/93 6354
/proc/meminfo: memFree=1750248/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=0.1
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 679 0 0 0 10 0 0 0 18 0 1 0 1981485334 101662720 639 996147200 134512640 135472138 4294956224 18446744073709551615 134892044 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 639 515 234 0 23522 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 99280

[startup+0.202844 s]
/proc/loadavg: 2.09 2.05 2.00 4/93 6354
/proc/meminfo: memFree=1750248/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=0.18
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 680 0 0 0 18 0 0 0 18 0 1 0 1981485334 101662720 640 996147200 134512640 135472138 4294956224 18446744073709551615 134943558 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 640 516 234 0 23522 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 99280

[startup+0.301858 s]
/proc/loadavg: 2.09 2.05 2.00 4/93 6354
/proc/meminfo: memFree=1750248/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=0.28
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 680 0 0 0 28 0 0 0 19 0 1 0 1981485334 101662720 640 996147200 134512640 135472138 4294956224 18446744073709551615 134941004 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 640 516 234 0 23522 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 99280

[startup+0.701917 s]
/proc/loadavg: 2.09 2.05 2.00 4/93 6354
/proc/meminfo: memFree=1750248/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=0.68
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 680 0 0 0 68 0 0 0 23 0 1 0 1981485334 101662720 640 996147200 134512640 135472138 4294956224 18446744073709551615 134941182 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 640 516 234 0 23522 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99280

[startup+1.50104 s]
/proc/loadavg: 2.09 2.05 2.00 3/94 6355
/proc/meminfo: memFree=1749600/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=1.46
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 682 0 0 0 146 0 0 0 25 0 1 0 1981485334 101662720 642 996147200 134512640 135472138 4294956224 18446744073709551615 4158906912 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 642 516 234 0 23522 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 99280

[startup+3.10127 s]
/proc/loadavg: 2.09 2.05 2.00 3/94 6355
/proc/meminfo: memFree=1749472/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=3.03
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 682 0 0 0 303 0 0 0 25 0 1 0 1981485334 101662720 642 996147200 134512640 135472138 4294956224 18446744073709551615 134943653 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 642 516 234 0 23522 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 99280

[startup+6.30274 s]
/proc/loadavg: 2.08 2.04 2.00 3/94 6355
/proc/meminfo: memFree=1749408/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=6.18
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 683 0 0 0 618 0 0 0 25 0 1 0 1981485334 101662720 643 996147200 134512640 135472138 4294956224 18446744073709551615 134943627 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 643 516 234 0 23522 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 99280

[startup+12.7017 s]
/proc/loadavg: 2.07 2.04 2.00 3/94 6355
/proc/meminfo: memFree=1749216/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=12.46
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 684 0 0 0 1246 0 0 0 25 0 1 0 1981485334 101662720 644 996147200 134512640 135472138 4294956224 18446744073709551615 134943760 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 644 516 234 0 23522 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 99280

[startup+25.5016 s]
/proc/loadavg: 2.06 2.04 2.00 3/94 6355
/proc/meminfo: memFree=1749344/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=25.03
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 686 0 0 0 2503 0 0 0 25 0 1 0 1981485334 101662720 646 996147200 134512640 135472138 4294956224 18446744073709551615 4158915980 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 646 516 234 0 23522 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 99280

[startup+51.1014 s]
/proc/loadavg: 2.04 2.04 2.00 3/94 6355
/proc/meminfo: memFree=1749280/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=50.18
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 695 0 0 0 5018 0 0 0 25 0 1 0 1981485334 101662720 655 996147200 134512640 135472138 4294956224 18446744073709551615 135007938 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 655 518 234 0 23522 0
Current children cumulated CPU time (s) 50.18
Current children cumulated vsize (KiB) 99280

[startup+102.303 s]
/proc/loadavg: 2.01 2.03 2.00 3/94 6355
/proc/meminfo: memFree=1749216/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=100.48
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 696 0 0 0 10048 0 0 0 25 0 1 0 1981485334 101662720 656 996147200 134512640 135472138 4294956224 18446744073709551615 134943700 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 656 519 234 0 23522 0
Current children cumulated CPU time (s) 100.48
Current children cumulated vsize (KiB) 99280

[startup+162.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 6361
/proc/meminfo: memFree=1749088/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=159.39
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 697 0 0 0 15939 0 0 0 25 0 1 0 1981485334 101662720 657 996147200 134512640 135472138 4294956224 18446744073709551615 135208631 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 657 519 234 0 23522 0
Current children cumulated CPU time (s) 159.39
Current children cumulated vsize (KiB) 99280

[startup+222.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 6361
/proc/meminfo: memFree=1749088/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=218.34
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 698 0 0 0 21834 0 0 0 25 0 1 0 1981485334 101662720 658 996147200 134512640 135472138 4294956224 18446744073709551615 134941349 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 658 519 234 0 23522 0
Current children cumulated CPU time (s) 218.34
Current children cumulated vsize (KiB) 99280

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 6361
/proc/meminfo: memFree=1749088/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=277.28
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 699 0 0 0 27728 0 0 0 25 0 1 0 1981485334 101662720 659 996147200 134512640 135472138 4294956224 18446744073709551615 135263357 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 659 519 234 0 23522 0
Current children cumulated CPU time (s) 277.28
Current children cumulated vsize (KiB) 99280

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 6361
/proc/meminfo: memFree=1749088/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=336.22
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 699 0 0 0 33622 0 0 0 25 0 1 0 1981485334 101662720 659 996147200 134512640 135472138 4294956224 18446744073709551615 135007806 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 659 519 234 0 23522 0
Current children cumulated CPU time (s) 336.22
Current children cumulated vsize (KiB) 99280

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 6361
/proc/meminfo: memFree=1749024/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=395.17
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 699 0 0 0 39517 0 0 0 25 0 1 0 1981485334 101662720 659 996147200 134512640 135472138 4294956224 18446744073709551615 134941182 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 659 519 234 0 23522 0
Current children cumulated CPU time (s) 395.17
Current children cumulated vsize (KiB) 99280

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 6361
/proc/meminfo: memFree=1749024/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=454.11
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 699 0 0 0 45411 0 0 0 25 0 1 0 1981485334 101662720 659 996147200 134512640 135472138 4294956224 18446744073709551615 134943700 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 659 519 234 0 23522 0
Current children cumulated CPU time (s) 454.11
Current children cumulated vsize (KiB) 99280

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 6361
/proc/meminfo: memFree=1749024/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=513.05
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 699 0 0 0 51305 0 0 0 25 0 1 0 1981485334 101662720 659 996147200 134512640 135472138 4294956224 18446744073709551615 134943731 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 659 519 234 0 23522 0
Current children cumulated CPU time (s) 513.05
Current children cumulated vsize (KiB) 99280

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 6361
/proc/meminfo: memFree=1749024/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=571.99
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 699 0 0 0 57199 0 0 0 25 0 1 0 1981485334 101662720 659 996147200 134512640 135472138 4294956224 18446744073709551615 4743747 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 659 519 234 0 23522 0
Current children cumulated CPU time (s) 571.99
Current children cumulated vsize (KiB) 99280

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 6361
/proc/meminfo: memFree=1749024/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=630.93
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 699 0 0 0 63093 0 0 0 25 0 1 0 1981485334 101662720 659 996147200 134512640 135472138 4294956224 18446744073709551615 134941211 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 659 519 234 0 23522 0
Current children cumulated CPU time (s) 630.93
Current children cumulated vsize (KiB) 99280


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

[startup+882.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 6361
/proc/meminfo: memFree=1748704/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=866.72
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 699 0 0 0 86671 1 0 0 25 0 1 0 1981485334 101662720 659 996147200 134512640 135472138 4294956224 18446744073709551615 4742696 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 659 519 234 0 23522 0
Current children cumulated CPU time (s) 866.72
Current children cumulated vsize (KiB) 99280

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 6361
/proc/meminfo: memFree=1748640/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=925.66
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 700 0 0 0 92565 1 0 0 25 0 1 0 1981485334 101662720 660 996147200 134512640 135472138 4294956224 18446744073709551615 134941004 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 660 519 234 0 23522 0
Current children cumulated CPU time (s) 925.66
Current children cumulated vsize (KiB) 99280

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 6361
/proc/meminfo: memFree=1748640/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=984.6
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 701 0 0 0 98459 1 0 0 25 0 1 0 1981485334 101662720 661 996147200 134512640 135472138 4294956224 18446744073709551615 134943755 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 661 519 234 0 23522 0
Current children cumulated CPU time (s) 984.6
Current children cumulated vsize (KiB) 99280

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 6361
/proc/meminfo: memFree=1748576/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=1043.54
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 701 0 0 0 104353 1 0 0 25 0 1 0 1981485334 101662720 661 996147200 134512640 135472138 4294956224 18446744073709551615 134943627 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 661 519 234 0 23522 0
Current children cumulated CPU time (s) 1043.54
Current children cumulated vsize (KiB) 99280

[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/85 6364
/proc/meminfo: memFree=1773856/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=1103.38
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 701 0 0 0 110337 1 0 0 25 0 1 0 1981485334 101662720 661 996147200 134512640 135472138 4294956224 18446744073709551615 134943566 0 0 4096 0 0 0 0 17 0 0 0
/proc/6354/statm: 24820 661 519 234 0 23522 0
Current children cumulated CPU time (s) 1103.38
Current children cumulated vsize (KiB) 99280

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/85 6364
/proc/meminfo: memFree=1773856/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=1163.36
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 701 0 0 0 116335 1 0 0 25 0 1 0 1981485334 101662720 661 996147200 134512640 135472138 4294956224 18446744073709551615 134941004 0 0 4096 0 0 0 0 17 0 0 0
/proc/6354/statm: 24820 661 519 234 0 23522 0
Current children cumulated CPU time (s) 1163.36
Current children cumulated vsize (KiB) 99280

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6364
/proc/meminfo: memFree=1773728/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=1223.33
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 701 0 0 0 122332 1 0 0 25 0 1 0 1981485334 101662720 661 996147200 134512640 135472138 4294956224 18446744073709551615 135007936 0 0 4096 0 0 0 0 17 0 0 0
/proc/6354/statm: 24820 661 519 234 0 23522 0
Current children cumulated CPU time (s) 1223.33
Current children cumulated vsize (KiB) 99280

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6364
/proc/meminfo: memFree=1773728/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=1283.3
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 701 0 0 0 128329 1 0 0 25 0 1 0 1981485334 101662720 661 996147200 134512640 135472138 4294956224 18446744073709551615 134691622 0 0 4096 0 0 0 0 17 0 0 0
/proc/6354/statm: 24820 661 519 234 0 23522 0
Current children cumulated CPU time (s) 1283.3
Current children cumulated vsize (KiB) 99280

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 6375
/proc/meminfo: memFree=1740696/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=1343.28
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 701 0 0 0 134326 2 0 0 25 0 1 0 1981485334 101662720 661 996147200 134512640 135472138 4294956224 18446744073709551615 135006483 0 0 4096 0 0 0 0 17 0 0 0
/proc/6354/statm: 24820 661 519 234 0 23522 0
Current children cumulated CPU time (s) 1343.28
Current children cumulated vsize (KiB) 99280

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 6375
/proc/meminfo: memFree=1740632/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=1403.26
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 701 0 0 0 140324 2 0 0 25 0 1 0 1981485334 101662720 661 996147200 134512640 135472138 4294956224 18446744073709551615 134943787 0 0 4096 0 0 0 0 17 0 0 0
/proc/6354/statm: 24820 661 519 234 0 23522 0
Current children cumulated CPU time (s) 1403.26
Current children cumulated vsize (KiB) 99280

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 6433
/proc/meminfo: memFree=1752856/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=1462.77
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 701 0 0 0 146271 6 0 0 25 0 1 0 1981485334 101662720 661 996147200 134512640 135472138 4294956224 18446744073709551615 134941211 0 0 4096 0 0 0 0 17 1 0 0
/proc/6354/statm: 24820 661 519 234 0 23522 0
Current children cumulated CPU time (s) 1462.77
Current children cumulated vsize (KiB) 99280

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 6487
/proc/meminfo: memFree=1751640/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=1522.47
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 701 0 0 0 152239 8 0 0 25 0 1 0 1981485334 101662720 661 996147200 134512640 135472138 4294956224 18446744073709551615 134941013 0 0 4096 0 0 0 0 17 0 0 0
/proc/6354/statm: 24820 661 519 234 0 23522 0
Current children cumulated CPU time (s) 1522.47
Current children cumulated vsize (KiB) 99280

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 6487
/proc/meminfo: memFree=1751576/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=1582.44
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 701 0 0 0 158236 8 0 0 25 0 1 0 1981485334 101662720 661 996147200 134512640 135472138 4294956224 18446744073709551615 135005069 0 0 4096 0 0 0 0 17 0 0 0
/proc/6354/statm: 24820 661 519 234 0 23522 0
Current children cumulated CPU time (s) 1582.44
Current children cumulated vsize (KiB) 99280

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 6487
/proc/meminfo: memFree=1751576/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=1642.42
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 701 0 0 0 164234 8 0 0 25 0 1 0 1981485334 101662720 661 996147200 134512640 135472138 4294956224 18446744073709551615 134926228 0 0 4096 0 0 0 0 17 0 0 0
/proc/6354/statm: 24820 661 519 234 0 23522 0
Current children cumulated CPU time (s) 1642.42
Current children cumulated vsize (KiB) 99280

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 6489
/proc/meminfo: memFree=1751384/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=1702.4
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 701 0 0 0 170231 9 0 0 25 0 1 0 1981485334 101662720 661 996147200 134512640 135472138 4294956224 18446744073709551615 134943832 0 0 4096 0 0 0 0 17 0 0 0
/proc/6354/statm: 24820 661 519 234 0 23522 0
Current children cumulated CPU time (s) 1702.4
Current children cumulated vsize (KiB) 99280

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 6489
/proc/meminfo: memFree=1751320/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=1762.38
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 701 0 0 0 176229 9 0 0 25 0 1 0 1981485334 101662720 661 996147200 134512640 135472138 4294956224 18446744073709551615 134943726 0 0 4096 0 0 0 0 17 0 0 0
/proc/6354/statm: 24820 661 519 234 0 23522 0
Current children cumulated CPU time (s) 1762.38
Current children cumulated vsize (KiB) 99280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1820 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 6489
/proc/meminfo: memFree=1751320/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=1800.06
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 701 0 0 0 179997 9 0 0 25 0 1 0 1981485334 101662720 661 996147200 134512640 135472138 4294956224 18446744073709551615 134943767 0 0 4096 0 0 0 0 17 0 0 0
/proc/6354/statm: 24820 661 519 234 0 23522 0
Current children cumulated CPU time (s) 1800.06
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

[startup+1820 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 6489
/proc/meminfo: memFree=1751320/2055920 swapFree=4180424/4192956
[pid=6354] ppid=6352 vsize=99280 CPUtime=1800.06
/proc/6354/stat : 6354 (casperzito) R 6352 6354 5425 0 -1 4194304 701 0 0 0 179997 9 0 0 25 0 1 0 1981485334 101662720 661 996147200 134512640 135472138 4294956224 18446744073709551615 134943767 0 0 4096 0 0 0 0 17 0 0 0
/proc/6354/statm: 24820 661 519 234 0 23522 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 99280

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1820.01
CPU time (s): 1800.07
CPU user time (s): 1799.98
CPU system time (s): 0.090986
CPU usage (%): 98.9046
Max. virtual memory (cumulated for all children) (KiB): 99280

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

runsolver used 2.33264 second user time and 4.89626 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-02 20:58:51
IDJOB=1043790
IDBENCH=53687
IDSOLVER=362
FILE ID=node52/1043790-1215025131
PBS_JOBID= 7874366
Free space on /tmp= 66504 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8c91fa9b567a2070fc40b34db9baf3db
RANDOM SEED=1967007637

node52.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.265
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.265
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:       1750728 kB
Buffers:         20804 kB
Cached:         149620 kB
SwapCached:       6784 kB
Active:         193640 kB
Inactive:        54348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750728 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            2896 kB
Writeback:           0 kB
Mapped:          93672 kB
Slab:            41784 kB
Committed_AS:  4451056 kB
PageTables:       2264 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= 66500 MiB
End job on node52 at 2008-07-02 21:29:13