Trace number 1043653

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
casper zito? (TO) 1800.07 1816.21

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-6_ext.xml
MD5SUM37d4cc93c1881fb726b597145c5937b8
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 benchmark57.2283
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints10142
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension10142
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.18/0.21	c Building = 1
0.18/0.22	c [ NumberOfVariables = 625 ]
0.18/0.22	c [ NumberOfConstraints = 10142 ]
0.18/0.23	c [ SizeOfSearchSpace(log2) = 1225.98 ]
0.18/0.23	c SymmetrySearch = 1
0.77/0.84	c InitialPropagation = 1
0.77/0.86	c [ SizeOfSearchSpace(log2) = 558.604 ]
0.77/0.86	c InitialSAC = 1
0.77/0.88	c [ SizeOfSearchSpace(log2) = 558.604 ]
0.77/0.88	c Search(SampleFF) : 
72.88/74.04	c [ Sampling domwdeg ]
72.88/74.04	c [ Sampling impacts ]
72.88/74.04	c [ SamplingScores: ]
72.88/74.04	c [ domwdeg+min = 0.0004805 | domwdeg+rnd = 0.000637567 ]
72.88/74.04	c [ impacts+min = 1.04606e-05 | impacts+rnd = 0.000995795 ]
72.88/74.04	c [ la+min = 0 | la+rnd = 0 ]
72.88/74.04	c [ domwdeg = 0.000559033 | impacts = 0.000503128 | la = 0 ]
72.88/74.04	c [ min = 0.000163653 | rand = 0.000503128 ]
72.88/74.04	c [ restarting at (3.96356,0.000674111) ]
83.32/84.67	c [ restarting at (9.9089,0.000674111) ]
109.53/111.23	c [ restarting at (24.7722,1.20728e-06) ]
174.95/177.64	c [ restarting at (61.9306,5.97184e-14) ]
338.49/343.66	c [ restarting at (154.827,7.43121e-08) ]
747.32/758.68	c [ restarting at (387.066,0.0030276) ]
802.50/814.60	c [ restarting at (967.666,0.00167934) ]

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043653-1215023136/watcher-1043653-1215023136 -o /tmp/evaluation-result-1043653-1215023136/solver-1043653-1215023136 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1043653-1215023136.xml 586413143 

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.99 1.97 4/93 30162
/proc/meminfo: memFree=1743856/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=1052 CPUtime=0
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 623502944 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 2859812 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/30162/statm: 263 26 20 234 0 3 0

[startup+0.191611 s]
/proc/loadavg: 1.92 1.99 1.97 4/93 30162
/proc/meminfo: memFree=1743856/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=8080 CPUtime=0.17
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 1160 0 0 0 17 0 0 0 18 0 1 0 623502944 8273920 1120 996147200 134512640 135472138 4294956224 18446744073709551615 3289157 0 0 4096 0 0 0 0 17 1 0 0
/proc/30162/statm: 2020 1120 383 234 0 722 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 8080

[startup+0.201605 s]
/proc/loadavg: 1.92 1.99 1.97 4/93 30162
/proc/meminfo: memFree=1743856/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=102104 CPUtime=0.18
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 1504 0 0 0 18 0 0 0 18 0 1 0 623502944 104554496 1464 996147200 134512640 135472138 4294956224 18446744073709551615 135266307 0 0 4096 0 0 0 0 17 1 0 0
/proc/30162/statm: 25526 1465 403 234 0 24228 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 102104

[startup+0.301615 s]
/proc/loadavg: 1.92 1.99 1.97 4/93 30162
/proc/meminfo: memFree=1743856/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=110024 CPUtime=0.28
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 4358 0 0 0 27 1 0 0 19 0 1 0 623502944 112664576 4318 996147200 134512640 135472138 4294956224 18446744073709551615 3294843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30162/statm: 27506 4319 432 234 0 26208 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 110024

[startup+0.701655 s]
/proc/loadavg: 1.92 1.99 1.97 4/93 30162
/proc/meminfo: memFree=1743856/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=122232 CPUtime=0.67
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6467 0 0 0 65 2 0 0 23 0 1 0 623502944 125165568 6410 996147200 134512640 135472138 4294956224 18446744073709551615 134534821 0 0 4096 0 0 0 0 17 1 0 0
/proc/30162/statm: 30558 6410 439 234 0 29260 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 122232

