Trace number 1104297

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
Minion/Tailor 2008-07-04SAT 306.823 306.803

General information on the benchmark

Namecsp/QWH-20/
normalized-qwh-20-166-8_ext.xml
MD5SUM97207bee703f608d4151d78704fdd40e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.00669
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints5092
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension5092
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

7.47/7.39	c Finished tailoring XCSP instance to Minion. Starting solving
306.70/306.78	v 13 8 17 18 7 1 10 5 15 11 4 19 14 3 2 9 16 0 6 12 12 15 18 4 16 5 6 0 2 19 8 9 17 14 7 11 10 13 3 1 5 0 13 11 8 9 15 1 7 6 10 16 19 12 14 17 4 18 2 3 18 5 6 0 19 4 12 11 3 14 15 10 7 13 9 2 1 16 8 17 6 11 7 3 10 17 14 16 8 13 2 12 0 19 5 15 9 1 4 18 19 6 3 16 14 10 1 17 18 9 11 5 2 15 0 13 8 12 7 4 3 19 0 1 9 13 16 14 6 2 12 4 15 18 17 5 11 7 10 8 7 2 11 17 4 0 3 13 19 8 9 1 12 5 16 18 15 6 14 10 9 16 10 2 18 7 0 8 5 3 14 6 1 17 19 4 13 15 12 11 10 17 8 5 11 12 9 19 1 15 3 14 13 6 18 7 2 4 0 16 16 10 19 8 12 15 5 18 13 17 7 11 9 2 4 0 3 14 1 6 15 18 9 7 13 6 8 4 12 16 1 2 10 0 11 19 17 3 5 14 8 9 2 15 6 16 13 3 0 4 17 7 18 10 1 12 14 11 19 5 0 3 4 19 5 14 17 2 11 10 13 15 6 8 12 1 18 9 16 7 14 1 15 10 0 2 18 12 17 7 5 13 4 16 3 8 6 19 11 9 11 14 5 12 1 19 4 6 16 0 18 17 3 9 8 10 7 2 15 13 17 12 1 14 2 8 7 15 9 18 19 3 11 4 6 16 5 10 13 0 2 7 12 13 15 3 11 9 4 5 6 8 16 1 10 14 0 17 18 19 1 4 16 9 3 11 2 10 14 12 0 18 8 7 13 6 19 5 17 15 4 13 14 6 17 18 19 7 10 1 16 0 5 11 15 3 12 8 9 2 
306.70/306.78	s SATISFIABLE

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-1104297-1215197874/watcher-1104297-1215197874 -o /tmp/evaluation-result-1104297-1215197874/solver-1104297-1215197874 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1104297-1215197874.xml 

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: 0.91 0.97 0.99 3/64 32452
/proc/meminfo: memFree=1321112/2055920 swapFree=4192812/4192956
[pid=32452] ppid=32450 vsize=5356 CPUtime=0
/proc/32452/stat : 32452 (solve.sh) S 32450 32452 28464 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 131457601 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32452/statm: 1339 235 195 169 0 50 0
[pid=32453] ppid=32452 vsize=152 CPUtime=0
/proc/32453/stat : 32453 (java) R 32452 32452 28464 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 131457602 155648 26 996147200 134512640 134550740 4294956192 18446744073709551615 10686763 0 0 4096 0 0 0 0 17 0 0 0
/proc/32453/statm: 38 26 19 9 0 4 0

