Trace number 1048038

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.1 1807.51

General information on the benchmark

Namecsp/schurrLemma/
normalized-lemma-67-4.xml
MD5SUM15619f0fa210145c5821fec8a750a21d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables67
Number of constraints1089
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1089
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.05	c Parsing = 1
0.03/0.09	c Building = 1
0.03/0.09	c [ NumberOfVariables = 67 ]
0.03/0.09	c [ NumberOfConstraints = 1089 ]
0.03/0.09	c [ SizeOfSearchSpace(log2) = 134 ]
0.03/0.09	c SymmetrySearch = 1
0.04/0.11	c InitialPropagation = 1
0.04/0.11	c [ SizeOfSearchSpace(log2) = 134 ]
0.04/0.11	c InitialSAC = 1
0.04/0.11	c [ SizeOfSearchSpace(log2) = 134 ]
0.04/0.11	c Search(SampleFF) : 
72.52/73.23	c [ Sampling domwdeg ]
72.52/73.23	c [ Sampling impacts ]
72.52/73.23	c [ SamplingScores: ]
72.52/73.23	c [ domwdeg+min = 0.0168844 | domwdeg+rnd = 0.000686367 ]
72.52/73.23	c [ impacts+min = 0.00102836 | impacts+rnd = 1.51113e-05 ]
72.52/73.23	c [ la+min = 0 | la+rnd = 0 ]
72.52/73.23	c [ domwdeg = 0.00878538 | impacts = 0.000521737 | la = 0 ]
72.52/73.23	c [ min = 0.00597092 | rand = 0.000521737 ]
72.52/73.23	c [ restarting at (3.96356,3.01905e-08) ]
83.03/83.89	c [ restarting at (9.9089,8.69689e-09) ]
109.50/110.56	c [ restarting at (24.7722,0.00104238) ]
175.54/177.18	c [ restarting at (61.9306,0.000259452) ]
340.72/343.75	c [ restarting at (154.827,1.53268e-05) ]
654.23/659.93	c [ restarting at (387.066,6.14171e-05) ]
1623.66/1631.06	c [ restarting at (967.666,2.00155e-06) ]

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.83 4/80 13396
/proc/meminfo: memFree=1789456/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=18572 CPUtime=0
/proc/13396/stat : 13396 (runsolver) D 13394 13396 12750 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1983159521 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 231962373415 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/13396/statm: 4643 292 257 25 0 2626 0

[startup+0.0911599 s]
/proc/loadavg: 2.00 2.00 1.83 4/80 13396
/proc/meminfo: memFree=1789456/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99720 CPUtime=0.03
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 613 0 0 0 3 0 0 0 18 0 1 0 1983159521 102113280 573 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13396/statm: 24930 573 385 234 0 23632 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 99720

[startup+0.101161 s]
/proc/loadavg: 2.00 2.00 1.83 4/80 13396
/proc/meminfo: memFree=1789456/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=100120 CPUtime=0.04
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1066 0 0 0 4 0 0 0 18 0 1 0 1983159521 102522880 1026 996147200 134512640 135472138 4294956224 18446744073709551615 134664201 0 0 4096 0 0 0 0 17 1 0 0
/proc/13396/statm: 25030 1026 444 234 0 23732 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 100120

[startup+0.301188 s]
/proc/loadavg: 2.00 2.00 1.83 4/80 13396
/proc/meminfo: memFree=1789456/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=0.24
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1260 0 0 0 24 0 0 0 19 0 1 0 1983159521 102363136 1069 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/13396/statm: 24991 1069 489 234 0 23693 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 99964

[startup+0.701241 s]
/proc/loadavg: 2.00 2.00 1.83 4/80 13396
/proc/meminfo: memFree=1789456/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=0.64
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1260 0 0 0 64 0 0 0 23 0 1 0 1983159521 102363136 1069 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/13396/statm: 24991 1069 489 234 0 23693 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 99964

