Trace number 1063640

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 632.021 636.383

DiagnosticValue
ASSIGNMENTS226086
CHECKS725820000

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-bandm.xml
MD5SUM2e689f8063f4b75fb1edd7df8c8edad7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.1048
Satisfiable
(Un)Satisfiability was proved
Number of variables14160
Number of constraints610
Maximum constraint arity2100
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension610
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c mistral-prime version 1.313
0.00/0.07	c 
0.00/0.07	c Parsing xml file
0.00/0.07	c          domains...............     0	(1 domains)
0.00/0.07	c          variables.............  0.09	(14160 variables)
0.00/0.10	c          predicates............  25.6	(363 predicates)
25.66/25.93	c          constraints...........  1.18	(610 constraints)
26.85/27.12	c Parsing time:  26.87
26.85/27.12	c
26.85/27.12	c Building model
26.95/27.21	c         0 AllDifferent constraints infered
27.63/27.98	c         0 constants
27.63/27.98	c     14160 Boolean variables    (+0)
27.63/27.98	c         0 range variables      (+249572)
27.63/27.98	c         0 domain (b) variables (+0)
27.63/27.98	c         0 domain (l) variables (+0)
27.63/27.98	c         0 constraints          (+249572)
27.63/27.98	c         0 values 
27.63/27.98	c Building time:   0.86
27.63/27.98	c
27.63/27.98	c Solving instance
27.63/27.98	c          heuristic = dom/wdeg
27.63/27.98	c          Randomized probing iteration = 100
27.63/27.98	c          probing limit = 30
27.63/27.98	c          level based weights = no
27.63/27.98	c          impact probing = no
27.63/27.98	c          restart policy = No restart
27.63/27.98	c          probing .......603.42
631.03/635.42	c          Probing Nodes226081
631.03/635.42	c          final run   0.04
631.03/635.46	c Solving time: 603.46
631.03/635.46	c
631.03/635.46	s UNSATISFIABLE
631.03/635.46	d CHECKS 725819994
631.03/635.46	d ASSIGNMENTS 226086

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-1063640-1215138232/watcher-1063640-1215138232 -o /tmp/evaluation-result-1063640-1215138232/solver-1063640-1215138232 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/xsolve HOME/instance-1063640-1215138232.xml -v 1 -rs 1122002008 -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: 2.01 2.02 2.00 4/72 16135
/proc/meminfo: memFree=1711472/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=820 CPUtime=0
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 39 0 0 0 0 0 0 0 21 0 1 0 1992796118 839680 25 996147200 134512640 135239859 4294956144 18446744073709551615 11281188 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/16135/statm: 205 25 19 177 0 3 0