[startup+0.016307 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 32452
/proc/meminfo: memFree=1321112/2055920 swapFree=4192812/4192956
[pid=32452] ppid=32450 vsize=5356 CPUtime=0
/proc/32452/stat : 32452 (solve.sh) S 32450 32452 28464 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 131457601 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32452/statm: 1339 235 195 169 0 50 0
[pid=32453] ppid=32452 vsize=10888 CPUtime=0
/proc/32453/stat : 32453 (java) S 32452 32452 28464 0 -1 0 761 0 0 0 0 0 0 0 19 0 2 0 131457602 11149312 524 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/32453/statm: 2722 524 238 9 0 1242 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16244

[startup+0.101317 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 32452
/proc/meminfo: memFree=1321112/2055920 swapFree=4192812/4192956
[pid=32452] ppid=32450 vsize=5356 CPUtime=0
/proc/32452/stat : 32452 (solve.sh) S 32450 32452 28464 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 131457601 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32452/statm: 1339 235 195 169 0 50 0
[pid=32453] ppid=32452 vsize=865032 CPUtime=0.09
/proc/32453/stat : 32453 (java) S 32452 32452 28464 0 -1 0 3543 0 1 0 8 1 0 0 19 0 9 0 131457602 885792768 2995 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32453/statm: 216258 2995 1729 9 0 210820 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 870388

[startup+0.30134 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 32452
/proc/meminfo: memFree=1321112/2055920 swapFree=4192812/4192956
[pid=32452] ppid=32450 vsize=5356 CPUtime=0
/proc/32452/stat : 32452 (solve.sh) S 32450 32452 28464 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 131457601 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32452/statm: 1339 235 195 169 0 50 0
[pid=32453] ppid=32452 vsize=865784 CPUtime=0.39
/proc/32453/stat : 32453 (java) S 32452 32452 28464 0 -1 0 4966 0 1 0 37 2 0 0 19 0 9 0 131457602 886562816 4394 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32453/statm: 216446 4394 1829 9 0 211008 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 871140

[startup+0.701379 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 32452
/proc/meminfo: memFree=1321112/2055920 swapFree=4192812/4192956
[pid=32452] ppid=32450 vsize=5356 CPUtime=0
/proc/32452/stat : 32452 (solve.sh) S 32450 32452 28464 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 131457601 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32452/statm: 1339 235 195 169 0 50 0
[pid=32453] ppid=32452 vsize=865784 CPUtime=0.84
/proc/32453/stat : 32453 (java) S 32452 32452 28464 0 -1 0 7603 0 1 0 81 3 0 0 19 0 9 0 131457602 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32453/statm: 216446 7027 1855 9 0 211008 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 871140

[startup+1.50246 s]
/proc/loadavg: 0.91 0.97 0.99 2/74 32462
/proc/meminfo: memFree=1300040/2055920 swapFree=4192812/4192956
[pid=32452] ppid=32450 vsize=5356 CPUtime=0
/proc/32452/stat : 32452 (solve.sh) S 32450 32452 28464 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 131457601 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32452/statm: 1339 235 195 169 0 50 0
[pid=32453] ppid=32452 vsize=865784 CPUtime=1.63
/proc/32453/stat : 32453 (java) S 32452 32452 28464 0 -1 0 7603 0 1 0 160 3 0 0 19 0 9 0 131457602 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32453/statm: 216446 7027 1855 9 0 211008 0
[pid=32453/tid=32455] ppid=32452 vsize=865784 CPUtime=1.42
/proc/32453/task/32455/stat : 32455 (java) R 32452 32452 28464 0 -1 64 4888 0 1 0 140 2 0 0 25 0 9 0 131457603 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32453/tid=32456] ppid=32452 vsize=865784 CPUtime=0.04
/proc/32453/task/32456/stat : 32456 (java) S 32452 32452 28464 0 -1 64 1460 0 0 0 4 0 0 0 17 0 9 0 131457604 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32453/tid=32457] ppid=32452 vsize=865784 CPUtime=0
/proc/32453/task/32457/stat : 32457 (java) S 32452 32452 28464 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 131457604 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32453/tid=32458] ppid=32452 vsize=865784 CPUtime=0
/proc/32453/task/32458/stat : 32458 (java) S 32452 32452 28464 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 131457604 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32453/tid=32459] ppid=32452 vsize=865784 CPUtime=0
/proc/32453/task/32459/stat : 32459 (java) S 32452 32452 28464 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 131457606 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32453/tid=32460] ppid=32452 vsize=865784 CPUtime=0.15
/proc/32453/task/32460/stat : 32460 (java) S 32452 32452 28464 0 -1 64 521 0 0 0 15 0 0 0 15 0 9 0 131457606 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32453/tid=32461] ppid=32452 vsize=865784 CPUtime=0
/proc/32453/task/32461/stat : 32461 (java) S 32452 32452 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 131457606 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32453/tid=32462] ppid=32452 vsize=865784 CPUtime=0
/proc/32453/task/32462/stat : 32462 (java) S 32452 32452 28464 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 131457606 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 871140