[startup+1.50135 s]
/proc/loadavg: 2.00 2.00 1.83 3/81 13397
/proc/meminfo: memFree=1786184/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=1.43
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1260 0 0 0 143 0 0 0 25 0 1 0 1983159521 102363136 1069 996147200 134512640 135472138 4294956224 18446744073709551615 135264769 0 0 4096 0 0 0 0 17 1 0 0
/proc/13396/statm: 24991 1069 489 234 0 23693 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 99964

[startup+3.10157 s]
/proc/loadavg: 2.00 2.00 1.84 3/81 13397
/proc/meminfo: memFree=1786120/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=3.02
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1260 0 0 0 302 0 0 0 25 0 1 0 1983159521 102363136 1069 996147200 134512640 135472138 4294956224 18446744073709551615 134577393 0 0 4096 0 0 0 0 17 1 0 0
/proc/13396/statm: 24991 1069 489 234 0 23693 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 99964

[startup+6.30201 s]
/proc/loadavg: 2.00 2.00 1.84 3/81 13397
/proc/meminfo: memFree=1786184/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=6.2
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1262 0 0 0 619 1 0 0 25 0 1 0 1983159521 102363136 1071 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/13396/statm: 24991 1071 489 234 0 23693 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 99964

[startup+12.7019 s]
/proc/loadavg: 2.00 2.00 1.84 3/81 13397
/proc/meminfo: memFree=1786248/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=12.54
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1263 0 0 0 1253 1 0 0 25 0 1 0 1983159521 102363136 1072 996147200 134512640 135472138 4294956224 18446744073709551615 134906688 0 0 4096 0 0 0 0 17 1 0 0
/proc/13396/statm: 24991 1072 489 234 0 23693 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 99964

[startup+25.5016 s]
/proc/loadavg: 2.00 2.00 1.84 3/81 13397
/proc/meminfo: memFree=1786504/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=25.23
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1263 0 0 0 2522 1 0 0 25 0 1 0 1983159521 102363136 1072 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/13396/statm: 24991 1072 489 234 0 23693 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 99964

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.84 3/81 13397
/proc/meminfo: memFree=1786440/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=50.61
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1268 0 0 0 5060 1 0 0 25 0 1 0 1983159521 102363136 1077 996147200 134512640 135472138 4294956224 18446744073709551615 134917088 0 0 4096 0 0 0 0 17 1 0 0
/proc/13396/statm: 24991 1077 491 234 0 23693 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 99964

[startup+102.305 s]
/proc/loadavg: 2.00 2.00 1.85 3/81 13397
/proc/meminfo: memFree=1786376/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=101.38
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1270 0 0 0 10137 1 0 0 25 0 1 0 1983159521 102363136 1079 996147200 134512640 135472138 4294956224 18446744073709551615 135202782 0 0 4096 0 0 0 0 17 1 0 0
/proc/13396/statm: 24991 1079 492 234 0 23693 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 99964

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.85 3/81 13397
/proc/meminfo: memFree=1786248/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=160.86
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1270 0 0 0 16085 1 0 0 25 0 1 0 1983159521 102363136 1079 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/13396/statm: 24991 1079 492 234 0 23693 0
Current children cumulated CPU time (s) 160.86
Current children cumulated vsize (KiB) 99964

[startup+222.302 s]
/proc/loadavg: 2.05 2.01 1.86 3/81 13397
/proc/meminfo: memFree=1786248/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=220.35
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1270 0 0 0 22034 1 0 0 25 0 1 0 1983159521 102363136 1079 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/13396/statm: 24991 1079 492 234 0 23693 0
Current children cumulated CPU time (s) 220.35
Current children cumulated vsize (KiB) 99964

