Trace number 2089294

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 15.8666 15.8811

DiagnosticValue
CHECKS82321500
NODES53157

General information on the benchmark

Namecsp/tightness0.5/
normalized-rand-2-40-25-180-500-16_ext.xml
MD5SUM353fe73398f62a5e481812f92f5cede2
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.87326
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

1.13/1.16	c CPU-LOAD 0.54
1.13/1.16	c LOADED 40 V (25 E), 180 ExtensionConstraint2D, arity 2, 0.54 cpu
15.82/15.82	s UNSATISFIABLE
15.82/15.82	d NODES 53157
15.82/15.82	d CHECKS 82321522
15.82/15.82	c heuristic-cpu: 0.0
15.82/15.82	c prepro-constraint-ccks: 0
15.82/15.82	c prepro-constraint-presenceccks: 0
15.82/15.82	c prepro-cpu: 0.01
15.82/15.82	c prepro-matrix2d-ccks: 0
15.82/15.82	c prepro-matrix2d-presenceccks: 0
15.82/15.82	c prepro-removed: 0
15.82/15.82	c search-cpu: 14.57
15.82/15.82	c search-nps: 3648.3872
15.82/15.82	c total-assgn: 53157
15.82/15.82	c total-constraint-ccks: 0
15.82/15.82	c total-constraint-presence-ccks: 0
15.82/15.82	c total-cpu: 14.599999
15.82/15.82	c total-matrix2d-ccks: 82321522
15.82/15.82	c total-matrix2d-presence-ccks: 0
15.82/15.82	c TOTAL-NODES 53157
15.82/15.82	c TOTAL-CPU 14.599999

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-2089294-1247729914/watcher-2089294-1247729914 -o /tmp/evaluation-result-2089294-1247729914/solver-2089294-1247729914 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2089294-1247729914.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.00 2.00 2.00 4/72 19512
/proc/meminfo: memFree=1481104/2055920 swapFree=4192812/4192956
[pid=19512] ppid=19510 vsize=5260 CPUtime=0
/proc/19512/stat : 19512 (concrete.sh) R 19510 19512 17714 0 -1 4194304 64 0 0 0 0 0 0 0 21 0 1 0 60059182 5386240 49 996147200 4194304 4889804 548682068816 18446744073709551615 259350659815 0 0 4096 0 0 0 0 17 1 0 0
/proc/19512/statm: 1315 49 37 169 0 14 0

[startup+0.04872 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 19512
/proc/meminfo: memFree=1481104/2055920 swapFree=4192812/4192956
[pid=19512] ppid=19510 vsize=5356 CPUtime=0
/proc/19512/stat : 19512 (concrete.sh) S 19510 19512 17714 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 60059182 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19512/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.146398 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 19512
/proc/meminfo: memFree=1481104/2055920 swapFree=4192812/4192956
[pid=19512] ppid=19510 vsize=5356 CPUtime=0
/proc/19512/stat : 19512 (concrete.sh) S 19510 19512 17714 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 60059182 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19512/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302413 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 19512
/proc/meminfo: memFree=1481104/2055920 swapFree=4192812/4192956
[pid=19512] ppid=19510 vsize=5356 CPUtime=0
/proc/19512/stat : 19512 (concrete.sh) S 19510 19512 17714 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 60059182 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19512/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702453 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 19512
/proc/meminfo: memFree=1481104/2055920 swapFree=4192812/4192956
[pid=19512] ppid=19510 vsize=5356 CPUtime=0
/proc/19512/stat : 19512 (concrete.sh) S 19510 19512 17714 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 60059182 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19512/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50155 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19525
/proc/meminfo: memFree=1466112/2055920 swapFree=4192812/4192956
[pid=19512] ppid=19510 vsize=5356 CPUtime=0
/proc/19512/stat : 19512 (concrete.sh) S 19510 19512 17714 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 60059182 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19512/statm: 1339 244 201 169 0 50 0
[pid=19517] ppid=19512 vsize=849444 CPUtime=1.52
/proc/19517/stat : 19517 (java) S 19512 19512 17714 0 -1 0 7719 0 1 0 147 5 0 0 18 0 9 0 60059183 869830656 6754 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19517/statm: 212361 6754 2615 9 0 206846 0
[pid=19517/tid=19518] ppid=19512 vsize=849444 CPUtime=1.1
/proc/19517/task/19518/stat : 19518 (java) R 19512 19512 17714 0 -1 64 3758 0 1 0 108 2 0 0 25 0 9 0 60059184 869830656 6754 996147200 134512640 134550932 4294955408 18446744073709551615 4126499943 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19519] ppid=19512 vsize=849444 CPUtime=0.1
/proc/19517/task/19519/stat : 19519 (java) S 19512 19512 17714 0 -1 64 1929 0 0 0 10 0 0 0 16 0 9 0 60059185 869830656 6754 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19520] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19520/stat : 19520 (java) S 19512 19512 17714 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 60059185 869830656 6754 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19521] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19521/stat : 19521 (java) S 19512 19512 17714 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 60059185 869830656 6754 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19522] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19522/stat : 19522 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 60059188 869830656 6754 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19523] ppid=19512 vsize=849444 CPUtime=0.28
/proc/19517/task/19523/stat : 19523 (java) S 19512 19512 17714 0 -1 64 1328 0 0 0 27 1 0 0 15 0 9 0 60059191 869830656 6754 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19524] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19524/stat : 19524 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 60059191 869830656 6754 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19525] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19525/stat : 19525 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 60059191 869830656 6754 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 854800

