Trace number 1088164

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
SAT4J CSP 2008-06-13UNSAT 12.1641 12.2811

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f12.xml
MD5SUM923ef4c26cd9096899ec03d5df91c70b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.648901
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size32
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.42	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.42	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.42	c See www.sat4j.org for details.
0.29/0.42	c That software uses the Rhino library from the Mozilla project.
0.29/0.46	c version 9.9.9.token
0.29/0.46	c sun.arch.data.model	32
0.29/0.46	c java.version	1.6.0_06
0.29/0.46	c os.name	Linux
0.29/0.46	c os.version	2.6.9-22.EL.rootsmp
0.29/0.46	c os.arch	i386
0.29/0.46	c Free memory 669864272
0.29/0.46	c Max memory 672137216
0.29/0.46	c Total memory 672137216
0.29/0.46	c Number of processors 2
0.39/0.51	c c --- Begin Solver configuration ---
0.39/0.51	c Stops conflict analysis at the first Unique Implication Point
0.39/0.51	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.39/0.51	c Learn all clauses as in MiniSAT
0.39/0.51	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.51	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.39/0.51	c Expensive reason simplification
0.39/0.51	c MiniSAT restarts strategy
0.39/0.51	c timeout=2147483s
0.39/0.51	c DB Simplification allowed=false
0.39/0.51	c --- End Solver configuration ---
0.39/0.51	c solving HOME/instance-1088164-1215245832.xml
0.39/0.51	c reading problem ... 
0.58/0.78	c reading problem named null
0.58/0.78	c reading domains done.
0.58/0.79	c reading variables done.
1.07/1.28	c reading predicates  done.
1.26/1.46	c reading constraints
11.29/11.44	c done with constraints.
11.29/11.44	c ... done. Wall clock time 10.93s.
11.29/11.44	c #vars     19868
11.29/11.44	c #constraints  208217
11.29/11.44	c constraints type 
11.29/11.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 201213
11.29/11.44	c org.sat4j.minisat.constraints.card.AtLeast => 680
12.09/12.24	c starts		: 2
12.09/12.24	c conflicts		: 212
12.09/12.24	c decisions		: 1214
12.09/12.24	c propagations		: 21763
12.09/12.24	c inspects		: 664495
12.09/12.24	c learnt literals	: 4
12.09/12.24	c learnt binary clauses	: 2
12.09/12.24	c learnt ternary clauses	: 4
12.09/12.24	c learnt clauses	: 207
12.09/12.24	c ignored clauses	: 0
12.09/12.24	c root simplifications	: 0
12.09/12.24	c removed literals (reason simplification)	: 1567
12.09/12.24	c reason swapping (by a shorter reason)	: 0
12.09/12.24	c Calls to reduceDB	: 0
12.09/12.24	c speed (assignments/second)	: 29730.87431693989
12.09/12.24	c non guided choices	1005
12.09/12.24	s UNSATISFIABLE
12.09/12.24	c Total wall clock time (in seconds) : 11.73

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088164-1215245832/watcher-1088164-1215245832 -o /tmp/evaluation-result-1088164-1215245832/solver-1088164-1215245832 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1088164-1215245832.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.12 2.23 4/82 4324
/proc/meminfo: memFree=1911544/2055920 swapFree=4179952/4192956
[pid=4324] ppid=4322 vsize=18572 CPUtime=0
/proc/4324/stat : 4324 (runsolver) R 4322 4324 2317 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 636830449 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 270187162919 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/4324/statm: 4643 292 257 25 0 2626 0

[startup+0.0335589 s]
/proc/loadavg: 2.00 2.12 2.23 4/82 4324
/proc/meminfo: memFree=1911544/2055920 swapFree=4179952/4192956
[pid=4324] ppid=4322 vsize=13012 CPUtime=0.01
/proc/4324/stat : 4324 (java) R 4322 4324 2317 0 -1 0 385 0 4 0 0 1 0 0 21 0 1 0 636830449 13324288 190 996147200 134512640 134550740 4294956016 18446744073709551615 9892650 0 0 4096 0 0 0 0 17 0 0 0
/proc/4324/statm: 3253 190 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.104295 s]
/proc/loadavg: 2.00 2.12 2.23 4/82 4324
/proc/meminfo: memFree=1911544/2055920 swapFree=4179952/4192956
[pid=4324] ppid=4322 vsize=800744 CPUtime=0.04
/proc/4324/stat : 4324 (java) S 4322 4324 2317 0 -1 0 2391 0 27 0 1 3 0 0 20 0 4 0 636830449 819961856 2155 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/4324/statm: 200186 2155 912 9 0 197569 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800744