[startup+282.302 s]
/proc/loadavg: 2.02 2.01 1.87 3/81 13397
/proc/meminfo: memFree=1786248/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=279.84
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1270 0 0 0 27983 1 0 0 25 0 1 0 1983159521 102363136 1079 996147200 134512640 135472138 4294956224 18446744073709551615 134672493 0 0 4096 0 0 0 0 17 1 0 0
/proc/13396/statm: 24991 1079 492 234 0 23693 0
Current children cumulated CPU time (s) 279.84
Current children cumulated vsize (KiB) 99964

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 1.87 3/81 13397
/proc/meminfo: memFree=1786184/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=339.33
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1271 0 0 0 33932 1 0 0 25 0 1 0 1983159521 102363136 1080 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/13396/statm: 24991 1080 492 234 0 23693 0
Current children cumulated CPU time (s) 339.33
Current children cumulated vsize (KiB) 99964

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.88 3/81 13397
/proc/meminfo: memFree=1786184/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=398.82
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1271 0 0 0 39881 1 0 0 25 0 1 0 1983159521 102363136 1080 996147200 134512640 135472138 4294956224 18446744073709551615 134905662 0 0 4096 0 0 0 0 17 1 0 0
/proc/13396/statm: 24991 1080 492 234 0 23693 0
Current children cumulated CPU time (s) 398.82
Current children cumulated vsize (KiB) 99964

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.89 3/81 13397
/proc/meminfo: memFree=1786184/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=458.31
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1271 0 0 0 45830 1 0 0 25 0 1 0 1983159521 102363136 1080 996147200 134512640 135472138 4294956224 18446744073709551615 135265498 0 0 4096 0 0 0 0 17 1 0 0
/proc/13396/statm: 24991 1080 492 234 0 23693 0
Current children cumulated CPU time (s) 458.31
Current children cumulated vsize (KiB) 99964

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 1.89 3/81 13397
/proc/meminfo: memFree=1786120/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=517.8
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1272 0 0 0 51779 1 0 0 25 0 1 0 1983159521 102363136 1081 996147200 134512640 135472138 4294956224 18446744073709551615 134984224 0 0 4096 0 0 0 0 17 1 0 0
/proc/13396/statm: 24991 1081 492 234 0 23693 0
Current children cumulated CPU time (s) 517.8
Current children cumulated vsize (KiB) 99964

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 1.90 3/81 13397
/proc/meminfo: memFree=1786120/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=577.29
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1272 0 0 0 57728 1 0 0 25 0 1 0 1983159521 102363136 1081 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/13396/statm: 24991 1081 492 234 0 23693 0
Current children cumulated CPU time (s) 577.29
Current children cumulated vsize (KiB) 99964

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 1.90 3/81 13397
/proc/meminfo: memFree=1785992/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=636.78
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1272 0 0 0 63677 1 0 0 25 0 1 0 1983159521 102363136 1081 996147200 134512640 135472138 4294956224 18446744073709551615 134577392 0 0 4096 0 0 0 0 17 1 0 0
/proc/13396/statm: 24991 1081 492 234 0 23693 0
Current children cumulated CPU time (s) 636.78
Current children cumulated vsize (KiB) 99964


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

[startup+882.302 s]
/proc/loadavg: 2.01 2.03 1.93 4/82 13478
/proc/meminfo: memFree=1846720/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=875.27
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1272 0 0 0 87522 5 0 0 25 0 1 0 1983159521 102363136 1081 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/13396/statm: 24991 1081 492 234 0 23693 0
Current children cumulated CPU time (s) 875.27
Current children cumulated vsize (KiB) 99964

[startup+942.302 s]
/proc/loadavg: 2.00 2.03 1.93 3/82 13478
/proc/meminfo: memFree=1846720/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=935.24
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1273 0 0 0 93519 5 0 0 25 0 1 0 1983159521 102363136 1082 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 0 0 0
/proc/13396/statm: 24991 1082 492 234 0 23693 0
Current children cumulated CPU time (s) 935.24
Current children cumulated vsize (KiB) 99964

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 1.93 3/82 13478
/proc/meminfo: memFree=1846656/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=995.22
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1273 0 0 0 99517 5 0 0 25 0 1 0 1983159521 102363136 1082 996147200 134512640 135472138 4294956224 18446744073709551615 135253435 0 0 4096 0 0 0 0 17 0 0 0
/proc/13396/statm: 24991 1082 492 234 0 23693 0
Current children cumulated CPU time (s) 995.22
Current children cumulated vsize (KiB) 99964

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/82 13478
/proc/meminfo: memFree=1846592/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=1055.19
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1273 0 0 0 105514 5 0 0 25 0 1 0 1983159521 102363136 1082 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 0 0 0
/proc/13396/statm: 24991 1082 492 234 0 23693 0
Current children cumulated CPU time (s) 1055.19
Current children cumulated vsize (KiB) 99964

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/82 13478
/proc/meminfo: memFree=1846592/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=1115.17
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1273 0 0 0 111512 5 0 0 25 0 1 0 1983159521 102363136 1082 996147200 134512640 135472138 4294956224 18446744073709551615 135262992 0 0 4096 0 0 0 0 17 0 0 0
/proc/13396/statm: 24991 1082 492 234 0 23693 0
Current children cumulated CPU time (s) 1115.17
Current children cumulated vsize (KiB) 99964