[startup+3.10174 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19527
/proc/meminfo: memFree=1463744/2055920 swapFree=4192812/4192956
[pid=19512] ppid=19510 vsize=5356 CPUtime=0
/proc/19512/stat : 19512 (concrete.sh) S 19510 19512 17714 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 60059182 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19512/statm: 1339 244 201 169 0 50 0
[pid=19517] ppid=19512 vsize=849444 CPUtime=3.13
/proc/19517/stat : 19517 (java) S 19512 19512 17714 0 -1 0 7725 0 1 0 307 6 0 0 18 0 9 0 60059183 869830656 6759 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19517/statm: 212361 6759 2615 9 0 206846 0
[pid=19517/tid=19518] ppid=19512 vsize=849444 CPUtime=2.69
/proc/19517/task/19518/stat : 19518 (java) R 19512 19512 17714 0 -1 64 3759 0 1 0 267 2 0 0 25 0 9 0 60059184 869830656 6759 996147200 134512640 134550932 4294955408 18446744073709551615 4126505799 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19519] ppid=19512 vsize=849444 CPUtime=0.1
/proc/19517/task/19519/stat : 19519 (java) S 19512 19512 17714 0 -1 64 1929 0 0 0 10 0 0 0 17 0 9 0 60059185 869830656 6759 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19520] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19520/stat : 19520 (java) S 19512 19512 17714 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 60059185 869830656 6759 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19521] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19521/stat : 19521 (java) S 19512 19512 17714 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 60059185 869830656 6759 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19522] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19522/stat : 19522 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 60059188 869830656 6759 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19523] ppid=19512 vsize=849444 CPUtime=0.29
/proc/19517/task/19523/stat : 19523 (java) S 19512 19512 17714 0 -1 64 1333 0 0 0 28 1 0 0 16 0 9 0 60059191 869830656 6759 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19524] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19524/stat : 19524 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 60059191 869830656 6759 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19525] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19525/stat : 19525 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 60059191 869830656 6759 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 854800

[startup+6.30211 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19527
/proc/meminfo: memFree=1463296/2055920 swapFree=4192812/4192956
[pid=19512] ppid=19510 vsize=5356 CPUtime=0
/proc/19512/stat : 19512 (concrete.sh) S 19510 19512 17714 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 60059182 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19512/statm: 1339 244 201 169 0 50 0
[pid=19517] ppid=19512 vsize=849444 CPUtime=6.33
/proc/19517/stat : 19517 (java) S 19512 19512 17714 0 -1 0 7727 0 1 0 627 6 0 0 18 0 9 0 60059183 869830656 6759 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19517/statm: 212361 6759 2615 9 0 206846 0
[pid=19517/tid=19518] ppid=19512 vsize=849444 CPUtime=5.9
/proc/19517/task/19518/stat : 19518 (java) R 19512 19512 17714 0 -1 64 3761 0 1 0 587 3 0 0 25 0 9 0 60059184 869830656 6759 996147200 134512640 134550932 4294955408 18446744073709551615 4126506724 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19519] ppid=19512 vsize=849444 CPUtime=0.1
/proc/19517/task/19519/stat : 19519 (java) S 19512 19512 17714 0 -1 64 1929 0 0 0 10 0 0 0 16 0 9 0 60059185 869830656 6759 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19520] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19520/stat : 19520 (java) S 19512 19512 17714 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 60059185 869830656 6759 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19521] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19521/stat : 19521 (java) S 19512 19512 17714 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 60059185 869830656 6759 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19522] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19522/stat : 19522 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 60059188 869830656 6759 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19523] ppid=19512 vsize=849444 CPUtime=0.29
/proc/19517/task/19523/stat : 19523 (java) S 19512 19512 17714 0 -1 64 1333 0 0 0 28 1 0 0 16 0 9 0 60059191 869830656 6759 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19524] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19524/stat : 19524 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 60059191 869830656 6759 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19525] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19525/stat : 19525 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 60059191 869830656 6759 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 854800

