Trace number 2074356

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-14UNSAT 16.0196 16.2348

DiagnosticValue
CHECKS3786300
NODES2229

General information on the benchmark

Namecsp/chessboardColoration/
normalized-cc-12-12-2.xml
MD5SUM3522093697b9ca731333dcd1630624f7
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 benchmark2.50262
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints4356
Maximum constraint arity4
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4356
Global constraints used (with number of constraints)

Solver Data

4.62/4.71	c CPU-LOAD 3.0
4.62/4.71	c LOADED 144 V (2 E), 4356 PredicateConstraint, arity 4, 3.0 cpu
15.91/16.18	s UNSATISFIABLE
15.91/16.18	d NODES 2229
15.91/16.18	d CHECKS 3786305
15.91/16.18	c heuristic-cpu: 0.0
15.91/16.18	c prepro-constraint-ccks: 21780
15.91/16.18	c prepro-constraint-presenceccks: 17424
15.91/16.18	c prepro-cpu: 0.03
15.91/16.18	c prepro-matrix2d-ccks: 0
15.91/16.18	c prepro-matrix2d-presenceccks: 0
15.91/16.18	c prepro-removed: 0
15.91/16.18	c search-cpu: 10.559999
15.91/16.18	c search-nps: 211.07956
15.91/16.18	c total-assgn: 2229
15.91/16.18	c total-constraint-ccks: 3786305
15.91/16.18	c total-constraint-presence-ccks: 9615222
15.91/16.18	c total-cpu: 10.62
15.91/16.18	c total-matrix2d-ccks: 0
15.91/16.18	c total-matrix2d-presence-ccks: 0
15.91/16.18	c TOTAL-NODES 2229
15.91/16.18	c TOTAL-CPU 10.62

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2074356-1247712370/watcher-2074356-1247712370 -o /tmp/evaluation-result-2074356-1247712370/solver-2074356-1247712370 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2074356-1247712370.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: 2.02 1.98 1.99 4/82 19855
/proc/meminfo: memFree=1486448/2055920 swapFree=4192812/4192956
[pid=19855] ppid=19853 vsize=18576 CPUtime=0
/proc/19855/stat : 19855 (runsolver) R 19853 19855 18594 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 58300876 19021824 284 996147200 4194304 4302564 548682068512 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19855/statm: 4644 284 249 26 0 2626 0