[startup+0.301319 s]
/proc/loadavg: 2.00 2.12 2.23 4/82 4324
/proc/meminfo: memFree=1911544/2055920 swapFree=4179952/4192956
[pid=4324] ppid=4322 vsize=807800 CPUtime=0.21
/proc/4324/stat : 4324 (java) S 4322 4324 2317 0 -1 0 4486 0 27 0 17 4 0 0 20 0 12 0 636830449 827187200 3841 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4324/statm: 201950 3841 1295 9 0 199319 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 807800

[startup+0.701366 s]
/proc/loadavg: 2.00 2.12 2.23 4/82 4324
/proc/meminfo: memFree=1911544/2055920 swapFree=4179952/4192956
[pid=4324] ppid=4322 vsize=807828 CPUtime=0.58
/proc/4324/stat : 4324 (java) S 4322 4324 2317 0 -1 0 5880 0 27 0 51 7 0 0 20 0 12 0 636830449 827215872 5183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4324/statm: 201957 5183 1333 9 0 199319 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 807828

[startup+1.50245 s]
/proc/loadavg: 2.00 2.12 2.23 4/94 4336
/proc/meminfo: memFree=1885336/2055920 swapFree=4179952/4192956
[pid=4324] ppid=4322 vsize=807828 CPUtime=1.36
/proc/4324/stat : 4324 (java) S 4322 4324 2317 0 -1 0 8654 0 27 0 128 8 0 0 20 0 12 0 636830449 827215872 7332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4324/statm: 201957 7332 1349 9 0 199319 0
[pid=4324/tid=4326] ppid=4322 vsize=807828 CPUtime=0.77
/proc/4324/task/4326/stat : 4326 (java) R 4322 4324 2317 0 -1 64 5716 0 1 0 72 5 0 0 18 0 12 0 636830457 827215872 7332 996147200 134512640 134550740 4294956016 18446744073709551615 4109208136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4324/tid=4327] ppid=4322 vsize=807828 CPUtime=0
/proc/4324/task/4327/stat : 4327 (java) S 4322 4324 2317 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 636830457 827215872 7332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4328] ppid=4322 vsize=807828 CPUtime=0
/proc/4324/task/4328/stat : 4328 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 636830457 827215872 7332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4329] ppid=4322 vsize=807828 CPUtime=0
/proc/4324/task/4329/stat : 4329 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 636830460 827215872 7332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4330] ppid=4322 vsize=807828 CPUtime=0
/proc/4324/task/4330/stat : 4330 (java) S 4322 4324 2317 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 636830461 827215872 7332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4331] ppid=4322 vsize=807828 CPUtime=0
/proc/4324/task/4331/stat : 4331 (java) S 4322 4324 2317 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 636830461 827215872 7332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4332] ppid=4322 vsize=807828 CPUtime=0
/proc/4324/task/4332/stat : 4332 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 636830467 827215872 7332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4333] ppid=4322 vsize=807828 CPUtime=0.22
/proc/4324/task/4333/stat : 4333 (java) S 4322 4324 2317 0 -1 64 1095 0 0 0 22 0 0 0 16 0 12 0 636830467 827215872 7332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4334] ppid=4322 vsize=807828 CPUtime=0.32
/proc/4324/task/4334/stat : 4334 (java) S 4322 4324 2317 0 -1 64 1104 0 0 0 32 0 0 0 16 0 12 0 636830467 827215872 7332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4335] ppid=4322 vsize=807828 CPUtime=0
/proc/4324/task/4335/stat : 4335 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 636830467 827215872 7332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4336] ppid=4322 vsize=807828 CPUtime=0
/proc/4324/task/4336/stat : 4336 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 636830467 827215872 7332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 807828