[startup+1182.3 s]
/proc/loadavg: 2.11 2.03 1.94 3/82 13478
/proc/meminfo: memFree=1846528/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=1175.14
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1273 0 0 0 117509 5 0 0 25 0 1 0 1983159521 102363136 1082 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/13396/statm: 24991 1082 492 234 0 23693 0
Current children cumulated CPU time (s) 1175.14
Current children cumulated vsize (KiB) 99964

[startup+1242.3 s]
/proc/loadavg: 2.07 2.04 1.95 3/82 13478
/proc/meminfo: memFree=1846336/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=1235.12
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1273 0 0 0 123507 5 0 0 25 0 1 0 1983159521 102363136 1082 996147200 134512640 135472138 4294956224 18446744073709551615 135263756 0 0 4096 0 0 0 0 17 0 0 0
/proc/13396/statm: 24991 1082 492 234 0 23693 0
Current children cumulated CPU time (s) 1235.12
Current children cumulated vsize (KiB) 99964

[startup+1302.3 s]
/proc/loadavg: 2.06 2.04 1.95 3/82 13478
/proc/meminfo: memFree=1846272/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=1295.1
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1273 0 0 0 129505 5 0 0 25 0 1 0 1983159521 102363136 1082 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 0 0 0
/proc/13396/statm: 24991 1082 492 234 0 23693 0
Current children cumulated CPU time (s) 1295.1
Current children cumulated vsize (KiB) 99964

[startup+1362.3 s]
/proc/loadavg: 2.06 2.05 1.96 3/82 13484
/proc/meminfo: memFree=1846328/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=1355.06
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1273 0 0 0 135501 5 0 0 25 0 1 0 1983159521 102363136 1082 996147200 134512640 135472138 4294956224 18446744073709551615 135202779 0 0 4096 0 0 0 0 17 0 0 0
/proc/13396/statm: 24991 1082 492 234 0 23693 0
Current children cumulated CPU time (s) 1355.06
Current children cumulated vsize (KiB) 99964

[startup+1422.31 s]
/proc/loadavg: 2.05 2.05 1.96 3/82 13484
/proc/meminfo: memFree=1846264/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=1415.04
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1273 0 0 0 141499 5 0 0 25 0 1 0 1983159521 102363136 1082 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/13396/statm: 24991 1082 492 234 0 23693 0
Current children cumulated CPU time (s) 1415.04
Current children cumulated vsize (KiB) 99964

