Trace number 1085768

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
MDG-probe 2008-06-27UNSAT 608.69 614.556

DiagnosticValue
ASSIGNMENTS6569
CHECKS4567700

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-0.xml
MD5SUMdb919c043cbe2ccf39dda4a6ced1254b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.6993
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	c mistral-prime version 1.313
0.00/0.09	c 
0.00/0.09	c Parsing xml file
0.00/0.09	c          domains...............     0	(23 domains)
0.00/0.10	c          variables.............  0.04	(3000 variables)
0.00/0.14	c          predicates............-8.3348e-19	(8 predicates)
0.00/0.14	c          constraints...........  1.53	(33021 constraints)
1.49/1.68	c Parsing time:   1.57
1.49/1.68	c
1.49/1.68	c Building model
1.68/1.86	c         0 constants
1.68/1.86	c         0 Boolean variables    (+0)
1.68/1.86	c         0 range variables      (+0)
1.68/1.86	c         0 domain (b) variables (+0)
1.68/1.86	c      3000 domain (l) variables (+0)
1.68/1.86	c     33021 constraints          (+0)
1.68/1.86	c         0 values 
1.68/1.86	c Building time:   0.17
1.68/1.86	c
1.68/1.86	c Solving instance
1.68/1.86	c          heuristic = dom/wdeg
1.68/1.86	c          Randomized probing iteration = 100
1.68/1.86	c          probing limit = 30
1.68/1.86	c          level based weights = no
1.68/1.86	c          impact probing = no
1.68/1.86	c          restart policy = No restart
1.68/1.86	c          probing ..........603.55
605.16/611.04	c          Probing Nodes  6554
605.16/611.04	c          final run   3.33
608.52/614.40	c Solving time: 606.88
608.52/614.40	c
608.52/614.40	s UNSATISFIABLE
608.52/614.40	d CHECKS 4567697
608.52/614.40	d ASSIGNMENTS 6569

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1085768-1215235451/watcher-1085768-1215235451 -o /tmp/evaluation-result-1085768-1215235451/solver-1085768-1215235451 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/xsolve HOME/instance-1085768-1215235451.xml -v 1 -rs 119121832 -probe 1 -ph 0 -heu dom/wdeg -res no 

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.93 2.19 2.19 4/73 4567
/proc/meminfo: memFree=1471624/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=820 CPUtime=0
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 39 0 0 0 0 0 0 0 19 0 1 0 2002496279 839680 25 996147200 134512640 135239859 4294956144 18446744073709551615 9757476 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 205 25 19 177 0 3 0

[startup+0.103518 s]
/proc/loadavg: 1.93 2.19 2.19 4/73 4567
/proc/meminfo: memFree=1471624/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=4864 CPUtime=0
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 506 0 0 0 0 0 0 0 18 0 1 0 2002496279 4980736 472 996147200 134512640 135239859 4294956144 18446744073709551615 134926033 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 1216 472 372 177 0 119 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4864

[startup+0.201544 s]
/proc/loadavg: 1.93 2.19 2.19 4/73 4567
/proc/meminfo: memFree=1471624/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=8028 CPUtime=0.09
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 1355 0 0 0 9 0 0 0 18 0 1 0 2002496279 8220672 1321 996147200 134512640 135239859 4294956144 18446744073709551615 4160172328 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 2007 1321 400 177 0 910 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8028

[startup+0.30256 s]
/proc/loadavg: 1.93 2.19 2.19 4/73 4567
/proc/meminfo: memFree=1471624/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=9476 CPUtime=0.19
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 1696 0 0 0 19 0 0 0 19 0 1 0 2002496279 9703424 1662 996147200 134512640 135239859 4294956144 18446744073709551615 10198785 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 2369 1662 400 177 0 1272 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9476

[startup+0.701642 s]
/proc/loadavg: 1.93 2.19 2.19 4/73 4567
/proc/meminfo: memFree=1471624/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=14884 CPUtime=0.59
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 3078 0 0 0 58 1 0 0 23 0 1 0 2002496279 15241216 2978 996147200 134512640 135239859 4294956144 18446744073709551615 10187042 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 3721 2978 400 177 0 2624 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 14884