[startup+3.10164 s]
/proc/loadavg: 2.00 2.12 2.23 4/94 4336
/proc/meminfo: memFree=1869848/2055920 swapFree=4179952/4192956
[pid=4324] ppid=4322 vsize=816408 CPUtime=3.04
/proc/4324/stat : 4324 (java) S 4322 4324 2317 0 -1 0 22674 0 27 0 289 15 0 0 20 0 12 0 636830449 836001792 19025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4324/statm: 204102 19025 1382 9 0 201464 0
[pid=4324/tid=4326] ppid=4322 vsize=816408 CPUtime=1.55
/proc/4324/task/4326/stat : 4326 (java) R 4322 4324 2317 0 -1 64 15273 0 1 0 145 10 0 0 23 0 12 0 636830457 836001792 19025 996147200 134512640 134550740 4294956016 18446744073709551615 4109218858 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4327] ppid=4322 vsize=816408 CPUtime=0
/proc/4324/task/4327/stat : 4327 (java) S 4322 4324 2317 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 636830457 836001792 19025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4328] ppid=4322 vsize=816408 CPUtime=0
/proc/4324/task/4328/stat : 4328 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 636830457 836001792 19025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4329] ppid=4322 vsize=816408 CPUtime=0
/proc/4324/task/4329/stat : 4329 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 636830460 836001792 19025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4330] ppid=4322 vsize=816408 CPUtime=0
/proc/4324/task/4330/stat : 4330 (java) S 4322 4324 2317 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 636830461 836001792 19025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4331] ppid=4322 vsize=816408 CPUtime=0
/proc/4324/task/4331/stat : 4331 (java) S 4322 4324 2317 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 636830461 836001792 19025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4332] ppid=4322 vsize=816408 CPUtime=0
/proc/4324/task/4332/stat : 4332 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 636830467 836001792 19025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4333] ppid=4322 vsize=816408 CPUtime=0.63
/proc/4324/task/4333/stat : 4333 (java) S 4322 4324 2317 0 -1 64 1586 0 0 0 63 0 0 0 16 0 12 0 636830467 836001792 19025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4334] ppid=4322 vsize=816408 CPUtime=0.81
/proc/4324/task/4334/stat : 4334 (java) S 4322 4324 2317 0 -1 64 5076 0 0 0 79 2 0 0 16 0 12 0 636830467 836001792 19025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4335] ppid=4322 vsize=816408 CPUtime=0
/proc/4324/task/4335/stat : 4335 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 636830467 836001792 19025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4336] ppid=4322 vsize=816408 CPUtime=0
/proc/4324/task/4336/stat : 4336 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 636830467 836001792 19025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 816408

[startup+6.30301 s]
/proc/loadavg: 2.00 2.12 2.22 3/94 4336
/proc/meminfo: memFree=1802400/2055920 swapFree=4179952/4192956
[pid=4324] ppid=4322 vsize=816192 CPUtime=6.23
/proc/4324/stat : 4324 (java) S 4322 4324 2317 0 -1 0 32032 0 27 0 605 18 0 0 20 0 12 0 636830449 835780608 27025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4324/statm: 204048 27025 1389 9 0 201410 0
[pid=4324/tid=4326] ppid=4322 vsize=816192 CPUtime=3.77
/proc/4324/task/4326/stat : 4326 (java) R 4322 4324 2317 0 -1 64 17274 0 1 0 366 11 0 0 25 0 12 0 636830457 835780608 27025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4327] ppid=4322 vsize=816192 CPUtime=0.1
/proc/4324/task/4327/stat : 4327 (java) S 4322 4324 2317 0 -1 64 2994 0 0 0 10 0 0 0 16 0 12 0 636830457 835780608 27025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4328] ppid=4322 vsize=816192 CPUtime=0.11
/proc/4324/task/4328/stat : 4328 (java) S 4322 4324 2317 0 -1 64 2842 0 0 0 10 1 0 0 16 0 12 0 636830457 835780608 27025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4329] ppid=4322 vsize=816192 CPUtime=0
/proc/4324/task/4329/stat : 4329 (java) S 4322 4324 2317 0 -1 64 86 0 0 0 0 0 0 0 16 0 12 0 636830460 835780608 27025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4330] ppid=4322 vsize=816192 CPUtime=0
/proc/4324/task/4330/stat : 4330 (java) S 4322 4324 2317 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 636830461 835780608 27025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4331] ppid=4322 vsize=816192 CPUtime=0
/proc/4324/task/4331/stat : 4331 (java) S 4322 4324 2317 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 636830461 835780608 27025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4332] ppid=4322 vsize=816192 CPUtime=0
/proc/4324/task/4332/stat : 4332 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 636830467 835780608 27025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4333] ppid=4322 vsize=816192 CPUtime=1.07
/proc/4324/task/4333/stat : 4333 (java) S 4322 4324 2317 0 -1 64 2692 0 0 0 106 1 0 0 16 0 12 0 636830467 835780608 27025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4334] ppid=4322 vsize=816192 CPUtime=1.12
/proc/4324/task/4334/stat : 4334 (java) R 4322 4324 2317 0 -1 64 5407 0 0 0 110 2 0 0 16 0 12 0 636830467 835780608 27025 996147200 134512640 134550740 4294956016 18446744073709551615 103118429 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4335] ppid=4322 vsize=816192 CPUtime=0
/proc/4324/task/4335/stat : 4335 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 636830467 835780608 27025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4336] ppid=4322 vsize=816192 CPUtime=0
/proc/4324/task/4336/stat : 4336 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 636830467 835780608 27025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 816192

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

