Trace number 1093292

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.09 1802.33

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-3.xml
MD5SUMa120acb0d25d871e6ddc3f8ad8bfd6be
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.5527
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.17	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.17	c Parsing = 1
3.36/3.45	c Building = 1
4.24/4.35	c [ NumberOfVariables = 25 ]
4.24/4.35	c [ NumberOfConstraints = 56 ]
4.24/4.35	c [ SizeOfSearchSpace(log2) = 58.0482 ]
4.24/4.35	c SymmetrySearch = (OutOfMemory)
10.78/10.99	c [ Proceeding without symmetry breaking ]
12.36/12.52	c InitialPropagation = 1
12.36/12.57	c [ SizeOfSearchSpace(log2) = 58.0482 ]
12.36/12.57	c InitialSAC = 1
14.74/14.91	c [ SizeOfSearchSpace(log2) = 58.0482 ]
14.74/14.91	c Search(SampleFF) : 
119.40/120.56	c [ Sampling domwdeg ]
119.40/120.56	c [ Sampling impacts ]
119.40/120.56	c [ SamplingScores: ]
119.40/120.56	c [ domwdeg+min = 2.3799e-07 | domwdeg+rnd = 8.04057e-08 ]
119.40/120.56	c [ impacts+min = 7.58506e-08 | impacts+rnd = 3.85049e-08 ]
119.40/120.56	c [ la+min = 0 | la+rnd = 0 ]
119.40/120.56	c [ domwdeg = 1.59198e-07 | impacts = 5.71777e-08 | la = 0 ]
119.40/120.56	c [ min = 1.04613e-07 | rand = 5.71777e-08 ]
119.40/120.56	c [ restarting at (2.57084,1.1264e-06) ]
126.44/127.62	c [ restarting at (6.4271,8.8064e-07) ]
143.69/145.03	c [ restarting at (16.0678,5.36576e-06) ]
156.76/158.23	c [ restarting at (40.1694,2.09715e-07) ]
257.52/259.06	c [ restarting at (100.424,1.80224e-05) ]
508.58/510.24	c [ restarting at (251.059,1.79405e-05) ]
1136.08/1138.04	c [ restarting at (627.647,4.37043e-05) ]

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

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.92 4/84 29336
/proc/meminfo: memFree=1301376/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=18572 CPUtime=0
/proc/29336/stat : 29336 (runsolver) R 29334 29336 28378 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003922088 19017728 292 996147200 4194304 4296836 548682068464 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29336/statm: 4643 292 257 25 0 2626 0

[startup+0.234198 s]
/proc/loadavg: 2.00 2.00 1.92 4/84 29336
/proc/meminfo: memFree=1301376/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=10784 CPUtime=0.21
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 1790 0 0 0 21 0 0 0 19 0 1 0 2003922088 11042816 1750 996147200 134512640 135472138 4294956224 18446744073709551615 4159774000 0 0 4096 0 0 0 0 17 1 0 0
/proc/29336/statm: 2696 1750 365 234 0 1398 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10784

[startup+0.301211 s]
/proc/loadavg: 2.00 2.00 1.92 4/84 29336
/proc/meminfo: memFree=1301376/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=12128 CPUtime=0.29
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 2135 0 0 0 28 1 0 0 19 0 1 0 2003922088 12419072 2095 996147200 134512640 135472138 4294956224 18446744073709551615 134774685 0 0 4096 0 0 0 0 17 1 0 0
/proc/29336/statm: 3032 2095 365 234 0 1734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12128

[startup+0.40123 s]
/proc/loadavg: 2.00 2.00 1.92 4/84 29336
/proc/meminfo: memFree=1301376/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=15096 CPUtime=0.38
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 2866 0 0 0 37 1 0 0 20 0 1 0 2003922088 15458304 2826 996147200 134512640 135472138 4294956224 18446744073709551615 134774912 0 0 4096 0 0 0 0 17 1 0 0
/proc/29336/statm: 3774 2826 365 234 0 2476 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 15096

[startup+0.70129 s]
/proc/loadavg: 2.00 2.00 1.92 4/84 29336
/proc/meminfo: memFree=1301376/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=22384 CPUtime=0.68
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 4693 0 0 0 66 2 0 0 23 0 1 0 2003922088 22921216 4653 996147200 134512640 135472138 4294956224 18446744073709551615 134774662 0 0 4096 0 0 0 0 17 1 0 0
/proc/29336/statm: 5596 4653 365 234 0 4298 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 22384

