Trace number 2058087

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
Concrete 2009-07-14SAT 2.39564 2.44662

DiagnosticValue
CHECKS511274
NODES1109

General information on the benchmark

Namecsp/QWH-15/
normalized-qwh-15-106-7_ext.xml
MD5SUMfe5e33f4f2a118b282c15d76c3ea7816
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 benchmark0.115982
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints2324
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension2324
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

1.36/1.47	c CPU-LOAD 0.75
1.36/1.47	c LOADED 225 V (15 E), 2324 ExtensionConstraint2D, arity 2, 0.75 cpu
2.35/2.42	v 2 12 0 4 8 11 6 14 1 10 7 13 3 9 5 4 5 8 13 12 2 7 9 6 1 10 0 14 11 3 6 7 4 0 2 9 1 10 5 14 13 3 11 12 8 0 9 12 1 7 6 13 11 14 3 8 10 4 5 2 5 1 11 9 3 13 0 2 7 6 4 14 12 8 10 12 4 10 7 0 5 11 8 3 13 2 9 1 14 6 7 2 3 12 6 10 8 1 11 9 0 4 5 13 14 9 11 7 10 4 14 12 0 8 2 5 1 6 3 13 13 10 1 11 5 3 14 12 9 7 6 2 8 4 0 11 14 9 3 1 4 10 5 13 8 12 6 0 2 7 1 8 14 2 13 0 5 4 10 11 3 12 7 6 9 10 6 2 5 14 8 9 3 12 0 1 11 13 7 4 3 13 6 8 10 1 2 7 4 12 14 5 9 0 11 14 0 5 6 11 7 3 13 2 4 9 8 10 1 12 8 3 13 14 9 12 4 6 0 5 11 7 2 10 1 
2.35/2.42	s SATISFIABLE
2.35/2.42	d NODES 1109
2.35/2.42	d CHECKS 511274
2.35/2.42	c heuristic-cpu: 0.0
2.35/2.42	c prepro-constraint-ccks: 0
2.35/2.42	c prepro-constraint-presenceccks: 0
2.35/2.42	c prepro-cpu: 0.04
2.35/2.42	c prepro-matrix2d-ccks: 14630
2.35/2.42	c prepro-matrix2d-presenceccks: 0
2.35/2.42	c prepro-removed: 1197
2.35/2.42	c search-cpu: 0.75
2.35/2.42	c search-nps: 1478.6666
2.35/2.42	c total-assgn: 1109
2.35/2.42	c total-constraint-ccks: 0
2.35/2.42	c total-constraint-presence-ccks: 0
2.35/2.42	c total-cpu: 0.82
2.35/2.42	c total-matrix2d-ccks: 511274
2.35/2.42	c total-matrix2d-presence-ccks: 0
2.35/2.42	c TOTAL-NODES 1109
2.35/2.42	c TOTAL-CPU 0.82

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2058087-1247697851/watcher-2058087-1247697851 -o /tmp/evaluation-result-2058087-1247697851/solver-2058087-1247697851 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2058087-1247697851.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.95 1.90 4/72 12299
/proc/meminfo: memFree=702744/2055920 swapFree=4192812/4192956
[pid=12299] ppid=12297 vsize=18576 CPUtime=0
/proc/12299/stat : 12299 (runsolver) R 12297 12299 12048 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 56851751 19021824 284 996147200 4194304 4302564 548682068512 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12299/statm: 4644 284 249 26 0 2626 0