[startup+12.7019 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19527
/proc/meminfo: memFree=1462080/2055920 swapFree=4192812/4192956
[pid=19512] ppid=19510 vsize=5356 CPUtime=0
/proc/19512/stat : 19512 (concrete.sh) S 19510 19512 17714 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 60059182 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19512/statm: 1339 244 201 169 0 50 0
[pid=19517] ppid=19512 vsize=849444 CPUtime=12.72
/proc/19517/stat : 19517 (java) S 19512 19512 17714 0 -1 0 7728 0 1 0 1266 6 0 0 18 0 9 0 60059183 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19517/statm: 212361 6760 2615 9 0 206846 0
[pid=19517/tid=19518] ppid=19512 vsize=849444 CPUtime=12.3
/proc/19517/task/19518/stat : 19518 (java) R 19512 19512 17714 0 -1 64 3761 0 1 0 1227 3 0 0 25 0 9 0 60059184 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4126475311 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19519] ppid=19512 vsize=849444 CPUtime=0.1
/proc/19517/task/19519/stat : 19519 (java) S 19512 19512 17714 0 -1 64 1929 0 0 0 10 0 0 0 16 0 9 0 60059185 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19520] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19520/stat : 19520 (java) S 19512 19512 17714 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 60059185 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19521] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19521/stat : 19521 (java) S 19512 19512 17714 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 60059185 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19522] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19522/stat : 19522 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 60059188 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19523] ppid=19512 vsize=849444 CPUtime=0.29
/proc/19517/task/19523/stat : 19523 (java) S 19512 19512 17714 0 -1 64 1334 0 0 0 28 1 0 0 16 0 9 0 60059191 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19524] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19524/stat : 19524 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 60059191 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19525] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19525/stat : 19525 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 60059191 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 854800

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

[startup+14.3061 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19527
/proc/meminfo: memFree=1462080/2055920 swapFree=4192812/4192956
[pid=19512] ppid=19510 vsize=5356 CPUtime=0
/proc/19512/stat : 19512 (concrete.sh) S 19510 19512 17714 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 60059182 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19512/statm: 1339 244 201 169 0 50 0
[pid=19517] ppid=19512 vsize=849444 CPUtime=14.33
/proc/19517/stat : 19517 (java) S 19512 19512 17714 0 -1 0 7728 0 1 0 1427 6 0 0 18 0 9 0 60059183 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19517/statm: 212361 6760 2615 9 0 206846 0
[pid=19517/tid=19518] ppid=19512 vsize=849444 CPUtime=13.9
/proc/19517/task/19518/stat : 19518 (java) R 19512 19512 17714 0 -1 64 3761 0 1 0 1387 3 0 0 25 0 9 0 60059184 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4126498818 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19519] ppid=19512 vsize=849444 CPUtime=0.1
/proc/19517/task/19519/stat : 19519 (java) S 19512 19512 17714 0 -1 64 1929 0 0 0 10 0 0 0 16 0 9 0 60059185 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19520] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19520/stat : 19520 (java) S 19512 19512 17714 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 60059185 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19521] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19521/stat : 19521 (java) S 19512 19512 17714 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 60059185 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19522] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19522/stat : 19522 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 60059188 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19523] ppid=19512 vsize=849444 CPUtime=0.29
/proc/19517/task/19523/stat : 19523 (java) S 19512 19512 17714 0 -1 64 1334 0 0 0 28 1 0 0 16 0 9 0 60059191 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19524] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19524/stat : 19524 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 60059191 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19525] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19525/stat : 19525 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 60059191 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.33
Current children cumulated vsize (KiB) 854800

