Trace number 2063892

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 2.1.1SAT 15.8366 15.9322

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-15.xml
MD5SUMe388ff74a36a9bb17963ab4d6d8a2381
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.406938
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2042
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1556
Global constraints used (with number of constraints)alldifferent(486)

Solver Data

0.10/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.13	c See www.sat4j.org for details.
0.10/0.13	c That software uses the Rhino library from the Mozilla project.
0.10/0.15	c version 2.1.1.v20090622
0.10/0.15	c sun.arch.data.model	32
0.10/0.15	c java.version	1.6.0_12
0.10/0.15	c os.name	Linux
0.10/0.15	c os.version	2.6.9-22.EL.rootsmp
0.10/0.15	c os.arch	i386
0.10/0.15	c Free memory 671000808
0.10/0.15	c Max memory 672137216
0.10/0.15	c Total memory 672137216
0.10/0.15	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2063892-1247333263.xml
0.18/0.23	c reading problem ... 
0.37/0.46	c reading problem named null
0.37/0.46	c reading domains done.
0.77/0.81	c reading variables done.
0.87/0.95	c reading predicates  done.
1.08/1.16	c reading constraints
14.70/14.87	c done with constraints.
14.70/14.88	c ... done. Wall clock time 14.647s.
14.70/14.88	c #vars     3817
14.70/14.88	c #constraints  394651
14.70/14.88	c constraints type 
14.70/14.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15385
14.70/14.88	c org.sat4j.minisat.constraints.cnf.UnitClauses => 138
14.70/14.88	c org.sat4j.minisat.constraints.card.AtLeast => 262
14.70/14.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 378728
15.80/15.90	c starts		: 3
15.80/15.90	c conflicts		: 286
15.80/15.90	c decisions		: 2090
15.80/15.90	c propagations		: 52194
15.80/15.90	c inspects		: 477332
15.80/15.90	c learnt literals	: 0
15.80/15.90	c learnt binary clauses	: 0
15.80/15.90	c learnt ternary clauses	: 0
15.80/15.90	c learnt clauses	: 286
15.80/15.90	c ignored clauses	: 0
15.80/15.90	c root simplifications	: 0
15.80/15.90	c removed literals (reason simplification)	: 162
15.80/15.90	c reason swapping (by a shorter reason)	: 0
15.80/15.90	c Calls to reduceDB	: 0
15.80/15.90	c speed (assignments/second)	: 51020.52785923754
15.80/15.90	c non guided choices	1654
15.80/15.91	c learnt constraints type 
15.80/15.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 286
15.80/15.91	c constraints type 
15.80/15.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15385
15.80/15.91	c org.sat4j.minisat.constraints.cnf.UnitClauses => 138
15.80/15.91	c org.sat4j.minisat.constraints.card.AtLeast => 262
15.80/15.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 378728
15.80/15.91	s SATISFIABLE
15.80/15.91	v 27 37 13 32 26 9 0 12 26 22 30 17 2 39 17 30 16 15 5 36 22 35 8 33 18 23 4 19 9 24 28 7 10 42 3 22 22 11 24 16 36 28 40 17 18 3 14 34 15 31 20 37 2 1 42 43 15 17 6 43 19 8 40 36 1 29 33 27 6 44 22 38 21 18 43 29 38 22 13 32 26 15 8 44 14 9 19 37 43 12 23 24 13 34 12 14 8 30 5 2 40 10 30 8 29 44 11 27 5 2 38 28 20 42 30 31 17 13 40 6 7 25 21 39 1 35 28 31 41 31 41 34 0 8 5 44 1 32 14 3 2 3 44 20 14 11 9 12 33 32 5 26 8 0 7 4 20 24 10 6 16 19 29 32 41 4 28 16 21 25 41 35 18 6 39 11 23 35 2 15 12 22 1 41 25 39 10 13 2 11 38 18 13 39 10 23 36 33 3 24 1 14 13 15 18 1 8 4 5 1 9 6 12 10 13 8 13 3 12 19 4 0 13 11 5 17 17 19 11 3 17 15 0 13 9 17 19 13 18 8 2 13 0 17 17 14 1 6 15 12 12 7 16 4 19 9 10 1 14 15 18 14 3 8 8 11 10 0 13 19 8 18 12 4 1 2 19 12 10 0 10 8 16 18 13 17 8 6 10 19 9 6 12 14 5 2 6 1 11 9 15 11 13 0 19 16 12 9 10 14 3 18 1 8 12 10 16 19 16 12 12 17 18 5 9 5 5 11 8 18 14 5 18 9 19 8 7 14 8 18 6 5 6 8 4 18 10 8 12 6 1 19 19 10 9 9 5 9 12 6 18 5 8 16 13 6 10 19 7 19 10 19 12 17 7 6 16 2 0 5 10 11 0 12 16 14 10 8 10 1 8 16 17 19 6 1 6 4 10 5 
15.80/15.91	c Total wall clock time (in seconds) : 15.507

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2063892-1247333263/watcher-2063892-1247333263 -o /tmp/evaluation-result-2063892-1247333263/solver-2063892-1247333263 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063892-1247333263.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.97 1.75 4/83 14896
/proc/meminfo: memFree=764328/2055920 swapFree=4192956/4192956
[pid=14896] ppid=14894 vsize=18576 CPUtime=0
/proc/14896/stat : 14896 (runsolver) R 14894 14896 13238 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 20390883 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 226686987559 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14896/statm: 4644 284 249 26 0 2626 0