[startup+9.50238 s]
/proc/loadavg: 2.00 2.11 2.22 3/94 4336
/proc/meminfo: memFree=1793120/2055920 swapFree=4179952/4192956
[pid=4324] ppid=4322 vsize=816192 CPUtime=9.41
/proc/4324/stat : 4324 (java) S 4322 4324 2317 0 -1 0 34335 0 27 0 922 19 0 0 20 0 12 0 636830449 835780608 29324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4324/statm: 204048 29324 1398 9 0 201410 0
[pid=4324/tid=4326] ppid=4322 vsize=816192 CPUtime=6.18
/proc/4324/task/4326/stat : 4326 (java) R 4322 4324 2317 0 -1 64 17283 0 1 0 607 11 0 0 25 0 12 0 636830457 835780608 29324 996147200 134512640 134550740 4294956016 18446744073709551615 4109673878 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4327] ppid=4322 vsize=816192 CPUtime=0.2
/proc/4324/task/4327/stat : 4327 (java) S 4322 4324 2317 0 -1 64 4056 0 0 0 20 0 0 0 16 0 12 0 636830457 835780608 29324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4328] ppid=4322 vsize=816192 CPUtime=0.24
/proc/4324/task/4328/stat : 4328 (java) S 4322 4324 2317 0 -1 64 4020 0 0 0 23 1 0 0 16 0 12 0 636830457 835780608 29324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4329] ppid=4322 vsize=816192 CPUtime=0
/proc/4324/task/4329/stat : 4329 (java) S 4322 4324 2317 0 -1 64 86 0 0 0 0 0 0 0 16 0 12 0 636830460 835780608 29324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4330] ppid=4322 vsize=816192 CPUtime=0
/proc/4324/task/4330/stat : 4330 (java) S 4322 4324 2317 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 636830461 835780608 29324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4331] ppid=4322 vsize=816192 CPUtime=0
/proc/4324/task/4331/stat : 4331 (java) S 4322 4324 2317 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 636830461 835780608 29324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4332] ppid=4322 vsize=816192 CPUtime=0
/proc/4324/task/4332/stat : 4332 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 636830467 835780608 29324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4333] ppid=4322 vsize=816192 CPUtime=1.45
/proc/4324/task/4333/stat : 4333 (java) S 4322 4324 2317 0 -1 64 2727 0 0 0 144 1 0 0 16 0 12 0 636830467 835780608 29324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4334] ppid=4322 vsize=816192 CPUtime=1.26
/proc/4324/task/4334/stat : 4334 (java) S 4322 4324 2317 0 -1 64 5426 0 0 0 124 2 0 0 15 0 12 0 636830467 835780608 29324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4335] ppid=4322 vsize=816192 CPUtime=0
/proc/4324/task/4335/stat : 4335 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 636830467 835780608 29324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4336] ppid=4322 vsize=816192 CPUtime=0
/proc/4324/task/4336/stat : 4336 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 636830467 835780608 29324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.41
Current children cumulated vsize (KiB) 816192

