Trace number 1043928

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 1810.71

General information on the benchmark

Namecsp/rcpspTighter/
normalized-rcpsptight25-32.xml
MD5SUM3d471ec1e400b95d83ff241e40f0984c
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.60345
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints48
Maximum constraint arity25
Maximum domain size29
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) = 118.182 ]
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) = 95.824 ]
0.18/0.21	c InitialSAC = 1
0.18/0.21	c [ SizeOfSearchSpace(log2) = 95.5033 ]
0.18/0.21	c Search(SampleFF) : 
72.36/73.07	c [ Sampling domwdeg ]
72.36/73.07	c [ Sampling impacts ]
72.36/73.07	c [ SamplingScores: ]
72.36/73.07	c [ domwdeg+min = 0.00170235 | domwdeg+rnd = 3.61066e-05 ]
72.36/73.07	c [ impacts+min = 0.0297921 | impacts+rnd = 0.0029771 ]
72.36/73.07	c [ la+min = 0 | la+rnd = 0 ]
72.36/73.07	c [ domwdeg = 0.00086923 | impacts = 0.0163846 | la = 0 ]
72.36/73.07	c [ min = 0.0104981 | rand = 0.0163846 ]
72.36/73.07	c [ restarting at (3.96356,0.00115252) ]
82.97/83.70	c [ restarting at (9.9089,0.00562949) ]
109.24/110.28	c [ restarting at (24.7722,0.000985934) ]
175.18/176.72	c [ restarting at (61.9306,0.00982863) ]
339.87/342.80	c [ restarting at (154.827,0.0191544) ]
751.45/758.00	c [ restarting at (387.066,0.0915364) ]
1209.45/1219.90	c [ restarting at (967.666,0.0952798) ]

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.96 2.00 2.00 4/80 18032
/proc/meminfo: memFree=1773096/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=1052 CPUtime=0
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1981693757 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 7484196 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 263 26 20 234 0 3 0

[startup+0.105618 s]
/proc/loadavg: 1.96 2.00 2.00 4/80 18032
/proc/meminfo: memFree=1773096/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=0.09
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 686 0 0 0 9 0 0 0 18 0 1 0 1981693757 101662720 646 996147200 134512640 135472138 4294956224 18446744073709551615 134943688 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 646 515 234 0 23522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 99280

[startup+0.202633 s]
/proc/loadavg: 1.96 2.00 2.00 4/80 18032
/proc/meminfo: memFree=1773096/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=0.18
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 687 0 0 0 18 0 0 0 18 0 1 0 1981693757 101662720 647 996147200 134512640 135472138 4294956224 18446744073709551615 135007952 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 647 516 234 0 23522 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 99280

[startup+0.302653 s]
/proc/loadavg: 1.96 2.00 2.00 4/80 18032
/proc/meminfo: memFree=1773096/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=0.28
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 687 0 0 0 28 0 0 0 19 0 1 0 1981693757 101662720 647 996147200 134512640 135472138 4294956224 18446744073709551615 134941195 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 647 516 234 0 23522 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 99280

[startup+0.701728 s]
/proc/loadavg: 1.96 2.00 2.00 4/80 18032
/proc/meminfo: memFree=1773096/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=0.68
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 687 0 0 0 68 0 0 0 23 0 1 0 1981693757 101662720 647 996147200 134512640 135472138 4294956224 18446744073709551615 135009052 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 647 516 234 0 23522 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99280

[startup+1.50188 s]
/proc/loadavg: 1.96 2.00 2.00 3/81 18033
/proc/meminfo: memFree=1772448/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=1.47
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 688 0 0 0 147 0 0 0 25 0 1 0 1981693757 101662720 648 996147200 134512640 135472138 4294956224 18446744073709551615 134943767 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 648 516 234 0 23522 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 99280

[startup+3.10118 s]
/proc/loadavg: 1.96 2.00 2.00 3/81 18033
/proc/meminfo: memFree=1772320/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=3.06
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 688 0 0 0 306 0 0 0 25 0 1 0 1981693757 101662720 648 996147200 134512640 135472138 4294956224 18446744073709551615 134943731 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 648 516 234 0 23522 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 99280

[startup+6.30178 s]
/proc/loadavg: 1.96 2.00 2.00 3/81 18033
/proc/meminfo: memFree=1772320/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=6.23
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 688 0 0 0 623 0 0 0 25 0 1 0 1981693757 101662720 648 996147200 134512640 135472138 4294956224 18446744073709551615 134943566 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 648 516 234 0 23522 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 99280