[startup+1.50281 s]
/proc/loadavg: 1.93 2.19 2.19 3/74 4568
/proc/meminfo: memFree=1456000/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=24916 CPUtime=1.39
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 5689 0 0 0 137 2 0 0 25 0 1 0 2002496279 25513984 5459 996147200 134512640 135239859 4294956144 18446744073709551615 10191221 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 6229 5459 400 177 0 5132 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 24916

[startup+3.1011 s]
/proc/loadavg: 1.93 2.19 2.19 3/74 4568
/proc/meminfo: memFree=1410816/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=105652 CPUtime=2.97
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15800 0 0 0 290 7 0 0 25 0 1 0 2002496279 108187648 15504 996147200 134512640 135239859 4294956144 18446744073709551615 134532176 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 26413 15504 421 177 0 25316 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 105652

[startup+6.30173 s]
/proc/loadavg: 1.94 2.19 2.19 3/74 4568
/proc/meminfo: memFree=1410880/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=105652 CPUtime=6.14
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15800 0 0 0 607 7 0 0 25 0 1 0 2002496279 108187648 15504 996147200 134512640 135239859 4294956144 18446744073709551615 134535356 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 26413 15504 421 177 0 25316 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 105652

[startup+12.702 s]
/proc/loadavg: 1.94 2.18 2.18 3/74 4568
/proc/meminfo: memFree=1411008/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=105652 CPUtime=12.49
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15800 0 0 0 1242 7 0 0 25 0 1 0 2002496279 108187648 15504 996147200 134512640 135239859 4294956144 18446744073709551615 134540260 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 26413 15504 421 177 0 25316 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 105652

[startup+25.5015 s]
/proc/loadavg: 1.95 2.17 2.18 3/74 4568
/proc/meminfo: memFree=1411072/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=105652 CPUtime=25.18
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15800 0 0 0 2511 7 0 0 25 0 1 0 2002496279 108187648 15504 996147200 134512640 135239859 4294956144 18446744073709551615 134539282 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 26413 15504 421 177 0 25316 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 105652

[startup+51.1015 s]
/proc/loadavg: 1.97 2.16 2.18 3/74 4568
/proc/meminfo: memFree=1410880/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=105788 CPUtime=50.56
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15822 0 0 0 5048 8 0 0 25 0 1 0 2002496279 108326912 15526 996147200 134512640 135239859 4294956144 18446744073709551615 135097009 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 26447 15526 422 177 0 25350 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 105788

[startup+102.301 s]
/proc/loadavg: 1.98 2.13 2.17 3/74 4568
/proc/meminfo: memFree=1410752/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=105788 CPUtime=101.28
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15827 0 0 0 10120 8 0 0 25 0 1 0 2002496279 108326912 15531 996147200 134512640 135239859 4294956144 18446744073709551615 135095218 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 26447 15531 422 177 0 25350 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 105788

[startup+162.301 s]
/proc/loadavg: 1.99 2.11 2.15 3/74 4568
/proc/meminfo: memFree=1410752/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=105788 CPUtime=160.71
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15828 0 0 0 16063 8 0 0 25 0 1 0 2002496279 108326912 15532 996147200 134512640 135239859 4294956144 18446744073709551615 134534753 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 26447 15532 422 177 0 25350 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 105788

[startup+222.307 s]
/proc/loadavg: 1.99 2.08 2.14 3/74 4568
/proc/meminfo: memFree=1410752/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=105788 CPUtime=220.15
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15828 0 0 0 22007 8 0 0 25 0 1 0 2002496279 108326912 15532 996147200 134512640 135239859 4294956144 18446744073709551615 134535329 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 26447 15532 422 177 0 25350 0
Current children cumulated CPU time (s) 220.15
Current children cumulated vsize (KiB) 105788

[startup+282.302 s]
/proc/loadavg: 1.99 2.07 2.13 3/74 4568
/proc/meminfo: memFree=1410752/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=105788 CPUtime=279.58
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15828 0 0 0 27950 8 0 0 25 0 1 0 2002496279 108326912 15532 996147200 134512640 135239859 4294956144 18446744073709551615 134532176 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 26447 15532 422 177 0 25350 0
Current children cumulated CPU time (s) 279.58
Current children cumulated vsize (KiB) 105788

[startup+342.301 s]
/proc/loadavg: 1.99 2.05 2.12 3/74 4568
/proc/meminfo: memFree=1410752/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=105788 CPUtime=339
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15828 0 0 0 33892 8 0 0 25 0 1 0 2002496279 108326912 15532 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 26447 15532 422 177 0 25350 0
Current children cumulated CPU time (s) 339
Current children cumulated vsize (KiB) 105788