[startup+11.1026 s]
/proc/loadavg: 2.00 2.11 2.22 3/94 4336
/proc/meminfo: memFree=1776616/2055920 swapFree=4179952/4192956
[pid=4324] ppid=4322 vsize=816192 CPUtime=11
/proc/4324/stat : 4324 (java) S 4322 4324 2317 0 -1 0 37793 0 27 0 1079 21 0 0 20 0 12 0 636830449 835780608 32765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4324/statm: 204048 32765 1398 9 0 201410 0
[pid=4324/tid=4326] ppid=4322 vsize=816192 CPUtime=7.54
/proc/4324/task/4326/stat : 4326 (java) R 4322 4324 2317 0 -1 64 17287 0 1 0 743 11 0 0 25 0 12 0 636830457 835780608 32765 996147200 134512640 134550740 4294956016 18446744073709551615 4109659145 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4327] ppid=4322 vsize=816192 CPUtime=0.29
/proc/4324/task/4327/stat : 4327 (java) S 4322 4324 2317 0 -1 64 6060 0 0 0 28 1 0 0 16 0 12 0 636830457 835780608 32765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4328] ppid=4322 vsize=816192 CPUtime=0.3
/proc/4324/task/4328/stat : 4328 (java) S 4322 4324 2317 0 -1 64 5464 0 0 0 28 2 0 0 16 0 12 0 636830457 835780608 32765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4329] ppid=4322 vsize=816192 CPUtime=0
/proc/4324/task/4329/stat : 4329 (java) S 4322 4324 2317 0 -1 64 86 0 0 0 0 0 0 0 16 0 12 0 636830460 835780608 32765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4330] ppid=4322 vsize=816192 CPUtime=0
/proc/4324/task/4330/stat : 4330 (java) S 4322 4324 2317 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 636830461 835780608 32765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4331] ppid=4322 vsize=816192 CPUtime=0
/proc/4324/task/4331/stat : 4331 (java) S 4322 4324 2317 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 636830461 835780608 32765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4332] ppid=4322 vsize=816192 CPUtime=0
/proc/4324/task/4332/stat : 4332 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 636830467 835780608 32765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4333] ppid=4322 vsize=816192 CPUtime=1.46
/proc/4324/task/4333/stat : 4333 (java) S 4322 4324 2317 0 -1 64 2727 0 0 0 145 1 0 0 15 0 12 0 636830467 835780608 32765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4334] ppid=4322 vsize=816192 CPUtime=1.33
/proc/4324/task/4334/stat : 4334 (java) S 4322 4324 2317 0 -1 64 5432 0 0 0 131 2 0 0 16 0 12 0 636830467 835780608 32765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4335] ppid=4322 vsize=816192 CPUtime=0
/proc/4324/task/4335/stat : 4335 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 636830467 835780608 32765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4336] ppid=4322 vsize=816192 CPUtime=0
/proc/4324/task/4336/stat : 4336 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 636830467 835780608 32765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11
Current children cumulated vsize (KiB) 816192

[startup+11.9017 s]
/proc/loadavg: 2.00 2.11 2.22 3/94 4336
/proc/meminfo: memFree=1776616/2055920 swapFree=4179952/4192956
[pid=4324] ppid=4322 vsize=816516 CPUtime=11.79
/proc/4324/stat : 4324 (java) S 4322 4324 2317 0 -1 0 38331 0 27 0 1158 21 0 0 20 0 13 0 636830449 836112384 33301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4324/statm: 204129 33301 1402 9 0 201491 0
[pid=4324/tid=4326] ppid=4322 vsize=816516 CPUtime=7.95
/proc/4324/task/4326/stat : 4326 (java) R 4322 4324 2317 0 -1 64 17300 0 1 0 784 11 0 0 25 0 13 0 636830457 836112384 33301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4327] ppid=4322 vsize=816516 CPUtime=0.3
/proc/4324/task/4327/stat : 4327 (java) S 4322 4324 2317 0 -1 64 6320 0 0 0 29 1 0 0 16 0 13 0 636830457 836112384 33301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4328] ppid=4322 vsize=816516 CPUtime=0.32
/proc/4324/task/4328/stat : 4328 (java) S 4322 4324 2317 0 -1 64 5695 0 0 0 30 2 0 0 16 0 13 0 636830457 836112384 33301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4329] ppid=4322 vsize=816516 CPUtime=0
/proc/4324/task/4329/stat : 4329 (java) S 4322 4324 2317 0 -1 64 86 0 0 0 0 0 0 0 16 0 13 0 636830460 836112384 33301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4330] ppid=4322 vsize=816516 CPUtime=0
/proc/4324/task/4330/stat : 4330 (java) S 4322 4324 2317 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 636830461 836112384 33301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4331] ppid=4322 vsize=816516 CPUtime=0
/proc/4324/task/4331/stat : 4331 (java) S 4322 4324 2317 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 636830461 836112384 33301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4332] ppid=4322 vsize=816516 CPUtime=0
/proc/4324/task/4332/stat : 4332 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 636830467 836112384 33301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4333] ppid=4322 vsize=816516 CPUtime=1.63
/proc/4324/task/4333/stat : 4333 (java) R 4322 4324 2317 0 -1 64 2740 0 0 0 162 1 0 0 16 0 13 0 636830467 836112384 33301 996147200 134512640 134550740 4294956016 18446744073709551615 103114954 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4334] ppid=4322 vsize=816516 CPUtime=1.52
/proc/4324/task/4334/stat : 4334 (java) S 4322 4324 2317 0 -1 64 5448 0 0 0 150 2 0 0 16 0 13 0 636830467 836112384 33301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4335] ppid=4322 vsize=816516 CPUtime=0
/proc/4324/task/4335/stat : 4335 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 636830467 836112384 33301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4336] ppid=4322 vsize=816516 CPUtime=0
/proc/4324/task/4336/stat : 4336 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 636830467 836112384 33301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.79
Current children cumulated vsize (KiB) 816516