[startup+0.02789 s]
/proc/loadavg: 1.92 1.97 1.75 4/83 14896
/proc/meminfo: memFree=764328/2055920 swapFree=4192956/4192956
[pid=14896] ppid=14894 vsize=798736 CPUtime=0
/proc/14896/stat : 14896 (java) S 14894 14896 13238 0 -1 0 1819 0 1 0 0 0 0 0 18 0 4 0 20390883 817905664 1566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/14896/statm: 199684 1566 512 9 0 197436 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 798736

[startup+0.121076 s]
/proc/loadavg: 1.92 1.97 1.75 4/83 14896
/proc/meminfo: memFree=764328/2055920 swapFree=4192956/4192956
[pid=14896] ppid=14894 vsize=804560 CPUtime=0.1
/proc/14896/stat : 14896 (java) S 14894 14896 13238 0 -1 0 3151 0 1 0 8 2 0 0 18 0 12 0 20390883 823869440 2894 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14896/statm: 201140 2894 1086 9 0 198474 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 804560

[startup+0.301111 s]
/proc/loadavg: 1.92 1.97 1.75 4/83 14896
/proc/meminfo: memFree=764328/2055920 swapFree=4192956/4192956
[pid=14896] ppid=14894 vsize=805628 CPUtime=0.27
/proc/14896/stat : 14896 (java) S 14894 14896 13238 0 -1 0 4324 0 1 0 25 2 0 0 18 0 12 0 20390883 824963072 4061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14896/statm: 201407 4061 1363 9 0 198734 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805628

[startup+0.701195 s]
/proc/loadavg: 1.92 1.97 1.75 4/83 14896
/proc/meminfo: memFree=764328/2055920 swapFree=4192956/4192956
[pid=14896] ppid=14894 vsize=808472 CPUtime=0.67
/proc/14896/stat : 14896 (java) S 14894 14896 13238 0 -1 0 6283 0 1 0 64 3 0 0 18 0 12 0 20390883 827875328 5250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14896/statm: 202118 5250 1390 9 0 199445 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808472