[startup+402.301 s]
/proc/loadavg: 1.99 2.04 2.11 3/74 4568
/proc/meminfo: memFree=1410752/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=105788 CPUtime=398.43
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15828 0 0 0 39835 8 0 0 25 0 1 0 2002496279 108326912 15532 996147200 134512640 135239859 4294956144 18446744073709551615 134541297 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 26447 15532 422 177 0 25350 0
Current children cumulated CPU time (s) 398.43
Current children cumulated vsize (KiB) 105788

[startup+462.302 s]
/proc/loadavg: 1.99 2.03 2.10 3/74 4568
/proc/meminfo: memFree=1410816/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=105788 CPUtime=457.86
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15828 0 0 0 45778 8 0 0 25 0 1 0 2002496279 108326912 15532 996147200 134512640 135239859 4294956144 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 26447 15532 422 177 0 25350 0
Current children cumulated CPU time (s) 457.86
Current children cumulated vsize (KiB) 105788

[startup+522.302 s]
/proc/loadavg: 1.99 2.02 2.09 3/74 4568
/proc/meminfo: memFree=1410752/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=105788 CPUtime=517.3
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15828 0 0 0 51722 8 0 0 25 0 1 0 2002496279 108326912 15532 996147200 134512640 135239859 4294956144 18446744073709551615 134535329 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 26447 15532 422 177 0 25350 0
Current children cumulated CPU time (s) 517.3
Current children cumulated vsize (KiB) 105788

[startup+582.301 s]
/proc/loadavg: 1.99 2.02 2.08 3/74 4568
/proc/meminfo: memFree=1410752/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=105788 CPUtime=576.73
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15828 0 0 0 57665 8 0 0 25 0 1 0 2002496279 108326912 15532 996147200 134512640 135239859 4294956144 18446744073709551615 134820185 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 26447 15532 422 177 0 25350 0
Current children cumulated CPU time (s) 576.73
Current children cumulated vsize (KiB) 105788

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

[startup+588.802 s]
/proc/loadavg: 1.99 2.02 2.08 3/74 4568
/proc/meminfo: memFree=1410752/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=105788 CPUtime=583.16
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15828 0 0 0 58308 8 0 0 25 0 1 0 2002496279 108326912 15532 996147200 134512640 135239859 4294956144 18446744073709551615 134532191 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 26447 15532 422 177 0 25350 0
Current children cumulated CPU time (s) 583.16
Current children cumulated vsize (KiB) 105788

[startup+601.601 s]
/proc/loadavg: 1.99 2.02 2.08 3/74 4568
/proc/meminfo: memFree=1410752/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=105788 CPUtime=595.84
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15828 0 0 0 59576 8 0 0 25 0 1 0 2002496279 108326912 15532 996147200 134512640 135239859 4294956144 18446744073709551615 134541297 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 26447 15532 422 177 0 25350 0
Current children cumulated CPU time (s) 595.84
Current children cumulated vsize (KiB) 105788

[startup+608.001 s]
/proc/loadavg: 1.99 2.01 2.08 3/74 4568
/proc/meminfo: memFree=1410624/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=105788 CPUtime=602.18
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15828 0 0 0 60210 8 0 0 25 0 1 0 2002496279 108326912 15532 996147200 134512640 135239859 4294956144 18446744073709551615 134535665 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 26447 15532 422 177 0 25350 0
Current children cumulated CPU time (s) 602.18
Current children cumulated vsize (KiB) 105788

[startup+611.202 s]
/proc/loadavg: 1.99 2.01 2.08 3/74 4568
/proc/meminfo: memFree=1410624/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=105788 CPUtime=605.35
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15829 0 0 0 60527 8 0 0 25 0 1 0 2002496279 108326912 15533 996147200 134512640 135239859 4294956144 18446744073709551615 134532185 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 26447 15533 423 177 0 25350 0
Current children cumulated CPU time (s) 605.35
Current children cumulated vsize (KiB) 105788

