Trace number 1095103

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.05 1807.21

General information on the benchmark

Namecsp/bibd8/
normalized-bibd-8-70-35-4-15_glb.xml
MD5SUMfee6fed8aa0142612fea238ef10cf4d0
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.333948
Satisfiable
(Un)Satisfiability was proved
Number of variables2520
Number of constraints2066
Maximum constraint arity70
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1960
Global constraints used (with number of constraints)weightedsum(106)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.09/0.11	c Building = 1
0.09/0.13	c [ NumberOfVariables = 2520 ]
0.09/0.13	c [ NumberOfConstraints = 2066 ]
0.09/0.13	c [ SizeOfSearchSpace(log2) = 2520 ]
0.09/0.13	c SymmetrySearch = 1
0.38/0.45	c [ Found 4.82976e+104 symmetries ]
0.48/0.52	c InitialPropagation = 1
0.48/0.52	c [ SizeOfSearchSpace(log2) = 2520 ]
0.48/0.52	c InitialSAC = (Timeout)
3.49/3.53	c [ SizeOfSearchSpace(log2) = 1730 ]
3.49/3.53	c Search(SampleFF) : 
74.46/74.54	c [ Sampling domwdeg ]
74.46/74.54	c [ Sampling impacts ]
74.46/74.54	c [ SamplingScores: ]
74.46/74.54	c [ domwdeg+min = 0.0547684 | domwdeg+rnd = 0.0703719 ]
74.46/74.54	c [ impacts+min = 0.0427157 | impacts+rnd = 0.117735 ]
74.46/74.54	c [ la+min = 0 | la+rnd = 0 ]
74.46/74.54	c [ domwdeg = 0.0625701 | impacts = 0.0802255 | la = 0 ]
74.46/74.54	c [ min = 0.0324947 | rand = 0.0802255 ]
74.46/74.54	c [ restarting at (3.96356,0.415799) ]
84.35/84.46	c [ restarting at (9.9089,0.272165) ]
109.15/109.25	c [ restarting at (24.7722,0.127652) ]
171.10/171.21	c [ restarting at (61.9306,0.00967566) ]
325.94/326.12	c [ restarting at (154.827,0.0259413) ]
713.09/713.40	c [ restarting at (387.066,0.000901372) ]
1675.51/1681.64	c [ restarting at (967.666,0.0488828) ]

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

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 2815
/proc/meminfo: memFree=1691216/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=5348 CPUtime=0
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 214 0 0 0 0 0 0 0 18 0 1 0 649555103 5476352 189 996147200 134512640 135472138 4294956224 18446744073709551615 6757240 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 1337 189 155 234 0 27 0