[startup+0.0553441 s]
/proc/loadavg: 2.02 1.98 1.99 4/82 19855
/proc/meminfo: memFree=1486448/2055920 swapFree=4192812/4192956
[pid=19855] ppid=19853 vsize=5356 CPUtime=0
/proc/19855/stat : 19855 (concrete.sh) S 19853 19855 18594 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58300876 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19855/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.112031 s]
/proc/loadavg: 2.02 1.98 1.99 4/82 19855
/proc/meminfo: memFree=1486448/2055920 swapFree=4192812/4192956
[pid=19855] ppid=19853 vsize=5356 CPUtime=0
/proc/19855/stat : 19855 (concrete.sh) S 19853 19855 18594 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58300876 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19855/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302062 s]
/proc/loadavg: 2.02 1.98 1.99 4/82 19855
/proc/meminfo: memFree=1486448/2055920 swapFree=4192812/4192956
[pid=19855] ppid=19853 vsize=5356 CPUtime=0
/proc/19855/stat : 19855 (concrete.sh) S 19853 19855 18594 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58300876 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19855/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701091 s]
/proc/loadavg: 2.02 1.98 1.99 4/82 19855
/proc/meminfo: memFree=1486448/2055920 swapFree=4192812/4192956
[pid=19855] ppid=19853 vsize=5356 CPUtime=0
/proc/19855/stat : 19855 (concrete.sh) S 19853 19855 18594 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58300876 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19855/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50117 s]
/proc/loadavg: 2.02 1.98 1.99 4/92 19868
/proc/meminfo: memFree=1471584/2055920 swapFree=4192812/4192956
[pid=19855] ppid=19853 vsize=5356 CPUtime=0
/proc/19855/stat : 19855 (concrete.sh) S 19853 19855 18594 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58300876 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19855/statm: 1339 244 201 169 0 50 0
[pid=19860] ppid=19855 vsize=847660 CPUtime=1.46
/proc/19860/stat : 19860 (java) S 19855 19855 18594 0 -1 0 8059 0 1 0 142 4 0 0 18 0 9 0 58300877 868003840 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19860/statm: 211915 7117 2624 9 0 206393 0
[pid=19860/tid=19861] ppid=19855 vsize=847660 CPUtime=1
/proc/19860/task/19861/stat : 19861 (java) R 19855 19855 18594 0 -1 64 3886 0 1 0 98 2 0 0 22 0 9 0 58300878 868003840 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19862] ppid=19855 vsize=847660 CPUtime=0.12
/proc/19860/task/19862/stat : 19862 (java) R 19855 19855 18594 0 -1 64 2127 0 0 0 12 0 0 0 16 0 9 0 58300879 868003840 7117 996147200 134512640 134550932 4294955408 18446744073709551615 103826444 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19863] ppid=19855 vsize=847660 CPUtime=0
/proc/19860/task/19863/stat : 19863 (java) S 19855 19855 18594 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58300879 868003840 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19864] ppid=19855 vsize=847660 CPUtime=0
/proc/19860/task/19864/stat : 19864 (java) S 19855 19855 18594 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58300879 868003840 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19865] ppid=19855 vsize=847660 CPUtime=0
/proc/19860/task/19865/stat : 19865 (java) S 19855 19855 18594 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58300882 868003840 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19866] ppid=19855 vsize=847660 CPUtime=0.31
/proc/19860/task/19866/stat : 19866 (java) S 19855 19855 18594 0 -1 64 1349 0 0 0 31 0 0 0 16 0 9 0 58300886 868003840 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19867] ppid=19855 vsize=847660 CPUtime=0
/proc/19860/task/19867/stat : 19867 (java) S 19855 19855 18594 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58300886 868003840 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19868] ppid=19855 vsize=847660 CPUtime=0
/proc/19860/task/19868/stat : 19868 (java) S 19855 19855 18594 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58300886 868003840 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 853016

[startup+3.10134 s]
/proc/loadavg: 2.02 1.98 1.99 3/92 19868
/proc/meminfo: memFree=1465504/2055920 swapFree=4192812/4192956
[pid=19855] ppid=19853 vsize=5356 CPUtime=0
/proc/19855/stat : 19855 (concrete.sh) S 19853 19855 18594 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58300876 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19855/statm: 1339 244 201 169 0 50 0
[pid=19860] ppid=19855 vsize=848892 CPUtime=3.04
/proc/19860/stat : 19860 (java) S 19855 19855 18594 0 -1 0 9325 0 1 0 298 6 0 0 18 0 10 0 58300877 869265408 8296 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19860/statm: 212223 8296 2626 9 0 206701 0
[pid=19860/tid=19861] ppid=19855 vsize=848892 CPUtime=2.23
/proc/19860/task/19861/stat : 19861 (java) R 19855 19855 18594 0 -1 64 3989 0 1 0 220 3 0 0 25 0 10 0 58300878 869265408 8296 996147200 134512640 134550932 4294955408 18446744073709551615 4126897459 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19862] ppid=19855 vsize=848892 CPUtime=0.26
/proc/19860/task/19862/stat : 19862 (java) S 19855 19855 18594 0 -1 64 3108 0 0 0 25 1 0 0 16 0 10 0 58300879 869265408 8296 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19863] ppid=19855 vsize=848892 CPUtime=0
/proc/19860/task/19863/stat : 19863 (java) S 19855 19855 18594 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58300879 869265408 8296 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19864] ppid=19855 vsize=848892 CPUtime=0
/proc/19860/task/19864/stat : 19864 (java) S 19855 19855 18594 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58300879 869265408 8296 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19865] ppid=19855 vsize=848892 CPUtime=0
/proc/19860/task/19865/stat : 19865 (java) S 19855 19855 18594 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58300882 869265408 8296 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19866] ppid=19855 vsize=848892 CPUtime=0.53
/proc/19860/task/19866/stat : 19866 (java) S 19855 19855 18594 0 -1 64 1527 0 0 0 53 0 0 0 15 0 10 0 58300886 869265408 8296 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19867] ppid=19855 vsize=848892 CPUtime=0
/proc/19860/task/19867/stat : 19867 (java) S 19855 19855 18594 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 58300886 869265408 8296 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19868] ppid=19855 vsize=848892 CPUtime=0
/proc/19860/task/19868/stat : 19868 (java) S 19855 19855 18594 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58300886 869265408 8296 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 854248

