Trace number 1101383

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.74 1355.99

DiagnosticValue
CHECKS325111000

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-22_ext.xml
MD5SUMac763b3ae8565455c2a92c96a9db7d59
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 benchmark0.834872
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints341
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension341
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.11	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.11	c Parsing = 1
0.00/0.11	c Building = 1
0.00/0.11	c [ NumberOfVariables = 40 ]
0.00/0.11	c [ NumberOfConstraints = 341 ]
0.00/0.11	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.00/0.11	c SymmetrySearch = 1
0.11/0.14	c InitialPropagation = 1
0.11/0.15	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.11/0.15	c InitialSAC = 1
0.11/0.16	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.11/0.16	c Search(SampleFF) : 
72.53/73.27	c [ Sampling domwdeg ]
72.53/73.27	c [ Sampling impacts ]
72.53/73.27	c [ SamplingScores: ]
72.53/73.27	c [ domwdeg+min = 8.0005e-05 | domwdeg+rnd = 0.000140493 ]
72.53/73.27	c [ impacts+min = 0.000236474 | impacts+rnd = 0.000438017 ]
72.53/73.27	c [ la+min = 0 | la+rnd = 0 ]
72.53/73.27	c [ domwdeg = 0.000110249 | impacts = 0.000337246 | la = 0 ]
72.53/73.27	c [ min = 0.000105493 | rand = 0.000337246 ]
72.53/73.27	c [ restarting at (3.96356,0.00066767) ]
83.14/83.91	c [ restarting at (9.9089,0.00222819) ]
109.41/110.49	c [ restarting at (24.7722,0.00629341) ]
175.32/176.97	c [ restarting at (61.9306,0.00894068) ]
310.61/313.50	c [ restarting at (154.827,0.0308243) ]
698.24/701.23	c [ restarting at (387.066,0.0596793) ]
1352.65/1355.98	c Search(SampleFF) = 1
1352.65/1355.98	s SATISFIABLE
1352.65/1355.98	v 10 12 8 11 7 9 5 0 15 10 12 7 7 9 14 5 6 13 0 2 10 11 10 0 12 14 4 11 3 13 11 3 11 17 6 1 9 16 10 16
1352.65/1355.98	d CHECKS 325111206
1352.65/1355.98	c [ TotalFails = 5050696 ]
1352.65/1355.98	c [ NumberOfRestarts = 74 ]
1352.65/1355.98	c [ TotalTime = 1.33998e+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-1101383-1215293177/watcher-1101383-1215293177 -o /tmp/evaluation-result-1101383-1215293177/solver-1101383-1215293177 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1101383-1215293177.xml 1348954778 

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.92 1.98 1.99 4/81 27310
/proc/meminfo: memFree=1685088/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=18572 CPUtime=0
/proc/27310/stat : 27310 (runsolver) R 27308 27310 21238 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2008287225 19017728 292 996147200 4194304 4296836 548682068464 18446744073709551615 213112122663 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27310/statm: 4643 292 257 25 0 2626 0

[startup+0.119031 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27310
/proc/meminfo: memFree=1685088/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=108836 CPUtime=0.11
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2571 0 0 0 10 1 0 0 19 0 1 0 2008287225 111448064 2531 996147200 134512640 135472138 4294956224 18446744073709551615 134535920 0 0 4096 0 0 0 0 17 1 0 0
/proc/27310/statm: 27209 2531 440 234 0 25911 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 108836

[startup+0.201229 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27310
/proc/meminfo: memFree=1685088/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=0.18
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2873 0 0 0 17 1 0 0 19 0 1 0 2008287225 104783872 1411 996147200 134512640 135472138 4294956224 18446744073709551615 134595467 0 0 4096 0 0 0 0 17 1 0 0
/proc/27310/statm: 25582 1411 476 234 0 24284 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 102328

[startup+0.301247 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27310
/proc/meminfo: memFree=1685088/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=0.28
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2877 0 0 0 27 1 0 0 19 0 1 0 2008287225 104783872 1415 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/27310/statm: 25582 1415 477 234 0 24284 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 102328

[startup+0.701313 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27310
/proc/meminfo: memFree=1685088/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=0.68
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2878 0 0 0 67 1 0 0 23 0 1 0 2008287225 104783872 1416 996147200 134512640 135472138 4294956224 18446744073709551615 134577873 0 0 4096 0 0 0 0 17 1 0 0
/proc/27310/statm: 25582 1416 477 234 0 24284 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 102328

[startup+1.50145 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 27311
/proc/meminfo: memFree=1681176/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=1.47
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2878 0 0 0 146 1 0 0 25 0 1 0 2008287225 104783872 1416 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/27310/statm: 25582 1416 477 234 0 24284 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 102328

[startup+3.10172 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 27311
/proc/meminfo: memFree=1681048/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=3.05
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2882 0 0 0 304 1 0 0 25 0 1 0 2008287225 104783872 1420 996147200 134512640 135472138 4294956224 18446744073709551615 134595590 0 0 4096 0 0 0 0 17 1 0 0
/proc/27310/statm: 25582 1420 477 234 0 24284 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 102328

[startup+6.30126 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 27311
/proc/meminfo: memFree=1680920/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=6.22
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2882 0 0 0 621 1 0 0 25 0 1 0 2008287225 104783872 1420 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/27310/statm: 25582 1420 477 234 0 24284 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 102328

[startup+12.7014 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 27311
/proc/meminfo: memFree=1680856/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=12.56
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2882 0 0 0 1255 1 0 0 25 0 1 0 2008287225 104783872 1420 996147200 134512640 135472138 4294956224 18446744073709551615 135264450 0 0 4096 0 0 0 0 17 1 0 0
/proc/27310/statm: 25582 1420 477 234 0 24284 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 102328

[startup+25.5015 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 27311
/proc/meminfo: memFree=1680984/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=25.26
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2883 0 0 0 2524 2 0 0 25 0 1 0 2008287225 104783872 1421 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 1 0 0
/proc/27310/statm: 25582 1421 477 234 0 24284 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 102328

[startup+51.1019 s]
/proc/loadavg: 1.96 1.98 1.99 3/82 27311
/proc/meminfo: memFree=1680920/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=50.63
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2893 0 0 0 5061 2 0 0 25 0 1 0 2008287225 104783872 1431 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/27310/statm: 25582 1431 479 234 0 24284 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 102328

[startup+102.302 s]
/proc/loadavg: 1.98 1.98 1.99 3/82 27311
/proc/meminfo: memFree=1680856/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=101.39
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2894 0 0 0 10136 3 0 0 25 0 1 0 2008287225 104783872 1432 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 1 0 0
/proc/27310/statm: 25582 1432 480 234 0 24284 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 102328

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27311
/proc/meminfo: memFree=1680792/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=160.84
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2897 0 0 0 16081 3 0 0 25 0 1 0 2008287225 104783872 1435 996147200 134512640 135472138 4294956224 18446744073709551615 134595455 0 0 4096 0 0 0 0 17 1 0 0
/proc/27310/statm: 25582 1435 480 234 0 24284 0
Current children cumulated CPU time (s) 160.84
Current children cumulated vsize (KiB) 102328

[startup+222.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27311
/proc/meminfo: memFree=1680792/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=220.32
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2897 0 0 0 22029 3 0 0 25 0 1 0 2008287225 104783872 1435 996147200 134512640 135472138 4294956224 18446744073709551615 134616948 0 0 4096 0 0 0 0 17 1 0 0
/proc/27310/statm: 25582 1435 480 234 0 24284 0
Current children cumulated CPU time (s) 220.32
Current children cumulated vsize (KiB) 102328

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27311
/proc/meminfo: memFree=1680728/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=279.79
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2897 0 0 0 27975 4 0 0 25 0 1 0 2008287225 104783872 1435 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 1 0 0
/proc/27310/statm: 25582 1435 480 234 0 24284 0
Current children cumulated CPU time (s) 279.79
Current children cumulated vsize (KiB) 102328

[startup+342.301 s]
/proc/loadavg: 1.94 1.97 1.99 3/82 27353
/proc/meminfo: memFree=1682776/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=339.5
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2897 0 0 0 33945 5 0 0 25 0 1 0 2008287225 104783872 1435 996147200 134512640 135472138 4294956224 18446744073709551615 135263244 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1435 480 234 0 24284 0
Current children cumulated CPU time (s) 339.5
Current children cumulated vsize (KiB) 102328

[startup+402.302 s]
/proc/loadavg: 1.98 1.97 1.99 3/75 27404
/proc/meminfo: memFree=1686160/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=399.47
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2897 0 0 0 39942 5 0 0 25 0 1 0 2008287225 104783872 1435 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1435 480 234 0 24284 0
Current children cumulated CPU time (s) 399.47
Current children cumulated vsize (KiB) 102328

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 27404
/proc/meminfo: memFree=1684304/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=459.45
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2897 0 0 0 45939 6 0 0 25 0 1 0 2008287225 104783872 1435 996147200 134512640 135472138 4294956224 18446744073709551615 134595590 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1435 480 234 0 24284 0
Current children cumulated CPU time (s) 459.45
Current children cumulated vsize (KiB) 102328

[startup+522.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 27404
/proc/meminfo: memFree=1682960/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=519.42
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2897 0 0 0 51936 6 0 0 25 0 1 0 2008287225 104783872 1435 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1435 480 234 0 24284 0
Current children cumulated CPU time (s) 519.42
Current children cumulated vsize (KiB) 102328

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 27406
/proc/meminfo: memFree=1681872/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=579.38
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2897 0 0 0 57932 6 0 0 25 0 1 0 2008287225 104783872 1435 996147200 134512640 135472138 4294956224 18446744073709551615 135234779 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1435 480 234 0 24284 0
Current children cumulated CPU time (s) 579.38
Current children cumulated vsize (KiB) 102328

[startup+642.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 27406
/proc/meminfo: memFree=1680912/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=639.36
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2897 0 0 0 63930 6 0 0 25 0 1 0 2008287225 104783872 1435 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1435 480 234 0 24284 0
Current children cumulated CPU time (s) 639.36
Current children cumulated vsize (KiB) 102328


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

/proc/meminfo: memFree=1679376/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=759.31
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2898 0 0 0 75925 6 0 0 25 0 1 0 2008287225 104783872 1436 996147200 134512640 135472138 4294956224 18446744073709551615 134595544 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1436 480 234 0 24284 0
Current children cumulated CPU time (s) 759.31
Current children cumulated vsize (KiB) 102328

[startup+822.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 27406
/proc/meminfo: memFree=1678864/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=819.28
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2900 0 0 0 81922 6 0 0 25 0 1 0 2008287225 104783872 1438 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1438 480 234 0 24284 0
Current children cumulated CPU time (s) 819.28
Current children cumulated vsize (KiB) 102328

[startup+882.306 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 27406
/proc/meminfo: memFree=1678352/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=879.26
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2906 0 0 0 87920 6 0 0 25 0 1 0 2008287225 104783872 1444 996147200 134512640 135472138 4294956224 18446744073709551615 134595455 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1444 480 234 0 24284 0
Current children cumulated CPU time (s) 879.26
Current children cumulated vsize (KiB) 102328

[startup+942.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 27406
/proc/meminfo: memFree=1677968/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=939.23
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2909 0 0 0 93917 6 0 0 25 0 1 0 2008287225 104783872 1447 996147200 134512640 135472138 4294956224 18446744073709551615 134593637 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1447 480 234 0 24284 0
Current children cumulated CPU time (s) 939.23
Current children cumulated vsize (KiB) 102328

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 27406
/proc/meminfo: memFree=1676752/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=999.2
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2909 0 0 0 99914 6 0 0 25 0 1 0 2008287225 104783872 1447 996147200 134512640 135472138 4294956224 18446744073709551615 134581698 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1447 480 234 0 24284 0
Current children cumulated CPU time (s) 999.2
Current children cumulated vsize (KiB) 102328

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 27406
/proc/meminfo: memFree=1676176/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=1059.17
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2909 0 0 0 105911 6 0 0 25 0 1 0 2008287225 104783872 1447 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1447 480 234 0 24284 0
Current children cumulated CPU time (s) 1059.17
Current children cumulated vsize (KiB) 102328

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 27406
/proc/meminfo: memFree=1675920/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=1119.15
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2909 0 0 0 111908 7 0 0 25 0 1 0 2008287225 104783872 1447 996147200 134512640 135472138 4294956224 18446744073709551615 134595725 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1447 480 234 0 24284 0
Current children cumulated CPU time (s) 1119.15
Current children cumulated vsize (KiB) 102328

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 27406
/proc/meminfo: memFree=1675728/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=1179.13
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2909 0 0 0 117906 7 0 0 25 0 1 0 2008287225 104783872 1447 996147200 134512640 135472138 4294956224 18446744073709551615 134604941 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1447 480 234 0 24284 0
Current children cumulated CPU time (s) 1179.13
Current children cumulated vsize (KiB) 102328

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 27406
/proc/meminfo: memFree=1675088/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=1239.1
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2909 0 0 0 123903 7 0 0 25 0 1 0 2008287225 104783872 1447 996147200 134512640 135472138 4294956224 18446744073709551615 135263616 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1447 480 234 0 24284 0
Current children cumulated CPU time (s) 1239.1
Current children cumulated vsize (KiB) 102328

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 27406
/proc/meminfo: memFree=1674320/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=1299.07
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2909 0 0 0 129900 7 0 0 25 0 1 0 2008287225 104783872 1447 996147200 134512640 135472138 4294956224 18446744073709551615 8154853 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1447 480 234 0 24284 0
Current children cumulated CPU time (s) 1299.07
Current children cumulated vsize (KiB) 102328

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

[startup+1305.6 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 27406
/proc/meminfo: memFree=1674256/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=1302.37
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2909 0 0 0 130230 7 0 0 25 0 1 0 2008287225 104783872 1447 996147200 134512640 135472138 4294956224 18446744073709551615 135266765 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1447 480 234 0 24284 0
Current children cumulated CPU time (s) 1302.37
Current children cumulated vsize (KiB) 102328

[startup+1331.2 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 27406
/proc/meminfo: memFree=1674192/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=1327.96
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2909 0 0 0 132789 7 0 0 25 0 1 0 2008287225 104783872 1447 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1447 480 234 0 24284 0
Current children cumulated CPU time (s) 1327.96
Current children cumulated vsize (KiB) 102328

[startup+1344 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 27406
/proc/meminfo: memFree=1674128/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=1340.75
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2909 0 0 0 134068 7 0 0 25 0 1 0 2008287225 104783872 1447 996147200 134512640 135472138 4294956224 18446744073709551615 135265500 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1447 480 234 0 24284 0
Current children cumulated CPU time (s) 1340.75
Current children cumulated vsize (KiB) 102328

[startup+1350.4 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 27406
/proc/meminfo: memFree=1674128/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=1347.15
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2909 0 0 0 134708 7 0 0 25 0 1 0 2008287225 104783872 1447 996147200 134512640 135472138 4294956224 18446744073709551615 134577873 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1447 480 234 0 24284 0
Current children cumulated CPU time (s) 1347.15
Current children cumulated vsize (KiB) 102328

[startup+1353.6 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 27406
/proc/meminfo: memFree=1674128/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=1350.35
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2909 0 0 0 135028 7 0 0 25 0 1 0 2008287225 104783872 1447 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1447 480 234 0 24284 0
Current children cumulated CPU time (s) 1350.35
Current children cumulated vsize (KiB) 102328

[startup+1355.2 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 27406
/proc/meminfo: memFree=1674128/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=1351.95
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2909 0 0 0 135188 7 0 0 25 0 1 0 2008287225 104783872 1447 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1447 480 234 0 24284 0
Current children cumulated CPU time (s) 1351.95
Current children cumulated vsize (KiB) 102328

[startup+1355.6 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 27406
/proc/meminfo: memFree=1674128/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=1352.35
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2909 0 0 0 135228 7 0 0 25 0 1 0 2008287225 104783872 1447 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1447 480 234 0 24284 0
Current children cumulated CPU time (s) 1352.35
Current children cumulated vsize (KiB) 102328

[startup+1355.8 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 27406
/proc/meminfo: memFree=1674128/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=1352.55
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2909 0 0 0 135248 7 0 0 25 0 1 0 2008287225 104783872 1447 996147200 134512640 135472138 4294956224 18446744073709551615 134595590 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1447 480 234 0 24284 0
Current children cumulated CPU time (s) 1352.55
Current children cumulated vsize (KiB) 102328

[startup+1355.9 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 27406
/proc/meminfo: memFree=1674128/2055920 swapFree=4180444/4192956
[pid=27310] ppid=27308 vsize=102328 CPUtime=1352.65
/proc/27310/stat : 27310 (casperzito) R 27308 27310 21238 0 -1 4194304 2909 0 0 0 135258 7 0 0 25 0 1 0 2008287225 104783872 1447 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/27310/statm: 25582 1447 480 234 0 24284 0
Current children cumulated CPU time (s) 1352.65
Current children cumulated vsize (KiB) 102328

Child status: 0
Real time (s): 1355.99
CPU time (s): 1352.74
CPU user time (s): 1352.67
CPU system time (s): 0.077988
CPU usage (%): 99.7609
Max. virtual memory (cumulated for all children) (KiB): 108836

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

runsolver used 1.56176 second user time and 4.36134 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-05 23:26:17
IDJOB=1101383
IDBENCH=60035
IDSOLVER=362
FILE ID=node68/1101383-1215293177
PBS_JOBID= 7882261
Free space on /tmp= 66528 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-22_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101383-1215293177/watcher-1101383-1215293177 -o /tmp/evaluation-result-1101383-1215293177/solver-1101383-1215293177 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1101383-1215293177.xml 1348954778 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ac763b3ae8565455c2a92c96a9db7d59
RANDOM SEED=1348954778

node68.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.261
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.261
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:       1685568 kB
Buffers:         64300 kB
Cached:         226428 kB
SwapCached:       6772 kB
Active:         187040 kB
Inactive:       128536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1685568 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            3100 kB
Writeback:           0 kB
Mapped:          39800 kB
Slab:            40064 kB
Committed_AS:  4410960 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= 66524 MiB
End job on node68 at 2008-07-05 23:48:53