Trace number 1081184

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-27SAT 681.411 692.563

DiagnosticValue
ASSIGNMENTS281602
CHECKS2369390000

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-100-0.xml
MD5SUM183bb6c12d5c0d952ccfd5001b683c61
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark23.7064
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1247
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.10	c mistral-prime version 1.313
0.00/0.10	c 
0.00/0.10	c Parsing xml file
0.00/0.10	c          domains...............     0	(225 domains)
0.00/0.10	c          variables.............  0.01	(225 variables)
0.00/0.10	c          predicates............-2.0837e-19	(2 predicates)
0.00/0.10	c          constraints...........  0.07	(1785 constraints)
0.00/0.10	c Parsing time:   0.08
0.00/0.10	c
0.00/0.10	c Building model
0.09/0.11	c         0 constants
0.09/0.11	c         0 Boolean variables    (+3150)
0.09/0.11	c       225 range variables      (+3360)
0.09/0.11	c         0 domain (b) variables (+0)
0.09/0.11	c         0 domain (l) variables (+0)
0.09/0.11	c      1785 constraints          (+6510)
0.09/0.11	c         0 values 
0.09/0.11	c Building time:   0.02
0.09/0.11	c
0.09/0.11	c Solving instance
0.09/0.11	c          heuristic = dom/wdeg
0.09/0.11	c          Randomized probing iteration = 100
0.09/0.11	c          probing limit = 30
0.09/0.11	c          level based weights = no
0.09/0.11	c          impact probing = no
0.09/0.11	c          restart policy = No restart
0.09/0.11	c          probing ..........  7.25
7.32/7.42	c          Probing Nodes  6835
7.32/7.42	c          final run 674.13
681.34/692.54	c Solving time: 681.38
681.34/692.54	c
681.34/692.54	s SATISFIABLE
681.34/692.54	v 5 99 335 422 475 501 568 639 721 731 758 851 943 1083 1161 141 219 250 412 488 553 631 639 688 797 877 895 946 970 1116 0 222 390 454 638 721 788 809 815 869 937 1019 1039 1078 1179 146 259 282 485 515 568 662 720 813 861 956 986 1042 1069 1209 0 131 217 239 299 361 390 528 627 706 784 943 986 1041 1113 117 146 244 337 407 423 463 528 611 689 747 895 982 1044 1058 0 18 93 127 131 417 485 504 612 815 937 980 1004 1041 1171 0 65 117 126 175 236 313 413 485 491 605 612 1110 1113 1170 0 91 121 222 313 326 516 598 706 813 869 1019 1044 1128 1218 0 32 91 121 181 225 271 337 426 611 715 784 952 1078 1233 0 175 216 217 267 374 549 638 687 719 759 877 1038 1136 1171 0 49 126 236 244 299 338 422 456 489 549 618 692 1044 1102 0 65 142 239 259 295 328 361 438 488 568 866 964 1039 1135 0 28 90 141 250 328 430 504 560 699 775 876 1033 1149 1156 85 304 332 515 568 663 720 788 861 869 877 946 1033 1116 1136
681.34/692.54	d CHECKS 2369388034
681.34/692.54	d ASSIGNMENTS 281602

Verifier Data (download as text)

OK

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-1081184-1215215798/watcher-1081184-1215215798 -o /tmp/evaluation-result-1081184-1215215798/solver-1081184-1215215798 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/xsolve HOME/instance-1081184-1215215798.xml -v 1 -rs 793235292 -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.99 1.98 1.99 4/81 18286
/proc/meminfo: memFree=1275784/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=820 CPUtime=0
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 39 0 0 0 0 0 0 0 19 0 1 0 2000554061 839680 25 996147200 134512640 135239859 4294956144 18446744073709551615 8438564 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 205 25 19 177 0 3 0