[startup+6.30267 s]
/proc/loadavg: 2.10 1.99 1.99 3/92 19870
/proc/meminfo: memFree=1456536/2055920 swapFree=4192812/4192956
[pid=19855] ppid=19853 vsize=5356 CPUtime=0
/proc/19855/stat : 19855 (concrete.sh) S 19853 19855 18594 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58300876 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19855/statm: 1339 244 201 169 0 50 0
[pid=19860] ppid=19855 vsize=851232 CPUtime=6.21
/proc/19860/stat : 19860 (java) S 19855 19855 18594 0 -1 0 12731 0 1 0 611 10 0 0 18 0 9 0 58300877 871661568 10153 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19860/statm: 212808 10153 2637 9 0 207286 0
[pid=19860/tid=19861] ppid=19855 vsize=851232 CPUtime=4.65
/proc/19860/task/19861/stat : 19861 (java) R 19855 19855 18594 0 -1 64 4368 0 1 0 461 4 0 0 25 0 9 0 58300878 871661568 10153 996147200 134512640 134550932 4294955408 18446744073709551615 4127711568 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19862] ppid=19855 vsize=851232 CPUtime=0.79
/proc/19860/task/19862/stat : 19862 (java) S 19855 19855 18594 0 -1 64 5320 0 0 0 76 3 0 0 15 0 9 0 58300879 871661568 10153 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19863] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19863/stat : 19863 (java) S 19855 19855 18594 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58300879 871661568 10153 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19864] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19864/stat : 19864 (java) S 19855 19855 18594 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58300879 871661568 10153 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19865] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19865/stat : 19865 (java) S 19855 19855 18594 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58300882 871661568 10153 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19866] ppid=19855 vsize=851232 CPUtime=0.74
/proc/19860/task/19866/stat : 19866 (java) S 19855 19855 18594 0 -1 64 2340 0 0 0 73 1 0 0 16 0 9 0 58300886 871661568 10153 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19867] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19867/stat : 19867 (java) S 19855 19855 18594 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58300886 871661568 10153 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19868] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19868/stat : 19868 (java) S 19855 19855 18594 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58300886 871661568 10153 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 856588

[startup+12.7023 s]
/proc/loadavg: 2.09 1.99 1.99 3/92 19870
/proc/meminfo: memFree=1451096/2055920 swapFree=4192812/4192956
[pid=19855] ppid=19853 vsize=5356 CPUtime=0
/proc/19855/stat : 19855 (concrete.sh) S 19853 19855 18594 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58300876 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19855/statm: 1339 244 201 169 0 50 0
[pid=19860] ppid=19855 vsize=851232 CPUtime=12.55
/proc/19860/stat : 19860 (java) S 19855 19855 18594 0 -1 0 13890 0 1 0 1243 12 0 0 18 0 9 0 58300877 871661568 11217 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19860/statm: 212808 11217 2637 9 0 207286 0
[pid=19860/tid=19861] ppid=19855 vsize=851232 CPUtime=10.64
/proc/19860/task/19861/stat : 19861 (java) R 19855 19855 18594 0 -1 64 4463 0 1 0 1060 4 0 0 25 0 9 0 58300878 871661568 11217 996147200 134512640 134550932 4294955408 18446744073709551615 4127711578 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19862] ppid=19855 vsize=851232 CPUtime=1.11
/proc/19860/task/19862/stat : 19862 (java) S 19855 19855 18594 0 -1 64 6371 0 0 0 107 4 0 0 16 0 9 0 58300879 871661568 11217 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19863] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19863/stat : 19863 (java) S 19855 19855 18594 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58300879 871661568 11217 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19864] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19864/stat : 19864 (java) S 19855 19855 18594 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58300879 871661568 11217 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19865] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19865/stat : 19865 (java) S 19855 19855 18594 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58300882 871661568 11217 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19866] ppid=19855 vsize=851232 CPUtime=0.75
/proc/19860/task/19866/stat : 19866 (java) S 19855 19855 18594 0 -1 64 2353 0 0 0 74 1 0 0 15 0 9 0 58300886 871661568 11217 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19867] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19867/stat : 19867 (java) S 19855 19855 18594 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58300886 871661568 11217 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19868] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19868/stat : 19868 (java) S 19855 19855 18594 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58300886 871661568 11217 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 856588

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