[startup+12.1137 s]
/proc/loadavg: 2.00 2.11 2.22 4/95 4337
/proc/meminfo: memFree=1774368/2055920 swapFree=4179952/4192956
[pid=4324] ppid=4322 vsize=816516 CPUtime=12
/proc/4324/stat : 4324 (java) S 4322 4324 2317 0 -1 0 38338 0 27 0 1179 21 0 0 20 0 13 0 636830449 836112384 33308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4324/statm: 204129 33308 1402 9 0 201491 0
[pid=4324/tid=4326] ppid=4322 vsize=816516 CPUtime=8
/proc/4324/task/4326/stat : 4326 (java) R 4322 4324 2317 0 -1 64 17301 0 1 0 789 11 0 0 25 0 13 0 636830457 836112384 33308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4327] ppid=4322 vsize=816516 CPUtime=0.3
/proc/4324/task/4327/stat : 4327 (java) S 4322 4324 2317 0 -1 64 6320 0 0 0 29 1 0 0 16 0 13 0 636830457 836112384 33308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4328] ppid=4322 vsize=816516 CPUtime=0.32
/proc/4324/task/4328/stat : 4328 (java) S 4322 4324 2317 0 -1 64 5695 0 0 0 30 2 0 0 16 0 13 0 636830457 836112384 33308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4329] ppid=4322 vsize=816516 CPUtime=0
/proc/4324/task/4329/stat : 4329 (java) S 4322 4324 2317 0 -1 64 86 0 0 0 0 0 0 0 16 0 13 0 636830460 836112384 33308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4330] ppid=4322 vsize=816516 CPUtime=0
/proc/4324/task/4330/stat : 4330 (java) S 4322 4324 2317 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 636830461 836112384 33308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4331] ppid=4322 vsize=816516 CPUtime=0
/proc/4324/task/4331/stat : 4331 (java) S 4322 4324 2317 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 636830461 836112384 33308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4332] ppid=4322 vsize=816516 CPUtime=0
/proc/4324/task/4332/stat : 4332 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 636830467 836112384 33308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4333] ppid=4322 vsize=816516 CPUtime=1.78
/proc/4324/task/4333/stat : 4333 (java) R 4322 4324 2317 0 -1 64 2746 0 0 0 177 1 0 0 16 0 13 0 636830467 836112384 33308 996147200 134512640 134550740 4294956016 18446744073709551615 103105521 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4334] ppid=4322 vsize=816516 CPUtime=1.53
/proc/4324/task/4334/stat : 4334 (java) S 4322 4324 2317 0 -1 64 5448 0 0 0 151 2 0 0 15 0 13 0 636830467 836112384 33308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4335] ppid=4322 vsize=816516 CPUtime=0
/proc/4324/task/4335/stat : 4335 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 636830467 836112384 33308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4336] ppid=4322 vsize=816516 CPUtime=0
/proc/4324/task/4336/stat : 4336 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 636830467 836112384 33308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4337] ppid=4322 vsize=816516 CPUtime=0
/proc/4324/task/4337/stat : 4337 (java) S 4322 4324 2317 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 636831602 836112384 33308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12
Current children cumulated vsize (KiB) 816516