[startup+1482.3 s]
/proc/loadavg: 2.02 2.04 1.96 3/82 13484
/proc/meminfo: memFree=1846264/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=1475.01
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1273 0 0 0 147496 5 0 0 25 0 1 0 1983159521 102363136 1082 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 0 0 0
/proc/13396/statm: 24991 1082 492 234 0 23693 0
Current children cumulated CPU time (s) 1475.01
Current children cumulated vsize (KiB) 99964

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 1.96 3/82 13484
/proc/meminfo: memFree=1846264/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=1534.99
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1273 0 0 0 153494 5 0 0 25 0 1 0 1983159521 102363136 1082 996147200 134512640 135472138 4294956224 18446744073709551615 134905669 0 0 4096 0 0 0 0 17 0 0 0
/proc/13396/statm: 24991 1082 492 234 0 23693 0
Current children cumulated CPU time (s) 1534.99
Current children cumulated vsize (KiB) 99964

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/82 13484
/proc/meminfo: memFree=1846200/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=1594.97
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1273 0 0 0 159491 6 0 0 25 0 1 0 1983159521 102363136 1082 996147200 134512640 135472138 4294956224 18446744073709551615 135263616 0 0 4096 0 0 0 0 17 0 0 0
/proc/13396/statm: 24991 1082 492 234 0 23693 0
Current children cumulated CPU time (s) 1594.97
Current children cumulated vsize (KiB) 99964

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/82 13484
/proc/meminfo: memFree=1846136/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=1654.94
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1273 0 0 0 165488 6 0 0 25 0 1 0 1983159521 102363136 1082 996147200 134512640 135472138 4294956224 18446744073709551615 134984272 0 0 4096 0 0 0 0 17 0 0 0
/proc/13396/statm: 24991 1082 492 234 0 23693 0
Current children cumulated CPU time (s) 1654.94
Current children cumulated vsize (KiB) 99964

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/82 13484
/proc/meminfo: memFree=1846080/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=1714.92
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1273 0 0 0 171486 6 0 0 25 0 1 0 1983159521 102363136 1082 996147200 134512640 135472138 4294956224 18446744073709551615 134577393 0 0 4096 0 0 0 0 17 0 0 0
/proc/13396/statm: 24991 1082 492 234 0 23693 0
Current children cumulated CPU time (s) 1714.92
Current children cumulated vsize (KiB) 99964

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/82 13484
/proc/meminfo: memFree=1845888/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=1774.9
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1273 0 0 0 177484 6 0 0 25 0 1 0 1983159521 102363136 1082 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 0 0 0
/proc/13396/statm: 24991 1082 492 234 0 23693 0
Current children cumulated CPU time (s) 1774.9
Current children cumulated vsize (KiB) 99964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/82 13484
/proc/meminfo: memFree=1845888/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=1800.09
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1273 0 0 0 180003 6 0 0 25 0 1 0 1983159521 102363136 1082 996147200 134512640 135472138 4294956224 18446744073709551615 135202743 0 0 4096 0 0 0 0 17 0 0 0
/proc/13396/statm: 24991 1082 492 234 0 23693 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 99964

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

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

[startup+1807.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/82 13484
/proc/meminfo: memFree=1845888/2055920 swapFree=4180436/4192956
[pid=13396] ppid=13394 vsize=99964 CPUtime=1800.09
/proc/13396/stat : 13396 (casperzito) R 13394 13396 12750 0 -1 4194304 1273 0 0 0 180003 6 0 0 25 0 1 0 1983159521 102363136 1082 996147200 134512640 135472138 4294956224 18446744073709551615 135202743 0 0 4096 0 0 0 0 17 0 0 0
/proc/13396/statm: 24991 1082 492 234 0 23693 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 99964

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.51
CPU time (s): 1800.1
CPU user time (s): 1800.03
CPU system time (s): 0.066989
CPU usage (%): 99.5902
Max. virtual memory (cumulated for all children) (KiB): 100120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.03
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1273
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= 19
involuntary context switches= 18292

runsolver used 1.82472 second user time and 4.85226 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-03 01:38:28
IDJOB=1048038
IDBENCH=54344
IDSOLVER=362
FILE ID=node71/1048038-1215041908
PBS_JOBID= 7875033
Free space on /tmp= 66544 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/schurrLemma/normalized-lemma-67-4.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048038-1215041908/watcher-1048038-1215041908 -o /tmp/evaluation-result-1048038-1215041908/solver-1048038-1215041908 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1048038-1215041908.xml 1216663918 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 15619f0fa210145c5821fec8a750a21d
RANDOM SEED=1216663918

node71.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.209
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.209
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:       1790128 kB
Buffers:         11188 kB
Cached:         105400 kB
SwapCached:       6764 kB
Active:         115856 kB
Inactive:        88472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790128 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            3096 kB
Writeback:           0 kB
Mapped:         100988 kB
Slab:            46456 kB
Committed_AS:  4925516 kB
PageTables:       2032 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 node71 at 2008-07-03 02:08:37