[startup+14.3075 s]
/proc/loadavg: 2.09 1.99 1.99 4/92 19870
/proc/meminfo: memFree=1449432/2055920 swapFree=4192812/4192956
[pid=19855] ppid=19853 vsize=5356 CPUtime=0
/proc/19855/stat : 19855 (concrete.sh) S 19853 19855 18594 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58300876 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19855/statm: 1339 244 201 169 0 50 0
[pid=19860] ppid=19855 vsize=851232 CPUtime=14.13
/proc/19860/stat : 19860 (java) S 19855 19855 18594 0 -1 0 14328 0 1 0 1401 12 0 0 18 0 9 0 58300877 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19860/statm: 212808 11632 2637 9 0 207286 0
[pid=19860/tid=19861] ppid=19855 vsize=851232 CPUtime=12.06
/proc/19860/task/19861/stat : 19861 (java) R 19855 19855 18594 0 -1 64 4486 0 1 0 1202 4 0 0 25 0 9 0 58300878 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4127715792 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19862] ppid=19855 vsize=851232 CPUtime=1.29
/proc/19860/task/19862/stat : 19862 (java) S 19855 19855 18594 0 -1 64 6786 0 0 0 124 5 0 0 16 0 9 0 58300879 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19863] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19863/stat : 19863 (java) S 19855 19855 18594 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58300879 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19864] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19864/stat : 19864 (java) S 19855 19855 18594 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58300879 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19865] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19865/stat : 19865 (java) S 19855 19855 18594 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58300882 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19866] ppid=19855 vsize=851232 CPUtime=0.75
/proc/19860/task/19866/stat : 19866 (java) S 19855 19855 18594 0 -1 64 2353 0 0 0 74 1 0 0 15 0 9 0 58300886 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19867] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19867/stat : 19867 (java) S 19855 19855 18594 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58300886 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19868] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19868/stat : 19868 (java) S 19855 19855 18594 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58300886 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.13
Current children cumulated vsize (KiB) 856588

[startup+15.1026 s]
/proc/loadavg: 2.09 1.99 1.99 4/92 19870
/proc/meminfo: memFree=1449432/2055920 swapFree=4192812/4192956
[pid=19855] ppid=19853 vsize=5356 CPUtime=0
/proc/19855/stat : 19855 (concrete.sh) S 19853 19855 18594 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58300876 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19855/statm: 1339 244 201 169 0 50 0
[pid=19860] ppid=19855 vsize=851232 CPUtime=14.92
/proc/19860/stat : 19860 (java) S 19855 19855 18594 0 -1 0 14340 0 1 0 1480 12 0 0 18 0 9 0 58300877 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19860/statm: 212808 11632 2637 9 0 207286 0
[pid=19860/tid=19861] ppid=19855 vsize=851232 CPUtime=12.82
/proc/19860/task/19861/stat : 19861 (java) R 19855 19855 18594 0 -1 64 4498 0 1 0 1278 4 0 0 25 0 9 0 58300878 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4127722429 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19862] ppid=19855 vsize=851232 CPUtime=1.31
/proc/19860/task/19862/stat : 19862 (java) S 19855 19855 18594 0 -1 64 6786 0 0 0 126 5 0 0 16 0 9 0 58300879 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19863] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19863/stat : 19863 (java) S 19855 19855 18594 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58300879 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19864] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19864/stat : 19864 (java) S 19855 19855 18594 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58300879 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19865] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19865/stat : 19865 (java) S 19855 19855 18594 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58300882 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19866] ppid=19855 vsize=851232 CPUtime=0.75
/proc/19860/task/19866/stat : 19866 (java) S 19855 19855 18594 0 -1 64 2353 0 0 0 74 1 0 0 15 0 9 0 58300886 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19867] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19867/stat : 19867 (java) S 19855 19855 18594 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58300886 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19868] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19868/stat : 19868 (java) S 19855 19855 18594 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58300886 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.92
Current children cumulated vsize (KiB) 856588