[startup+1.50236 s]
/proc/loadavg: 1.92 1.97 1.75 3/95 14908
/proc/meminfo: memFree=746120/2055920 swapFree=4192956/4192956
[pid=14896] ppid=14894 vsize=810484 CPUtime=1.47
/proc/14896/stat : 14896 (java) S 14894 14896 13238 0 -1 0 8970 0 1 0 143 4 0 0 18 0 12 0 20390883 829935616 7196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14896/statm: 202621 7196 1405 9 0 199948 0
[pid=14896/tid=14898] ppid=14894 vsize=810484 CPUtime=0.8
/proc/14896/task/14898/stat : 14898 (java) R 14894 14896 13238 0 -1 64 4927 0 1 0 77 3 0 0 19 0 12 0 20390884 829935616 7196 996147200 134512640 134550932 4294956016 18446744073709551615 4109162150 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14899] ppid=14894 vsize=810484 CPUtime=0
/proc/14896/task/14899/stat : 14899 (java) S 14894 14896 13238 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 20390885 829935616 7196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14900] ppid=14894 vsize=810484 CPUtime=0
/proc/14896/task/14900/stat : 14900 (java) S 14894 14896 13238 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 20390885 829935616 7196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14901] ppid=14894 vsize=810484 CPUtime=0
/proc/14896/task/14901/stat : 14901 (java) S 14894 14896 13238 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 20390887 829935616 7196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14902] ppid=14894 vsize=810484 CPUtime=0
/proc/14896/task/14902/stat : 14902 (java) S 14894 14896 13238 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 20390888 829935616 7196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14903] ppid=14894 vsize=810484 CPUtime=0
/proc/14896/task/14903/stat : 14903 (java) S 14894 14896 13238 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 20390888 829935616 7196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14904] ppid=14894 vsize=810484 CPUtime=0
/proc/14896/task/14904/stat : 14904 (java) S 14894 14896 13238 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20390892 829935616 7196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14905] ppid=14894 vsize=810484 CPUtime=0
/proc/14896/task/14905/stat : 14905 (java) S 14894 14896 13238 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20390892 829935616 7196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14906] ppid=14894 vsize=810484 CPUtime=0.65
/proc/14896/task/14906/stat : 14906 (java) S 14894 14896 13238 0 -1 64 3289 0 0 0 65 0 0 0 17 0 12 0 20390892 829935616 7196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14907] ppid=14894 vsize=810484 CPUtime=0
/proc/14896/task/14907/stat : 14907 (java) S 14894 14896 13238 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20390892 829935616 7196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14908] ppid=14894 vsize=810484 CPUtime=0
/proc/14896/task/14908/stat : 14908 (java) S 14894 14896 13238 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20390892 829935616 7196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810484

[startup+3.10168 s]
/proc/loadavg: 1.92 1.97 1.75 3/95 14908
/proc/meminfo: memFree=724936/2055920 swapFree=4192956/4192956
[pid=14896] ppid=14894 vsize=810484 CPUtime=3.06
/proc/14896/stat : 14896 (java) S 14894 14896 13238 0 -1 0 22375 0 1 0 297 9 0 0 18 0 12 0 20390883 829935616 19880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14896/statm: 202621 19880 1430 9 0 199948 0
[pid=14896/tid=14898] ppid=14894 vsize=810484 CPUtime=1.97
/proc/14896/task/14898/stat : 14898 (java) R 14894 14896 13238 0 -1 64 17214 0 1 0 190 7 0 0 25 0 12 0 20390884 829935616 19880 996147200 134512640 134550932 4294956016 18446744073709551615 4109617836 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14899] ppid=14894 vsize=810484 CPUtime=0
/proc/14896/task/14899/stat : 14899 (java) S 14894 14896 13238 0 -1 64 273 0 0 0 0 0 0 0 17 0 12 0 20390885 829935616 19880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14900] ppid=14894 vsize=810484 CPUtime=0
/proc/14896/task/14900/stat : 14900 (java) S 14894 14896 13238 0 -1 64 67 0 0 0 0 0 0 0 16 0 12 0 20390885 829935616 19880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14901] ppid=14894 vsize=810484 CPUtime=0
/proc/14896/task/14901/stat : 14901 (java) S 14894 14896 13238 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 20390887 829935616 19880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14902] ppid=14894 vsize=810484 CPUtime=0
/proc/14896/task/14902/stat : 14902 (java) S 14894 14896 13238 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20390888 829935616 19880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14903] ppid=14894 vsize=810484 CPUtime=0
/proc/14896/task/14903/stat : 14903 (java) S 14894 14896 13238 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 20390888 829935616 19880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14904] ppid=14894 vsize=810484 CPUtime=0
/proc/14896/task/14904/stat : 14904 (java) S 14894 14896 13238 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20390892 829935616 19880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14905] ppid=14894 vsize=810484 CPUtime=0
/proc/14896/task/14905/stat : 14905 (java) S 14894 14896 13238 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20390892 829935616 19880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14906] ppid=14894 vsize=810484 CPUtime=1.06
/proc/14896/task/14906/stat : 14906 (java) S 14894 14896 13238 0 -1 64 4056 0 0 0 105 1 0 0 16 0 12 0 20390892 829935616 19880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14907] ppid=14894 vsize=810484 CPUtime=0
/proc/14896/task/14907/stat : 14907 (java) S 14894 14896 13238 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20390892 829935616 19880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14908] ppid=14894 vsize=810484 CPUtime=0
/proc/14896/task/14908/stat : 14908 (java) S 14894 14896 13238 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20390892 829935616 19880 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 810484