[startup+1.50174 s]
/proc/loadavg: 1.92 1.99 1.97 3/94 30163
/proc/meminfo: memFree=1732200/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105216 CPUtime=1.46
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6814 0 0 0 144 2 0 0 25 0 1 0 623502944 107741184 3341 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 1 0 0
/proc/30162/statm: 26304 3341 475 234 0 25006 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 105216

[startup+3.1019 s]
/proc/loadavg: 1.92 1.99 1.97 3/94 30163
/proc/meminfo: memFree=1732200/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105216 CPUtime=3.03
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6815 0 0 0 301 2 0 0 25 0 1 0 623502944 107741184 3342 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/30162/statm: 26304 3342 475 234 0 25006 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 105216

[startup+6.30123 s]
/proc/loadavg: 1.93 1.99 1.97 3/94 30163
/proc/meminfo: memFree=1732200/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105216 CPUtime=6.18
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6815 0 0 0 616 2 0 0 25 0 1 0 623502944 107741184 3342 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/30162/statm: 26304 3342 475 234 0 25006 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 105216

[startup+12.7019 s]
/proc/loadavg: 1.93 1.99 1.97 3/94 30163
/proc/meminfo: memFree=1732200/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105216 CPUtime=12.49
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6815 0 0 0 1247 2 0 0 25 0 1 0 623502944 107741184 3342 996147200 134512640 135472138 4294956224 18446744073709551615 135264406 0 0 4096 0 0 0 0 17 1 0 0
/proc/30162/statm: 26304 3342 475 234 0 25006 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 105216

[startup+25.5022 s]
/proc/loadavg: 1.95 1.99 1.97 4/94 30163
/proc/meminfo: memFree=1732200/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105216 CPUtime=25.1
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6819 0 0 0 2508 2 0 0 25 0 1 0 623502944 107741184 3346 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/30162/statm: 26304 3346 475 234 0 25006 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 105216

[startup+51.1028 s]
/proc/loadavg: 1.96 1.99 1.97 3/94 30163
/proc/meminfo: memFree=1731880/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=50.32
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6883 0 0 0 5030 2 0 0 25 0 1 0 623502944 107876352 3410 996147200 134512640 135472138 4294956224 18446744073709551615 135262721 0 0 4096 0 0 0 0 17 1 0 0
/proc/30162/statm: 26337 3410 477 234 0 25039 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 105348

[startup+102.303 s]
/proc/loadavg: 1.98 1.99 1.97 3/94 30163
/proc/meminfo: memFree=1731752/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=100.76
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6898 0 0 0 10074 2 0 0 25 0 1 0 623502944 107876352 3425 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/30162/statm: 26337 3425 478 234 0 25039 0
Current children cumulated CPU time (s) 100.76
Current children cumulated vsize (KiB) 105348

[startup+162.302 s]
/proc/loadavg: 1.99 1.99 1.97 3/94 30163
/proc/meminfo: memFree=1731688/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=159.87
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6902 0 0 0 15985 2 0 0 25 0 1 0 623502944 107876352 3429 996147200 134512640 135472138 4294956224 18446744073709551615 135201104 0 0 4096 0 0 0 0 17 1 0 0
/proc/30162/statm: 26337 3429 478 234 0 25039 0
Current children cumulated CPU time (s) 159.87
Current children cumulated vsize (KiB) 105348

[startup+222.306 s]
/proc/loadavg: 1.99 1.99 1.97 3/94 30163
/proc/meminfo: memFree=1731624/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=218.99
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6909 0 0 0 21896 3 0 0 25 0 1 0 623502944 107876352 3436 996147200 134512640 135472138 4294956224 18446744073709551615 134581693 0 0 4096 0 0 0 0 17 1 0 0
/proc/30162/statm: 26337 3436 478 234 0 25039 0
Current children cumulated CPU time (s) 218.99
Current children cumulated vsize (KiB) 105348

[startup+282.301 s]
/proc/loadavg: 1.99 1.99 1.97 3/94 30163
/proc/meminfo: memFree=1731496/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=278.09
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6909 0 0 0 27806 3 0 0 25 0 1 0 623502944 107876352 3436 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/30162/statm: 26337 3436 478 234 0 25039 0
Current children cumulated CPU time (s) 278.09
Current children cumulated vsize (KiB) 105348