[startup+15.9027 s]
/proc/loadavg: 2.09 1.99 1.99 3/92 19870
/proc/meminfo: memFree=1449432/2055920 swapFree=4192812/4192956
[pid=19855] ppid=19853 vsize=5356 CPUtime=0
/proc/19855/stat : 19855 (concrete.sh) S 19853 19855 18594 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58300876 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19855/statm: 1339 244 201 169 0 50 0
[pid=19860] ppid=19855 vsize=851232 CPUtime=15.71
/proc/19860/stat : 19860 (java) S 19855 19855 18594 0 -1 0 14352 0 1 0 1559 12 0 0 18 0 9 0 58300877 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19860/statm: 212808 11632 2637 9 0 207286 0
[pid=19860/tid=19861] ppid=19855 vsize=851232 CPUtime=13.58
/proc/19860/task/19861/stat : 19861 (java) R 19855 19855 18594 0 -1 64 4510 0 1 0 1354 4 0 0 25 0 9 0 58300878 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 103211119 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19862] ppid=19855 vsize=851232 CPUtime=1.34
/proc/19860/task/19862/stat : 19862 (java) S 19855 19855 18594 0 -1 64 6786 0 0 0 129 5 0 0 16 0 9 0 58300879 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19863] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19863/stat : 19863 (java) S 19855 19855 18594 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58300879 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19864] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19864/stat : 19864 (java) S 19855 19855 18594 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58300879 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19865] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19865/stat : 19865 (java) S 19855 19855 18594 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58300882 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19866] ppid=19855 vsize=851232 CPUtime=0.75
/proc/19860/task/19866/stat : 19866 (java) S 19855 19855 18594 0 -1 64 2353 0 0 0 74 1 0 0 15 0 9 0 58300886 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19867] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19867/stat : 19867 (java) S 19855 19855 18594 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58300886 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19868] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19868/stat : 19868 (java) S 19855 19855 18594 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58300886 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.71
Current children cumulated vsize (KiB) 856588

[startup+16.1027 s]
/proc/loadavg: 2.09 1.99 1.99 3/92 19870
/proc/meminfo: memFree=1449432/2055920 swapFree=4192812/4192956
[pid=19855] ppid=19853 vsize=5356 CPUtime=0
/proc/19855/stat : 19855 (concrete.sh) S 19853 19855 18594 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58300876 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19855/statm: 1339 244 201 169 0 50 0
[pid=19860] ppid=19855 vsize=851232 CPUtime=15.91
/proc/19860/stat : 19860 (java) S 19855 19855 18594 0 -1 0 14355 0 1 0 1579 12 0 0 18 0 9 0 58300877 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19860/statm: 212808 11632 2637 9 0 207286 0
[pid=19860/tid=19861] ppid=19855 vsize=851232 CPUtime=13.78
/proc/19860/task/19861/stat : 19861 (java) R 19855 19855 18594 0 -1 64 4513 0 1 0 1374 4 0 0 25 0 9 0 58300878 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4127744423 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19862] ppid=19855 vsize=851232 CPUtime=1.35
/proc/19860/task/19862/stat : 19862 (java) S 19855 19855 18594 0 -1 64 6786 0 0 0 130 5 0 0 16 0 9 0 58300879 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19863] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19863/stat : 19863 (java) S 19855 19855 18594 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58300879 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19864] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19864/stat : 19864 (java) S 19855 19855 18594 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58300879 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19865] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19865/stat : 19865 (java) S 19855 19855 18594 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58300882 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19866] ppid=19855 vsize=851232 CPUtime=0.75
/proc/19860/task/19866/stat : 19866 (java) S 19855 19855 18594 0 -1 64 2353 0 0 0 74 1 0 0 15 0 9 0 58300886 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19867] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19867/stat : 19867 (java) S 19855 19855 18594 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58300886 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19868] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19868/stat : 19868 (java) S 19855 19855 18594 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58300886 871661568 11632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.91
Current children cumulated vsize (KiB) 856588