[startup+6.30233 s]
/proc/loadavg: 1.93 1.97 1.75 3/95 14908
/proc/meminfo: memFree=688584/2055920 swapFree=4192956/4192956
[pid=14896] ppid=14894 vsize=809472 CPUtime=6.24
/proc/14896/stat : 14896 (java) S 14894 14896 13238 0 -1 0 22906 0 1 0 615 9 0 0 18 0 12 0 20390883 828899328 20153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14896/statm: 202368 20153 1430 9 0 199695 0
[pid=14896/tid=14898] ppid=14894 vsize=809472 CPUtime=4.87
/proc/14896/task/14898/stat : 14898 (java) R 14894 14896 13238 0 -1 64 17226 0 1 0 480 7 0 0 25 0 12 0 20390884 828899328 20153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14899] ppid=14894 vsize=809472 CPUtime=0.03
/proc/14896/task/14899/stat : 14899 (java) S 14894 14896 13238 0 -1 64 444 0 0 0 3 0 0 0 16 0 12 0 20390885 828899328 20153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14900] ppid=14894 vsize=809472 CPUtime=0.01
/proc/14896/task/14900/stat : 14900 (java) S 14894 14896 13238 0 -1 64 372 0 0 0 1 0 0 0 16 0 12 0 20390885 828899328 20153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14901] ppid=14894 vsize=809472 CPUtime=0
/proc/14896/task/14901/stat : 14901 (java) S 14894 14896 13238 0 -1 64 40 0 0 0 0 0 0 0 16 0 12 0 20390887 828899328 20153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14902] ppid=14894 vsize=809472 CPUtime=0
/proc/14896/task/14902/stat : 14902 (java) S 14894 14896 13238 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20390888 828899328 20153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14903] ppid=14894 vsize=809472 CPUtime=0
/proc/14896/task/14903/stat : 14903 (java) S 14894 14896 13238 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 20390888 828899328 20153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14904] ppid=14894 vsize=809472 CPUtime=0
/proc/14896/task/14904/stat : 14904 (java) S 14894 14896 13238 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20390892 828899328 20153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14905] ppid=14894 vsize=809472 CPUtime=0
/proc/14896/task/14905/stat : 14905 (java) S 14894 14896 13238 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20390892 828899328 20153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14906] ppid=14894 vsize=809472 CPUtime=1.3
/proc/14896/task/14906/stat : 14906 (java) R 14894 14896 13238 0 -1 64 4072 0 0 0 129 1 0 0 16 0 12 0 20390892 828899328 20153 996147200 134512640 134550932 4294956016 18446744073709551615 105577938 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14907] ppid=14894 vsize=809472 CPUtime=0
/proc/14896/task/14907/stat : 14907 (java) S 14894 14896 13238 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20390892 828899328 20153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14908] ppid=14894 vsize=809472 CPUtime=0
/proc/14896/task/14908/stat : 14908 (java) S 14894 14896 13238 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20390892 828899328 20153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 809472