[startup+0.108403 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 18286
/proc/meminfo: memFree=1275784/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=10184 CPUtime=0.09
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 1887 0 0 0 9 0 0 0 20 0 1 0 2000554061 10428416 1853 996147200 134512640 135239859 4294956144 18446744073709551615 8873595 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2546 1853 418 177 0 1449 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10184

[startup+0.202196 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 18286
/proc/meminfo: memFree=1275784/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11732 CPUtime=0.18
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2284 0 0 0 17 1 0 0 20 0 1 0 2000554061 12013568 2250 996147200 134512640 135239859 4294956144 18446744073709551615 134820664 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2933 2250 428 177 0 1836 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 11732

[startup+0.301215 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 18286
/proc/meminfo: memFree=1275784/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11732 CPUtime=0.28
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2284 0 0 0 27 1 0 0 21 0 1 0 2000554061 12013568 2250 996147200 134512640 135239859 4294956144 18446744073709551615 135030995 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2933 2250 428 177 0 1836 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11732

[startup+0.701288 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 18286
/proc/meminfo: memFree=1275784/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=0.68
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2286 0 0 0 67 1 0 0 25 0 1 0 2000554061 12017664 2252 996147200 134512640 135239859 4294956144 18446744073709551615 135031006 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2252 428 177 0 1837 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 11736

[startup+1.50244 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 18287
/proc/meminfo: memFree=1268352/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=1.47
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2290 0 0 0 146 1 0 0 25 0 1 0 2000554061 12017664 2256 996147200 134512640 135239859 4294956144 18446744073709551615 135030995 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2256 428 177 0 1837 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11736

[startup+3.10174 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 18287
/proc/meminfo: memFree=1268160/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=3.06
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2290 0 0 0 305 1 0 0 25 0 1 0 2000554061 12017664 2256 996147200 134512640 135239859 4294956144 18446744073709551615 134802073 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2256 428 177 0 1837 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 11736

[startup+6.30134 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 18287
/proc/meminfo: memFree=1268032/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=6.23
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2290 0 0 0 622 1 0 0 25 0 1 0 2000554061 12017664 2256 996147200 134512640 135239859 4294956144 18446744073709551615 134821093 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2256 428 177 0 1837 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 11736

[startup+12.7015 s]
/proc/loadavg: 2.07 2.00 2.00 3/82 18287
/proc/meminfo: memFree=1268032/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=12.57
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2291 0 0 0 1256 1 0 0 25 0 1 0 2000554061 12017664 2257 996147200 134512640 135239859 4294956144 18446744073709551615 134791057 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2257 429 177 0 1837 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 11736

[startup+25.502 s]
/proc/loadavg: 2.06 2.00 2.00 3/82 18287
/proc/meminfo: memFree=1268096/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=25.25
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2291 0 0 0 2524 1 0 0 25 0 1 0 2000554061 12017664 2257 996147200 134512640 135239859 4294956144 18446744073709551615 134842589 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2257 429 177 0 1837 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 11736

[startup+51.1018 s]
/proc/loadavg: 1.96 1.98 1.99 3/75 18340
/proc/meminfo: memFree=1387784/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=50.71
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2291 0 0 0 5069 2 0 0 25 0 1 0 2000554061 12017664 2257 996147200 134512640 135239859 4294956144 18446744073709551615 135030995 0 0 4096 0 0 0 0 17 0 0 0
/proc/18286/statm: 2934 2257 429 177 0 1837 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 11736

[startup+102.307 s]
/proc/loadavg: 2.03 2.00 2.00 3/82 18398
/proc/meminfo: memFree=762704/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=101.89
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2291 0 0 0 10186 3 0 0 25 0 1 0 2000554061 12017664 2257 996147200 134512640 135239859 4294956144 18446744073709551615 135101100 0 0 4096 0 0 0 0 17 0 0 0
/proc/18286/statm: 2934 2257 429 177 0 1837 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 11736

[startup+162.302 s]
/proc/loadavg: 2.10 2.03 2.01 3/94 18452
/proc/meminfo: memFree=1321576/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=161.48
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2296 0 0 0 16143 5 0 0 25 0 1 0 2000554061 12017664 2262 996147200 134512640 135239859 4294956144 18446744073709551615 135031006 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2262 429 177 0 1837 0
Current children cumulated CPU time (s) 161.48
Current children cumulated vsize (KiB) 11736

[startup+222.307 s]
/proc/loadavg: 2.04 2.02 2.00 3/94 18452
/proc/meminfo: memFree=1321320/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=220.3
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2296 0 0 0 22024 6 0 0 25 0 1 0 2000554061 12017664 2262 996147200 134512640 135239859 4294956144 18446744073709551615 135071229 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2262 429 177 0 1837 0
Current children cumulated CPU time (s) 220.3
Current children cumulated vsize (KiB) 11736

[startup+282.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/94 18458
/proc/meminfo: memFree=1321192/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=279.11
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2296 0 0 0 27905 6 0 0 25 0 1 0 2000554061 12017664 2262 996147200 134512640 135239859 4294956144 18446744073709551615 135030995 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2262 429 177 0 1837 0
Current children cumulated CPU time (s) 279.11
Current children cumulated vsize (KiB) 11736

[startup+342.303 s]
/proc/loadavg: 2.05 2.03 2.00 3/94 18458
/proc/meminfo: memFree=1321128/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=337.95
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2296 0 0 0 33789 6 0 0 25 0 1 0 2000554061 12017664 2262 996147200 134512640 135239859 4294956144 18446744073709551615 135031319 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2262 429 177 0 1837 0
Current children cumulated CPU time (s) 337.95
Current children cumulated vsize (KiB) 11736

[startup+402.302 s]
/proc/loadavg: 2.02 2.02 2.00 3/94 18458
/proc/meminfo: memFree=1321128/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=396.78
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2296 0 0 0 39672 6 0 0 25 0 1 0 2000554061 12017664 2262 996147200 134512640 135239859 4294956144 18446744073709551615 135030995 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2262 429 177 0 1837 0
Current children cumulated CPU time (s) 396.78
Current children cumulated vsize (KiB) 11736

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 18458
/proc/meminfo: memFree=1321128/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=455.62
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2296 0 0 0 45556 6 0 0 25 0 1 0 2000554061 12017664 2262 996147200 134512640 135239859 4294956144 18446744073709551615 135030995 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2262 429 177 0 1837 0
Current children cumulated CPU time (s) 455.62
Current children cumulated vsize (KiB) 11736

[startup+522.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 18458
/proc/meminfo: memFree=1321064/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=514.45
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2296 0 0 0 51439 6 0 0 25 0 1 0 2000554061 12017664 2262 996147200 134512640 135239859 4294956144 18446744073709551615 134802362 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2262 429 177 0 1837 0
Current children cumulated CPU time (s) 514.45
Current children cumulated vsize (KiB) 11736

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 18458
/proc/meminfo: memFree=1321000/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=573.29
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2296 0 0 0 57323 6 0 0 25 0 1 0 2000554061 12017664 2262 996147200 134512640 135239859 4294956144 18446744073709551615 135071121 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2262 429 177 0 1837 0
Current children cumulated CPU time (s) 573.29
Current children cumulated vsize (KiB) 11736

[startup+642.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/94 18458
/proc/meminfo: memFree=1321000/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=632.12
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2296 0 0 0 63206 6 0 0 25 0 1 0 2000554061 12017664 2262 996147200 134512640 135239859 4294956144 18446744073709551615 134842589 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2262 429 177 0 1837 0
Current children cumulated CPU time (s) 632.12
Current children cumulated vsize (KiB) 11736

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

[startup+665.607 s]
/proc/loadavg: 2.04 2.01 2.00 3/94 18458
/proc/meminfo: memFree=1320936/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=654.97
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2296 0 0 0 65491 6 0 0 25 0 1 0 2000554061 12017664 2262 996147200 134512640 135239859 4294956144 18446744073709551615 134802073 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2262 429 177 0 1837 0
Current children cumulated CPU time (s) 654.97
Current children cumulated vsize (KiB) 11736

[startup+678.402 s]
/proc/loadavg: 2.03 2.01 2.00 3/94 18458
/proc/meminfo: memFree=1320936/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=667.52
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2296 0 0 0 66746 6 0 0 25 0 1 0 2000554061 12017664 2262 996147200 134512640 135239859 4294956144 18446744073709551615 135031006 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2262 429 177 0 1837 0
Current children cumulated CPU time (s) 667.52
Current children cumulated vsize (KiB) 11736

[startup+684.801 s]
/proc/loadavg: 2.03 2.01 2.00 3/94 18458
/proc/meminfo: memFree=1320936/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=673.79
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2296 0 0 0 67373 6 0 0 25 0 1 0 2000554061 12017664 2262 996147200 134512640 135239859 4294956144 18446744073709551615 135071616 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2262 429 177 0 1837 0
Current children cumulated CPU time (s) 673.79
Current children cumulated vsize (KiB) 11736

[startup+688.002 s]
/proc/loadavg: 2.03 2.01 2.00 3/94 18458
/proc/meminfo: memFree=1320936/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=676.93
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2296 0 0 0 67687 6 0 0 25 0 1 0 2000554061 12017664 2262 996147200 134512640 135239859 4294956144 18446744073709551615 134797573 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2262 429 177 0 1837 0
Current children cumulated CPU time (s) 676.93
Current children cumulated vsize (KiB) 11736

[startup+689.601 s]
/proc/loadavg: 2.03 2.01 2.00 3/94 18458
/proc/meminfo: memFree=1320936/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=678.5
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2296 0 0 0 67844 6 0 0 25 0 1 0 2000554061 12017664 2262 996147200 134512640 135239859 4294956144 18446744073709551615 134802073 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2262 429 177 0 1837 0
Current children cumulated CPU time (s) 678.5
Current children cumulated vsize (KiB) 11736

[startup+691.201 s]
/proc/loadavg: 2.03 2.01 2.00 3/94 18458
/proc/meminfo: memFree=1320936/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=680.07
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2296 0 0 0 68001 6 0 0 25 0 1 0 2000554061 12017664 2262 996147200 134512640 135239859 4294956144 18446744073709551615 135035199 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2262 429 177 0 1837 0
Current children cumulated CPU time (s) 680.07
Current children cumulated vsize (KiB) 11736

[startup+692.008 s]
/proc/loadavg: 2.02 2.01 2.00 3/94 18458
/proc/meminfo: memFree=1320936/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=680.86
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2296 0 0 0 68080 6 0 0 25 0 1 0 2000554061 12017664 2262 996147200 134512640 135239859 4294956144 18446744073709551615 135030962 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2262 429 177 0 1837 0
Current children cumulated CPU time (s) 680.86
Current children cumulated vsize (KiB) 11736

[startup+692.403 s]
/proc/loadavg: 2.02 2.01 2.00 3/94 18458
/proc/meminfo: memFree=1320936/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=681.25
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2296 0 0 0 68119 6 0 0 25 0 1 0 2000554061 12017664 2262 996147200 134512640 135239859 4294956144 18446744073709551615 135071653 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2262 429 177 0 1837 0
Current children cumulated CPU time (s) 681.25
Current children cumulated vsize (KiB) 11736

[startup+692.503 s]
/proc/loadavg: 2.02 2.01 2.00 3/94 18458
/proc/meminfo: memFree=1320936/2055920 swapFree=4180412/4192956
[pid=18286] ppid=18284 vsize=11736 CPUtime=681.34
/proc/18286/stat : 18286 (xsolve) R 18284 18286 16052 0 -1 4194304 2296 0 0 0 68128 6 0 0 25 0 1 0 2000554061 12017664 2262 996147200 134512640 135239859 4294956144 18446744073709551615 134820708 0 0 4096 0 0 0 0 17 1 0 0
/proc/18286/statm: 2934 2262 429 177 0 1837 0
Current children cumulated CPU time (s) 681.34
Current children cumulated vsize (KiB) 11736

Child status: 0
Real time (s): 692.563
CPU time (s): 681.411
CPU user time (s): 681.342
CPU system time (s): 0.068989
CPU usage (%): 98.3899
Max. virtual memory (cumulated for all children) (KiB): 11736

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

runsolver used 0.803877 second user time and 2.33364 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-05 01:56:38
IDJOB=1081184
IDBENCH=57084
IDSOLVER=342
FILE ID=node21/1081184-1215215798
PBS_JOBID= 7881680
Free space on /tmp= 66480 MiB

SOLVER NAME= MDG-probe 2008-06-27
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-100-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-1081184-1215215798/watcher-1081184-1215215798 -o /tmp/evaluation-result-1081184-1215215798/solver-1081184-1215215798 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/xsolve HOME/instance-1081184-1215215798.xml -v 1 -rs 793235292 -probe 1 -ph 0 -heu dom/wdeg -res no

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 183bb6c12d5c0d952ccfd5001b683c61
RANDOM SEED=793235292

node21.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.263
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.263
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:       1276264 kB
Buffers:         92092 kB
Cached:         423336 kB
SwapCached:       6472 kB
Active:         370108 kB
Inactive:       341280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1276264 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            1176 kB
Writeback:           0 kB
Mapped:         210908 kB
Slab:            52984 kB
Committed_AS:  3781232 kB
PageTables:       2280 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 node21 at 2008-07-05 02:08:11