[startup+612.806 s]
/proc/loadavg: 1.99 2.01 2.08 3/74 4568
/proc/meminfo: memFree=1410624/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=105788 CPUtime=606.94
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15829 0 0 0 60686 8 0 0 25 0 1 0 2002496279 108326912 15533 996147200 134512640 135239859 4294956144 18446744073709551615 134534753 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 26447 15533 423 177 0 25350 0
Current children cumulated CPU time (s) 606.94
Current children cumulated vsize (KiB) 105788

[startup+613.602 s]
/proc/loadavg: 1.99 2.01 2.08 3/74 4568
/proc/meminfo: memFree=1410624/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=105788 CPUtime=607.73
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15829 0 0 0 60765 8 0 0 25 0 1 0 2002496279 108326912 15533 996147200 134512640 135239859 4294956144 18446744073709551615 134534753 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 26447 15533 423 177 0 25350 0
Current children cumulated CPU time (s) 607.73
Current children cumulated vsize (KiB) 105788

[startup+614.002 s]
/proc/loadavg: 1.99 2.01 2.08 3/74 4568
/proc/meminfo: memFree=1410624/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=105788 CPUtime=608.12
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15829 0 0 0 60804 8 0 0 25 0 1 0 2002496279 108326912 15533 996147200 134512640 135239859 4294956144 18446744073709551615 134535340 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 26447 15533 423 177 0 25350 0
Current children cumulated CPU time (s) 608.12
Current children cumulated vsize (KiB) 105788

[startup+614.402 s]
/proc/loadavg: 1.99 2.01 2.08 3/74 4568
/proc/meminfo: memFree=1410624/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=105788 CPUtime=608.52
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15829 0 0 0 60844 8 0 0 25 0 1 0 2002496279 108326912 15533 996147200 134512640 135239859 4294956144 18446744073709551615 134534753 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 26447 15533 423 177 0 25350 0
Current children cumulated CPU time (s) 608.52
Current children cumulated vsize (KiB) 105788

[startup+614.502 s]
/proc/loadavg: 1.99 2.01 2.08 3/74 4568
/proc/meminfo: memFree=1410624/2055920 swapFree=4179604/4192956
[pid=4567] ppid=4565 vsize=28076 CPUtime=608.63
/proc/4567/stat : 4567 (xsolve) R 4565 4567 4062 0 -1 4194304 15838 0 0 0 60854 9 0 0 25 0 1 0 2002496279 28749824 6159 996147200 134512640 135239859 4294956144 18446744073709551615 10186821 0 0 4096 0 0 0 0 17 1 0 0
/proc/4567/statm: 7019 6159 432 177 0 5922 0
Current children cumulated CPU time (s) 608.63
Current children cumulated vsize (KiB) 28076

Child status: 0
Real time (s): 614.556
CPU time (s): 608.69
CPU user time (s): 608.591
CPU system time (s): 0.099984
CPU usage (%): 99.0455
Max. virtual memory (cumulated for all children) (KiB): 105788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 608.59
system time used= 0.099984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15840
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= 9
involuntary context switches= 13461

runsolver used 0.843871 second user time and 1.92471 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-05 07:24:11
IDJOB=1085768
IDBENCH=57698
IDSOLVER=342
FILE ID=node74/1085768-1215235451
PBS_JOBID= 7881944
Free space on /tmp= 103224 MiB

SOLVER NAME= MDG-probe 2008-06-27
BENCH NAME= CPAI08/csp/fapp/fapp15/normalized-fapp15-3000-0.xml
COMMAND LINE= HOME/xsolve BENCHNAME -v 1 -rs RANDOMSEED -probe 1 -ph 0 -heu dom/wdeg -res no
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085768-1215235451/watcher-1085768-1215235451 -o /tmp/evaluation-result-1085768-1215235451/solver-1085768-1215235451 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/xsolve HOME/instance-1085768-1215235451.xml -v 1 -rs 119121832 -probe 1 -ph 0 -heu dom/wdeg -res no

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= db919c043cbe2ccf39dda4a6ced1254b
RANDOM SEED=119121832

node74.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.259
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.259
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:       1472232 kB
Buffers:         41992 kB
Cached:         138164 kB
SwapCached:       6708 kB
Active:         360832 kB
Inactive:       162364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1472232 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            5584 kB
Writeback:           0 kB
Mapped:         351016 kB
Slab:            44820 kB
Committed_AS:  4438324 kB
PageTables:       2544 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103224 MiB
End job on node74 at 2008-07-05 07:34:26