[startup+12.7026 s]
/proc/loadavg: 1.93 1.97 1.75 3/95 14908
/proc/meminfo: memFree=668240/2055920 swapFree=4192956/4192956
[pid=14896] ppid=14894 vsize=813188 CPUtime=12.61
/proc/14896/stat : 14896 (java) S 14894 14896 13238 0 -1 0 29212 0 1 0 1249 12 0 0 18 0 12 0 20390883 832704512 25184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14896/statm: 203297 25184 1435 9 0 200624 0
[pid=14896/tid=14898] ppid=14894 vsize=813188 CPUtime=10.44
/proc/14896/task/14898/stat : 14898 (java) R 14894 14896 13238 0 -1 64 20012 0 1 0 1036 8 0 0 25 0 12 0 20390884 832704512 25184 996147200 134512640 134550932 4294956016 18446744073709551615 4109704494 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14899] ppid=14894 vsize=813188 CPUtime=0.06
/proc/14896/task/14899/stat : 14899 (java) S 14894 14896 13238 0 -1 64 1321 0 0 0 6 0 0 0 17 0 12 0 20390885 832704512 25184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14900] ppid=14894 vsize=813188 CPUtime=0.03
/proc/14896/task/14900/stat : 14900 (java) S 14894 14896 13238 0 -1 64 816 0 0 0 3 0 0 0 16 0 12 0 20390885 832704512 25184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14901] ppid=14894 vsize=813188 CPUtime=0
/proc/14896/task/14901/stat : 14901 (java) S 14894 14896 13238 0 -1 64 47 0 0 0 0 0 0 0 17 0 12 0 20390887 832704512 25184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14902] ppid=14894 vsize=813188 CPUtime=0
/proc/14896/task/14902/stat : 14902 (java) S 14894 14896 13238 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20390888 832704512 25184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14903] ppid=14894 vsize=813188 CPUtime=0
/proc/14896/task/14903/stat : 14903 (java) S 14894 14896 13238 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 20390888 832704512 25184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14904] ppid=14894 vsize=813188 CPUtime=0
/proc/14896/task/14904/stat : 14904 (java) S 14894 14896 13238 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20390892 832704512 25184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14905] ppid=14894 vsize=813188 CPUtime=0
/proc/14896/task/14905/stat : 14905 (java) S 14894 14896 13238 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20390892 832704512 25184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14906] ppid=14894 vsize=813188 CPUtime=2.04
/proc/14896/task/14906/stat : 14906 (java) S 14894 14896 13238 0 -1 64 6264 0 0 0 202 2 0 0 15 0 12 0 20390892 832704512 25184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14907] ppid=14894 vsize=813188 CPUtime=0
/proc/14896/task/14907/stat : 14907 (java) S 14894 14896 13238 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20390892 832704512 25184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14908] ppid=14894 vsize=813188 CPUtime=0
/proc/14896/task/14908/stat : 14908 (java) S 14894 14896 13238 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20390892 832704512 25184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 813188

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