[startup+16.2027 s]
/proc/loadavg: 2.09 1.99 1.99 3/92 19870
/proc/meminfo: memFree=1449432/2055920 swapFree=4192812/4192956
[pid=19855] ppid=19853 vsize=5356 CPUtime=0
/proc/19855/stat : 19855 (concrete.sh) S 19853 19855 18594 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58300876 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19855/statm: 1339 244 201 169 0 50 0
[pid=19860] ppid=19855 vsize=851232 CPUtime=15.99
/proc/19860/stat : 19860 (java) S 19855 19855 18594 0 -1 0 14363 0 1 0 1587 12 0 0 18 0 9 0 58300877 871661568 11637 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19860/statm: 212808 11637 2637 9 0 207286 0
[pid=19860/tid=19861] ppid=19855 vsize=851232 CPUtime=13.86
/proc/19860/task/19861/stat : 19861 (java) S 19855 19855 18594 0 -1 64 4521 0 1 0 1381 5 0 0 25 0 9 0 58300878 871661568 11637 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19862] ppid=19855 vsize=851232 CPUtime=1.35
/proc/19860/task/19862/stat : 19862 (java) S 19855 19855 18594 0 -1 64 6786 0 0 0 130 5 0 0 16 0 9 0 58300879 871661568 11637 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19863] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19863/stat : 19863 (java) S 19855 19855 18594 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58300879 871661568 11637 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19864] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19864/stat : 19864 (java) S 19855 19855 18594 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58300879 871661568 11637 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19865] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19865/stat : 19865 (java) S 19855 19855 18594 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58300882 871661568 11637 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19866] ppid=19855 vsize=851232 CPUtime=0.75
/proc/19860/task/19866/stat : 19866 (java) S 19855 19855 18594 0 -1 64 2353 0 0 0 74 1 0 0 15 0 9 0 58300886 871661568 11637 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19867] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19867/stat : 19867 (java) S 19855 19855 18594 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58300886 871661568 11637 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19860/tid=19868] ppid=19855 vsize=851232 CPUtime=0
/proc/19860/task/19868/stat : 19868 (java) S 19855 19855 18594 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58300886 871661568 11637 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.99
Current children cumulated vsize (KiB) 856588

Child status: 0
Real time (s): 16.2348
CPU time (s): 16.0196
CPU user time (s): 15.8786
CPU system time (s): 0.140978
CPU usage (%): 98.674
Max. virtual memory (cumulated for all children) (KiB): 858224

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

runsolver used 0.029995 second user time and 0.055991 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-16 04:46:10
IDJOB=2074356
IDBENCH=56091
IDSOLVER=735
FILE ID=node44/2074356-1247712370
PBS_JOBID= 9521406
Free space on /tmp= 66280 MiB

SOLVER NAME= Concrete 2009-06-10
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-12-12-2.xml
COMMAND LINE= HOME/concrete.sh -c BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2074356-1247712370/watcher-2074356-1247712370 -o /tmp/evaluation-result-2074356-1247712370/solver-2074356-1247712370 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c HOME/instance-2074356-1247712370.xml

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

MD5SUM BENCH= 3522093697b9ca731333dcd1630624f7
RANDOM SEED=1155121141

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.219
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.219
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:       1486928 kB
Buffers:         75612 kB
Cached:         297912 kB
SwapCached:          0 kB
Active:         186056 kB
Inactive:       296936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1486928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2324 kB
Writeback:           0 kB
Mapped:         129804 kB
Slab:            70852 kB
Committed_AS:   736972 kB
PageTables:       2008 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= 66276 MiB
End job on node44 at 2009-07-16 04:46:26