[startup+12.2017 s]
/proc/loadavg: 2.00 2.11 2.22 4/95 4337
/proc/meminfo: memFree=1774368/2055920 swapFree=4179952/4192956
[pid=4324] ppid=4322 vsize=816516 CPUtime=12.09
/proc/4324/stat : 4324 (java) S 4322 4324 2317 0 -1 0 38344 0 27 0 1188 21 0 0 20 0 13 0 636830449 836112384 33314 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4324/statm: 204129 33314 1402 9 0 201491 0
[pid=4324/tid=4326] ppid=4322 vsize=816516 CPUtime=8.02
/proc/4324/task/4326/stat : 4326 (java) R 4322 4324 2317 0 -1 64 17302 0 1 0 791 11 0 0 25 0 13 0 636830457 836112384 33314 996147200 134512640 134550740 4294956016 18446744073709551615 4110272831 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4327] ppid=4322 vsize=816516 CPUtime=0.3
/proc/4324/task/4327/stat : 4327 (java) S 4322 4324 2317 0 -1 64 6320 0 0 0 29 1 0 0 16 0 13 0 636830457 836112384 33314 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4328] ppid=4322 vsize=816516 CPUtime=0.32
/proc/4324/task/4328/stat : 4328 (java) S 4322 4324 2317 0 -1 64 5695 0 0 0 30 2 0 0 16 0 13 0 636830457 836112384 33314 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4329] ppid=4322 vsize=816516 CPUtime=0
/proc/4324/task/4329/stat : 4329 (java) S 4322 4324 2317 0 -1 64 86 0 0 0 0 0 0 0 16 0 13 0 636830460 836112384 33314 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4330] ppid=4322 vsize=816516 CPUtime=0
/proc/4324/task/4330/stat : 4330 (java) S 4322 4324 2317 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 636830461 836112384 33314 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4331] ppid=4322 vsize=816516 CPUtime=0
/proc/4324/task/4331/stat : 4331 (java) S 4322 4324 2317 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 636830461 836112384 33314 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4332] ppid=4322 vsize=816516 CPUtime=0
/proc/4324/task/4332/stat : 4332 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 636830467 836112384 33314 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4333] ppid=4322 vsize=816516 CPUtime=1.84
/proc/4324/task/4333/stat : 4333 (java) S 4322 4324 2317 0 -1 64 2751 0 0 0 183 1 0 0 15 0 13 0 636830467 836112384 33314 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4334] ppid=4322 vsize=816516 CPUtime=1.53
/proc/4324/task/4334/stat : 4334 (java) S 4322 4324 2317 0 -1 64 5448 0 0 0 151 2 0 0 15 0 13 0 636830467 836112384 33314 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4335] ppid=4322 vsize=816516 CPUtime=0
/proc/4324/task/4335/stat : 4335 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 636830467 836112384 33314 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4336] ppid=4322 vsize=816516 CPUtime=0
/proc/4324/task/4336/stat : 4336 (java) S 4322 4324 2317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 636830467 836112384 33314 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4324/tid=4337] ppid=4322 vsize=816516 CPUtime=0
/proc/4324/task/4337/stat : 4337 (java) S 4322 4324 2317 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 636831602 836112384 33314 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 816516

Child status: 0
Real time (s): 12.2811
CPU time (s): 12.1641
CPU user time (s): 11.9272
CPU system time (s): 0.236963
CPU usage (%): 99.0478
Max. virtual memory (cumulated for all children) (KiB): 818028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.9272
system time used= 0.236963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38352
page faults= 27
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1882
involuntary context switches= 1551

runsolver used 0.027995 second user time and 0.044993 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-05 10:17:12
IDJOB=1088164
IDBENCH=58069
IDSOLVER=344
FILE ID=node88/1088164-1215245832
PBS_JOBID= 7881928
Free space on /tmp= 66496 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rlfapScens11/normalized-scen11-f12.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088164-1215245832/watcher-1088164-1215245832 -o /tmp/evaluation-result-1088164-1215245832/solver-1088164-1215245832 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1088164-1215245832.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 923ef4c26cd9096899ec03d5df91c70b
RANDOM SEED=311924874

node88.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1911960 kB
Buffers:          3932 kB
Cached:          46884 kB
SwapCached:       6780 kB
Active:          82920 kB
Inactive:        13264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1911960 kB
SwapTotal:     4192956 kB
SwapFree:      4179952 kB
Dirty:            1812 kB
Writeback:           0 kB
Mapped:          61772 kB
Slab:            32836 kB
Committed_AS:  1103988 kB
PageTables:       1984 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= 66496 MiB
End job on node88 at 2008-07-05 10:17:24