[startup+0.110182 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 16135
/proc/meminfo: memFree=1711472/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=8040 CPUtime=0.09
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 1304 0 0 0 9 0 0 0 22 0 1 0 1992796118 8232960 1270 996147200 134512640 135239859 4294956144 18446744073709551615 134610635 0 0 4096 0 0 0 0 17 1 0 0
/proc/16135/statm: 2010 1270 381 177 0 913 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8040

[startup+0.201197 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 16135
/proc/meminfo: memFree=1711472/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=9556 CPUtime=0.18
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 1706 0 0 0 18 0 0 0 22 0 1 0 1992796118 9785344 1672 996147200 134512640 135239859 4294956144 18446744073709551615 134610725 0 0 4096 0 0 0 0 17 1 0 0
/proc/16135/statm: 2389 1672 381 177 0 1292 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9556

[startup+0.301205 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 16135
/proc/meminfo: memFree=1711472/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=9556 CPUtime=0.28
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 1711 0 0 0 28 0 0 0 23 0 1 0 1992796118 9785344 1677 996147200 134512640 135239859 4294956144 18446744073709551615 134610346 0 0 4096 0 0 0 0 17 1 0 0
/proc/16135/statm: 2389 1677 381 177 0 1292 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9556

[startup+0.701251 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 16135
/proc/meminfo: memFree=1711472/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=19524 CPUtime=0.68
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 4195 0 0 0 67 1 0 0 25 0 1 0 1992796118 19992576 4161 996147200 134512640 135239859 4294956144 18446744073709551615 11448898 0 0 4096 0 0 0 0 17 1 0 0
/proc/16135/statm: 4881 4161 381 177 0 3784 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 19524

[startup+1.50133 s]
/proc/loadavg: 2.01 2.02 2.00 3/73 16136
/proc/meminfo: memFree=1689064/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=27084 CPUtime=1.48
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 6090 0 0 0 145 3 0 0 25 0 1 0 1992796118 27734016 6056 996147200 134512640 135239859 4294956144 18446744073709551615 134610383 0 0 4096 0 0 0 0 17 1 0 0
/proc/16135/statm: 6771 6056 381 177 0 5674 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 27084

[startup+3.1015 s]
/proc/loadavg: 2.17 2.06 2.01 3/73 16136
/proc/meminfo: memFree=1688488/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=27084 CPUtime=3.06
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 6090 0 0 0 303 3 0 0 25 0 1 0 1992796118 27734016 6056 996147200 134512640 135239859 4294956144 18446744073709551615 134610635 0 0 4096 0 0 0 0 17 1 0 0
/proc/16135/statm: 6771 6056 381 177 0 5674 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 27084

[startup+6.30183 s]
/proc/loadavg: 2.17 2.06 2.01 3/73 16136
/proc/meminfo: memFree=1640744/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=99612 CPUtime=6.23
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 23254 0 0 0 611 12 0 0 25 0 1 0 1992796118 102002688 23220 996147200 134512640 135239859 4294956144 18446744073709551615 134610371 0 0 4096 0 0 0 0 17 1 0 0
/proc/16135/statm: 24903 23220 381 177 0 23806 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 99612

[startup+12.7025 s]
/proc/loadavg: 2.14 2.06 2.01 3/73 16136
/proc/meminfo: memFree=1581800/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=135512 CPUtime=12.58
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 32746 0 0 0 1241 17 0 0 25 0 1 0 1992796118 138764288 32712 996147200 134512640 135239859 4294956144 18446744073709551615 4159010165 0 0 4096 0 0 0 0 17 1 0 0
/proc/16135/statm: 33878 32712 381 177 0 32781 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 135512

[startup+25.502 s]
/proc/loadavg: 2.12 2.05 2.01 4/73 16136
/proc/meminfo: memFree=1581928/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=135512 CPUtime=25.26
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 32747 0 0 0 2509 17 0 0 25 0 1 0 1992796118 138764288 32713 996147200 134512640 135239859 4294956144 18446744073709551615 134610700 0 0 4096 0 0 0 0 17 1 0 0
/proc/16135/statm: 33878 32713 381 177 0 32781 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 135512

[startup+51.1014 s]
/proc/loadavg: 2.14 2.06 2.01 3/73 16136
/proc/meminfo: memFree=1394408/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=331952 CPUtime=50.66
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 83319 0 0 0 5029 37 0 0 25 0 1 0 1992796118 339918848 80748 996147200 134512640 135239859 4294956144 18446744073709551615 135097633 0 0 4096 0 0 0 0 17 1 0 0
/proc/16135/statm: 82988 80748 431 177 0 81891 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 331952

[startup+102.302 s]
/proc/loadavg: 2.31 2.12 2.03 3/73 16136
/proc/meminfo: memFree=1304168/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=420836 CPUtime=101.43
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 110739 0 0 0 10095 48 0 0 25 0 1 0 1992796118 430936064 102022 996147200 134512640 135239859 4294956144 18446744073709551615 135071157 0 0 4096 0 0 0 0 17 1 0 0
/proc/16135/statm: 105209 102022 431 177 0 104112 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 420836

[startup+162.302 s]
/proc/loadavg: 2.18 2.13 2.04 4/73 16136
/proc/meminfo: memFree=1303336/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=421628 CPUtime=160.92
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 110936 0 0 0 16044 48 0 0 25 0 1 0 1992796118 431747072 102219 996147200 134512640 135239859 4294956144 18446744073709551615 135071157 0 0 4096 0 0 0 0 17 1 0 0
/proc/16135/statm: 105407 102219 431 177 0 104310 0
Current children cumulated CPU time (s) 160.92
Current children cumulated vsize (KiB) 421628

[startup+222.306 s]
/proc/loadavg: 2.10 2.12 2.04 3/73 16136
/proc/meminfo: memFree=1294760/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=427304 CPUtime=220.43
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 113084 0 0 0 21994 49 0 0 25 0 1 0 1992796118 437559296 104367 996147200 134512640 135239859 4294956144 18446744073709551615 135071466 0 0 4096 0 0 0 0 17 1 0 0
/proc/16135/statm: 106826 104367 431 177 0 105729 0
Current children cumulated CPU time (s) 220.43
Current children cumulated vsize (KiB) 427304

[startup+282.301 s]
/proc/loadavg: 2.03 2.09 2.03 3/73 16136
/proc/meminfo: memFree=1294760/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=427436 CPUtime=279.93
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 113105 0 0 0 27943 50 0 0 25 0 1 0 1992796118 437694464 104388 996147200 134512640 135239859 4294956144 18446744073709551615 135030995 0 0 4096 0 0 0 0 17 1 0 0
/proc/16135/statm: 106859 104388 431 177 0 105762 0
Current children cumulated CPU time (s) 279.93
Current children cumulated vsize (KiB) 427436

[startup+342.301 s]
/proc/loadavg: 2.01 2.07 2.02 3/73 16136
/proc/meminfo: memFree=1294760/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=427436 CPUtime=339.44
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 113108 0 0 0 33894 50 0 0 25 0 1 0 1992796118 437694464 104391 996147200 134512640 135239859 4294956144 18446744073709551615 135031006 0 0 4096 0 0 0 0 17 1 0 0
/proc/16135/statm: 106859 104391 431 177 0 105762 0
Current children cumulated CPU time (s) 339.44
Current children cumulated vsize (KiB) 427436

[startup+402.302 s]
/proc/loadavg: 2.00 2.06 2.02 3/73 16136
/proc/meminfo: memFree=1294760/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=427436 CPUtime=398.94
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 113110 0 0 0 39844 50 0 0 25 0 1 0 1992796118 437694464 104393 996147200 134512640 135239859 4294956144 18446744073709551615 135071478 0 0 4096 0 0 0 0 17 1 0 0
/proc/16135/statm: 106859 104393 431 177 0 105762 0
Current children cumulated CPU time (s) 398.94
Current children cumulated vsize (KiB) 427436

[startup+462.302 s]
/proc/loadavg: 1.92 2.03 2.01 3/81 16199
/proc/meminfo: memFree=1281384/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=427436 CPUtime=458.46
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 113111 0 0 0 45794 52 0 0 25 0 1 0 1992796118 437694464 104394 996147200 134512640 135239859 4294956144 18446744073709551615 134829808 0 0 4096 0 0 0 0 17 1 0 0
/proc/16135/statm: 106859 104394 431 177 0 105762 0
Current children cumulated CPU time (s) 458.46
Current children cumulated vsize (KiB) 427436

[startup+522.302 s]
/proc/loadavg: 1.92 2.01 2.00 3/94 16311
/proc/meminfo: memFree=1156088/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=427832 CPUtime=518.17
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 113195 0 0 0 51760 57 0 0 25 0 1 0 1992796118 438099968 104478 996147200 134512640 135239859 4294956144 18446744073709551615 135030995 0 0 4096 0 0 0 0 17 0 0 0
/proc/16135/statm: 106958 104478 431 177 0 105861 0
Current children cumulated CPU time (s) 518.17
Current children cumulated vsize (KiB) 427832

[startup+582.301 s]
/proc/loadavg: 1.97 2.00 2.00 3/73 16338
/proc/meminfo: memFree=1281632/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=427964 CPUtime=577.96
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 113248 0 0 0 57738 58 0 0 25 0 1 0 1992796118 438235136 104531 996147200 134512640 135239859 4294956144 18446744073709551615 135071157 0 0 4096 0 0 0 0 17 0 0 0
/proc/16135/statm: 106991 104531 431 177 0 105894 0
Current children cumulated CPU time (s) 577.96
Current children cumulated vsize (KiB) 427964

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

[startup+588.802 s]
/proc/loadavg: 1.97 2.00 2.00 3/73 16338
/proc/meminfo: memFree=1281440/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=427964 CPUtime=584.46
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 113248 0 0 0 58388 58 0 0 25 0 1 0 1992796118 438235136 104531 996147200 134512640 135239859 4294956144 18446744073709551615 134803091 0 0 4096 0 0 0 0 17 0 0 0
/proc/16135/statm: 106991 104531 431 177 0 105894 0
Current children cumulated CPU time (s) 584.46
Current children cumulated vsize (KiB) 427964

[startup+614.401 s]
/proc/loadavg: 1.98 2.00 2.00 3/73 16338
/proc/meminfo: memFree=1281504/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=427964 CPUtime=610.04
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 113248 0 0 0 60946 58 0 0 25 0 1 0 1992796118 438235136 104531 996147200 134512640 135239859 4294956144 18446744073709551615 135071424 0 0 4096 0 0 0 0 17 0 0 0
/proc/16135/statm: 106991 104531 431 177 0 105894 0
Current children cumulated CPU time (s) 610.04
Current children cumulated vsize (KiB) 427964

[startup+627.202 s]
/proc/loadavg: 1.98 2.00 2.00 3/73 16338
/proc/meminfo: memFree=1281376/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=427964 CPUtime=622.84
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 113248 0 0 0 62226 58 0 0 25 0 1 0 1992796118 438235136 104531 996147200 134512640 135239859 4294956144 18446744073709551615 135071471 0 0 4096 0 0 0 0 17 0 0 0
/proc/16135/statm: 106991 104531 431 177 0 105894 0
Current children cumulated CPU time (s) 622.84
Current children cumulated vsize (KiB) 427964

[startup+630.405 s]
/proc/loadavg: 1.98 2.00 2.00 3/73 16338
/proc/meminfo: memFree=1281248/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=427964 CPUtime=626.04
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 113248 0 0 0 62546 58 0 0 25 0 1 0 1992796118 438235136 104531 996147200 134512640 135239859 4294956144 18446744073709551615 134803091 0 0 4096 0 0 0 0 17 0 0 0
/proc/16135/statm: 106991 104531 431 177 0 105894 0
Current children cumulated CPU time (s) 626.04
Current children cumulated vsize (KiB) 427964

[startup+633.602 s]
/proc/loadavg: 1.98 2.00 2.00 3/73 16338
/proc/meminfo: memFree=1281248/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=427964 CPUtime=629.24
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 113248 0 0 0 62866 58 0 0 25 0 1 0 1992796118 438235136 104531 996147200 134512640 135239859 4294956144 18446744073709551615 135030995 0 0 4096 0 0 0 0 17 0 0 0
/proc/16135/statm: 106991 104531 431 177 0 105894 0
Current children cumulated CPU time (s) 629.24
Current children cumulated vsize (KiB) 427964

[startup+635.202 s]
/proc/loadavg: 1.98 2.00 2.00 3/73 16338
/proc/meminfo: memFree=1281248/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=427964 CPUtime=630.83
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 113248 0 0 0 63025 58 0 0 25 0 1 0 1992796118 438235136 104531 996147200 134512640 135239859 4294956144 18446744073709551615 134788054 0 0 4096 0 0 0 0 17 0 0 0
/proc/16135/statm: 106991 104531 431 177 0 105894 0
Current children cumulated CPU time (s) 630.83
Current children cumulated vsize (KiB) 427964

[startup+636.002 s]
/proc/loadavg: 1.98 2.00 2.00 3/73 16338
/proc/meminfo: memFree=1282272/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=426888 CPUtime=631.63
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 113252 0 0 0 63105 58 0 0 25 0 1 0 1992796118 437133312 104266 996147200 134512640 135239859 4294956144 18446744073709551615 11710597 0 0 4096 0 0 0 0 17 0 0 0
/proc/16135/statm: 106722 104266 435 177 0 105625 0
Current children cumulated CPU time (s) 631.63
Current children cumulated vsize (KiB) 426888

[startup+636.202 s]
/proc/loadavg: 1.98 2.00 2.00 3/73 16338
/proc/meminfo: memFree=1282272/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=304640 CPUtime=631.83
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 113258 0 0 0 63123 60 0 0 25 0 1 0 1992796118 311951360 75441 996147200 134512640 135239859 4294956144 18446744073709551615 4159126157 0 0 4096 0 0 0 0 17 0 0 0
/proc/16135/statm: 76160 75441 441 177 0 75063 0
Current children cumulated CPU time (s) 631.83
Current children cumulated vsize (KiB) 304640

[startup+636.302 s]
/proc/loadavg: 1.98 2.00 2.00 3/73 16338
/proc/meminfo: memFree=1282272/2055920 swapFree=4180396/4192956
[pid=16135] ppid=16133 vsize=304640 CPUtime=631.93
/proc/16135/stat : 16135 (xsolve) R 16133 16135 12893 0 -1 4194304 113259 0 0 0 63133 60 0 0 25 0 1 0 1992796118 311951360 75442 996147200 134512640 135239859 4294956144 18446744073709551615 11710533 0 0 4096 0 0 0 0 17 0 0 0
/proc/16135/statm: 76160 75442 442 177 0 75063 0
Current children cumulated CPU time (s) 631.93
Current children cumulated vsize (KiB) 304640

Child status: 0
Real time (s): 636.383
CPU time (s): 632.021
CPU user time (s): 631.373
CPU system time (s): 0.647901
CPU usage (%): 99.3145
Max. virtual memory (cumulated for all children) (KiB): 427964

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

runsolver used 0.730888 second user time and 1.80672 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-04 04:23:53
IDJOB=1063640
IDBENCH=54816
IDSOLVER=342
FILE ID=node44/1063640-1215138232
PBS_JOBID= 7877287
Free space on /tmp= 66548 MiB

SOLVER NAME= MDG-probe 2008-06-27
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-bandm.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-1063640-1215138232/watcher-1063640-1215138232 -o /tmp/evaluation-result-1063640-1215138232/solver-1063640-1215138232 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/xsolve HOME/instance-1063640-1215138232.xml -v 1 -rs 1122002008 -probe 1 -ph 0 -heu dom/wdeg -res no

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2e689f8063f4b75fb1edd7df8c8edad7
RANDOM SEED=1122002008

node44.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.213
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.213
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:       1711952 kB
Buffers:         49524 kB
Cached:         202284 kB
SwapCached:       6524 kB
Active:          66856 kB
Inactive:       202172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711952 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            7972 kB
Writeback:           0 kB
Mapped:          24720 kB
Slab:            60228 kB
Committed_AS:  3465196 kB
PageTables:       1756 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 node44 at 2008-07-04 04:34:29