[startup+3.10262 s]
/proc/loadavg: 0.91 0.97 0.99 2/74 32462
/proc/meminfo: memFree=1298760/2055920 swapFree=4192812/4192956
[pid=32452] ppid=32450 vsize=5356 CPUtime=0
/proc/32452/stat : 32452 (solve.sh) S 32450 32452 28464 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 131457601 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32452/statm: 1339 235 195 169 0 50 0
[pid=32453] ppid=32452 vsize=865784 CPUtime=3.24
/proc/32453/stat : 32453 (java) S 32452 32452 28464 0 -1 0 7603 0 1 0 320 4 0 0 19 0 9 0 131457602 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32453/statm: 216446 7027 1855 9 0 211008 0
[pid=32453/tid=32455] ppid=32452 vsize=865784 CPUtime=3.01
/proc/32453/task/32455/stat : 32455 (java) R 32452 32452 28464 0 -1 64 4888 0 1 0 299 2 0 0 25 0 9 0 131457603 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32453/tid=32456] ppid=32452 vsize=865784 CPUtime=0.04
/proc/32453/task/32456/stat : 32456 (java) S 32452 32452 28464 0 -1 64 1460 0 0 0 4 0 0 0 16 0 9 0 131457604 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32453/tid=32457] ppid=32452 vsize=865784 CPUtime=0
/proc/32453/task/32457/stat : 32457 (java) S 32452 32452 28464 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 131457604 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32453/tid=32458] ppid=32452 vsize=865784 CPUtime=0
/proc/32453/task/32458/stat : 32458 (java) S 32452 32452 28464 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 131457604 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32453/tid=32459] ppid=32452 vsize=865784 CPUtime=0
/proc/32453/task/32459/stat : 32459 (java) S 32452 32452 28464 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 131457606 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32453/tid=32460] ppid=32452 vsize=865784 CPUtime=0.15
/proc/32453/task/32460/stat : 32460 (java) S 32452 32452 28464 0 -1 64 521 0 0 0 15 0 0 0 15 0 9 0 131457606 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32453/tid=32461] ppid=32452 vsize=865784 CPUtime=0
/proc/32453/task/32461/stat : 32461 (java) S 32452 32452 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 131457606 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32453/tid=32462] ppid=32452 vsize=865784 CPUtime=0
/proc/32453/task/32462/stat : 32462 (java) S 32452 32452 28464 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 131457606 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 871140

