Trace number 1043620

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 zitoSAT 1650.78 1662.74

DiagnosticValue
CHECKS231360000

General information on the benchmark

Namecsp/rand-2-26/
normalized-rand-26-26-325-155-55021_ext.xml
MD5SUMf4e126ae5be2a8ab1c1007fe48c91efc
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark33.3139
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints325
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension325
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.20	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.18/0.20	c Parsing = 1
0.18/0.20	c Building = 1
0.18/0.20	c [ NumberOfVariables = 26 ]
0.18/0.20	c [ NumberOfConstraints = 325 ]
0.18/0.20	c [ SizeOfSearchSpace(log2) = 122.211 ]
0.18/0.20	c SymmetrySearch = 1
0.18/0.20	c InitialPropagation = 1
0.18/0.22	c [ SizeOfSearchSpace(log2) = 122.211 ]
0.18/0.22	c InitialSAC = 1
0.18/0.22	c [ SizeOfSearchSpace(log2) = 122.211 ]
0.18/0.22	c Search(SampleFF) : 
73.16/73.21	c [ Sampling domwdeg ]
73.16/73.21	c [ Sampling impacts ]
73.16/73.21	c [ SamplingScores: ]
73.16/73.21	c [ domwdeg+min = 0.000132366 | domwdeg+rnd = 8.19629e-05 ]
73.16/73.21	c [ impacts+min = 4.05092e-05 | impacts+rnd = 3.36041e-05 ]
73.16/73.21	c [ la+min = 0 | la+rnd = 0 ]
73.16/73.21	c [ domwdeg = 0.000107164 | impacts = 3.70567e-05 | la = 0 ]
73.16/73.21	c [ min = 5.76251e-05 | rand = 3.70567e-05 ]
73.16/73.21	c [ restarting at (3.96356,0.000348192) ]
83.76/83.85	c [ restarting at (9.9089,0.000514444) ]
110.35/110.42	c [ restarting at (24.7722,0.00314459) ]
170.74/170.85	c [ restarting at (61.9306,0.00648646) ]
714.16/722.32	c [ restarting at (154.827,0.117387) ]
1100.06/1109.88	c [ restarting at (387.066,0.0889281) ]
1650.74/1662.73	c Search(SampleFF) = 1
1650.74/1662.73	s SATISFIABLE
1650.74/1662.73	v 23 7 13 19 2 4 25 0 3 11 14 14 10 17 20 24 5 0 2 12 9 21 1 19 17 7
1650.74/1662.73	d CHECKS 231360444
1650.74/1662.73	c [ TotalFails = 2884643 ]
1650.74/1662.73	c [ NumberOfRestarts = 74 ]
1650.74/1662.73	c [ TotalTime = 1.32226e+06 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-1043620-1215022750/watcher-1043620-1215022750 -o /tmp/evaluation-result-1043620-1215022750/solver-1043620-1215022750 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1043620-1215022750.xml 1601563700 

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.91 4/80 10449
/proc/meminfo: memFree=1805148/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=1052 CPUtime=0
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1981247940 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 8921892 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/10449/statm: 263 26 20 234 0 3 0

[startup+0.140158 s]
/proc/loadavg: 2.00 2.00 1.91 4/80 10449
/proc/meminfo: memFree=1805148/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=113348 CPUtime=0.12
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3371 0 0 0 11 1 0 0 18 0 1 0 1981247940 116068352 3327 996147200 134512640 135472138 4294956224 18446744073709551615 134535929 0 0 4096 0 0 0 0 17 1 0 0
/proc/10449/statm: 28337 3327 439 234 0 27039 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 113348

[startup+0.201716 s]
/proc/loadavg: 2.00 2.00 1.91 4/80 10449
/proc/meminfo: memFree=1805148/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=112328 CPUtime=0.18
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3570 0 0 0 17 1 0 0 18 0 1 0 1981247940 115023872 3421 996147200 134512640 135472138 4294956224 18446744073709551615 9351320 0 0 4096 0 0 0 0 17 1 0 0
/proc/10449/statm: 28082 3421 448 234 0 26784 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 112328

[startup+0.302717 s]
/proc/loadavg: 2.00 2.00 1.91 4/80 10449
/proc/meminfo: memFree=1805148/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=0.28
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3906 0 0 0 27 1 0 0 19 0 1 0 1981247940 106528768 1781 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/10449/statm: 26008 1781 474 234 0 24710 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 104032

[startup+0.701757 s]
/proc/loadavg: 2.00 2.00 1.91 4/80 10449
/proc/meminfo: memFree=1805148/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=0.68
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3908 0 0 0 67 1 0 0 23 0 1 0 1981247940 106528768 1783 996147200 134512640 135472138 4294956224 18446744073709551615 134595492 0 0 4096 0 0 0 0 17 1 0 0
/proc/10449/statm: 26008 1783 475 234 0 24710 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 104032

[startup+1.50184 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 10450
/proc/meminfo: memFree=1799828/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=1.48
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3909 0 0 0 147 1 0 0 25 0 1 0 1981247940 106528768 1784 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/10449/statm: 26008 1784 475 234 0 24710 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 104032

[startup+3.102 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 10450
/proc/meminfo: memFree=1799828/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=3.08
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3910 0 0 0 307 1 0 0 25 0 1 0 1981247940 106528768 1785 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/10449/statm: 26008 1785 475 234 0 24710 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 104032

[startup+6.30132 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 10450
/proc/meminfo: memFree=1799636/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=6.28
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3910 0 0 0 627 1 0 0 25 0 1 0 1981247940 106528768 1785 996147200 134512640 135472138 4294956224 18446744073709551615 134595479 0 0 4096 0 0 0 0 17 1 0 0
/proc/10449/statm: 26008 1785 475 234 0 24710 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 104032

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 10450
/proc/meminfo: memFree=1799636/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=12.68
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3911 0 0 0 1267 1 0 0 25 0 1 0 1981247940 106528768 1786 996147200 134512640 135472138 4294956224 18446744073709551615 134593605 0 0 4096 0 0 0 0 17 1 0 0
/proc/10449/statm: 26008 1786 475 234 0 24710 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 104032

[startup+25.5022 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 10450
/proc/meminfo: memFree=1799636/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=25.47
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3911 0 0 0 2546 1 0 0 25 0 1 0 1981247940 106528768 1786 996147200 134512640 135472138 4294956224 18446744073709551615 135202788 0 0 4096 0 0 0 0 17 1 0 0
/proc/10449/statm: 26008 1786 475 234 0 24710 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 104032

[startup+51.1028 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 10450
/proc/meminfo: memFree=1799636/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=51.07
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3921 0 0 0 5106 1 0 0 25 0 1 0 1981247940 106528768 1796 996147200 134512640 135472138 4294956224 18446744073709551615 134595566 0 0 4096 0 0 0 0 17 1 0 0
/proc/10449/statm: 26008 1796 477 234 0 24710 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 104032

[startup+102.303 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 10450
/proc/meminfo: memFree=1799572/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=102.26
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3923 0 0 0 10225 1 0 0 25 0 1 0 1981247940 106528768 1798 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/10449/statm: 26008 1798 478 234 0 24710 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 104032

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 10450
/proc/meminfo: memFree=1799508/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=162.25
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3923 0 0 0 16223 2 0 0 25 0 1 0 1981247940 106528768 1798 996147200 134512640 135472138 4294956224 18446744073709551615 134848518 0 0 4096 0 0 0 0 17 1 0 0
/proc/10449/statm: 26008 1798 478 234 0 24710 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 104032

[startup+222.307 s]
/proc/loadavg: 2.04 2.01 1.91 3/94 10506
/proc/meminfo: memFree=1716452/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=221.56
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3924 0 0 0 22153 3 0 0 25 0 1 0 1981247940 106528768 1799 996147200 134512640 135472138 4294956224 18446744073709551615 134595800 0 0 4096 0 0 0 0 17 1 0 0
/proc/10449/statm: 26008 1799 478 234 0 24710 0
Current children cumulated CPU time (s) 221.56
Current children cumulated vsize (KiB) 104032

[startup+282.303 s]
/proc/loadavg: 2.12 2.04 1.93 3/94 10506
/proc/meminfo: memFree=1716324/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=280.67
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3925 0 0 0 28064 3 0 0 25 0 1 0 1981247940 106528768 1800 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/10449/statm: 26008 1800 478 234 0 24710 0
Current children cumulated CPU time (s) 280.67
Current children cumulated vsize (KiB) 104032

[startup+342.303 s]
/proc/loadavg: 2.19 2.06 1.94 3/94 10506
/proc/meminfo: memFree=1716196/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=339.78
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 33975 3 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 135263601 0 0 4096 0 0 0 0 17 1 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 339.78
Current children cumulated vsize (KiB) 104032

[startup+402.303 s]
/proc/loadavg: 2.25 2.09 1.95 3/94 10506
/proc/meminfo: memFree=1716196/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=398.89
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 39886 3 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 135266867 0 0 4096 0 0 0 0 17 1 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 398.89
Current children cumulated vsize (KiB) 104032

[startup+462.303 s]
/proc/loadavg: 2.09 2.07 1.95 3/94 10506
/proc/meminfo: memFree=1716196/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=458.01
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 45797 4 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 134595534 0 0 4096 0 0 0 0 17 1 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 458.01
Current children cumulated vsize (KiB) 104032

[startup+522.302 s]
/proc/loadavg: 2.03 2.06 1.95 3/94 10506
/proc/meminfo: memFree=1716196/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=517.12
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 51708 4 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 1 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 517.12
Current children cumulated vsize (KiB) 104032

[startup+582.302 s]
/proc/loadavg: 2.01 2.05 1.95 3/94 10506
/proc/meminfo: memFree=1716132/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=576.23
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 57619 4 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 135264688 0 0 4096 0 0 0 0 17 1 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 576.23
Current children cumulated vsize (KiB) 104032

[startup+642.302 s]
/proc/loadavg: 2.00 2.03 1.95 3/94 10506
/proc/meminfo: memFree=1716132/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=635.34
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 63530 4 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 635.34
Current children cumulated vsize (KiB) 104032


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

/proc/meminfo: memFree=1781284/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=754
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 75396 4 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 754
Current children cumulated vsize (KiB) 104032

[startup+822.301 s]
/proc/loadavg: 2.00 2.01 1.95 3/85 10509
/proc/meminfo: memFree=1781284/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=813.75
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 81371 4 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 134595378 0 0 4096 0 0 0 0 17 0 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 813.75
Current children cumulated vsize (KiB) 104032

[startup+882.305 s]
/proc/loadavg: 1.95 1.99 1.95 3/73 10819
/proc/meminfo: memFree=1727812/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=873.48
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 87339 9 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 873.48
Current children cumulated vsize (KiB) 104032

[startup+942.301 s]
/proc/loadavg: 1.98 1.99 1.95 3/73 10819
/proc/meminfo: memFree=1727812/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=933.24
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 93315 9 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 933.24
Current children cumulated vsize (KiB) 104032

[startup+1002.3 s]
/proc/loadavg: 1.99 1.99 1.95 3/73 10819
/proc/meminfo: memFree=1727812/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=992.99
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 99290 9 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 134595722 0 0 4096 0 0 0 0 17 0 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 992.99
Current children cumulated vsize (KiB) 104032

[startup+1062.3 s]
/proc/loadavg: 1.99 1.99 1.95 3/73 10819
/proc/meminfo: memFree=1727748/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=1052.75
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 105266 9 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 134595495 0 0 4096 0 0 0 0 17 0 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 1052.75
Current children cumulated vsize (KiB) 104032

[startup+1122.3 s]
/proc/loadavg: 1.99 1.99 1.95 3/73 10821
/proc/meminfo: memFree=1727684/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=1112.5
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 111241 9 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 1112.5
Current children cumulated vsize (KiB) 104032

[startup+1182.3 s]
/proc/loadavg: 1.99 1.99 1.95 3/73 10821
/proc/meminfo: memFree=1727684/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=1172.27
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 117217 10 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 0 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 1172.27
Current children cumulated vsize (KiB) 104032

[startup+1242.3 s]
/proc/loadavg: 1.99 1.99 1.95 3/73 10821
/proc/meminfo: memFree=1727620/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=1232.03
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 123193 10 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 1232.03
Current children cumulated vsize (KiB) 104032

[startup+1302.3 s]
/proc/loadavg: 1.99 1.99 1.95 3/73 10821
/proc/meminfo: memFree=1727620/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=1291.79
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 129169 10 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 1291.79
Current children cumulated vsize (KiB) 104032

[startup+1362.3 s]
/proc/loadavg: 1.99 1.99 1.95 3/73 10821
/proc/meminfo: memFree=1727620/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=1351.54
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 135144 10 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 134578975 0 0 4096 0 0 0 0 17 0 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 1351.54
Current children cumulated vsize (KiB) 104032

[startup+1422.3 s]
/proc/loadavg: 1.99 1.99 1.95 3/73 10821
/proc/meminfo: memFree=1727620/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=1411.3
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 141120 10 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 1411.3
Current children cumulated vsize (KiB) 104032

[startup+1482.3 s]
/proc/loadavg: 1.99 1.99 1.95 3/73 10821
/proc/meminfo: memFree=1727620/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=1471.06
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 147096 10 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 134595510 0 0 4096 0 0 0 0 17 0 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 1471.06
Current children cumulated vsize (KiB) 104032

[startup+1542.31 s]
/proc/loadavg: 2.11 2.02 1.96 3/73 10821
/proc/meminfo: memFree=1727428/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=1530.82
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 153072 10 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 1530.82
Current children cumulated vsize (KiB) 104032

[startup+1602.3 s]
/proc/loadavg: 2.11 2.03 1.96 3/73 10821
/proc/meminfo: memFree=1727428/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=1590.57
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 159047 10 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 1590.57
Current children cumulated vsize (KiB) 104032

[startup+1662.3 s]
/proc/loadavg: 2.11 2.04 1.97 3/73 10821
/proc/meminfo: memFree=1727428/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=1650.34
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 165023 11 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 135202760 0 0 4096 0 0 0 0 17 0 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 1650.34
Current children cumulated vsize (KiB) 104032

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

[startup+1662.4 s]
/proc/loadavg: 2.11 2.04 1.97 3/73 10821
/proc/meminfo: memFree=1727428/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=1650.44
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 165033 11 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 135264224 0 0 4096 0 0 0 0 17 0 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 1650.44
Current children cumulated vsize (KiB) 104032

[startup+1662.6 s]
/proc/loadavg: 2.11 2.04 1.97 3/73 10821
/proc/meminfo: memFree=1727428/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=1650.64
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 165053 11 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 134581720 0 0 4096 0 0 0 0 17 0 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 1650.64
Current children cumulated vsize (KiB) 104032

[startup+1662.7 s]
/proc/loadavg: 2.11 2.04 1.97 3/73 10821
/proc/meminfo: memFree=1727428/2055920 swapFree=4179028/4192956
[pid=10449] ppid=10447 vsize=104032 CPUtime=1650.74
/proc/10449/stat : 10449 (casperzito) R 10447 10449 10099 0 -1 4194304 3926 0 0 0 165063 11 0 0 25 0 1 0 1981247940 106528768 1801 996147200 134512640 135472138 4294956224 18446744073709551615 134577873 0 0 4096 0 0 0 0 17 0 0 0
/proc/10449/statm: 26008 1801 478 234 0 24710 0
Current children cumulated CPU time (s) 1650.74
Current children cumulated vsize (KiB) 104032

Child status: 0
Real time (s): 1662.74
CPU time (s): 1650.78
CPU user time (s): 1650.67
CPU system time (s): 0.111982
CPU usage (%): 99.281
Max. virtual memory (cumulated for all children) (KiB): 113348

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

runsolver used 1.73773 second user time and 4.54031 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-02 20:19:10
IDJOB=1043620
IDBENCH=53517
IDSOLVER=362
FILE ID=node36/1043620-1215022750
PBS_JOBID= 7874398
Free space on /tmp= 66548 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/rand-2-26/normalized-rand-26-26-325-155-55021_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043620-1215022750/watcher-1043620-1215022750 -o /tmp/evaluation-result-1043620-1215022750/solver-1043620-1215022750 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1043620-1215022750.xml 1601563700 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f4e126ae5be2a8ab1c1007fe48c91efc
RANDOM SEED=1601563700

node36.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.240
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.240
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:       1805628 kB
Buffers:         16696 kB
Cached:         127312 kB
SwapCached:       8244 kB
Active:         152404 kB
Inactive:        41996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805628 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            3184 kB
Writeback:           0 kB
Mapped:          66328 kB
Slab:            41128 kB
Committed_AS:  3944152 kB
PageTables:       1812 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 node36 at 2008-07-02 20:46:53