Trace number 1043137

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 zaoSAT 1378.08 1397.49

DiagnosticValue
CHECKS115648000

General information on the benchmark

Namecsp/rcpsp/
normalized-rcpsp20-07.xml
MD5SUM6ec88cfd03d5bfd4de7ab4cbf183aec2
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.21381
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity20
Maximum domain size19
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15
Global constraints used (with number of constraints)cumulative(3)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.00/0.00	c Building = 1
0.00/0.01	c [ NumberOfVariables = 20 ]
0.00/0.01	c [ NumberOfConstraints = 18 ]
0.00/0.01	c [ SizeOfSearchSpace(log2) = 81.2927 ]
0.00/0.01	c SymmetrySearch = 1
0.00/0.01	c [ Found 1024 symmetries ]
0.00/0.01	c InitialPropagation = 1
0.00/0.01	c [ SizeOfSearchSpace(log2) = 71.3861 ]
0.00/0.01	c InitialSAC = 1
0.00/0.01	c [ SizeOfSearchSpace(log2) = 71.3861 ]
0.00/0.01	c Search(SampleFF) : 
68.03/69.08	c [ Sampling domwdeg ]
68.03/69.08	c [ Sampling impacts ]
68.03/69.08	c [ Sampling la ]
68.03/69.08	c [ SamplingScores: ]
68.03/69.08	c [ domwdeg+min = 4.08348e-08 | domwdeg+rnd = 2.06255e-06 ]
68.03/69.08	c [ impacts+min = 0.000238826 | impacts+rnd = 0.00892757 ]
68.03/69.08	c [ la+min = 2.40096e-05 | la+rnd = 0.01266 ]
68.03/69.08	c [ domwdeg = 1.05169e-06 | impacts = 0.0045832 | la = 0.00634202 ]
68.03/69.08	c [ min = 8.76256e-05 | rand = 0.0045832 ]
68.03/69.08	c [ restarting at (4.52802,5.73909e-06) ]
79.27/80.41	c [ restarting at (11.3201,4.42505e-06) ]
107.18/108.72	c [ restarting at (28.3001,0.0174892) ]
176.90/179.49	c [ restarting at (70.7504,0.0819114) ]
351.44/356.42	c [ restarting at (176.876,0.0131424) ]
787.60/798.71	c [ restarting at (442.19,0.333098) ]
1377.98/1397.48	c Search(SampleFF) = 1
1377.98/1397.48	s SATISFIABLE
1377.98/1397.48	v 0 7 3 17 4 9 9 0 0 13 12 6 0 12 7 15 14 5 8 5
1377.98/1397.48	d CHECKS 115648435
1377.98/1397.48	c [ TotalFails = 306445 ]
1377.98/1397.48	c [ NumberOfRestarts = 72 ]
1377.98/1397.48	c [ TotalTime = 1397.24 secs ]

Verifier Data (download as text)

OK

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

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 1.92 4/94 23514
/proc/meminfo: memFree=1216928/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=5352 CPUtime=0
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 0 1981466730 5480448 191 996147200 134512640 135477443 4294956224 18446744073709551615 3275640 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 1338 191 157 235 0 27 0

[startup+0.0120669 s]
/proc/loadavg: 2.00 2.00 1.92 4/94 23514
/proc/meminfo: memFree=1216928/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=0
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 662 0 0 0 0 0 0 0 18 0 1 0 1981466730 101580800 607 996147200 134512640 135477443 4294956224 18446744073709551615 134947026 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 607 510 235 0 23501 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 99200

[startup+0.101079 s]
/proc/loadavg: 2.00 2.00 1.92 4/94 23514
/proc/meminfo: memFree=1216928/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=0.09
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 683 0 0 0 9 0 0 0 18 0 1 0 1981466730 101580800 628 996147200 134512640 135477443 4294956224 18446744073709551615 134949848 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 628 523 235 0 23501 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 99200

[startup+0.301095 s]
/proc/loadavg: 2.00 2.00 1.92 4/94 23514
/proc/meminfo: memFree=1216928/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=0.28
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 686 0 0 0 28 0 0 0 19 0 1 0 1981466730 101580800 631 996147200 134512640 135477443 4294956224 18446744073709551615 134949739 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 631 524 235 0 23501 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 99200

[startup+0.701135 s]
/proc/loadavg: 2.00 2.00 1.92 4/94 23514
/proc/meminfo: memFree=1216928/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=0.68
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 687 0 0 0 68 0 0 0 23 0 1 0 1981466730 101580800 632 996147200 134512640 135477443 4294956224 18446744073709551615 3747626 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 632 524 235 0 23501 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99200