[startup+15.1021 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19527
/proc/meminfo: memFree=1462080/2055920 swapFree=4192812/4192956
[pid=19512] ppid=19510 vsize=5356 CPUtime=0
/proc/19512/stat : 19512 (concrete.sh) S 19510 19512 17714 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 60059182 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19512/statm: 1339 244 201 169 0 50 0
[pid=19517] ppid=19512 vsize=849444 CPUtime=15.12
/proc/19517/stat : 19517 (java) S 19512 19512 17714 0 -1 0 7728 0 1 0 1506 6 0 0 18 0 9 0 60059183 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19517/statm: 212361 6760 2615 9 0 206846 0
[pid=19517/tid=19518] ppid=19512 vsize=849444 CPUtime=14.69
/proc/19517/task/19518/stat : 19518 (java) R 19512 19512 17714 0 -1 64 3761 0 1 0 1466 3 0 0 25 0 9 0 60059184 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4126504682 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19519] ppid=19512 vsize=849444 CPUtime=0.1
/proc/19517/task/19519/stat : 19519 (java) S 19512 19512 17714 0 -1 64 1929 0 0 0 10 0 0 0 16 0 9 0 60059185 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19520] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19520/stat : 19520 (java) S 19512 19512 17714 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 60059185 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19521] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19521/stat : 19521 (java) S 19512 19512 17714 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 60059185 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19522] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19522/stat : 19522 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 60059188 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19523] ppid=19512 vsize=849444 CPUtime=0.29
/proc/19517/task/19523/stat : 19523 (java) S 19512 19512 17714 0 -1 64 1334 0 0 0 28 1 0 0 16 0 9 0 60059191 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19524] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19524/stat : 19524 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 60059191 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19525] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19525/stat : 19525 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 60059191 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.12
Current children cumulated vsize (KiB) 854800

[startup+15.5022 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 19527
/proc/meminfo: memFree=1462080/2055920 swapFree=4192812/4192956
[pid=19512] ppid=19510 vsize=5356 CPUtime=0
/proc/19512/stat : 19512 (concrete.sh) S 19510 19512 17714 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 60059182 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19512/statm: 1339 244 201 169 0 50 0
[pid=19517] ppid=19512 vsize=849444 CPUtime=15.52
/proc/19517/stat : 19517 (java) S 19512 19512 17714 0 -1 0 7728 0 1 0 1546 6 0 0 18 0 9 0 60059183 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19517/statm: 212361 6760 2615 9 0 206846 0
[pid=19517/tid=19518] ppid=19512 vsize=849444 CPUtime=15.09
/proc/19517/task/19518/stat : 19518 (java) R 19512 19512 17714 0 -1 64 3761 0 1 0 1506 3 0 0 25 0 9 0 60059184 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 104749984 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19519] ppid=19512 vsize=849444 CPUtime=0.1
/proc/19517/task/19519/stat : 19519 (java) S 19512 19512 17714 0 -1 64 1929 0 0 0 10 0 0 0 16 0 9 0 60059185 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19520] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19520/stat : 19520 (java) S 19512 19512 17714 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 60059185 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19521] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19521/stat : 19521 (java) S 19512 19512 17714 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 60059185 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19522] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19522/stat : 19522 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 60059188 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19523] ppid=19512 vsize=849444 CPUtime=0.29
/proc/19517/task/19523/stat : 19523 (java) S 19512 19512 17714 0 -1 64 1334 0 0 0 28 1 0 0 16 0 9 0 60059191 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19524] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19524/stat : 19524 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 60059191 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19525] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19525/stat : 19525 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 60059191 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.52
Current children cumulated vsize (KiB) 854800

[startup+15.7022 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 19527
/proc/meminfo: memFree=1462080/2055920 swapFree=4192812/4192956
[pid=19512] ppid=19510 vsize=5356 CPUtime=0
/proc/19512/stat : 19512 (concrete.sh) S 19510 19512 17714 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 60059182 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19512/statm: 1339 244 201 169 0 50 0
[pid=19517] ppid=19512 vsize=849444 CPUtime=15.72
/proc/19517/stat : 19517 (java) S 19512 19512 17714 0 -1 0 7728 0 1 0 1566 6 0 0 18 0 9 0 60059183 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19517/statm: 212361 6760 2615 9 0 206846 0
[pid=19517/tid=19518] ppid=19512 vsize=849444 CPUtime=15.29
/proc/19517/task/19518/stat : 19518 (java) R 19512 19512 17714 0 -1 64 3761 0 1 0 1526 3 0 0 25 0 9 0 60059184 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4126498724 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19519] ppid=19512 vsize=849444 CPUtime=0.1
/proc/19517/task/19519/stat : 19519 (java) S 19512 19512 17714 0 -1 64 1929 0 0 0 10 0 0 0 16 0 9 0 60059185 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19520] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19520/stat : 19520 (java) S 19512 19512 17714 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 60059185 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19521] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19521/stat : 19521 (java) S 19512 19512 17714 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 60059185 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19522] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19522/stat : 19522 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 60059188 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19523] ppid=19512 vsize=849444 CPUtime=0.29
/proc/19517/task/19523/stat : 19523 (java) S 19512 19512 17714 0 -1 64 1334 0 0 0 28 1 0 0 16 0 9 0 60059191 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19524] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19524/stat : 19524 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 60059191 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19525] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19525/stat : 19525 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 60059191 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.72
Current children cumulated vsize (KiB) 854800