[startup+6.30194 s]
/proc/loadavg: 0.92 0.97 0.99 2/74 32462
/proc/meminfo: memFree=1299784/2055920 swapFree=4192812/4192956
[pid=32452] ppid=32450 vsize=5356 CPUtime=0
/proc/32452/stat : 32452 (solve.sh) S 32450 32452 28464 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 131457601 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32452/statm: 1339 235 195 169 0 50 0
[pid=32453] ppid=32452 vsize=865784 CPUtime=6.44
/proc/32453/stat : 32453 (java) S 32452 32452 28464 0 -1 0 7603 0 1 0 640 4 0 0 19 0 9 0 131457602 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32453/statm: 216446 7027 1855 9 0 211008 0
[pid=32453/tid=32455] ppid=32452 vsize=865784 CPUtime=6.21
/proc/32453/task/32455/stat : 32455 (java) R 32452 32452 28464 0 -1 64 4888 0 1 0 619 2 0 0 25 0 9 0 131457603 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32453/tid=32456] ppid=32452 vsize=865784 CPUtime=0.04
/proc/32453/task/32456/stat : 32456 (java) S 32452 32452 28464 0 -1 64 1460 0 0 0 4 0 0 0 16 0 9 0 131457604 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32453/tid=32457] ppid=32452 vsize=865784 CPUtime=0
/proc/32453/task/32457/stat : 32457 (java) S 32452 32452 28464 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 131457604 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32453/tid=32458] ppid=32452 vsize=865784 CPUtime=0
/proc/32453/task/32458/stat : 32458 (java) S 32452 32452 28464 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 131457604 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32453/tid=32459] ppid=32452 vsize=865784 CPUtime=0
/proc/32453/task/32459/stat : 32459 (java) S 32452 32452 28464 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 131457606 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32453/tid=32460] ppid=32452 vsize=865784 CPUtime=0.15
/proc/32453/task/32460/stat : 32460 (java) S 32452 32452 28464 0 -1 64 521 0 0 0 15 0 0 0 15 0 9 0 131457606 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32453/tid=32461] ppid=32452 vsize=865784 CPUtime=0
/proc/32453/task/32461/stat : 32461 (java) S 32452 32452 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 131457606 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32453/tid=32462] ppid=32452 vsize=865784 CPUtime=0
/proc/32453/task/32462/stat : 32462 (java) S 32452 32452 28464 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 131457606 886562816 7027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.44
Current children cumulated vsize (KiB) 871140

