Trace number 1080056

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 1352.75 1365.01

DiagnosticValue
CHECKS13292100

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-7_ext.xml
MD5SUM07d3ae142484721fc64ab76ec299d0ab
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.82972
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.09	c Parsing = 1
0.00/0.16	c Building = 1
0.00/0.19	c [ NumberOfVariables = 20 ]
0.00/0.19	c [ NumberOfConstraints = 57 ]
0.00/0.19	c [ SizeOfSearchSpace(log2) = 86.4386 ]
0.00/0.19	c SymmetrySearch = 1
0.69/0.76	c InitialPropagation = 1
0.69/0.77	c [ SizeOfSearchSpace(log2) = 86.4386 ]
0.69/0.77	c InitialSAC = 1
0.79/0.87	c [ SizeOfSearchSpace(log2) = 86.4386 ]
0.79/0.87	c Search(SampleFF) : 
75.67/76.45	c [ Sampling domwdeg ]
75.67/76.45	c [ Sampling impacts ]
75.67/76.45	c [ SamplingScores: ]
75.67/76.45	c [ domwdeg+min = 0.000382496 | domwdeg+rnd = 0.000703266 ]
75.67/76.45	c [ impacts+min = 0.00030384 | impacts+rnd = 0.000127762 ]
75.67/76.45	c [ la+min = 0 | la+rnd = 0 ]
75.67/76.45	c [ domwdeg = 0.000542881 | impacts = 0.000215801 | la = 0 ]
75.67/76.45	c [ min = 0.000228779 | rand = 0.000215801 ]
75.67/76.45	c [ restarting at (3.96356,0.000625688) ]
86.17/87.08	c [ restarting at (9.9089,0.00801281) ]
112.51/113.66	c [ restarting at (24.7722,0.00201877) ]
178.29/180.05	c [ restarting at (61.9306,0.0280069) ]
342.62/346.00	c [ restarting at (154.827,0.142638) ]
753.60/760.87	c [ restarting at (387.066,0.307794) ]
775.88/783.31	c [ restarting at (967.666,0.00539536) ]
1352.73/1365.00	c Search(SampleFF) = 1
1352.73/1365.00	s SATISFIABLE
1352.73/1365.00	v 19 12 4 19 15 18 14 5 0 12 15 4 19 0 8 0 18 3 4 4
1352.73/1365.00	d CHECKS 13292104
1352.73/1365.00	c [ TotalFails = 105298 ]
1352.73/1365.00	c [ NumberOfRestarts = 75 ]
1352.73/1365.00	c [ TotalTime = 1273.62 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-1080056-1215211720/watcher-1080056-1215211720 -o /tmp/evaluation-result-1080056-1215211720/solver-1080056-1215211720 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1080056-1215211720.xml 1955682919 

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.93 2.00 1.99 4/74 12046
/proc/meminfo: memFree=1604408/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=110164 CPUtime=0.19
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 2770 0 0 0 18 1 0 0 19 0 1 0 2000143361 112807936 2730 996147200 134512640 135472138 4294956224 18446744073709551615 134629310 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27541 2730 432 234 0 26243 0

[startup+0.297148 s]
/proc/loadavg: 1.93 2.00 1.99 4/74 12046
/proc/meminfo: memFree=1604408/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=118348 CPUtime=0.28
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 4803 0 0 0 26 2 0 0 19 0 1 0 2000143361 121188352 4763 996147200 134512640 135472138 4294956224 18446744073709551615 10819195 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 29587 4763 432 234 0 28289 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 118348

[startup+0.30213 s]
/proc/loadavg: 1.93 2.00 1.99 4/74 12046
/proc/meminfo: memFree=1604408/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=118744 CPUtime=0.28
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 4912 0 0 0 26 2 0 0 19 0 1 0 2000143361 121593856 4872 996147200 134512640 135472138 4294956224 18446744073709551615 134629248 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 29686 4872 432 234 0 28388 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 118744

[startup+0.402164 s]
/proc/loadavg: 1.93 2.00 1.99 4/74 12046
/proc/meminfo: memFree=1604408/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=127852 CPUtime=0.38
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 7190 0 0 0 35 3 0 0 20 0 1 0 2000143361 130920448 7150 996147200 134512640 135472138 4294956224 18446744073709551615 10819195 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 31963 7150 432 234 0 30665 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 127852

[startup+0.701213 s]
/proc/loadavg: 1.93 2.00 1.99 4/74 12046
/proc/meminfo: memFree=1604408/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=148688 CPUtime=0.69
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 10816 0 0 0 64 5 0 0 23 0 1 0 2000143361 152256512 10708 996147200 134512640 135472138 4294956224 18446744073709551615 134628617 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 37172 10708 448 234 0 35874 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 148688

[startup+1.50135 s]
/proc/loadavg: 1.93 2.00 1.99 3/75 12047
/proc/meminfo: memFree=1594736/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=1.48
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11165 0 0 0 142 6 0 0 25 0 1 0 2000143361 111677440 2822 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 2822 476 234 0 25967 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 109060

[startup+3.10163 s]
/proc/loadavg: 1.93 2.00 1.99 3/75 12047
/proc/meminfo: memFree=1594480/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=3.06
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11191 0 0 0 300 6 0 0 25 0 1 0 2000143361 111677440 2848 996147200 134512640 135472138 4294956224 18446744073709551615 134584976 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 2848 476 234 0 25967 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 109060

[startup+6.30119 s]
/proc/loadavg: 1.94 2.00 1.99 3/75 12047
/proc/meminfo: memFree=1594416/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=6.24
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11206 0 0 0 618 6 0 0 25 0 1 0 2000143361 111677440 2863 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 2863 476 234 0 25967 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 109060

[startup+12.7013 s]
/proc/loadavg: 1.94 2.00 1.99 3/75 12047
/proc/meminfo: memFree=1593528/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=12.57
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11266 0 0 0 1251 6 0 0 25 0 1 0 2000143361 111677440 2923 996147200 134512640 135472138 4294956224 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 2923 476 234 0 25967 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 109060

[startup+25.5066 s]
/proc/loadavg: 1.95 2.00 1.99 3/75 12047
/proc/meminfo: memFree=1592632/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=25.25
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11279 0 0 0 2519 6 0 0 25 0 1 0 2000143361 111677440 2936 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 2936 476 234 0 25967 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 109060

[startup+51.102 s]
/proc/loadavg: 1.97 2.00 1.99 3/75 12047
/proc/meminfo: memFree=1590584/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=50.6
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11285 0 0 0 5054 6 0 0 25 0 1 0 2000143361 111677440 2942 996147200 134512640 135472138 4294956224 18446744073709551615 134585241 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 2942 478 234 0 25967 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 109060

[startup+102.302 s]
/proc/loadavg: 1.98 2.00 1.99 3/75 12047
/proc/meminfo: memFree=1587512/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=101.32
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11336 0 0 0 10126 6 0 0 25 0 1 0 2000143361 111677440 2993 996147200 134512640 135472138 4294956224 18446744073709551615 134604893 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 2993 479 234 0 25967 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 109060

[startup+162.303 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 12047
/proc/meminfo: memFree=1586168/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=160.75
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11567 0 0 0 16069 6 0 0 25 0 1 0 2000143361 111677440 3224 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3224 479 234 0 25967 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 109060

[startup+222.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 12047
/proc/meminfo: memFree=1585784/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=220.19
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11567 0 0 0 22013 6 0 0 25 0 1 0 2000143361 111677440 3224 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3224 479 234 0 25967 0
Current children cumulated CPU time (s) 220.19
Current children cumulated vsize (KiB) 109060

[startup+282.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 12047
/proc/meminfo: memFree=1585528/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=279.62
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11605 0 0 0 27956 6 0 0 25 0 1 0 2000143361 111677440 3262 996147200 134512640 135472138 4294956224 18446744073709551615 134585086 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3262 479 234 0 25967 0
Current children cumulated CPU time (s) 279.62
Current children cumulated vsize (KiB) 109060

[startup+342.307 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 12047
/proc/meminfo: memFree=1585272/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=339.06
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11605 0 0 0 33900 6 0 0 25 0 1 0 2000143361 111677440 3262 996147200 134512640 135472138 4294956224 18446744073709551615 134585005 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3262 479 234 0 25967 0
Current children cumulated CPU time (s) 339.06
Current children cumulated vsize (KiB) 109060

[startup+402.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 12047
/proc/meminfo: memFree=1585208/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=398.49
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11605 0 0 0 39843 6 0 0 25 0 1 0 2000143361 111677440 3262 996147200 134512640 135472138 4294956224 18446744073709551615 134604854 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3262 479 234 0 25967 0
Current children cumulated CPU time (s) 398.49
Current children cumulated vsize (KiB) 109060

[startup+462.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 12047
/proc/meminfo: memFree=1584440/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=457.92
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11668 0 0 0 45786 6 0 0 25 0 1 0 2000143361 111677440 3325 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3325 479 234 0 25967 0
Current children cumulated CPU time (s) 457.92
Current children cumulated vsize (KiB) 109060

[startup+522.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 12047
/proc/meminfo: memFree=1583736/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=517.36
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11676 0 0 0 51729 7 0 0 25 0 1 0 2000143361 111677440 3333 996147200 134512640 135472138 4294956224 18446744073709551615 134585145 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3333 479 234 0 25967 0
Current children cumulated CPU time (s) 517.36
Current children cumulated vsize (KiB) 109060

[startup+582.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 12047
/proc/meminfo: memFree=1582584/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=576.8
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11676 0 0 0 57673 7 0 0 25 0 1 0 2000143361 111677440 3333 996147200 134512640 135472138 4294956224 18446744073709551615 134616939 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3333 479 234 0 25967 0
Current children cumulated CPU time (s) 576.8
Current children cumulated vsize (KiB) 109060

[startup+642.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 12047
/proc/meminfo: memFree=1580920/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=636.23
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11806 0 0 0 63616 7 0 0 25 0 1 0 2000143361 111677440 3463 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3463 479 234 0 25967 0
Current children cumulated CPU time (s) 636.23
Current children cumulated vsize (KiB) 109060

[startup+702.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 12047
/proc/meminfo: memFree=1580664/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=695.67
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11806 0 0 0 69560 7 0 0 25 0 1 0 2000143361 111677440 3463 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3463 479 234 0 25967 0
Current children cumulated CPU time (s) 695.67
Current children cumulated vsize (KiB) 109060

[startup+762.303 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 12053
/proc/meminfo: memFree=1580216/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=755.08
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11806 0 0 0 75501 7 0 0 25 0 1 0 2000143361 111677440 3463 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3463 479 234 0 25967 0
Current children cumulated CPU time (s) 755.08
Current children cumulated vsize (KiB) 109060

[startup+822.301 s]
/proc/loadavg: 1.95 1.98 1.99 3/81 12129
/proc/meminfo: memFree=1560264/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=814.66
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11806 0 0 0 81458 8 0 0 25 0 1 0 2000143361 111677440 3463 996147200 134512640 135472138 4294956224 18446744073709551615 134616457 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3463 479 234 0 25967 0
Current children cumulated CPU time (s) 814.66
Current children cumulated vsize (KiB) 109060

[startup+882.302 s]
/proc/loadavg: 1.98 1.98 1.99 3/81 12129
/proc/meminfo: memFree=1559944/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=874.15
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11806 0 0 0 87407 8 0 0 25 0 1 0 2000143361 111677440 3463 996147200 134512640 135472138 4294956224 18446744073709551615 134604930 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3463 479 234 0 25967 0
Current children cumulated CPU time (s) 874.15
Current children cumulated vsize (KiB) 109060

[startup+942.301 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 12168
/proc/meminfo: memFree=1557256/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=933.64
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11806 0 0 0 93355 9 0 0 25 0 1 0 2000143361 111677440 3463 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3463 479 234 0 25967 0
Current children cumulated CPU time (s) 933.64
Current children cumulated vsize (KiB) 109060

[startup+1002.31 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 12168
/proc/meminfo: memFree=1557192/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=993.13
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11806 0 0 0 99304 9 0 0 25 0 1 0 2000143361 111677440 3463 996147200 134512640 135472138 4294956224 18446744073709551615 134605088 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3463 479 234 0 25967 0
Current children cumulated CPU time (s) 993.13
Current children cumulated vsize (KiB) 109060

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 12168
/proc/meminfo: memFree=1557064/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=1052.61
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11806 0 0 0 105252 9 0 0 25 0 1 0 2000143361 111677440 3463 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3463 479 234 0 25967 0
Current children cumulated CPU time (s) 1052.61
Current children cumulated vsize (KiB) 109060

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 12168
/proc/meminfo: memFree=1557000/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=1112.1
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11806 0 0 0 111201 9 0 0 25 0 1 0 2000143361 111677440 3463 996147200 134512640 135472138 4294956224 18446744073709551615 134604899 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3463 479 234 0 25967 0
Current children cumulated CPU time (s) 1112.1
Current children cumulated vsize (KiB) 109060

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 12168
/proc/meminfo: memFree=1557000/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=1171.59
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11806 0 0 0 117150 9 0 0 25 0 1 0 2000143361 111677440 3463 996147200 134512640 135472138 4294956224 18446744073709551615 134604871 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3463 479 234 0 25967 0
Current children cumulated CPU time (s) 1171.59
Current children cumulated vsize (KiB) 109060

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 12168
/proc/meminfo: memFree=1556936/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=1231.08
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11806 0 0 0 123099 9 0 0 25 0 1 0 2000143361 111677440 3463 996147200 134512640 135472138 4294956224 18446744073709551615 134584991 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3463 479 234 0 25967 0
Current children cumulated CPU time (s) 1231.08
Current children cumulated vsize (KiB) 109060

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 12168
/proc/meminfo: memFree=1556936/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=1290.56
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11806 0 0 0 129047 9 0 0 25 0 1 0 2000143361 111677440 3463 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3463 479 234 0 25967 0
Current children cumulated CPU time (s) 1290.56
Current children cumulated vsize (KiB) 109060

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 12168
/proc/meminfo: memFree=1556872/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=1350.06
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11806 0 0 0 134997 9 0 0 25 0 1 0 2000143361 111677440 3463 996147200 134512640 135472138 4294956224 18446744073709551615 134605017 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3463 479 234 0 25967 0
Current children cumulated CPU time (s) 1350.06
Current children cumulated vsize (KiB) 109060

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

[startup+1363.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 12168
/proc/meminfo: memFree=1556872/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=1351.05
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11806 0 0 0 135096 9 0 0 25 0 1 0 2000143361 111677440 3463 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3463 479 234 0 25967 0
Current children cumulated CPU time (s) 1351.05
Current children cumulated vsize (KiB) 109060

[startup+1364.1 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 12168
/proc/meminfo: memFree=1556872/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=1351.84
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11806 0 0 0 135175 9 0 0 25 0 1 0 2000143361 111677440 3463 996147200 134512640 135472138 4294956224 18446744073709551615 135262880 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3463 479 234 0 25967 0
Current children cumulated CPU time (s) 1351.84
Current children cumulated vsize (KiB) 109060

[startup+1364.5 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 12168
/proc/meminfo: memFree=1556872/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=1352.24
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11806 0 0 0 135215 9 0 0 25 0 1 0 2000143361 111677440 3463 996147200 134512640 135472138 4294956224 18446744073709551615 134604930 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3463 479 234 0 25967 0
Current children cumulated CPU time (s) 1352.24
Current children cumulated vsize (KiB) 109060

[startup+1364.9 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 12168
/proc/meminfo: memFree=1556872/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=1352.63
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11806 0 0 0 135254 9 0 0 25 0 1 0 2000143361 111677440 3463 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3463 479 234 0 25967 0
Current children cumulated CPU time (s) 1352.63
Current children cumulated vsize (KiB) 109060

[startup+1365 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 12168
/proc/meminfo: memFree=1556872/2055920 swapFree=4180700/4192956
[pid=12046] ppid=12044 vsize=109060 CPUtime=1352.73
/proc/12046/stat : 12046 (casperzito) R 12044 12046 10235 0 -1 4194304 11806 0 0 0 135264 9 0 0 25 0 1 0 2000143361 111677440 3463 996147200 134512640 135472138 4294956224 18446744073709551615 134604933 0 0 4096 0 0 0 0 17 1 0 0
/proc/12046/statm: 27265 3463 479 234 0 25967 0
Current children cumulated CPU time (s) 1352.73
Current children cumulated vsize (KiB) 109060

Child status: 0
Real time (s): 1365.01
CPU time (s): 1352.75
CPU user time (s): 1352.66
CPU system time (s): 0.093985
CPU usage (%): 99.1016
Max. virtual memory (cumulated for all children) (KiB): 148688

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

runsolver used 1.53777 second user time and 4.14537 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-05 00:48:40
IDJOB=1080056
IDBENCH=56931
IDSOLVER=362
FILE ID=node61/1080056-1215211720
PBS_JOBID= 7881691
Free space on /tmp= 66488 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-7_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080056-1215211720/watcher-1080056-1215211720 -o /tmp/evaluation-result-1080056-1215211720/solver-1080056-1215211720 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1080056-1215211720.xml 1955682919 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 07d3ae142484721fc64ab76ec299d0ab
RANDOM SEED=1955682919

node61.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.269
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.269
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:       1604888 kB
Buffers:         58316 kB
Cached:         299024 kB
SwapCached:       6188 kB
Active:         201088 kB
Inactive:       192408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1604888 kB
SwapTotal:     4192956 kB
SwapFree:      4180700 kB
Dirty:            4168 kB
Writeback:           0 kB
Mapped:          43300 kB
Slab:            42964 kB
Committed_AS:  3959328 kB
PageTables:       1820 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node61 at 2008-07-05 01:11:25