[startup+0.0839871 s]
/proc/loadavg: 1.91 1.95 1.90 4/72 12299
/proc/meminfo: memFree=702744/2055920 swapFree=4192812/4192956
[pid=12299] ppid=12297 vsize=5356 CPUtime=0
/proc/12299/stat : 12299 (concrete.sh) S 12297 12299 12048 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 56851751 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12299/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102988 s]
/proc/loadavg: 1.91 1.95 1.90 4/72 12299
/proc/meminfo: memFree=702744/2055920 swapFree=4192812/4192956
[pid=12299] ppid=12297 vsize=5356 CPUtime=0
/proc/12299/stat : 12299 (concrete.sh) S 12297 12299 12048 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 56851751 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12299/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.30301 s]
/proc/loadavg: 1.91 1.95 1.90 4/72 12299
/proc/meminfo: memFree=702744/2055920 swapFree=4192812/4192956
[pid=12299] ppid=12297 vsize=5356 CPUtime=0
/proc/12299/stat : 12299 (concrete.sh) S 12297 12299 12048 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 56851751 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12299/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701052 s]
/proc/loadavg: 1.91 1.95 1.90 4/72 12299
/proc/meminfo: memFree=702744/2055920 swapFree=4192812/4192956
[pid=12299] ppid=12297 vsize=5356 CPUtime=0
/proc/12299/stat : 12299 (concrete.sh) S 12297 12299 12048 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 56851751 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12299/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50114 s]
/proc/loadavg: 1.91 1.95 1.90 3/82 12312
/proc/meminfo: memFree=687752/2055920 swapFree=4192812/4192956
[pid=12299] ppid=12297 vsize=5356 CPUtime=0
/proc/12299/stat : 12299 (concrete.sh) S 12297 12299 12048 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 56851751 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12299/statm: 1339 244 201 169 0 50 0
[pid=12304] ppid=12299 vsize=848628 CPUtime=1.45
/proc/12304/stat : 12304 (java) S 12299 12299 12048 0 -1 0 8002 0 1 0 139 6 0 0 18 0 9 0 56851753 868995072 7057 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12304/statm: 212157 7057 2615 9 0 206642 0
[pid=12304/tid=12305] ppid=12299 vsize=848628 CPUtime=0.99
/proc/12304/task/12305/stat : 12305 (java) R 12299 12299 12048 0 -1 64 3693 0 1 0 96 3 0 0 23 0 9 0 56851754 868995072 7057 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12306] ppid=12299 vsize=848628 CPUtime=0.12
/proc/12304/task/12306/stat : 12306 (java) R 12299 12299 12048 0 -1 64 2245 0 0 0 12 0 0 0 16 0 9 0 56851755 868995072 7057 996147200 134512640 134550932 4294955408 18446744073709551615 102381670 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12307] ppid=12299 vsize=848628 CPUtime=0
/proc/12304/task/12307/stat : 12307 (java) S 12299 12299 12048 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 56851755 868995072 7057 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12308] ppid=12299 vsize=848628 CPUtime=0
/proc/12304/task/12308/stat : 12308 (java) S 12299 12299 12048 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 56851755 868995072 7057 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12309] ppid=12299 vsize=848628 CPUtime=0
/proc/12304/task/12309/stat : 12309 (java) S 12299 12299 12048 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 56851758 868995072 7057 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12310] ppid=12299 vsize=848628 CPUtime=0.31
/proc/12304/task/12310/stat : 12310 (java) S 12299 12299 12048 0 -1 64 1361 0 0 0 30 1 0 0 16 0 9 0 56851761 868995072 7057 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12311] ppid=12299 vsize=848628 CPUtime=0
/proc/12304/task/12311/stat : 12311 (java) S 12299 12299 12048 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 56851761 868995072 7057 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12312] ppid=12299 vsize=848628 CPUtime=0
/proc/12304/task/12312/stat : 12312 (java) S 12299 12299 12048 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 56851762 868995072 7057 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 853984

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