[startup+0.036827 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 2815
/proc/meminfo: memFree=1691216/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=5836 CPUtime=0.03
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 574 0 0 0 3 0 0 0 18 0 1 0 649555103 5976064 534 996147200 134512640 135472138 4294956224 18446744073709551615 134768101 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 1459 534 368 234 0 161 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5836

[startup+0.101832 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 2815
/proc/meminfo: memFree=1691216/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=6760 CPUtime=0.09
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 817 0 0 0 9 0 0 0 18 0 1 0 649555103 6922240 777 996147200 134512640 135472138 4294956224 18446744073709551615 134749046 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 1690 778 369 234 0 392 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6760

[startup+0.301853 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 2815
/proc/meminfo: memFree=1691216/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103972 CPUtime=0.28
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 2280 0 0 0 28 0 0 0 19 0 1 0 649555103 106467328 2240 996147200 134512640 135472138 4294956224 18446744073709551615 134529951 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 25993 2241 472 234 0 24695 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 103972

[startup+0.701893 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 2815
/proc/meminfo: memFree=1691216/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=0.69
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4470 0 0 0 67 2 0 0 23 0 1 0 649555103 106483712 2616 996147200 134512640 135472138 4294956224 18446744073709551615 134949457 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 25997 2616 496 234 0 24699 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 103988

[startup+1.50197 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 2816
/proc/meminfo: memFree=1682568/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=1.49
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4489 0 0 0 147 2 0 0 25 0 1 0 649555103 106483712 2635 996147200 134512640 135472138 4294956224 18446744073709551615 134891670 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 25997 2635 496 234 0 24699 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103988

[startup+3.10114 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 2816
/proc/meminfo: memFree=1682312/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=3.09
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4524 0 0 0 307 2 0 0 25 0 1 0 649555103 106483712 2670 996147200 134512640 135472138 4294956224 18446744073709551615 134881886 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 25997 2670 496 234 0 24699 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 103988

[startup+6.30147 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 2816
/proc/meminfo: memFree=1681864/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=6.29
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4607 0 0 0 627 2 0 0 25 0 1 0 649555103 106483712 2753 996147200 134512640 135472138 4294956224 18446744073709551615 134578208 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 25997 2753 529 234 0 24699 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103988

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 2816
/proc/meminfo: memFree=1681736/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=12.69
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4607 0 0 0 1267 2 0 0 25 0 1 0 649555103 106483712 2753 996147200 134512640 135472138 4294956224 18446744073709551615 134936635 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 25997 2753 529 234 0 24699 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103988

[startup+25.5045 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 2816
/proc/meminfo: memFree=1681736/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=25.48
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4647 0 0 0 2546 2 0 0 25 0 1 0 649555103 106483712 2793 996147200 134512640 135472138 4294956224 18446744073709551615 134578202 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 25997 2793 529 234 0 24699 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 103988

[startup+51.102 s]
/proc/loadavg: 1.96 1.98 1.99 3/82 2816
/proc/meminfo: memFree=1681480/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=51.07
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4721 0 0 0 5105 2 0 0 25 0 1 0 649555103 106483712 2867 996147200 134512640 135472138 4294956224 18446744073709551615 134689799 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 25997 2867 530 234 0 24699 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 103988

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/82 2816
/proc/meminfo: memFree=1681288/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=102.25
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 10223 2 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 135234741 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 103988

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 2822
/proc/meminfo: memFree=1681032/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=162.21
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 16219 2 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 135234741 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 103988

[startup+222.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 2822
/proc/meminfo: memFree=1681032/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=222.18
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 22216 2 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 134881790 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 103988

[startup+282.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 2822
/proc/meminfo: memFree=1681032/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=282.16
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 28214 2 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 103988

[startup+342.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 2822
/proc/meminfo: memFree=1681032/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=342.13
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 34211 2 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 134881886 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 103988

[startup+402.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 2822
/proc/meminfo: memFree=1681032/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=402.12
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 40209 3 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 134949643 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 103988

[startup+462.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 2822
/proc/meminfo: memFree=1680840/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=462.1
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 46207 3 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 134881790 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 103988

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 2822
/proc/meminfo: memFree=1680776/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=522.07
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 52204 3 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 8089334 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 103988

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 2822
/proc/meminfo: memFree=1680776/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=582.04
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 58201 3 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 134881886 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 103988

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 2822
/proc/meminfo: memFree=1680712/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=642.03
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 64200 3 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 8089334 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 103988


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

[startup+822.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 2822
/proc/meminfo: memFree=1680520/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=821.94
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 82191 3 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 134881886 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 103988

[startup+882.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 2822
/proc/meminfo: memFree=1680520/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=881.92
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 88189 3 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 8089337 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 103988

[startup+942.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 2822
/proc/meminfo: memFree=1680456/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=941.9
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 94187 3 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 134689799 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 103988

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 2822
/proc/meminfo: memFree=1680328/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=1001.88
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 100185 3 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 134881814 0 0 4096 0 0 0 0 17 0 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 103988

[startup+1062.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/83 2863
/proc/meminfo: memFree=1743368/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=1061.43
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 106139 4 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 134881886 0 0 4096 0 0 0 0 17 1 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 1061.43
Current children cumulated vsize (KiB) 103988

[startup+1122.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 2863
/proc/meminfo: memFree=1740232/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=1120.92
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 112088 4 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 134689806 0 0 4096 0 0 0 0 17 1 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 1120.92
Current children cumulated vsize (KiB) 103988

[startup+1182.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 2863
/proc/meminfo: memFree=1736968/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=1180.42
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 118038 4 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 134949457 0 0 4096 0 0 0 0 17 1 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 1180.42
Current children cumulated vsize (KiB) 103988

[startup+1242.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/83 2863
/proc/meminfo: memFree=1736584/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=1239.91
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 123987 4 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 134873421 0 0 4096 0 0 0 0 17 1 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 1239.91
Current children cumulated vsize (KiB) 103988

[startup+1302.3 s]
/proc/loadavg: 2.34 2.11 2.03 3/83 2863
/proc/meminfo: memFree=1736520/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=1299.41
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 129937 4 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 134881886 0 0 4096 0 0 0 0 17 1 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 1299.41
Current children cumulated vsize (KiB) 103988

[startup+1362.3 s]
/proc/loadavg: 2.27 2.15 2.04 3/83 2863
/proc/meminfo: memFree=1736008/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=1358.9
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 135886 4 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 134882177 0 0 4096 0 0 0 0 17 1 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 1358.9
Current children cumulated vsize (KiB) 103988

[startup+1422.31 s]
/proc/loadavg: 2.10 2.12 2.04 3/83 2863
/proc/meminfo: memFree=1736072/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=1418.39
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 141835 4 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 135234741 0 0 4096 0 0 0 0 17 1 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 1418.39
Current children cumulated vsize (KiB) 103988

[startup+1482.3 s]
/proc/loadavg: 2.03 2.09 2.03 3/83 2863
/proc/meminfo: memFree=1736072/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=1477.89
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 147785 4 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 134681217 0 0 4096 0 0 0 0 17 1 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 1477.89
Current children cumulated vsize (KiB) 103988

[startup+1542.3 s]
/proc/loadavg: 2.01 2.07 2.03 4/83 2863
/proc/meminfo: memFree=1735816/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=1537.38
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 153734 4 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 134881886 0 0 4096 0 0 0 0 17 1 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 1537.38
Current children cumulated vsize (KiB) 103988

[startup+1602.3 s]
/proc/loadavg: 2.00 2.06 2.02 3/83 2863
/proc/meminfo: memFree=1735816/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=1596.88
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 159684 4 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 134881071 0 0 4096 0 0 0 0 17 1 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 1596.88
Current children cumulated vsize (KiB) 103988

[startup+1662.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/83 2863
/proc/meminfo: memFree=1735688/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=1656.37
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 165633 4 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 135234741 0 0 4096 0 0 0 0 17 1 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 1656.37
Current children cumulated vsize (KiB) 103988

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/83 2863
/proc/meminfo: memFree=1735624/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=1715.86
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 171582 4 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 134915913 0 0 4096 0 0 0 0 17 1 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 1715.86
Current children cumulated vsize (KiB) 103988

[startup+1782.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/83 2863
/proc/meminfo: memFree=1735496/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=1775.35
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 177531 4 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 135234708 0 0 4096 0 0 0 0 17 1 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 1775.35
Current children cumulated vsize (KiB) 103988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.2 s]
/proc/loadavg: 2.03 2.04 2.01 3/83 2863
/proc/meminfo: memFree=1735496/2055920 swapFree=4177348/4192956
[pid=2815] ppid=2813 vsize=103988 CPUtime=1800.04
/proc/2815/stat : 2815 (casperzito) R 2813 2815 1492 0 -1 4194304 4727 0 0 0 180000 4 0 0 25 0 1 0 649555103 106483712 2873 996147200 134512640 135472138 4294956224 18446744073709551615 8089334 0 0 4096 0 0 0 0 17 1 0 0
/proc/2815/statm: 25997 2873 531 234 0 24699 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 103988

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.21
CPU time (s): 1800.05
CPU user time (s): 1800.01
CPU system time (s): 0.044993
CPU usage (%): 99.6039
Max. virtual memory (cumulated for all children) (KiB): 111292

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

runsolver used 1.70574 second user time and 4.88326 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-05 15:59:10
IDJOB=1095103
IDBENCH=58881
IDSOLVER=362
FILE ID=node84/1095103-1215266350
PBS_JOBID= 7882060
Free space on /tmp= 66556 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/bibd8/normalized-bibd-8-70-35-4-15_glb.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1095103-1215266350/watcher-1095103-1215266350 -o /tmp/evaluation-result-1095103-1215266350/solver-1095103-1215266350 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1095103-1215266350.xml 175667890 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fee6fed8aa0142612fea238ef10cf4d0
RANDOM SEED=175667890

node84.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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1691696 kB
Buffers:         34744 kB
Cached:         176592 kB
SwapCached:       9596 kB
Active:         212312 kB
Inactive:       105244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1691696 kB
SwapTotal:     4192956 kB
SwapFree:      4177348 kB
Dirty:            3284 kB
Writeback:           0 kB
Mapped:         122608 kB
Slab:            31776 kB
Committed_AS:  2006256 kB
PageTables:       1976 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= 66556 MiB
End job on node84 at 2008-07-05 16:29:19