[startup+342.302 s]
/proc/loadavg: 1.99 1.99 1.97 3/94 30163
/proc/meminfo: memFree=1731376/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=337.2
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6912 0 0 0 33717 3 0 0 25 0 1 0 623502944 107876352 3439 996147200 134512640 135472138 4294956224 18446744073709551615 135266862 0 0 4096 0 0 0 0 17 1 0 0
/proc/30162/statm: 26337 3439 478 234 0 25039 0
Current children cumulated CPU time (s) 337.2
Current children cumulated vsize (KiB) 105348

[startup+402.302 s]
/proc/loadavg: 1.99 1.99 1.97 4/94 30163
/proc/meminfo: memFree=1731376/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=396.31
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6916 0 0 0 39628 3 0 0 25 0 1 0 623502944 107876352 3443 996147200 134512640 135472138 4294956224 18446744073709551615 135202771 0 0 4096 0 0 0 0 17 1 0 0
/proc/30162/statm: 26337 3443 478 234 0 25039 0
Current children cumulated CPU time (s) 396.31
Current children cumulated vsize (KiB) 105348

[startup+462.302 s]
/proc/loadavg: 1.99 1.99 1.97 3/94 30163
/proc/meminfo: memFree=1731376/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=455.42
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6916 0 0 0 45539 3 0 0 25 0 1 0 623502944 107876352 3443 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/30162/statm: 26337 3443 478 234 0 25039 0
Current children cumulated CPU time (s) 455.42
Current children cumulated vsize (KiB) 105348

[startup+522.302 s]
/proc/loadavg: 1.99 1.99 1.97 3/94 30163
/proc/meminfo: memFree=1731376/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=514.53
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6916 0 0 0 51450 3 0 0 25 0 1 0 623502944 107876352 3443 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/30162/statm: 26337 3443 478 234 0 25039 0
Current children cumulated CPU time (s) 514.53
Current children cumulated vsize (KiB) 105348

[startup+582.302 s]
/proc/loadavg: 1.99 1.99 1.97 3/94 30163
/proc/meminfo: memFree=1731312/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=573.64
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6916 0 0 0 57361 3 0 0 25 0 1 0 623502944 107876352 3443 996147200 134512640 135472138 4294956224 18446744073709551615 134593629 0 0 4096 0 0 0 0 17 1 0 0
/proc/30162/statm: 26337 3443 478 234 0 25039 0
Current children cumulated CPU time (s) 573.64
Current children cumulated vsize (KiB) 105348

[startup+642.301 s]
/proc/loadavg: 1.99 1.99 1.97 3/94 30163
/proc/meminfo: memFree=1731248/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=632.75
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6916 0 0 0 63272 3 0 0 25 0 1 0 623502944 107876352 3443 996147200 134512640 135472138 4294956224 18446744073709551615 135264251 0 0 4096 0 0 0 0 17 1 0 0
/proc/30162/statm: 26337 3443 478 234 0 25039 0
Current children cumulated CPU time (s) 632.75
Current children cumulated vsize (KiB) 105348


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

[startup+882.306 s]
/proc/loadavg: 1.99 1.99 1.97 3/73 30190
/proc/meminfo: memFree=1810264/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=869.92
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6924 0 0 0 86988 4 0 0 25 0 1 0 623502944 107876352 3451 996147200 134512640 135472138 4294956224 18446744073709551615 134593618 0 0 4096 0 0 0 0 17 0 0 0
/proc/30162/statm: 26337 3451 478 234 0 25039 0
Current children cumulated CPU time (s) 869.92
Current children cumulated vsize (KiB) 105348

[startup+942.302 s]
/proc/loadavg: 1.99 1.99 1.97 3/73 30190
/proc/meminfo: memFree=1810072/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=929.68
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6924 0 0 0 92964 4 0 0 25 0 1 0 623502944 107876352 3451 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/30162/statm: 26337 3451 478 234 0 25039 0
Current children cumulated CPU time (s) 929.68
Current children cumulated vsize (KiB) 105348