[startup+1.90118 s]
/proc/loadavg: 1.91 1.95 1.90 3/82 12312
/proc/meminfo: memFree=687752/2055920 swapFree=4192812/4192956
[pid=12299] ppid=12297 vsize=5356 CPUtime=0
/proc/12299/stat : 12299 (concrete.sh) S 12297 12299 12048 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 56851751 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12299/statm: 1339 244 201 169 0 50 0
[pid=12304] ppid=12299 vsize=848628 CPUtime=1.85
/proc/12304/stat : 12304 (java) S 12299 12299 12048 0 -1 0 8028 0 1 0 178 7 0 0 18 0 9 0 56851753 868995072 7081 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12304/statm: 212157 7081 2616 9 0 206642 0
[pid=12304/tid=12305] ppid=12299 vsize=848628 CPUtime=1.33
/proc/12304/task/12305/stat : 12305 (java) R 12299 12299 12048 0 -1 64 3698 0 1 0 130 3 0 0 25 0 9 0 56851754 868995072 7081 996147200 134512640 134550932 4294955408 18446744073709551615 4126615612 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12306] ppid=12299 vsize=848628 CPUtime=0.15
/proc/12304/task/12306/stat : 12306 (java) S 12299 12299 12048 0 -1 64 2246 0 0 0 14 1 0 0 16 0 9 0 56851755 868995072 7081 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12307] ppid=12299 vsize=848628 CPUtime=0
/proc/12304/task/12307/stat : 12307 (java) S 12299 12299 12048 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 56851755 868995072 7081 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12308] ppid=12299 vsize=848628 CPUtime=0
/proc/12304/task/12308/stat : 12308 (java) S 12299 12299 12048 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 56851755 868995072 7081 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12309] ppid=12299 vsize=848628 CPUtime=0
/proc/12304/task/12309/stat : 12309 (java) S 12299 12299 12048 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 56851758 868995072 7081 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12310] ppid=12299 vsize=848628 CPUtime=0.34
/proc/12304/task/12310/stat : 12310 (java) S 12299 12299 12048 0 -1 64 1381 0 0 0 33 1 0 0 15 0 9 0 56851761 868995072 7081 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12311] ppid=12299 vsize=848628 CPUtime=0
/proc/12304/task/12311/stat : 12311 (java) S 12299 12299 12048 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 56851761 868995072 7081 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12312] ppid=12299 vsize=848628 CPUtime=0
/proc/12304/task/12312/stat : 12312 (java) S 12299 12299 12048 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 56851762 868995072 7081 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 853984

[startup+2.30122 s]
/proc/loadavg: 1.92 1.95 1.90 3/82 12314
/proc/meminfo: memFree=683208/2055920 swapFree=4192812/4192956
[pid=12299] ppid=12297 vsize=5356 CPUtime=0
/proc/12299/stat : 12299 (concrete.sh) S 12297 12299 12048 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 56851751 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12299/statm: 1339 244 201 169 0 50 0
[pid=12304] ppid=12299 vsize=848628 CPUtime=2.25
/proc/12304/stat : 12304 (java) S 12299 12299 12048 0 -1 0 8033 0 1 0 218 7 0 0 18 0 9 0 56851753 868995072 7086 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12304/statm: 212157 7086 2618 9 0 206642 0
[pid=12304/tid=12305] ppid=12299 vsize=848628 CPUtime=1.72
/proc/12304/task/12305/stat : 12305 (java) R 12299 12299 12048 0 -1 64 3699 0 1 0 169 3 0 0 25 0 9 0 56851754 868995072 7086 996147200 134512640 134550932 4294955408 18446744073709551615 4126581842 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12306] ppid=12299 vsize=848628 CPUtime=0.15
/proc/12304/task/12306/stat : 12306 (java) S 12299 12299 12048 0 -1 64 2246 0 0 0 14 1 0 0 16 0 9 0 56851755 868995072 7086 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12307] ppid=12299 vsize=848628 CPUtime=0
/proc/12304/task/12307/stat : 12307 (java) S 12299 12299 12048 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 56851755 868995072 7086 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12308] ppid=12299 vsize=848628 CPUtime=0
/proc/12304/task/12308/stat : 12308 (java) S 12299 12299 12048 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 56851755 868995072 7086 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12309] ppid=12299 vsize=848628 CPUtime=0
/proc/12304/task/12309/stat : 12309 (java) S 12299 12299 12048 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 56851758 868995072 7086 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12310] ppid=12299 vsize=848628 CPUtime=0.34
/proc/12304/task/12310/stat : 12310 (java) S 12299 12299 12048 0 -1 64 1385 0 0 0 33 1 0 0 15 0 9 0 56851761 868995072 7086 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12311] ppid=12299 vsize=848628 CPUtime=0
/proc/12304/task/12311/stat : 12311 (java) S 12299 12299 12048 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 56851761 868995072 7086 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12312] ppid=12299 vsize=848628 CPUtime=0
/proc/12304/task/12312/stat : 12312 (java) S 12299 12299 12048 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 56851762 868995072 7086 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 853984