[startup+14.307 s]
/proc/loadavg: 1.94 1.97 1.75 3/95 14908
/proc/meminfo: memFree=667984/2055920 swapFree=4192956/4192956
[pid=14896] ppid=14894 vsize=813188 CPUtime=14.21
/proc/14896/stat : 14896 (java) S 14894 14896 13238 0 -1 0 29294 0 1 0 1409 12 0 0 18 0 12 0 20390883 832704512 25264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14896/statm: 203297 25264 1435 9 0 200624 0
[pid=14896/tid=14898] ppid=14894 vsize=813188 CPUtime=11.71
/proc/14896/task/14898/stat : 14898 (java) R 14894 14896 13238 0 -1 64 20018 0 1 0 1163 8 0 0 25 0 12 0 20390884 832704512 25264 996147200 134512640 134550932 4294956016 18446744073709551615 4110045318 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14899] ppid=14894 vsize=813188 CPUtime=0.07
/proc/14896/task/14899/stat : 14899 (java) S 14894 14896 13238 0 -1 64 1342 0 0 0 7 0 0 0 16 0 12 0 20390885 832704512 25264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14900] ppid=14894 vsize=813188 CPUtime=0.03
/proc/14896/task/14900/stat : 14900 (java) S 14894 14896 13238 0 -1 64 844 0 0 0 3 0 0 0 16 0 12 0 20390885 832704512 25264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14901] ppid=14894 vsize=813188 CPUtime=0
/proc/14896/task/14901/stat : 14901 (java) S 14894 14896 13238 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 20390887 832704512 25264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14902] ppid=14894 vsize=813188 CPUtime=0
/proc/14896/task/14902/stat : 14902 (java) S 14894 14896 13238 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20390888 832704512 25264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14903] ppid=14894 vsize=813188 CPUtime=0
/proc/14896/task/14903/stat : 14903 (java) S 14894 14896 13238 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 20390888 832704512 25264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14904] ppid=14894 vsize=813188 CPUtime=0
/proc/14896/task/14904/stat : 14904 (java) S 14894 14896 13238 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20390892 832704512 25264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14905] ppid=14894 vsize=813188 CPUtime=0
/proc/14896/task/14905/stat : 14905 (java) S 14894 14896 13238 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20390892 832704512 25264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14906] ppid=14894 vsize=813188 CPUtime=2.35
/proc/14896/task/14906/stat : 14906 (java) S 14894 14896 13238 0 -1 64 6291 0 0 0 233 2 0 0 16 0 12 0 20390892 832704512 25264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14907] ppid=14894 vsize=813188 CPUtime=0
/proc/14896/task/14907/stat : 14907 (java) S 14894 14896 13238 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20390892 832704512 25264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14908] ppid=14894 vsize=813188 CPUtime=0
/proc/14896/task/14908/stat : 14908 (java) S 14894 14896 13238 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20390892 832704512 25264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.21
Current children cumulated vsize (KiB) 813188

[startup+15.1021 s]
/proc/loadavg: 1.94 1.97 1.75 3/95 14908
/proc/meminfo: memFree=667984/2055920 swapFree=4192956/4192956
[pid=14896] ppid=14894 vsize=813512 CPUtime=15
/proc/14896/stat : 14896 (java) S 14894 14896 13238 0 -1 0 29349 0 1 0 1488 12 0 0 18 0 13 0 20390883 833036288 25315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14896/statm: 203378 25315 1443 9 0 200705 0
[pid=14896/tid=14898] ppid=14894 vsize=813512 CPUtime=12.01
/proc/14896/task/14898/stat : 14898 (java) R 14894 14896 13238 0 -1 64 20032 0 1 0 1193 8 0 0 25 0 13 0 20390884 833036288 25315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14899] ppid=14894 vsize=813512 CPUtime=0.07
/proc/14896/task/14899/stat : 14899 (java) S 14894 14896 13238 0 -1 64 1342 0 0 0 7 0 0 0 16 0 13 0 20390885 833036288 25315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14900] ppid=14894 vsize=813512 CPUtime=0.03
/proc/14896/task/14900/stat : 14900 (java) S 14894 14896 13238 0 -1 64 844 0 0 0 3 0 0 0 16 0 13 0 20390885 833036288 25315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14901] ppid=14894 vsize=813512 CPUtime=0
/proc/14896/task/14901/stat : 14901 (java) S 14894 14896 13238 0 -1 64 47 0 0 0 0 0 0 0 16 0 13 0 20390887 833036288 25315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14902] ppid=14894 vsize=813512 CPUtime=0
/proc/14896/task/14902/stat : 14902 (java) S 14894 14896 13238 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20390888 833036288 25315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14903] ppid=14894 vsize=813512 CPUtime=0
/proc/14896/task/14903/stat : 14903 (java) S 14894 14896 13238 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 20390888 833036288 25315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14904] ppid=14894 vsize=813512 CPUtime=0
/proc/14896/task/14904/stat : 14904 (java) S 14894 14896 13238 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20390892 833036288 25315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14905] ppid=14894 vsize=813512 CPUtime=0
/proc/14896/task/14905/stat : 14905 (java) S 14894 14896 13238 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20390892 833036288 25315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14906] ppid=14894 vsize=813512 CPUtime=2.84
/proc/14896/task/14906/stat : 14906 (java) R 14894 14896 13238 0 -1 64 6327 0 0 0 282 2 0 0 16 0 13 0 20390892 833036288 25315 996147200 134512640 134550932 4294956016 18446744073709551615 104152215 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14907] ppid=14894 vsize=813512 CPUtime=0
/proc/14896/task/14907/stat : 14907 (java) S 14894 14896 13238 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20390892 833036288 25315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14908] ppid=14894 vsize=813512 CPUtime=0
/proc/14896/task/14908/stat : 14908 (java) S 14894 14896 13238 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 20390892 833036288 25315 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15
Current children cumulated vsize (KiB) 813512