[startup+1002.3 s]
/proc/loadavg: 1.99 1.99 1.97 3/73 30190
/proc/meminfo: memFree=1810008/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=989.44
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6924 0 0 0 98940 4 0 0 25 0 1 0 623502944 107876352 3451 996147200 134512640 135472138 4294956224 18446744073709551615 134595455 0 0 4096 0 0 0 0 17 0 0 0
/proc/30162/statm: 26337 3451 478 234 0 25039 0
Current children cumulated CPU time (s) 989.44
Current children cumulated vsize (KiB) 105348

[startup+1062.3 s]
/proc/loadavg: 1.99 1.99 1.97 3/73 30190
/proc/meminfo: memFree=1810008/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=1049.2
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6925 0 0 0 104916 4 0 0 25 0 1 0 623502944 107876352 3452 996147200 134512640 135472138 4294956224 18446744073709551615 135265541 0 0 4096 0 0 0 0 17 0 0 0
/proc/30162/statm: 26337 3452 478 234 0 25039 0
Current children cumulated CPU time (s) 1049.2
Current children cumulated vsize (KiB) 105348

[startup+1122.3 s]
/proc/loadavg: 1.99 1.99 1.97 3/73 30192
/proc/meminfo: memFree=1809944/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=1108.95
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6925 0 0 0 110891 4 0 0 25 0 1 0 623502944 107876352 3452 996147200 134512640 135472138 4294956224 18446744073709551615 134595366 0 0 4096 0 0 0 0 17 0 0 0
/proc/30162/statm: 26337 3452 478 234 0 25039 0
Current children cumulated CPU time (s) 1108.95
Current children cumulated vsize (KiB) 105348

[startup+1182.3 s]
/proc/loadavg: 1.99 1.99 1.97 3/73 30192
/proc/meminfo: memFree=1809944/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=1168.72
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6925 0 0 0 116868 4 0 0 25 0 1 0 623502944 107876352 3452 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/30162/statm: 26337 3452 478 234 0 25039 0
Current children cumulated CPU time (s) 1168.72
Current children cumulated vsize (KiB) 105348

[startup+1242.3 s]
/proc/loadavg: 1.99 1.99 1.97 3/73 30192
/proc/meminfo: memFree=1809880/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=1228.47
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6925 0 0 0 122843 4 0 0 25 0 1 0 623502944 107876352 3452 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/30162/statm: 26337 3452 478 234 0 25039 0
Current children cumulated CPU time (s) 1228.47
Current children cumulated vsize (KiB) 105348

[startup+1302.3 s]
/proc/loadavg: 1.99 1.99 1.97 3/73 30192
/proc/meminfo: memFree=1809880/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=1288.24
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6925 0 0 0 128819 5 0 0 25 0 1 0 623502944 107876352 3452 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 0 0 0
/proc/30162/statm: 26337 3452 478 234 0 25039 0
Current children cumulated CPU time (s) 1288.24
Current children cumulated vsize (KiB) 105348

[startup+1362.3 s]
/proc/loadavg: 1.99 1.99 1.97 3/73 30192
/proc/meminfo: memFree=1809880/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=1348
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6925 0 0 0 134795 5 0 0 25 0 1 0 623502944 107876352 3452 996147200 134512640 135472138 4294956224 18446744073709551615 134579041 0 0 4096 0 0 0 0 17 0 0 0
/proc/30162/statm: 26337 3452 478 234 0 25039 0
Current children cumulated CPU time (s) 1348
Current children cumulated vsize (KiB) 105348

[startup+1422.3 s]
/proc/loadavg: 1.99 1.99 1.97 3/73 30192
/proc/meminfo: memFree=1809880/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=1407.76
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6926 0 0 0 140771 5 0 0 25 0 1 0 623502944 107876352 3453 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 0 0 0
/proc/30162/statm: 26337 3453 478 234 0 25039 0
Current children cumulated CPU time (s) 1407.76
Current children cumulated vsize (KiB) 105348

[startup+1482.3 s]
/proc/loadavg: 1.99 1.99 1.97 3/73 30192
/proc/meminfo: memFree=1809688/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=1467.52
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6926 0 0 0 146747 5 0 0 25 0 1 0 623502944 107876352 3453 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 0 0 0
/proc/30162/statm: 26337 3453 478 234 0 25039 0
Current children cumulated CPU time (s) 1467.52
Current children cumulated vsize (KiB) 105348