[startup+12.7026 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 32463
/proc/meminfo: memFree=1305672/2055920 swapFree=4192812/4192956
[pid=32452] ppid=32450 vsize=5360 CPUtime=7.54
/proc/32452/stat : 32452 (solve.sh) S 32450 32452 28464 0 -1 4194304 310 8914 0 1 0 0 749 5 16 0 1 0 131457601 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32452/statm: 1340 236 195 169 0 51 0
[pid=32463] ppid=32452 vsize=38772 CPUtime=5.3
/proc/32463/stat : 32463 (ld-linux.so.2) R 32452 32452 28464 0 -1 4194304 5155 0 0 0 528 2 0 0 25 0 1 100 131458340 39702528 4081 996147200 1448431616 1448550632 4294956176 18446744073709551615 148870453 0 0 4096 8194 0 0 0 17 0 0 0
/proc/32463/statm: 9693 4081 379 29 0 3747 0
Current children cumulated CPU time (s) 12.84
Current children cumulated vsize (KiB) 44132

[startup+25.5019 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 32463
/proc/meminfo: memFree=1305864/2055920 swapFree=4192812/4192956
[pid=32452] ppid=32450 vsize=5360 CPUtime=7.54
/proc/32452/stat : 32452 (solve.sh) S 32450 32452 28464 0 -1 4194304 310 8914 0 1 0 0 749 5 16 0 1 0 131457601 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32452/statm: 1340 236 195 169 0 51 0
[pid=32463] ppid=32452 vsize=38772 CPUtime=18.09
/proc/32463/stat : 32463 (ld-linux.so.2) R 32452 32452 28464 0 -1 4194304 5155 0 0 0 1807 2 0 0 25 0 1 100 131458340 39702528 4081 996147200 1448431616 1448550632 4294956176 18446744073709551615 148870600 0 0 4096 8194 0 0 0 17 0 0 0
/proc/32463/statm: 9693 4081 379 29 0 3747 0
Current children cumulated CPU time (s) 25.63
Current children cumulated vsize (KiB) 44132

[startup+51.1015 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 32463
/proc/meminfo: memFree=1305864/2055920 swapFree=4192812/4192956
[pid=32452] ppid=32450 vsize=5360 CPUtime=7.54
/proc/32452/stat : 32452 (solve.sh) S 32450 32452 28464 0 -1 4194304 310 8914 0 1 0 0 749 5 16 0 1 0 131457601 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32452/statm: 1340 236 195 169 0 51 0
[pid=32463] ppid=32452 vsize=38772 CPUtime=43.68
/proc/32463/stat : 32463 (ld-linux.so.2) R 32452 32452 28464 0 -1 4194304 5155 0 0 0 4366 2 0 0 25 0 1 100 131458340 39702528 4081 996147200 1448431616 1448550632 4294956176 18446744073709551615 148870598 0 0 4096 8194 0 0 0 17 0 0 0
/proc/32463/statm: 9693 4081 379 29 0 3747 0
Current children cumulated CPU time (s) 51.22
Current children cumulated vsize (KiB) 44132

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 32463
/proc/meminfo: memFree=1305928/2055920 swapFree=4192812/4192956
[pid=32452] ppid=32450 vsize=5360 CPUtime=7.54
/proc/32452/stat : 32452 (solve.sh) S 32450 32452 28464 0 -1 4194304 310 8914 0 1 0 0 749 5 16 0 1 0 131457601 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32452/statm: 1340 236 195 169 0 51 0
[pid=32463] ppid=32452 vsize=38772 CPUtime=94.86
/proc/32463/stat : 32463 (ld-linux.so.2) R 32452 32452 28464 0 -1 4194304 5155 0 0 0 9484 2 0 0 25 0 1 100 131458340 39702528 4081 996147200 1448431616 1448550632 4294956176 18446744073709551615 148871784 0 0 4096 8194 0 0 0 17 0 0 0
/proc/32463/statm: 9693 4081 379 29 0 3747 0
Current children cumulated CPU time (s) 102.4
Current children cumulated vsize (KiB) 44132

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32463
/proc/meminfo: memFree=1305928/2055920 swapFree=4192812/4192956
[pid=32452] ppid=32450 vsize=5360 CPUtime=7.54
/proc/32452/stat : 32452 (solve.sh) S 32450 32452 28464 0 -1 4194304 310 8914 0 1 0 0 749 5 16 0 1 0 131457601 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32452/statm: 1340 236 195 169 0 51 0
[pid=32463] ppid=32452 vsize=38772 CPUtime=154.83
/proc/32463/stat : 32463 (ld-linux.so.2) R 32452 32452 28464 0 -1 4194304 5155 0 0 0 15481 2 0 0 25 0 1 100 131458340 39702528 4081 996147200 1448431616 1448550632 4294956176 18446744073709551615 148871134 0 0 4096 8194 0 0 0 17 0 0 0
/proc/32463/statm: 9693 4081 379 29 0 3747 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 44132

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32469
/proc/meminfo: memFree=1305864/2055920 swapFree=4192812/4192956
[pid=32452] ppid=32450 vsize=5360 CPUtime=7.54
/proc/32452/stat : 32452 (solve.sh) S 32450 32452 28464 0 -1 4194304 310 8914 0 1 0 0 749 5 16 0 1 0 131457601 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32452/statm: 1340 236 195 169 0 51 0
[pid=32463] ppid=32452 vsize=38772 CPUtime=214.79
/proc/32463/stat : 32463 (ld-linux.so.2) R 32452 32452 28464 0 -1 4194304 5155 0 0 0 21477 2 0 0 25 0 1 100 131458340 39702528 4081 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670189 0 0 4096 8194 0 0 0 17 0 0 0
/proc/32463/statm: 9693 4081 379 29 0 3747 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 44132

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32469
/proc/meminfo: memFree=1305864/2055920 swapFree=4192812/4192956
[pid=32452] ppid=32450 vsize=5360 CPUtime=7.54
/proc/32452/stat : 32452 (solve.sh) S 32450 32452 28464 0 -1 4194304 310 8914 0 1 0 0 749 5 16 0 1 0 131457601 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32452/statm: 1340 236 195 169 0 51 0
[pid=32463] ppid=32452 vsize=38772 CPUtime=274.77
/proc/32463/stat : 32463 (ld-linux.so.2) R 32452 32452 28464 0 -1 4194304 5155 0 0 0 27475 2 0 0 25 0 1 100 131458340 39702528 4081 996147200 1448431616 1448550632 4294956176 18446744073709551615 148871059 0 0 4096 8194 0 0 0 17 0 0 0
/proc/32463/statm: 9693 4081 379 29 0 3747 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 44132

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

[startup+294.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32469
/proc/meminfo: memFree=1305864/2055920 swapFree=4192812/4192956
[pid=32452] ppid=32450 vsize=5360 CPUtime=7.54
/proc/32452/stat : 32452 (solve.sh) S 32450 32452 28464 0 -1 4194304 310 8914 0 1 0 0 749 5 16 0 1 0 131457601 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32452/statm: 1340 236 195 169 0 51 0
[pid=32463] ppid=32452 vsize=38772 CPUtime=286.76
/proc/32463/stat : 32463 (ld-linux.so.2) R 32452 32452 28464 0 -1 4194304 5155 0 0 0 28674 2 0 0 25 0 1 100 131458340 39702528 4081 996147200 1448431616 1448550632 4294956176 18446744073709551615 148870548 0 0 4096 8194 0 0 0 17 0 0 0
/proc/32463/statm: 9693 4081 379 29 0 3747 0
Current children cumulated CPU time (s) 294.3
Current children cumulated vsize (KiB) 44132

[startup+300.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32469
/proc/meminfo: memFree=1305864/2055920 swapFree=4192812/4192956
[pid=32452] ppid=32450 vsize=5360 CPUtime=7.54
/proc/32452/stat : 32452 (solve.sh) S 32450 32452 28464 0 -1 4194304 310 8914 0 1 0 0 749 5 16 0 1 0 131457601 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32452/statm: 1340 236 195 169 0 51 0
[pid=32463] ppid=32452 vsize=38772 CPUtime=293.16
/proc/32463/stat : 32463 (ld-linux.so.2) R 32452 32452 28464 0 -1 4194304 5157 0 0 0 29314 2 0 0 25 0 1 100 131458340 39702528 4083 996147200 1448431616 1448550632 4294956176 18446744073709551615 134615871 0 0 4096 8194 0 0 0 17 0 0 0
/proc/32463/statm: 9693 4083 379 29 0 3747 0
Current children cumulated CPU time (s) 300.7
Current children cumulated vsize (KiB) 44132

[startup+303.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32469
/proc/meminfo: memFree=1305864/2055920 swapFree=4192812/4192956
[pid=32452] ppid=32450 vsize=5360 CPUtime=7.54
/proc/32452/stat : 32452 (solve.sh) S 32450 32452 28464 0 -1 4194304 310 8914 0 1 0 0 749 5 16 0 1 0 131457601 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32452/statm: 1340 236 195 169 0 51 0
[pid=32463] ppid=32452 vsize=38772 CPUtime=296.36
/proc/32463/stat : 32463 (ld-linux.so.2) R 32452 32452 28464 0 -1 4194304 5157 0 0 0 29634 2 0 0 25 0 1 100 131458340 39702528 4083 996147200 1448431616 1448550632 4294956176 18446744073709551615 148870448 0 0 4096 8194 0 0 0 17 0 0 0
/proc/32463/statm: 9693 4083 379 29 0 3747 0
Current children cumulated CPU time (s) 303.9
Current children cumulated vsize (KiB) 44132

[startup+305.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32469
/proc/meminfo: memFree=1305864/2055920 swapFree=4192812/4192956
[pid=32452] ppid=32450 vsize=5360 CPUtime=7.54
/proc/32452/stat : 32452 (solve.sh) S 32450 32452 28464 0 -1 4194304 310 8914 0 1 0 0 749 5 16 0 1 0 131457601 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32452/statm: 1340 236 195 169 0 51 0
[pid=32463] ppid=32452 vsize=38772 CPUtime=297.96
/proc/32463/stat : 32463 (ld-linux.so.2) R 32452 32452 28464 0 -1 4194304 5157 0 0 0 29794 2 0 0 25 0 1 100 131458340 39702528 4083 996147200 1448431616 1448550632 4294956176 18446744073709551615 148871134 0 0 4096 8194 0 0 0 17 0 0 0
/proc/32463/statm: 9693 4083 379 29 0 3747 0
Current children cumulated CPU time (s) 305.5
Current children cumulated vsize (KiB) 44132

[startup+306.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32469
/proc/meminfo: memFree=1305864/2055920 swapFree=4192812/4192956
[pid=32452] ppid=32450 vsize=5360 CPUtime=7.54
/proc/32452/stat : 32452 (solve.sh) S 32450 32452 28464 0 -1 4194304 310 8914 0 1 0 0 749 5 16 0 1 0 131457601 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32452/statm: 1340 236 195 169 0 51 0
[pid=32463] ppid=32452 vsize=38772 CPUtime=298.76
/proc/32463/stat : 32463 (ld-linux.so.2) R 32452 32452 28464 0 -1 4194304 5157 0 0 0 29874 2 0 0 25 0 1 100 131458340 39702528 4083 996147200 1448431616 1448550632 4294956176 18446744073709551615 148870548 0 0 4096 8194 0 0 0 17 0 0 0
/proc/32463/statm: 9693 4083 379 29 0 3747 0
Current children cumulated CPU time (s) 306.3
Current children cumulated vsize (KiB) 44132

[startup+306.701 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32469
/proc/meminfo: memFree=1305864/2055920 swapFree=4192812/4192956
[pid=32452] ppid=32450 vsize=5360 CPUtime=7.54
/proc/32452/stat : 32452 (solve.sh) S 32450 32452 28464 0 -1 4194304 310 8914 0 1 0 0 749 5 16 0 1 0 131457601 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32452/statm: 1340 236 195 169 0 51 0
[pid=32463] ppid=32452 vsize=38772 CPUtime=299.16
/proc/32463/stat : 32463 (ld-linux.so.2) R 32452 32452 28464 0 -1 4194304 5157 0 0 0 29914 2 0 0 25 0 1 100 131458340 39702528 4083 996147200 1448431616 1448550632 4294956176 18446744073709551615 148870962 0 0 4096 8194 0 0 0 17 0 0 0
/proc/32463/statm: 9693 4083 379 29 0 3747 0
Current children cumulated CPU time (s) 306.7
Current children cumulated vsize (KiB) 44132

Child status: 0
Real time (s): 306.803
CPU time (s): 306.823
CPU user time (s): 306.735
CPU system time (s): 0.087986
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 871580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 306.735
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14421
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 403
involuntary context switches= 891

runsolver used 0.297954 second user time and 0.828873 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-04 20:57:55
IDJOB=1104297
IDBENCH=53495
IDSOLVER=369
FILE ID=node27/1104297-1215197874
PBS_JOBID= 7881509
Free space on /tmp= 66468 MiB

SOLVER NAME= Minion/Tailor 2008-07-04
BENCH NAME= CPAI08/csp/QWH-20/normalized-qwh-20-166-8_ext.xml
COMMAND LINE= DIR/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1104297-1215197874/watcher-1104297-1215197874 -o /tmp/evaluation-result-1104297-1215197874/solver-1104297-1215197874 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solve.sh HOME/instance-1104297-1215197874.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 97207bee703f608d4151d78704fdd40e
RANDOM SEED=914834540

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1321656 kB
Buffers:         86604 kB
Cached:         557220 kB
SwapCached:          0 kB
Active:         303844 kB
Inactive:       356356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1321656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           29992 kB
Writeback:           0 kB
Mapped:          27528 kB
Slab:            60252 kB
Committed_AS:   291260 kB
PageTables:       1192 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66436 MiB
End job on node27 at 2008-07-04 21:03:02