[startup+15.8022 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 19527
/proc/meminfo: memFree=1462080/2055920 swapFree=4192812/4192956
[pid=19512] ppid=19510 vsize=5356 CPUtime=0
/proc/19512/stat : 19512 (concrete.sh) S 19510 19512 17714 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 60059182 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19512/statm: 1339 244 201 169 0 50 0
[pid=19517] ppid=19512 vsize=849444 CPUtime=15.82
/proc/19517/stat : 19517 (java) S 19512 19512 17714 0 -1 0 7728 0 1 0 1576 6 0 0 18 0 9 0 60059183 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19517/statm: 212361 6760 2615 9 0 206846 0
[pid=19517/tid=19518] ppid=19512 vsize=849444 CPUtime=15.39
/proc/19517/task/19518/stat : 19518 (java) R 19512 19512 17714 0 -1 64 3761 0 1 0 1536 3 0 0 25 0 9 0 60059184 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4126514522 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19519] ppid=19512 vsize=849444 CPUtime=0.1
/proc/19517/task/19519/stat : 19519 (java) S 19512 19512 17714 0 -1 64 1929 0 0 0 10 0 0 0 16 0 9 0 60059185 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19520] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19520/stat : 19520 (java) S 19512 19512 17714 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 60059185 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19521] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19521/stat : 19521 (java) S 19512 19512 17714 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 60059185 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19522] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19522/stat : 19522 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 60059188 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19523] ppid=19512 vsize=849444 CPUtime=0.29
/proc/19517/task/19523/stat : 19523 (java) S 19512 19512 17714 0 -1 64 1334 0 0 0 28 1 0 0 16 0 9 0 60059191 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19517/tid=19524] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19524/stat : 19524 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 60059191 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19517/tid=19525] ppid=19512 vsize=849444 CPUtime=0
/proc/19517/task/19525/stat : 19525 (java) S 19512 19512 17714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 60059191 869830656 6760 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.82
Current children cumulated vsize (KiB) 854800

Child status: 0
Real time (s): 15.8811
CPU time (s): 15.8666
CPU user time (s): 15.7936
CPU system time (s): 0.072988
CPU usage (%): 99.9086
Max. virtual memory (cumulated for all children) (KiB): 854800

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

runsolver used 0.022996 second user time and 0.057991 second system time

The end

Launcher Data

Begin job on node1 at 2009-07-16 09:38:34
IDJOB=2089294
IDBENCH=59433
IDSOLVER=735
FILE ID=node1/2089294-1247729914
PBS_JOBID= 9521585
Free space on /tmp= 66384 MiB

SOLVER NAME= Concrete 2009-06-10
BENCH NAME= CPAI08/csp/tightness0.5/normalized-rand-2-40-25-180-500-16_ext.xml
COMMAND LINE= HOME/concrete.sh -c BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2089294-1247729914/watcher-2089294-1247729914 -o /tmp/evaluation-result-2089294-1247729914/solver-2089294-1247729914 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c HOME/instance-2089294-1247729914.xml

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

MD5SUM BENCH= 353fe73398f62a5e481812f92f5cede2
RANDOM SEED=1853659310

node1.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.216
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.216
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:       1481520 kB
Buffers:         75368 kB
Cached:         251372 kB
SwapCached:          0 kB
Active:         262268 kB
Inactive:       247148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1481520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1804 kB
Writeback:           0 kB
Mapped:         194304 kB
Slab:            50032 kB
Committed_AS:   809920 kB
PageTables:       2116 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= 66384 MiB
End job on node1 at 2009-07-16 09:38:50