[startup+15.5022 s]
/proc/loadavg: 1.94 1.97 1.75 4/96 14909
/proc/meminfo: memFree=667720/2055920 swapFree=4192956/4192956
[pid=14896] ppid=14894 vsize=813512 CPUtime=15.4
/proc/14896/stat : 14896 (java) S 14894 14896 13238 0 -1 0 29369 0 1 0 1528 12 0 0 18 0 13 0 20390883 833036288 25335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14896/statm: 203378 25335 1443 9 0 200705 0
[pid=14896/tid=14898] ppid=14894 vsize=813512 CPUtime=12.09
/proc/14896/task/14898/stat : 14898 (java) R 14894 14896 13238 0 -1 64 20035 0 1 0 1201 8 0 0 25 0 13 0 20390884 833036288 25335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14899] ppid=14894 vsize=813512 CPUtime=0.07
/proc/14896/task/14899/stat : 14899 (java) S 14894 14896 13238 0 -1 64 1342 0 0 0 7 0 0 0 16 0 13 0 20390885 833036288 25335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14900] ppid=14894 vsize=813512 CPUtime=0.03
/proc/14896/task/14900/stat : 14900 (java) S 14894 14896 13238 0 -1 64 844 0 0 0 3 0 0 0 16 0 13 0 20390885 833036288 25335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14901] ppid=14894 vsize=813512 CPUtime=0
/proc/14896/task/14901/stat : 14901 (java) S 14894 14896 13238 0 -1 64 47 0 0 0 0 0 0 0 16 0 13 0 20390887 833036288 25335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14902] ppid=14894 vsize=813512 CPUtime=0
/proc/14896/task/14902/stat : 14902 (java) S 14894 14896 13238 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20390888 833036288 25335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14903] ppid=14894 vsize=813512 CPUtime=0
/proc/14896/task/14903/stat : 14903 (java) S 14894 14896 13238 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 20390888 833036288 25335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14904] ppid=14894 vsize=813512 CPUtime=0
/proc/14896/task/14904/stat : 14904 (java) S 14894 14896 13238 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20390892 833036288 25335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14905] ppid=14894 vsize=813512 CPUtime=0
/proc/14896/task/14905/stat : 14905 (java) S 14894 14896 13238 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20390892 833036288 25335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14906] ppid=14894 vsize=813512 CPUtime=3.16
/proc/14896/task/14906/stat : 14906 (java) R 14894 14896 13238 0 -1 64 6344 0 0 0 314 2 0 0 16 0 13 0 20390892 833036288 25335 996147200 134512640 134550932 4294956016 18446744073709551615 103980541 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14907] ppid=14894 vsize=813512 CPUtime=0
/proc/14896/task/14907/stat : 14907 (java) S 14894 14896 13238 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20390892 833036288 25335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14908] ppid=14894 vsize=813512 CPUtime=0
/proc/14896/task/14908/stat : 14908 (java) S 14894 14896 13238 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 20390892 833036288 25335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14909] ppid=14894 vsize=813512 CPUtime=0
/proc/14896/task/14909/stat : 14909 (java) S 14894 14896 13238 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 20392373 833036288 25335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.4
Current children cumulated vsize (KiB) 813512