[startup+1.50145 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 29337
/proc/meminfo: memFree=1272760/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=40032 CPUtime=1.47
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 9103 0 0 0 142 5 0 0 25 0 1 0 2003922088 40992768 9063 996147200 134512640 135472138 4294956224 18446744073709551615 2621078 0 0 4096 0 0 0 0 17 1 0 0
/proc/29336/statm: 10008 9063 365 234 0 8710 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 40032

[startup+3.10276 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 29337
/proc/meminfo: memFree=1247160/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=77260 CPUtime=3.06
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 18417 0 0 0 296 10 0 0 25 0 1 0 2003922088 79114240 18377 996147200 134512640 135472138 4294956224 18446744073709551615 134774676 0 0 4096 0 0 0 0 17 1 0 0
/proc/29336/statm: 19315 18377 365 234 0 18017 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 77260

[startup+6.30139 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 29337
/proc/meminfo: memFree=1003192/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=480564 CPUtime=6.22
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 91653 0 0 0 576 46 0 0 25 0 1 0 2003922088 492097536 91613 996147200 134512640 135472138 4294956224 18446744073709551615 134629318 0 0 4096 0 0 0 0 17 1 0 0
/proc/29336/statm: 120141 91613 432 234 0 118843 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 480564

[startup+12.7027 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 29337
/proc/meminfo: memFree=564984/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=12.56
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184388 0 0 0 1155 101 0 0 25 0 1 0 2003922088 290451456 42284 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/29336/statm: 70911 42284 463 234 0 69613 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 283644

[startup+25.5062 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 29337
/proc/meminfo: memFree=1132344/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=25.25
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184536 0 0 0 2424 101 0 0 25 0 1 0 2003922088 290451456 42432 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/29336/statm: 70911 42432 475 234 0 69613 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 283644

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 29337
/proc/meminfo: memFree=1131768/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=50.61
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184699 0 0 0 4960 101 0 0 25 0 1 0 2003922088 290451456 42595 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/29336/statm: 70911 42595 483 234 0 69613 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 283644

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 29337
/proc/meminfo: memFree=1131448/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=101.36
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184746 0 0 0 10035 101 0 0 25 0 1 0 2003922088 290451456 42642 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/29336/statm: 70911 42642 485 234 0 69613 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 283644

[startup+162.301 s]
/proc/loadavg: 1.92 1.98 1.91 3/73 29367
/proc/meminfo: memFree=1642528/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=160.86
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184754 0 0 0 15984 102 0 0 25 0 1 0 2003922088 290451456 42650 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42650 486 234 0 69613 0
Current children cumulated CPU time (s) 160.86
Current children cumulated vsize (KiB) 283644

[startup+222.302 s]
/proc/loadavg: 1.97 1.98 1.91 3/73 29367
/proc/meminfo: memFree=1598240/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=220.83
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184754 0 0 0 21981 102 0 0 25 0 1 0 2003922088 290451456 42650 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42650 486 234 0 69613 0
Current children cumulated CPU time (s) 220.83
Current children cumulated vsize (KiB) 283644

[startup+282.303 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29367
/proc/meminfo: memFree=1597984/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=280.8
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184819 0 0 0 27978 102 0 0 25 0 1 0 2003922088 290451456 42715 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42715 486 234 0 69613 0
Current children cumulated CPU time (s) 280.8
Current children cumulated vsize (KiB) 283644

[startup+342.306 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29367
/proc/meminfo: memFree=1597920/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=340.78
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184819 0 0 0 33976 102 0 0 25 0 1 0 2003922088 290451456 42715 996147200 134512640 135472138 4294956224 18446744073709551615 134604944 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42715 486 234 0 69613 0
Current children cumulated CPU time (s) 340.78
Current children cumulated vsize (KiB) 283644

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29367
/proc/meminfo: memFree=1597920/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=400.74
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184819 0 0 0 39972 102 0 0 25 0 1 0 2003922088 290451456 42715 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42715 486 234 0 69613 0
Current children cumulated CPU time (s) 400.74
Current children cumulated vsize (KiB) 283644

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29367
/proc/meminfo: memFree=1597856/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=460.71
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184819 0 0 0 45969 102 0 0 25 0 1 0 2003922088 290451456 42715 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42715 486 234 0 69613 0
Current children cumulated CPU time (s) 460.71
Current children cumulated vsize (KiB) 283644

[startup+522.302 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29367
/proc/meminfo: memFree=1597856/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=520.69
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184819 0 0 0 51966 103 0 0 25 0 1 0 2003922088 290451456 42715 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42715 486 234 0 69613 0
Current children cumulated CPU time (s) 520.69
Current children cumulated vsize (KiB) 283644

[startup+582.303 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29367
/proc/meminfo: memFree=1597856/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=580.66
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184819 0 0 0 57963 103 0 0 25 0 1 0 2003922088 290451456 42715 996147200 134512640 135472138 4294956224 18446744073709551615 135262881 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42715 486 234 0 69613 0
Current children cumulated CPU time (s) 580.66
Current children cumulated vsize (KiB) 283644

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29367
/proc/meminfo: memFree=1597856/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=640.63
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184819 0 0 0 63960 103 0 0 25 0 1 0 2003922088 290451456 42715 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42715 486 234 0 69613 0
Current children cumulated CPU time (s) 640.63
Current children cumulated vsize (KiB) 283644


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

[startup+882.302 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29367
/proc/meminfo: memFree=1597472/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=880.51
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184834 0 0 0 87948 103 0 0 25 0 1 0 2003922088 290451456 42730 996147200 134512640 135472138 4294956224 18446744073709551615 134585120 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42730 486 234 0 69613 0
Current children cumulated CPU time (s) 880.51
Current children cumulated vsize (KiB) 283644

[startup+942.302 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29367
/proc/meminfo: memFree=1597472/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=940.48
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184834 0 0 0 93945 103 0 0 25 0 1 0 2003922088 290451456 42730 996147200 134512640 135472138 4294956224 18446744073709551615 134605024 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42730 486 234 0 69613 0
Current children cumulated CPU time (s) 940.48
Current children cumulated vsize (KiB) 283644

[startup+1002.31 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29367
/proc/meminfo: memFree=1597472/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=1000.45
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184834 0 0 0 99942 103 0 0 25 0 1 0 2003922088 290451456 42730 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42730 486 234 0 69613 0
Current children cumulated CPU time (s) 1000.45
Current children cumulated vsize (KiB) 283644

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29367
/proc/meminfo: memFree=1597408/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=1060.41
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184834 0 0 0 105938 103 0 0 25 0 1 0 2003922088 290451456 42730 996147200 134512640 135472138 4294956224 18446744073709551615 134604967 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42730 486 234 0 69613 0
Current children cumulated CPU time (s) 1060.41
Current children cumulated vsize (KiB) 283644

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29367
/proc/meminfo: memFree=1597408/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=1120.38
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184834 0 0 0 111935 103 0 0 25 0 1 0 2003922088 290451456 42730 996147200 134512640 135472138 4294956224 18446744073709551615 134585092 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42730 486 234 0 69613 0
Current children cumulated CPU time (s) 1120.38
Current children cumulated vsize (KiB) 283644

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29367
/proc/meminfo: memFree=1597280/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=1180.36
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184834 0 0 0 117932 104 0 0 25 0 1 0 2003922088 290451456 42730 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42730 486 234 0 69613 0
Current children cumulated CPU time (s) 1180.36
Current children cumulated vsize (KiB) 283644

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29367
/proc/meminfo: memFree=1597152/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=1240.34
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184834 0 0 0 123930 104 0 0 25 0 1 0 2003922088 290451456 42730 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42730 486 234 0 69613 0
Current children cumulated CPU time (s) 1240.34
Current children cumulated vsize (KiB) 283644

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29367
/proc/meminfo: memFree=1597024/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=1300.3
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184834 0 0 0 129926 104 0 0 25 0 1 0 2003922088 290451456 42730 996147200 134512640 135472138 4294956224 18446744073709551615 135262890 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42730 486 234 0 69613 0
Current children cumulated CPU time (s) 1300.3
Current children cumulated vsize (KiB) 283644

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29367
/proc/meminfo: memFree=1597024/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=1360.27
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184834 0 0 0 135923 104 0 0 25 0 1 0 2003922088 290451456 42730 996147200 134512640 135472138 4294956224 18446744073709551615 134585029 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42730 486 234 0 69613 0
Current children cumulated CPU time (s) 1360.27
Current children cumulated vsize (KiB) 283644

[startup+1422.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29367
/proc/meminfo: memFree=1596960/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=1420.25
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184834 0 0 0 141921 104 0 0 25 0 1 0 2003922088 290451456 42730 996147200 134512640 135472138 4294956224 18446744073709551615 134604871 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42730 486 234 0 69613 0
Current children cumulated CPU time (s) 1420.25
Current children cumulated vsize (KiB) 283644

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29367
/proc/meminfo: memFree=1596896/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=1480.22
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184834 0 0 0 147918 104 0 0 25 0 1 0 2003922088 290451456 42730 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42730 486 234 0 69613 0
Current children cumulated CPU time (s) 1480.22
Current children cumulated vsize (KiB) 283644

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29369
/proc/meminfo: memFree=1596640/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=1540.19
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184834 0 0 0 153915 104 0 0 25 0 1 0 2003922088 290451456 42730 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42730 486 234 0 69613 0
Current children cumulated CPU time (s) 1540.19
Current children cumulated vsize (KiB) 283644

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29369
/proc/meminfo: memFree=1596640/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=1600.15
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184834 0 0 0 159911 104 0 0 25 0 1 0 2003922088 290451456 42730 996147200 134512640 135472138 4294956224 18446744073709551615 134585077 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42730 486 234 0 69613 0
Current children cumulated CPU time (s) 1600.15
Current children cumulated vsize (KiB) 283644

[startup+1662.31 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29369
/proc/meminfo: memFree=1596640/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=1660.13
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184834 0 0 0 165909 104 0 0 25 0 1 0 2003922088 290451456 42730 996147200 134512640 135472138 4294956224 18446744073709551615 134604995 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42730 486 234 0 69613 0
Current children cumulated CPU time (s) 1660.13
Current children cumulated vsize (KiB) 283644

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29369
/proc/meminfo: memFree=1596576/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=1720.09
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184834 0 0 0 171905 104 0 0 25 0 1 0 2003922088 290451456 42730 996147200 134512640 135472138 4294956224 18446744073709551615 134585010 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42730 486 234 0 69613 0
Current children cumulated CPU time (s) 1720.09
Current children cumulated vsize (KiB) 283644

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29369
/proc/meminfo: memFree=1596384/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=1780.06
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184834 0 0 0 177902 104 0 0 25 0 1 0 2003922088 290451456 42730 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42730 486 234 0 69613 0
Current children cumulated CPU time (s) 1780.06
Current children cumulated vsize (KiB) 283644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29369
/proc/meminfo: memFree=1596384/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=1800.05
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184834 0 0 0 179901 104 0 0 25 0 1 0 2003922088 290451456 42730 996147200 134512640 135472138 4294956224 18446744073709551615 134604973 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42730 486 234 0 69613 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 283644

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

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

[startup+1802.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/73 29369
/proc/meminfo: memFree=1596384/2055924 swapFree=4180432/4192956
[pid=29336] ppid=29334 vsize=283644 CPUtime=1800.05
/proc/29336/stat : 29336 (casperzito) R 29334 29336 28378 0 -1 4194304 184834 0 0 0 179901 104 0 0 25 0 1 0 2003922088 290451456 42730 996147200 134512640 135472138 4294956224 18446744073709551615 134604973 0 0 4096 0 0 0 0 17 0 0 0
/proc/29336/statm: 70911 42730 486 234 0 69613 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 283644

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.33
CPU time (s): 1800.09
CPU user time (s): 1799.02
CPU system time (s): 1.07284
CPU usage (%): 99.8757
Max. virtual memory (cumulated for all children) (KiB): 860728

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

runsolver used 2.14567 second user time and 5.2882 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-05 11:17:48
IDJOB=1093292
IDBENCH=58695
IDSOLVER=362
FILE ID=node6/1093292-1215249466
PBS_JOBID= 7881970
Free space on /tmp= 66432 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-3.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093292-1215249466/watcher-1093292-1215249466 -o /tmp/evaluation-result-1093292-1215249466/solver-1093292-1215249466 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1093292-1215249466.xml 1316589722 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a120acb0d25d871e6ddc3f8ad8bfd6be
RANDOM SEED=1316589722

node6.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.265
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.265
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:      2055924 kB
MemFree:       1301856 kB
Buffers:         15444 kB
Cached:         181272 kB
SwapCached:       6536 kB
Active:         626676 kB
Inactive:        76704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1301856 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:           33568 kB
Writeback:           0 kB
Mapped:         518160 kB
Slab:            34884 kB
Committed_AS:  4061560 kB
PageTables:       2880 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= 66456 MiB
End job on node6 at 2008-07-05 11:47:52