[startup+12.702 s]
/proc/loadavg: 1.97 2.00 2.00 3/81 18033
/proc/meminfo: memFree=1772264/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=12.58
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 688 0 0 0 1258 0 0 0 25 0 1 0 1981693757 101662720 648 996147200 134512640 135472138 4294956224 18446744073709551615 134943767 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 648 516 234 0 23522 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 99280

[startup+25.5024 s]
/proc/loadavg: 1.97 2.00 2.00 3/81 18033
/proc/meminfo: memFree=1772392/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=25.27
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 688 0 0 0 2527 0 0 0 25 0 1 0 1981693757 101662720 648 996147200 134512640 135472138 4294956224 18446744073709551615 134943846 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 648 516 234 0 23522 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 99280

[startup+51.1022 s]
/proc/loadavg: 1.98 2.00 2.00 3/81 18033
/proc/meminfo: memFree=1772584/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=50.65
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 697 0 0 0 5065 0 0 0 25 0 1 0 1981693757 101662720 657 996147200 134512640 135472138 4294956224 18446744073709551615 8785654 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 657 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: 1.99 2.00 2.00 3/81 18033
/proc/meminfo: memFree=1772520/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=101.42
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 698 0 0 0 10142 0 0 0 25 0 1 0 1981693757 101662720 658 996147200 134512640 135472138 4294956224 18446744073709551615 134943776 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 658 519 234 0 23522 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 99280

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 18033
/proc/meminfo: memFree=1772456/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=160.9
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 698 0 0 0 16090 0 0 0 25 0 1 0 1981693757 101662720 658 996147200 134512640 135472138 4294956224 18446744073709551615 134940986 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 658 519 234 0 23522 0
Current children cumulated CPU time (s) 160.9
Current children cumulated vsize (KiB) 99280