[startup+15.9023 s]
/proc/loadavg: 1.94 1.97 1.75 4/96 14909
/proc/meminfo: memFree=667720/2055920 swapFree=4192956/4192956
[pid=14896] ppid=14894 vsize=813512 CPUtime=15.8
/proc/14896/stat : 14896 (java) S 14894 14896 13238 0 -1 0 34107 0 1 0 1565 15 0 0 18 0 13 0 20390883 833036288 30071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14896/statm: 203378 30071 1445 9 0 200705 0
[pid=14896/tid=14898] ppid=14894 vsize=813512 CPUtime=12.21
/proc/14896/task/14898/stat : 14898 (java) R 14894 14896 13238 0 -1 64 20038 0 1 0 1213 8 0 0 25 0 13 0 20390884 833036288 30071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14899] ppid=14894 vsize=813512 CPUtime=0.13
/proc/14896/task/14899/stat : 14899 (java) R 14894 14896 13238 0 -1 64 3319 0 0 0 12 1 0 0 17 0 13 0 20390885 833036288 30071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14900] ppid=14894 vsize=813512 CPUtime=0.12
/proc/14896/task/14900/stat : 14900 (java) R 14894 14896 13238 0 -1 64 3588 0 0 0 11 1 0 0 17 0 13 0 20390885 833036288 30071 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14901] ppid=14894 vsize=813512 CPUtime=0
/proc/14896/task/14901/stat : 14901 (java) S 14894 14896 13238 0 -1 64 47 0 0 0 0 0 0 0 16 0 13 0 20390887 833036288 30071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14902] ppid=14894 vsize=813512 CPUtime=0
/proc/14896/task/14902/stat : 14902 (java) S 14894 14896 13238 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20390888 833036288 30071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14903] ppid=14894 vsize=813512 CPUtime=0
/proc/14896/task/14903/stat : 14903 (java) S 14894 14896 13238 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 20390888 833036288 30071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14904] ppid=14894 vsize=813512 CPUtime=0
/proc/14896/task/14904/stat : 14904 (java) S 14894 14896 13238 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20390892 833036288 30071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14905] ppid=14894 vsize=813512 CPUtime=0
/proc/14896/task/14905/stat : 14905 (java) S 14894 14896 13238 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20390892 833036288 30071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14906] ppid=14894 vsize=813512 CPUtime=3.28
/proc/14896/task/14906/stat : 14906 (java) S 14894 14896 13238 0 -1 64 6356 0 0 0 326 2 0 0 15 0 13 0 20390892 833036288 30071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14907] ppid=14894 vsize=813512 CPUtime=0
/proc/14896/task/14907/stat : 14907 (java) S 14894 14896 13238 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20390892 833036288 30071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14908] ppid=14894 vsize=813512 CPUtime=0
/proc/14896/task/14908/stat : 14908 (java) S 14894 14896 13238 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 20390892 833036288 30071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.8
Current children cumulated vsize (KiB) 813512

Child status: 0
Real time (s): 15.9322
CPU time (s): 15.8366
CPU user time (s): 15.6666
CPU system time (s): 0.169974
CPU usage (%): 99.3999
Max. virtual memory (cumulated for all children) (KiB): 813652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.6666
system time used= 0.169974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34114
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= 1457
involuntary context switches= 1525

runsolver used 0.021996 second user time and 0.06399 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-11 19:27:43
IDJOB=2063892
IDBENCH=54104
IDSOLVER=731
FILE ID=node80/2063892-1247333263
PBS_JOBID= 9506473
Free space on /tmp= 66256 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-15.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063892-1247333263/watcher-2063892-1247333263 -o /tmp/evaluation-result-2063892-1247333263/solver-2063892-1247333263 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063892-1247333263.xml

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

MD5SUM BENCH= e388ff74a36a9bb17963ab4d6d8a2381
RANDOM SEED=764496853

node80.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.285
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.285
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:        764808 kB
Buffers:         52712 kB
Cached:        1083704 kB
SwapCached:          0 kB
Active:         153680 kB
Inactive:      1082320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        764808 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1632 kB
Writeback:           0 kB
Mapped:         120028 kB
Slab:            40200 kB
Committed_AS:   276552 kB
PageTables:       2004 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= 66256 MiB
End job on node80 at 2009-07-11 19:27:59