[startup+1.50121 s]
/proc/loadavg: 2.00 2.00 1.92 3/95 23515
/proc/meminfo: memFree=1216408/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=1.47
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 687 0 0 0 147 0 0 0 25 0 1 0 1981466730 101580800 632 996147200 134512640 135477443 4294956224 18446744073709551615 134999008 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 632 524 235 0 23501 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 99200

[startup+3.10136 s]
/proc/loadavg: 2.00 2.00 1.92 3/95 23515
/proc/meminfo: memFree=1216216/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=3.05
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 687 0 0 0 305 0 0 0 25 0 1 0 1981466730 101580800 632 996147200 134512640 135477443 4294956224 18446744073709551615 134949643 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 632 524 235 0 23501 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 99200

[startup+6.30166 s]
/proc/loadavg: 2.00 2.00 1.92 3/95 23515
/proc/meminfo: memFree=1216152/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=6.2
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 688 0 0 0 620 0 0 0 25 0 1 0 1981466730 101580800 633 996147200 134512640 135477443 4294956224 18446744073709551615 134949643 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 633 524 235 0 23501 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 99200

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 1.92 3/95 23515
/proc/meminfo: memFree=1216096/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=12.51
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 692 0 0 0 1251 0 0 0 25 0 1 0 1981466730 101580800 637 996147200 134512640 135477443 4294956224 18446744073709551615 134949591 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 637 524 235 0 23501 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 99200

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 1.92 3/95 23515
/proc/meminfo: memFree=1216160/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=25.14
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 694 0 0 0 2514 0 0 0 25 0 1 0 1981466730 101580800 639 996147200 134512640 135477443 4294956224 18446744073709551615 135011021 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 639 526 235 0 23501 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 99200

[startup+51.1019 s]
/proc/loadavg: 2.06 2.02 1.93 3/95 23515
/proc/meminfo: memFree=1216160/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=50.38
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 697 0 0 0 5038 0 0 0 25 0 1 0 1981466730 101580800 642 996147200 134512640 135477443 4294956224 18446744073709551615 134947009 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 642 526 235 0 23501 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 99200

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 1.93 3/95 23515
/proc/meminfo: memFree=1216160/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=100.87
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 699 0 0 0 10087 0 0 0 25 0 1 0 1981466730 101580800 644 996147200 134512640 135477443 4294956224 18446744073709551615 134949643 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 644 527 235 0 23501 0
Current children cumulated CPU time (s) 100.87
Current children cumulated vsize (KiB) 99200

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 1.93 4/95 23515
/proc/meminfo: memFree=1216096/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=160.03
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 703 0 0 0 16003 0 0 0 25 0 1 0 1981466730 101580800 648 996147200 134512640 135477443 4294956224 18446744073709551615 134949750 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 648 527 235 0 23501 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (KiB) 99200

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23515
/proc/meminfo: memFree=1216032/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=219.2
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 704 0 0 0 21920 0 0 0 25 0 1 0 1981466730 101580800 649 996147200 134512640 135477443 4294956224 18446744073709551615 134949669 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 649 527 235 0 23501 0
Current children cumulated CPU time (s) 219.2
Current children cumulated vsize (KiB) 99200

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23515
/proc/meminfo: memFree=1216032/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=278.37
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 704 0 0 0 27837 0 0 0 25 0 1 0 1981466730 101580800 649 996147200 134512640 135477443 4294956224 18446744073709551615 134949588 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 649 527 235 0 23501 0
Current children cumulated CPU time (s) 278.37
Current children cumulated vsize (KiB) 99200

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23515
/proc/meminfo: memFree=1216032/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=337.53
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 704 0 0 0 33753 0 0 0 25 0 1 0 1981466730 101580800 649 996147200 134512640 135477443 4294956224 18446744073709551615 134949617 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 649 527 235 0 23501 0
Current children cumulated CPU time (s) 337.53
Current children cumulated vsize (KiB) 99200

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215776/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=396.7
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 705 0 0 0 39670 0 0 0 25 0 1 0 1981466730 101580800 650 996147200 134512640 135477443 4294956224 18446744073709551615 134949669 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 650 527 235 0 23501 0
Current children cumulated CPU time (s) 396.7
Current children cumulated vsize (KiB) 99200

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215904/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=455.86
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 706 0 0 0 45586 0 0 0 25 0 1 0 1981466730 101580800 651 996147200 134512640 135477443 4294956224 18446744073709551615 134949574 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 651 527 235 0 23501 0
Current children cumulated CPU time (s) 455.86
Current children cumulated vsize (KiB) 99200

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215968/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=515.03
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 706 0 0 0 51503 0 0 0 25 0 1 0 1981466730 101580800 651 996147200 134512640 135477443 4294956224 18446744073709551615 134695840 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 651 527 235 0 23501 0
Current children cumulated CPU time (s) 515.03
Current children cumulated vsize (KiB) 99200

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215968/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=574.19
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 706 0 0 0 57419 0 0 0 25 0 1 0 1981466730 101580800 651 996147200 134512640 135477443 4294956224 18446744073709551615 134949768 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 651 527 235 0 23501 0
Current children cumulated CPU time (s) 574.19
Current children cumulated vsize (KiB) 99200

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215968/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=633.36
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 706 0 0 0 63336 0 0 0 25 0 1 0 1981466730 101580800 651 996147200 134512640 135477443 4294956224 18446744073709551615 134949737 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 651 527 235 0 23501 0
Current children cumulated CPU time (s) 633.36
Current children cumulated vsize (KiB) 99200


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