[startup+222.306 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 18033
/proc/meminfo: memFree=1772392/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=220.39
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 702 0 0 0 22039 0 0 0 25 0 1 0 1981693757 101662720 662 996147200 134512640 135472138 4294956224 18446744073709551615 134926006 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 662 519 234 0 23522 0
Current children cumulated CPU time (s) 220.39
Current children cumulated vsize (KiB) 99280

[startup+282.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 18033
/proc/meminfo: memFree=1772392/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=279.89
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 702 0 0 0 27988 1 0 0 25 0 1 0 1981693757 101662720 662 996147200 134512640 135472138 4294956224 18446744073709551615 7925490 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 662 519 234 0 23522 0
Current children cumulated CPU time (s) 279.89
Current children cumulated vsize (KiB) 99280

[startup+342.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 18033
/proc/meminfo: memFree=1772392/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=339.37
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 702 0 0 0 33936 1 0 0 25 0 1 0 1981693757 101662720 662 996147200 134512640 135472138 4294956224 18446744073709551615 134943846 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 662 519 234 0 23522 0
Current children cumulated CPU time (s) 339.37
Current children cumulated vsize (KiB) 99280

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 18034
/proc/meminfo: memFree=1772264/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=398.86
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 702 0 0 0 39885 1 0 0 25 0 1 0 1981693757 101662720 662 996147200 134512640 135472138 4294956224 18446744073709551615 134943731 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 662 519 234 0 23522 0
Current children cumulated CPU time (s) 398.86
Current children cumulated vsize (KiB) 99280

[startup+462.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 18035
/proc/meminfo: memFree=1772264/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=458.35
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 702 0 0 0 45834 1 0 0 25 0 1 0 1981693757 101662720 662 996147200 134512640 135472138 4294956224 18446744073709551615 135263168 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 662 519 234 0 23522 0
Current children cumulated CPU time (s) 458.35
Current children cumulated vsize (KiB) 99280

[startup+522.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 18035
/proc/meminfo: memFree=1772264/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=517.84
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 702 0 0 0 51783 1 0 0 25 0 1 0 1981693757 101662720 662 996147200 134512640 135472138 4294956224 18446744073709551615 134849088 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 662 519 234 0 23522 0
Current children cumulated CPU time (s) 517.84
Current children cumulated vsize (KiB) 99280

[startup+582.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 18035
/proc/meminfo: memFree=1772264/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=577.33
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 702 0 0 0 57732 1 0 0 25 0 1 0 1981693757 101662720 662 996147200 134512640 135472138 4294956224 18446744073709551615 134943758 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 662 519 234 0 23522 0
Current children cumulated CPU time (s) 577.33
Current children cumulated vsize (KiB) 99280

[startup+642.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 18035
/proc/meminfo: memFree=1772200/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=636.82
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 702 0 0 0 63681 1 0 0 25 0 1 0 1981693757 101662720 662 996147200 134512640 135472138 4294956224 18446744073709551615 134892047 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 662 519 234 0 23522 0
Current children cumulated CPU time (s) 636.82
Current children cumulated vsize (KiB) 99280


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

[startup+822.301 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 18035
/proc/meminfo: memFree=1772072/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=815.3
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 702 0 0 0 81528 2 0 0 25 0 1 0 1981693757 101662720 662 996147200 134512640 135472138 4294956224 18446744073709551615 135264853 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 662 519 234 0 23522 0
Current children cumulated CPU time (s) 815.3
Current children cumulated vsize (KiB) 99280

[startup+882.307 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 18035
/proc/meminfo: memFree=1772072/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=874.8
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 702 0 0 0 87478 2 0 0 25 0 1 0 1981693757 101662720 662 996147200 134512640 135472138 4294956224 18446744073709551615 134849066 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 662 519 234 0 23522 0
Current children cumulated CPU time (s) 874.8
Current children cumulated vsize (KiB) 99280

[startup+942.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 18035
/proc/meminfo: memFree=1772072/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=934.29
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 702 0 0 0 93427 2 0 0 25 0 1 0 1981693757 101662720 662 996147200 134512640 135472138 4294956224 18446744073709551615 134578091 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 662 519 234 0 23522 0
Current children cumulated CPU time (s) 934.29
Current children cumulated vsize (KiB) 99280

[startup+1002.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 18035
/proc/meminfo: memFree=1772008/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=993.78
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 702 0 0 0 99376 2 0 0 25 0 1 0 1981693757 101662720 662 996147200 134512640 135472138 4294956224 18446744073709551615 134943755 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 662 519 234 0 23522 0
Current children cumulated CPU time (s) 993.78
Current children cumulated vsize (KiB) 99280

[startup+1062.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 18035
/proc/meminfo: memFree=1772008/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=1053.28
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 702 0 0 0 105326 2 0 0 25 0 1 0 1981693757 101662720 662 996147200 134512640 135472138 4294956224 18446744073709551615 134943601 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 662 519 234 0 23522 0
Current children cumulated CPU time (s) 1053.28
Current children cumulated vsize (KiB) 99280

[startup+1122.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 18035
/proc/meminfo: memFree=1772008/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=1112.77
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 702 0 0 0 111274 3 0 0 25 0 1 0 1981693757 101662720 662 996147200 134512640 135472138 4294956224 18446744073709551615 134943799 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 662 519 234 0 23522 0
Current children cumulated CPU time (s) 1112.77
Current children cumulated vsize (KiB) 99280

[startup+1182.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 18035
/proc/meminfo: memFree=1771944/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=1172.26
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 702 0 0 0 117223 3 0 0 25 0 1 0 1981693757 101662720 662 996147200 134512640 135472138 4294956224 18446744073709551615 134941127 0 0 4096 0 0 0 0 17 1 0 0
/proc/18032/statm: 24820 662 519 234 0 23522 0
Current children cumulated CPU time (s) 1172.26
Current children cumulated vsize (KiB) 99280

[startup+1242.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/93 18090
/proc/meminfo: memFree=1706248/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=1231.92
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 702 0 0 0 123188 4 0 0 25 0 1 0 1981693757 101662720 662 996147200 134512640 135472138 4294956224 18446744073709551615 134941198 0 0 4096 0 0 0 0 17 0 0 0
/proc/18032/statm: 24820 662 519 234 0 23522 0
Current children cumulated CPU time (s) 1231.92
Current children cumulated vsize (KiB) 99280

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/93 18090
/proc/meminfo: memFree=1704008/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=1291.9
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 702 0 0 0 129185 5 0 0 25 0 1 0 1981693757 101662720 662 996147200 134512640 135472138 4294956224 18446744073709551615 134941130 0 0 4096 0 0 0 0 17 0 0 0
/proc/18032/statm: 24820 662 519 234 0 23522 0
Current children cumulated CPU time (s) 1291.9
Current children cumulated vsize (KiB) 99280

[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/93 18090
/proc/meminfo: memFree=1703944/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=1351.87
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 703 0 0 0 135182 5 0 0 25 0 1 0 1981693757 101662720 663 996147200 134512640 135472138 4294956224 18446744073709551615 134941198 0 0 4096 0 0 0 0 17 0 0 0
/proc/18032/statm: 24820 663 519 234 0 23522 0
Current children cumulated CPU time (s) 1351.87
Current children cumulated vsize (KiB) 99280

[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/93 18090
/proc/meminfo: memFree=1703752/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=1411.85
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 703 0 0 0 141180 5 0 0 25 0 1 0 1981693757 101662720 663 996147200 134512640 135472138 4294956224 18446744073709551615 135007958 0 0 4096 0 0 0 0 17 0 0 0
/proc/18032/statm: 24820 663 519 234 0 23522 0
Current children cumulated CPU time (s) 1411.85
Current children cumulated vsize (KiB) 99280

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 18090
/proc/meminfo: memFree=1703624/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=1471.82
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 703 0 0 0 147177 5 0 0 25 0 1 0 1981693757 101662720 663 996147200 134512640 135472138 4294956224 18446744073709551615 7925477 0 0 4096 0 0 0 0 17 0 0 0
/proc/18032/statm: 24820 663 519 234 0 23522 0
Current children cumulated CPU time (s) 1471.82
Current children cumulated vsize (KiB) 99280

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 18090
/proc/meminfo: memFree=1703624/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=1531.79
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 703 0 0 0 153174 5 0 0 25 0 1 0 1981693757 101662720 663 996147200 134512640 135472138 4294956224 18446744073709551615 134941167 0 0 4096 0 0 0 0 17 0 0 0
/proc/18032/statm: 24820 663 519 234 0 23522 0
Current children cumulated CPU time (s) 1531.79
Current children cumulated vsize (KiB) 99280

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 18090
/proc/meminfo: memFree=1703560/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=1591.76
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 703 0 0 0 159171 5 0 0 25 0 1 0 1981693757 101662720 663 996147200 134512640 135472138 4294956224 18446744073709551615 134988947 0 0 4096 0 0 0 0 17 0 0 0
/proc/18032/statm: 24820 663 519 234 0 23522 0
Current children cumulated CPU time (s) 1591.76
Current children cumulated vsize (KiB) 99280

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 18090
/proc/meminfo: memFree=1703560/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=1651.73
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 703 0 0 0 165168 5 0 0 25 0 1 0 1981693757 101662720 663 996147200 134512640 135472138 4294956224 18446744073709551615 134943607 0 0 4096 0 0 0 0 17 0 0 0
/proc/18032/statm: 24820 663 519 234 0 23522 0
Current children cumulated CPU time (s) 1651.73
Current children cumulated vsize (KiB) 99280

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 18096
/proc/meminfo: memFree=1703424/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=1711.7
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 703 0 0 0 171165 5 0 0 25 0 1 0 1981693757 101662720 663 996147200 134512640 135472138 4294956224 18446744073709551615 134941218 0 0 4096 0 0 0 0 17 0 0 0
/proc/18032/statm: 24820 663 519 234 0 23522 0
Current children cumulated CPU time (s) 1711.7
Current children cumulated vsize (KiB) 99280

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 18096
/proc/meminfo: memFree=1703296/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=1771.66
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 703 0 0 0 177161 5 0 0 25 0 1 0 1981693757 101662720 663 996147200 134512640 135472138 4294956224 18446744073709551615 134943651 0 0 4096 0 0 0 0 17 0 0 0
/proc/18032/statm: 24820 663 519 234 0 23522 0
Current children cumulated CPU time (s) 1771.66
Current children cumulated vsize (KiB) 99280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 18096
/proc/meminfo: memFree=1703296/2055920 swapFree=4180456/4192956
[pid=18032] ppid=18030 vsize=99280 CPUtime=1800.06
/proc/18032/stat : 18032 (casperzito) R 18030 18032 15356 0 -1 4194304 703 0 0 0 180001 5 0 0 25 0 1 0 1981693757 101662720 663 996147200 134512640 135472138 4294956224 18446744073709551615 134943731 0 0 4096 0 0 0 0 17 0 0 0
/proc/18032/statm: 24820 663 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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.71
CPU time (s): 1800.07
CPU user time (s): 1800.02
CPU system time (s): 0.053991
CPU usage (%): 99.4125
Max. virtual memory (cumulated for all children) (KiB): 99280

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

runsolver used 2.03969 second user time and 5.09323 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-02 21:33:14
IDJOB=1043928
IDBENCH=53825
IDSOLVER=362
FILE ID=node19/1043928-1215027194
PBS_JOBID= 7874431
Free space on /tmp= 66552 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/rcpspTighter/normalized-rcpsptight25-32.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043928-1215027194/watcher-1043928-1215027194 -o /tmp/evaluation-result-1043928-1215027194/solver-1043928-1215027194 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1043928-1215027194.xml 1860637178 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3d471ec1e400b95d83ff241e40f0984c
RANDOM SEED=1860637178

node19.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	: 5931.00
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:       1773576 kB
Buffers:         28184 kB
Cached:         152192 kB
SwapCached:       6760 kB
Active:         157208 kB
Inactive:        68592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1773576 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            3900 kB
Writeback:           0 kB
Mapped:          61532 kB
Slab:            41784 kB
Committed_AS:  4104188 kB
PageTables:       1932 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= 66528 MiB
End job on node19 at 2008-07-02 22:03:27