[startup+2.40124 s]
/proc/loadavg: 1.92 1.95 1.90 3/82 12314
/proc/meminfo: memFree=683208/2055920 swapFree=4192812/4192956
[pid=12299] ppid=12297 vsize=5356 CPUtime=0
/proc/12299/stat : 12299 (concrete.sh) S 12297 12299 12048 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 56851751 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12299/statm: 1339 244 201 169 0 50 0
[pid=12304] ppid=12299 vsize=848628 CPUtime=2.35
/proc/12304/stat : 12304 (java) S 12299 12299 12048 0 -1 0 8394 0 1 0 228 7 0 0 18 0 9 0 56851753 868995072 7443 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12304/statm: 212157 7443 2618 9 0 206642 0
[pid=12304/tid=12305] ppid=12299 vsize=848628 CPUtime=1.77
/proc/12304/task/12305/stat : 12305 (java) R 12299 12299 12048 0 -1 64 3703 0 1 0 174 3 0 0 25 0 9 0 56851754 868995072 7443 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12306] ppid=12299 vsize=848628 CPUtime=0.2
/proc/12304/task/12306/stat : 12306 (java) R 12299 12299 12048 0 -1 64 2603 0 0 0 19 1 0 0 16 0 9 0 56851755 868995072 7443 996147200 134512640 134550932 4294955408 18446744073709551615 103733279 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12307] ppid=12299 vsize=848628 CPUtime=0
/proc/12304/task/12307/stat : 12307 (java) S 12299 12299 12048 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 56851755 868995072 7443 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12308] ppid=12299 vsize=848628 CPUtime=0
/proc/12304/task/12308/stat : 12308 (java) S 12299 12299 12048 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 56851755 868995072 7443 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12309] ppid=12299 vsize=848628 CPUtime=0
/proc/12304/task/12309/stat : 12309 (java) S 12299 12299 12048 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 56851758 868995072 7443 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12310] ppid=12299 vsize=848628 CPUtime=0.34
/proc/12304/task/12310/stat : 12310 (java) S 12299 12299 12048 0 -1 64 1385 0 0 0 33 1 0 0 15 0 9 0 56851761 868995072 7443 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12311] ppid=12299 vsize=848628 CPUtime=0
/proc/12304/task/12311/stat : 12311 (java) S 12299 12299 12048 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 56851761 868995072 7443 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12304/tid=12312] ppid=12299 vsize=848628 CPUtime=0
/proc/12304/task/12312/stat : 12312 (java) S 12299 12299 12048 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 56851762 868995072 7443 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 853984

Child status: 0
Real time (s): 2.44662
CPU time (s): 2.39564
CPU user time (s): 2.30665
CPU system time (s): 0.088986
CPU usage (%): 97.916
Max. virtual memory (cumulated for all children) (KiB): 853984

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

runsolver used 0.001999 second user time and 0.017997 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-16 00:44:11
IDJOB=2058087
IDBENCH=53444
IDSOLVER=735
FILE ID=node19/2058087-1247697851
PBS_JOBID= 9521270
Free space on /tmp= 66392 MiB

SOLVER NAME= Concrete 2009-06-10
BENCH NAME= CPAI08/csp/QWH-15/normalized-qwh-15-106-7_ext.xml
COMMAND LINE= HOME/concrete.sh -c BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2058087-1247697851/watcher-2058087-1247697851 -o /tmp/evaluation-result-2058087-1247697851/solver-2058087-1247697851 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c HOME/instance-2058087-1247697851.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= fe5e33f4f2a118b282c15d76c3ea7816
RANDOM SEED=202311879

node19.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.211
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.211
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:        703160 kB
Buffers:         57608 kB
Cached:        1069628 kB
SwapCached:          0 kB
Active:         220792 kB
Inactive:      1059104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        703160 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1372 kB
Writeback:           0 kB
Mapped:         164204 kB
Slab:            57980 kB
Committed_AS:   703244 kB
PageTables:       2080 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= 66392 MiB
End job on node19 at 2009-07-16 00:44:14