/proc/meminfo: memFree=1215904/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=751.71
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 708 0 0 0 75170 1 0 0 25 0 1 0 1981466730 101580800 653 996147200 134512640 135477443 4294956224 18446744073709551615 134949737 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 653 527 235 0 23501 0
Current children cumulated CPU time (s) 751.71
Current children cumulated vsize (KiB) 99200

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215840/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=810.87
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 708 0 0 0 81086 1 0 0 25 0 1 0 1981466730 101580800 653 996147200 134512640 135477443 4294956224 18446744073709551615 134949742 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 653 527 235 0 23501 0
Current children cumulated CPU time (s) 810.87
Current children cumulated vsize (KiB) 99200

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215840/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=870.04
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 708 0 0 0 87003 1 0 0 25 0 1 0 1981466730 101580800 653 996147200 134512640 135477443 4294956224 18446744073709551615 3739176 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 653 527 235 0 23501 0
Current children cumulated CPU time (s) 870.04
Current children cumulated vsize (KiB) 99200

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215776/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=929.2
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 708 0 0 0 92919 1 0 0 25 0 1 0 1981466730 101580800 653 996147200 134512640 135477443 4294956224 18446744073709551615 4158907037 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 653 527 235 0 23501 0
Current children cumulated CPU time (s) 929.2
Current children cumulated vsize (KiB) 99200

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215712/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=988.37
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 708 0 0 0 98836 1 0 0 25 0 1 0 1981466730 101580800 653 996147200 134512640 135477443 4294956224 18446744073709551615 134949783 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 653 527 235 0 23501 0
Current children cumulated CPU time (s) 988.37
Current children cumulated vsize (KiB) 99200

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215712/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=1047.54
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 708 0 0 0 104753 1 0 0 25 0 1 0 1981466730 101580800 653 996147200 134512640 135477443 4294956224 18446744073709551615 134949686 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 653 527 235 0 23501 0
Current children cumulated CPU time (s) 1047.54
Current children cumulated vsize (KiB) 99200

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215712/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=1106.7
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 708 0 0 0 110669 1 0 0 25 0 1 0 1981466730 101580800 653 996147200 134512640 135477443 4294956224 18446744073709551615 134949815 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 653 527 235 0 23501 0
Current children cumulated CPU time (s) 1106.7
Current children cumulated vsize (KiB) 99200

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215776/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=1165.87
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 708 0 0 0 116586 1 0 0 25 0 1 0 1981466730 101580800 653 996147200 134512640 135477443 4294956224 18446744073709551615 134947155 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 653 527 235 0 23501 0
Current children cumulated CPU time (s) 1165.87
Current children cumulated vsize (KiB) 99200

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215712/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=1225.04
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 708 0 0 0 122503 1 0 0 25 0 1 0 1981466730 101580800 653 996147200 134512640 135477443 4294956224 18446744073709551615 134947227 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 653 527 235 0 23501 0
Current children cumulated CPU time (s) 1225.04
Current children cumulated vsize (KiB) 99200

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215712/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=1284.21
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 708 0 0 0 128420 1 0 0 25 0 1 0 1981466730 101580800 653 996147200 134512640 135477443 4294956224 18446744073709551615 134949686 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 653 527 235 0 23501 0
Current children cumulated CPU time (s) 1284.21
Current children cumulated vsize (KiB) 99200

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215648/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=1343.37
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 709 0 0 0 134336 1 0 0 25 0 1 0 1981466730 101580800 654 996147200 134512640 135477443 4294956224 18446744073709551615 134947227 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 654 527 235 0 23501 0
Current children cumulated CPU time (s) 1343.37
Current children cumulated vsize (KiB) 99200

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