[startup+1542.31 s]
/proc/loadavg: 1.99 1.99 1.97 3/73 30192
/proc/meminfo: memFree=1809624/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=1527.28
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6926 0 0 0 152723 5 0 0 25 0 1 0 623502944 107876352 3453 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/30162/statm: 26337 3453 478 234 0 25039 0
Current children cumulated CPU time (s) 1527.28
Current children cumulated vsize (KiB) 105348

[startup+1602.3 s]
/proc/loadavg: 1.99 1.99 1.97 3/73 30192
/proc/meminfo: memFree=1809624/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=1587.03
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6926 0 0 0 158698 5 0 0 25 0 1 0 623502944 107876352 3453 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/30162/statm: 26337 3453 478 234 0 25039 0
Current children cumulated CPU time (s) 1587.03
Current children cumulated vsize (KiB) 105348

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 1.97 3/73 30192
/proc/meminfo: memFree=1809624/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=1646.79
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6926 0 0 0 164674 5 0 0 25 0 1 0 623502944 107876352 3453 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/30162/statm: 26337 3453 478 234 0 25039 0
Current children cumulated CPU time (s) 1646.79
Current children cumulated vsize (KiB) 105348

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.97 3/73 30192
/proc/meminfo: memFree=1809624/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=1706.55
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6926 0 0 0 170650 5 0 0 25 0 1 0 623502944 107876352 3453 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/30162/statm: 26337 3453 478 234 0 25039 0
Current children cumulated CPU time (s) 1706.55
Current children cumulated vsize (KiB) 105348

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.97 3/73 30314
/proc/meminfo: memFree=1812568/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=1766.29
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6926 0 0 0 176620 9 0 0 25 0 1 0 623502944 107876352 3453 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/30162/statm: 26337 3453 478 234 0 25039 0
Current children cumulated CPU time (s) 1766.29
Current children cumulated vsize (KiB) 105348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.21 s]
/proc/loadavg: 1.99 1.99 1.97 3/73 30314
/proc/meminfo: memFree=1812888/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=1800.06
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6926 0 0 0 179997 9 0 0 25 0 1 0 623502944 107876352 3453 996147200 134512640 135472138 4294956224 18446744073709551615 135202764 0 0 4096 0 0 0 0 17 0 0 0
/proc/30162/statm: 26337 3453 478 234 0 25039 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 105348

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1816.21 s]
/proc/loadavg: 1.99 1.99 1.97 3/73 30314
/proc/meminfo: memFree=1812888/2055920 swapFree=4179840/4192956
[pid=30162] ppid=30160 vsize=105348 CPUtime=1800.06
/proc/30162/stat : 30162 (casperzito) R 30160 30162 29594 0 -1 4194304 6926 0 0 0 179997 9 0 0 25 0 1 0 623502944 107876352 3453 996147200 134512640 135472138 4294956224 18446744073709551615 135202764 0 0 4096 0 0 0 0 17 0 0 0
/proc/30162/statm: 26337 3453 478 234 0 25039 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 105348

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1816.21
CPU time (s): 1800.07
CPU user time (s): 1799.98
CPU system time (s): 0.097985
CPU usage (%): 99.1114
Max. virtual memory (cumulated for all children) (KiB): 122232

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

runsolver used 1.50077 second user time and 5.12122 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-02 20:25:37
IDJOB=1043653
IDBENCH=53550
IDSOLVER=362
FILE ID=node17/1043653-1215023136
PBS_JOBID= 7874436
Free space on /tmp= 66524 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-6_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043653-1215023136/watcher-1043653-1215023136 -o /tmp/evaluation-result-1043653-1215023136/solver-1043653-1215023136 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1043653-1215023136.xml 586413143 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 37d4cc93c1881fb726b597145c5937b8
RANDOM SEED=586413143

node17.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.234
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.234
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:       1744336 kB
Buffers:         17032 kB
Cached:         156164 kB
SwapCached:       6936 kB
Active:         190584 kB
Inactive:        54232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744336 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            3604 kB
Writeback:           0 kB
Mapped:          87992 kB
Slab:            51344 kB
Committed_AS:  1511368 kB
PageTables:       2228 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 node17 at 2008-07-02 20:55:55