[startup+1382.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215648/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=1363.09
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 709 0 0 0 136308 1 0 0 25 0 1 0 1981466730 101580800 654 996147200 134512640 135477443 4294956224 18446744073709551615 134949701 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 654 527 235 0 23501 0
Current children cumulated CPU time (s) 1363.09
Current children cumulated vsize (KiB) 99200

[startup+1388.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215648/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=1369.4
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 709 0 0 0 136939 1 0 0 25 0 1 0 1981466730 101580800 654 996147200 134512640 135477443 4294956224 18446744073709551615 134855105 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 654 527 235 0 23501 0
Current children cumulated CPU time (s) 1369.4
Current children cumulated vsize (KiB) 99200

[startup+1391.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215648/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=1372.56
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 709 0 0 0 137255 1 0 0 25 0 1 0 1981466730 101580800 654 996147200 134512640 135477443 4294956224 18446744073709551615 134949643 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 654 527 235 0 23501 0
Current children cumulated CPU time (s) 1372.56
Current children cumulated vsize (KiB) 99200

[startup+1395.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215648/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=1375.71
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 709 0 0 0 137570 1 0 0 25 0 1 0 1981466730 101580800 654 996147200 134512640 135477443 4294956224 18446744073709551615 135013954 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 654 527 235 0 23501 0
Current children cumulated CPU time (s) 1375.71
Current children cumulated vsize (KiB) 99200

[startup+1396.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215648/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=1377.29
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 709 0 0 0 137728 1 0 0 25 0 1 0 1981466730 101580800 654 996147200 134512640 135477443 4294956224 18446744073709551615 134947365 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 654 527 235 0 23501 0
Current children cumulated CPU time (s) 1377.29
Current children cumulated vsize (KiB) 99200

[startup+1397.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215648/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=1377.68
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 709 0 0 0 137767 1 0 0 25 0 1 0 1981466730 101580800 654 996147200 134512640 135477443 4294956224 18446744073709551615 134947026 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 654 527 235 0 23501 0
Current children cumulated CPU time (s) 1377.68
Current children cumulated vsize (KiB) 99200

[startup+1397.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215648/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=1377.88
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 709 0 0 0 137787 1 0 0 25 0 1 0 1981466730 101580800 654 996147200 134512640 135477443 4294956224 18446744073709551615 135268208 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 654 527 235 0 23501 0
Current children cumulated CPU time (s) 1377.88
Current children cumulated vsize (KiB) 99200

[startup+1397.4 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 23521
/proc/meminfo: memFree=1215648/2055920 swapFree=4179560/4192956
[pid=23514] ppid=23512 vsize=99200 CPUtime=1377.98
/proc/23514/stat : 23514 (casperzao) R 23512 23514 22880 0 -1 4194304 709 0 0 0 137797 1 0 0 25 0 1 0 1981466730 101580800 654 996147200 134512640 135477443 4294956224 18446744073709551615 134931901 0 0 4096 0 0 0 0 17 1 0 0
/proc/23514/statm: 24800 654 527 235 0 23501 0
Current children cumulated CPU time (s) 1377.98
Current children cumulated vsize (KiB) 99200

Child status: 0
Real time (s): 1397.49
CPU time (s): 1378.08
CPU user time (s): 1378.06
CPU system time (s): 0.013997
CPU usage (%): 98.6109
Max. virtual memory (cumulated for all children) (KiB): 99200

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

runsolver used 1.3208 second user time and 3.77842 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-02 20:55:17
IDJOB=1043137
IDBENCH=53663
IDSOLVER=361
FILE ID=node8/1043137-1215024917
PBS_JOBID= 7874454
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6ec88cfd03d5bfd4de7ab4cbf183aec2
RANDOM SEED=1554386461

node8.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.222
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.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1217344 kB
Buffers:         68888 kB
Cached:         603200 kB
SwapCached:       6756 kB
Active:         281992 kB
Inactive:       472736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1217344 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            2912 kB
Writeback:           0 kB
Mapped:          99088 kB
Slab:            68412 kB
Committed_AS:  3856832 kB
PageTables:       2088 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node8 at 2008-07-02 21:18:34