Trace number 2057556

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 10.2714 10.4995

General information on the benchmark

Namecsp/frb30-15/
normalized-frb30-15-3_ext.xml
MD5SUM738c40c4be6ef238ee3b077ce0477e0b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.113982
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints284
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension284
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.12/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.12/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.24	c See www.sat4j.org for details.
0.12/0.24	c That software uses the Rhino library from the Mozilla project.
0.12/0.26	c version 2.1.1.v20090622
0.12/0.26	c sun.arch.data.model	32
0.12/0.26	c java.version	1.6.0_12
0.12/0.26	c os.name	Linux
0.12/0.26	c os.version	2.6.9-22.EL.rootsmp
0.12/0.26	c os.arch	i386
0.12/0.26	c Free memory 671000808
0.12/0.26	c Max memory 672137216
0.12/0.26	c Total memory 672137216
0.12/0.26	c Number of processors 2
0.20/0.34	c c --- Begin Solver configuration ---
0.20/0.34	c Stops conflict analysis at the first Unique Implication Point
0.20/0.34	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.20/0.34	c Learn all clauses as in MiniSAT
0.20/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.20/0.34	c Expensive reason simplification
0.20/0.34	c MiniSAT restarts strategy
0.20/0.34	c Memory based learned constraints deletion strategy
0.20/0.34	c timeout=2147483s
0.20/0.34	c DB Simplification allowed=false
0.20/0.34	c --- End Solver configuration ---
0.20/0.34	c solving HOME/instance-2057556-1247318240.xml
0.20/0.34	c reading problem ... 
0.44/0.65	c reading problem named null
0.44/0.65	c reading domains done.
0.44/0.65	c reading variables done.
0.44/0.67	c reading relations done.
1.43/1.67	c reading constraints
1.83/2.02	c done with constraints.
1.83/2.02	c ... done. Wall clock time 1.679s.
1.83/2.02	c #vars     450
1.83/2.02	c #constraints  15964
1.83/2.02	c constraints type 
1.83/2.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
1.83/2.02	c org.sat4j.minisat.constraints.card.AtLeast => 30
1.83/2.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 15904
10.18/10.42	c starts		: 12
10.18/10.42	c conflicts		: 18262
10.18/10.42	c decisions		: 25311
10.18/10.42	c propagations		: 1256515
10.18/10.42	c inspects		: 39665428
10.18/10.42	c learnt literals	: 6
10.18/10.42	c learnt binary clauses	: 58
10.18/10.42	c learnt ternary clauses	: 106
10.18/10.42	c learnt clauses	: 18256
10.18/10.42	c ignored clauses	: 0
10.18/10.42	c root simplifications	: 0
10.18/10.42	c removed literals (reason simplification)	: 353255
10.18/10.43	c reason swapping (by a shorter reason)	: 0
10.18/10.43	c Calls to reduceDB	: 0
10.18/10.43	c speed (assignments/second)	: 149585.11904761905
10.18/10.43	c non guided choices	41
10.18/10.47	c learnt constraints type 
10.18/10.47	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 58
10.18/10.47	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18198
10.18/10.47	c constraints type 
10.18/10.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
10.18/10.47	c org.sat4j.minisat.constraints.card.AtLeast => 30
10.18/10.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 15904
10.18/10.47	s SATISFIABLE
10.18/10.47	v 11 9 1 5 1 4 4 4 3 9 12 12 10 1 7 3 8 10 0 9 13 5 5 0 2 12 8 10 1 14 
10.18/10.47	c Total wall clock time (in seconds) : 10.08

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-2057556-1247318240/watcher-2057556-1247318240 -o /tmp/evaluation-result-2057556-1247318240/solver-2057556-1247318240 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2057556-1247318240.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.90 1.29 0.57 3/83 12367
/proc/meminfo: memFree=816512/2055920 swapFree=4192956/4192956
[pid=12367] ppid=12365 vsize=1616 CPUtime=0
/proc/12367/stat : 12367 (java) D 12365 12367 12063 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 18886721 1654784 155 996147200 134512640 134550932 4294956016 18446744073709551615 8733604 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/12367/statm: 404 155 118 9 0 46 0

[startup+0.036668 s]
/proc/loadavg: 1.90 1.29 0.57 3/83 12367
/proc/meminfo: memFree=816512/2055920 swapFree=4192956/4192956
[pid=12367] ppid=12365 vsize=12928 CPUtime=0.01
/proc/12367/stat : 12367 (java) D 12365 12367 12063 0 -1 0 373 0 8 0 0 1 0 0 18 0 1 0 18886721 13238272 188 996147200 134512640 134550932 4294956016 18446744073709551615 8704810 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/12367/statm: 3232 188 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.101684 s]
/proc/loadavg: 1.90 1.29 0.57 3/83 12367
/proc/meminfo: memFree=816512/2055920 swapFree=4192956/4192956
[pid=12367] ppid=12365 vsize=800696 CPUtime=0.04
/proc/12367/stat : 12367 (java) S 12365 12367 12063 0 -1 0 2419 0 30 0 1 3 0 0 18 0 4 0 18886721 819912704 2195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12367/statm: 200174 2199 954 9 0 197525 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800696

[startup+0.301716 s]
/proc/loadavg: 1.90 1.29 0.57 3/83 12367
/proc/meminfo: memFree=816512/2055920 swapFree=4192956/4192956
[pid=12367] ppid=12365 vsize=805352 CPUtime=0.2
/proc/12367/stat : 12367 (java) S 12365 12367 12063 0 -1 0 3788 0 30 0 15 5 0 0 18 0 12 0 18886721 824680448 3555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12367/statm: 201338 3555 1332 9 0 198672 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 805352

[startup+0.701783 s]
/proc/loadavg: 1.90 1.29 0.57 3/83 12367
/proc/meminfo: memFree=816512/2055920 swapFree=4192956/4192956
[pid=12367] ppid=12365 vsize=807180 CPUtime=0.53
/proc/12367/stat : 12367 (java) S 12365 12367 12063 0 -1 0 5407 0 31 0 46 7 0 0 18 0 12 0 18886721 826552320 4962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12367/statm: 201795 4963 1387 9 0 199122 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 807180

[startup+1.50292 s]
/proc/loadavg: 1.90 1.29 0.57 4/95 12379
/proc/meminfo: memFree=790816/2055920 swapFree=4192956/4192956
[pid=12367] ppid=12365 vsize=809312 CPUtime=1.34
/proc/12367/stat : 12367 (java) S 12365 12367 12063 0 -1 0 9208 0 31 0 125 9 0 0 18 0 12 0 18886721 828735488 7701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12367/statm: 202328 7701 1409 9 0 199655 0
[pid=12367/tid=12369] ppid=12365 vsize=809312 CPUtime=0.65
/proc/12367/task/12369/stat : 12369 (java) R 12365 12367 12063 0 -1 64 5764 0 2 0 61 4 0 0 23 0 12 0 18886728 828735488 7701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12370] ppid=12365 vsize=809312 CPUtime=0
/proc/12367/task/12370/stat : 12370 (java) S 12365 12367 12063 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 18886730 828735488 7701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12371] ppid=12365 vsize=809312 CPUtime=0
/proc/12367/task/12371/stat : 12371 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 18886730 828735488 7701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12372] ppid=12365 vsize=809312 CPUtime=0
/proc/12367/task/12372/stat : 12372 (java) S 12365 12367 12063 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 18886731 828735488 7701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12373] ppid=12365 vsize=809312 CPUtime=0
/proc/12367/task/12373/stat : 12373 (java) S 12365 12367 12063 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 18886732 828735488 7701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12374] ppid=12365 vsize=809312 CPUtime=0
/proc/12367/task/12374/stat : 12374 (java) S 12365 12367 12063 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 18886732 828735488 7701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12375] ppid=12365 vsize=809312 CPUtime=0
/proc/12367/task/12375/stat : 12375 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 18886739 828735488 7701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12376] ppid=12365 vsize=809312 CPUtime=0
/proc/12367/task/12376/stat : 12376 (java) S 12365 12367 12063 0 -1 64 13 0 0 0 0 0 0 0 24 0 12 0 18886739 828735488 7701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12377] ppid=12365 vsize=809312 CPUtime=0.64
/proc/12367/task/12377/stat : 12377 (java) R 12365 12367 12063 0 -1 64 2716 0 0 0 63 1 0 0 16 0 12 0 18886739 828735488 7701 996147200 134512640 134550932 4294956016 18446744073709551615 106797878 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12378] ppid=12365 vsize=809312 CPUtime=0
/proc/12367/task/12378/stat : 12378 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 18886739 828735488 7701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12379] ppid=12365 vsize=809312 CPUtime=0
/proc/12367/task/12379/stat : 12379 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 18886739 828735488 7701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 809312

[startup+3.10219 s]
/proc/loadavg: 1.90 1.29 0.57 4/96 12380
/proc/meminfo: memFree=774744/2055920 swapFree=4192956/4192956
[pid=12367] ppid=12365 vsize=809636 CPUtime=2.92
/proc/12367/stat : 12367 (java) S 12365 12367 12063 0 -1 0 11428 0 31 0 282 10 0 0 18 0 13 0 18886721 829067264 9919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12367/statm: 202409 9919 1432 9 0 199736 0
[pid=12367/tid=12369] ppid=12365 vsize=809636 CPUtime=1.47
/proc/12367/task/12369/stat : 12369 (java) R 12365 12367 12063 0 -1 64 7899 0 2 0 141 6 0 0 25 0 13 0 18886728 829067264 9919 996147200 134512640 134550932 4294956016 18446744073709551615 4109741355 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12370] ppid=12365 vsize=809636 CPUtime=0
/proc/12367/task/12370/stat : 12370 (java) S 12365 12367 12063 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18886730 829067264 9919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12371] ppid=12365 vsize=809636 CPUtime=0
/proc/12367/task/12371/stat : 12371 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18886730 829067264 9919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12372] ppid=12365 vsize=809636 CPUtime=0
/proc/12367/task/12372/stat : 12372 (java) S 12365 12367 12063 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18886731 829067264 9919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12373] ppid=12365 vsize=809636 CPUtime=0
/proc/12367/task/12373/stat : 12373 (java) S 12365 12367 12063 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 18886732 829067264 9919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12374] ppid=12365 vsize=809636 CPUtime=0
/proc/12367/task/12374/stat : 12374 (java) S 12365 12367 12063 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18886732 829067264 9919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12375] ppid=12365 vsize=809636 CPUtime=0
/proc/12367/task/12375/stat : 12375 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 18886739 829067264 9919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12376] ppid=12365 vsize=809636 CPUtime=0
/proc/12367/task/12376/stat : 12376 (java) S 12365 12367 12063 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 18886739 829067264 9919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12377] ppid=12365 vsize=809636 CPUtime=1.41
/proc/12367/task/12377/stat : 12377 (java) S 12365 12367 12063 0 -1 64 2797 0 0 0 140 1 0 0 16 0 13 0 18886739 829067264 9919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12378] ppid=12365 vsize=809636 CPUtime=0
/proc/12367/task/12378/stat : 12378 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 18886739 829067264 9919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12379] ppid=12365 vsize=809636 CPUtime=0
/proc/12367/task/12379/stat : 12379 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18886739 829067264 9919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12380] ppid=12365 vsize=809636 CPUtime=0
/proc/12367/task/12380/stat : 12380 (java) S 12365 12367 12063 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 18886924 829067264 9919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 809636

[startup+6.30273 s]
/proc/loadavg: 1.99 1.32 0.58 3/96 12380
/proc/meminfo: memFree=770904/2055920 swapFree=4192956/4192956
[pid=12367] ppid=12365 vsize=809508 CPUtime=6.11
/proc/12367/stat : 12367 (java) S 12365 12367 12063 0 -1 0 12150 0 31 0 600 11 0 0 18 0 13 0 18886721 828936192 10638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12367/statm: 202377 10638 1436 9 0 199704 0
[pid=12367/tid=12369] ppid=12365 vsize=809508 CPUtime=4.42
/proc/12367/task/12369/stat : 12369 (java) R 12365 12367 12063 0 -1 64 8596 0 2 0 436 6 0 0 25 0 13 0 18886728 828936192 10638 996147200 134512640 134550932 4294956016 18446744073709551615 4109740976 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12370] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12370/stat : 12370 (java) S 12365 12367 12063 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18886730 828936192 10638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12371] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12371/stat : 12371 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18886730 828936192 10638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12372] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12372/stat : 12372 (java) S 12365 12367 12063 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 18886731 828936192 10638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12373] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12373/stat : 12373 (java) S 12365 12367 12063 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 18886732 828936192 10638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12374] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12374/stat : 12374 (java) S 12365 12367 12063 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18886732 828936192 10638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12375] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12375/stat : 12375 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 18886739 828936192 10638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12376] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12376/stat : 12376 (java) S 12365 12367 12063 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 18886739 828936192 10638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12377] ppid=12365 vsize=809508 CPUtime=1.64
/proc/12367/task/12377/stat : 12377 (java) S 12365 12367 12063 0 -1 64 2822 0 0 0 163 1 0 0 16 0 13 0 18886739 828936192 10638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12378] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12378/stat : 12378 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 18886739 828936192 10638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12379] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12379/stat : 12379 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18886739 828936192 10638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12380] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12380/stat : 12380 (java) S 12365 12367 12063 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 18886924 828936192 10638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 809508

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

[startup+7.90301 s]
/proc/loadavg: 1.99 1.33 0.59 3/96 12380
/proc/meminfo: memFree=769368/2055920 swapFree=4192956/4192956
[pid=12367] ppid=12365 vsize=809508 CPUtime=7.7
/proc/12367/stat : 12367 (java) S 12365 12367 12063 0 -1 0 12435 0 31 0 759 11 0 0 18 0 13 0 18886721 828936192 10922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12367/statm: 202377 10922 1436 9 0 199704 0
[pid=12367/tid=12369] ppid=12365 vsize=809508 CPUtime=6.01
/proc/12367/task/12369/stat : 12369 (java) R 12365 12367 12063 0 -1 64 8881 0 2 0 595 6 0 0 25 0 13 0 18886728 828936192 10922 996147200 134512640 134550932 4294956016 18446744073709551615 4109741082 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12370] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12370/stat : 12370 (java) S 12365 12367 12063 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18886730 828936192 10922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12371] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12371/stat : 12371 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18886730 828936192 10922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12372] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12372/stat : 12372 (java) S 12365 12367 12063 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18886731 828936192 10922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12373] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12373/stat : 12373 (java) S 12365 12367 12063 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 18886732 828936192 10922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12374] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12374/stat : 12374 (java) S 12365 12367 12063 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18886732 828936192 10922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12375] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12375/stat : 12375 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 18886739 828936192 10922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12376] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12376/stat : 12376 (java) S 12365 12367 12063 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 18886739 828936192 10922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12377] ppid=12365 vsize=809508 CPUtime=1.64
/proc/12367/task/12377/stat : 12377 (java) S 12365 12367 12063 0 -1 64 2822 0 0 0 163 1 0 0 16 0 13 0 18886739 828936192 10922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12378] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12378/stat : 12378 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 18886739 828936192 10922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12379] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12379/stat : 12379 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18886739 828936192 10922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12380] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12380/stat : 12380 (java) S 12365 12367 12063 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 18886924 828936192 10922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 809508

[startup+9.50228 s]
/proc/loadavg: 1.99 1.33 0.59 3/96 12380
/proc/meminfo: memFree=768728/2055920 swapFree=4192956/4192956
[pid=12367] ppid=12365 vsize=809508 CPUtime=9.29
/proc/12367/stat : 12367 (java) S 12365 12367 12063 0 -1 0 12630 0 31 0 918 11 0 0 18 0 13 0 18886721 828936192 11117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12367/statm: 202377 11117 1436 9 0 199704 0
[pid=12367/tid=12369] ppid=12365 vsize=809508 CPUtime=7.61
/proc/12367/task/12369/stat : 12369 (java) R 12365 12367 12063 0 -1 64 9076 0 2 0 754 7 0 0 25 0 13 0 18886728 828936192 11117 996147200 134512640 134550932 4294956016 18446744073709551615 4109782640 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12370] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12370/stat : 12370 (java) S 12365 12367 12063 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18886730 828936192 11117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12371] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12371/stat : 12371 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18886730 828936192 11117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12372] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12372/stat : 12372 (java) S 12365 12367 12063 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18886731 828936192 11117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12373] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12373/stat : 12373 (java) S 12365 12367 12063 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 18886732 828936192 11117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12374] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12374/stat : 12374 (java) S 12365 12367 12063 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18886732 828936192 11117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12375] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12375/stat : 12375 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 18886739 828936192 11117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12376] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12376/stat : 12376 (java) S 12365 12367 12063 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 18886739 828936192 11117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12377] ppid=12365 vsize=809508 CPUtime=1.64
/proc/12367/task/12377/stat : 12377 (java) S 12365 12367 12063 0 -1 64 2822 0 0 0 163 1 0 0 16 0 13 0 18886739 828936192 11117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12378] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12378/stat : 12378 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 18886739 828936192 11117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12379] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12379/stat : 12379 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18886739 828936192 11117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12380] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12380/stat : 12380 (java) S 12365 12367 12063 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 18886924 828936192 11117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.29
Current children cumulated vsize (KiB) 809508

[startup+9.90735 s]
/proc/loadavg: 1.99 1.33 0.59 3/96 12380
/proc/meminfo: memFree=768280/2055920 swapFree=4192956/4192956
[pid=12367] ppid=12365 vsize=809508 CPUtime=9.69
/proc/12367/stat : 12367 (java) S 12365 12367 12063 0 -1 0 12666 0 31 0 958 11 0 0 18 0 13 0 18886721 828936192 11153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12367/statm: 202377 11153 1436 9 0 199704 0
[pid=12367/tid=12369] ppid=12365 vsize=809508 CPUtime=8.01
/proc/12367/task/12369/stat : 12369 (java) R 12365 12367 12063 0 -1 64 9112 0 2 0 794 7 0 0 25 0 13 0 18886728 828936192 11153 996147200 134512640 134550932 4294956016 18446744073709551615 4109792703 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12370] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12370/stat : 12370 (java) S 12365 12367 12063 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18886730 828936192 11153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12371] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12371/stat : 12371 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18886730 828936192 11153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12372] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12372/stat : 12372 (java) S 12365 12367 12063 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18886731 828936192 11153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12373] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12373/stat : 12373 (java) S 12365 12367 12063 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 18886732 828936192 11153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12374] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12374/stat : 12374 (java) S 12365 12367 12063 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18886732 828936192 11153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12375] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12375/stat : 12375 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 18886739 828936192 11153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12376] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12376/stat : 12376 (java) S 12365 12367 12063 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 18886739 828936192 11153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12377] ppid=12365 vsize=809508 CPUtime=1.64
/proc/12367/task/12377/stat : 12377 (java) S 12365 12367 12063 0 -1 64 2822 0 0 0 163 1 0 0 16 0 13 0 18886739 828936192 11153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12378] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12378/stat : 12378 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 18886739 828936192 11153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12379] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12379/stat : 12379 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18886739 828936192 11153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12380] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12380/stat : 12380 (java) S 12365 12367 12063 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 18886924 828936192 11153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.69
Current children cumulated vsize (KiB) 809508

[startup+10.3014 s]
/proc/loadavg: 1.99 1.33 0.59 3/96 12380
/proc/meminfo: memFree=768280/2055920 swapFree=4192956/4192956
[pid=12367] ppid=12365 vsize=809508 CPUtime=10.09
/proc/12367/stat : 12367 (java) S 12365 12367 12063 0 -1 0 12718 0 31 0 998 11 0 0 18 0 13 0 18886721 828936192 11205 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12367/statm: 202377 11205 1436 9 0 199704 0
[pid=12367/tid=12369] ppid=12365 vsize=809508 CPUtime=8.41
/proc/12367/task/12369/stat : 12369 (java) R 12365 12367 12063 0 -1 64 9164 0 2 0 834 7 0 0 25 0 13 0 18886728 828936192 11205 996147200 134512640 134550932 4294956016 18446744073709551615 4109741394 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12370] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12370/stat : 12370 (java) S 12365 12367 12063 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18886730 828936192 11205 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12371] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12371/stat : 12371 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18886730 828936192 11205 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12372] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12372/stat : 12372 (java) S 12365 12367 12063 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18886731 828936192 11205 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12373] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12373/stat : 12373 (java) S 12365 12367 12063 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 18886732 828936192 11205 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12374] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12374/stat : 12374 (java) S 12365 12367 12063 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18886732 828936192 11205 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12375] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12375/stat : 12375 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 18886739 828936192 11205 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12376] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12376/stat : 12376 (java) S 12365 12367 12063 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 18886739 828936192 11205 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12377] ppid=12365 vsize=809508 CPUtime=1.64
/proc/12367/task/12377/stat : 12377 (java) S 12365 12367 12063 0 -1 64 2822 0 0 0 163 1 0 0 16 0 13 0 18886739 828936192 11205 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12378] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12378/stat : 12378 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 18886739 828936192 11205 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12379] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12379/stat : 12379 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18886739 828936192 11205 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12380] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12380/stat : 12380 (java) S 12365 12367 12063 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 18886924 828936192 11205 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.09
Current children cumulated vsize (KiB) 809508

[startup+10.4014 s]
/proc/loadavg: 1.99 1.33 0.59 3/96 12380
/proc/meminfo: memFree=768280/2055920 swapFree=4192956/4192956
[pid=12367] ppid=12365 vsize=809508 CPUtime=10.18
/proc/12367/stat : 12367 (java) S 12365 12367 12063 0 -1 0 12724 0 31 0 1007 11 0 0 18 0 13 0 18886721 828936192 11211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12367/statm: 202377 11211 1436 9 0 199704 0
[pid=12367/tid=12369] ppid=12365 vsize=809508 CPUtime=8.5
/proc/12367/task/12369/stat : 12369 (java) R 12365 12367 12063 0 -1 64 9170 0 2 0 843 7 0 0 25 0 13 0 18886728 828936192 11211 996147200 134512640 134550932 4294956016 18446744073709551615 4109741157 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12370] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12370/stat : 12370 (java) S 12365 12367 12063 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18886730 828936192 11211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12371] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12371/stat : 12371 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 18886730 828936192 11211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12372] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12372/stat : 12372 (java) S 12365 12367 12063 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18886731 828936192 11211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12373] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12373/stat : 12373 (java) S 12365 12367 12063 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 18886732 828936192 11211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12374] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12374/stat : 12374 (java) S 12365 12367 12063 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18886732 828936192 11211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12375] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12375/stat : 12375 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 18886739 828936192 11211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12376] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12376/stat : 12376 (java) S 12365 12367 12063 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 18886739 828936192 11211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12377] ppid=12365 vsize=809508 CPUtime=1.64
/proc/12367/task/12377/stat : 12377 (java) S 12365 12367 12063 0 -1 64 2822 0 0 0 163 1 0 0 16 0 13 0 18886739 828936192 11211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12378] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12378/stat : 12378 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 18886739 828936192 11211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12379] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12379/stat : 12379 (java) S 12365 12367 12063 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18886739 828936192 11211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12367/tid=12380] ppid=12365 vsize=809508 CPUtime=0
/proc/12367/task/12380/stat : 12380 (java) S 12365 12367 12063 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 18886924 828936192 11211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.18
Current children cumulated vsize (KiB) 809508

Child status: 0
Real time (s): 10.4995
CPU time (s): 10.2714
CPU user time (s): 10.1465
CPU system time (s): 0.124981
CPU usage (%): 97.8282
Max. virtual memory (cumulated for all children) (KiB): 809636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1465
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12745
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1477
involuntary context switches= 1270

runsolver used 0.014997 second user time and 0.045993 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-11 15:17:20
IDJOB=2057556
IDBENCH=53385
IDSOLVER=731
FILE ID=node68/2057556-1247318240
PBS_JOBID= 9506496
Free space on /tmp= 66444 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/frb30-15/normalized-frb30-15-3_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2057556-1247318240/watcher-2057556-1247318240 -o /tmp/evaluation-result-2057556-1247318240/solver-2057556-1247318240 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2057556-1247318240.xml

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

MD5SUM BENCH= 738c40c4be6ef238ee3b077ce0477e0b
RANDOM SEED=551064377

node68.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.258
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.258
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:        816992 kB
Buffers:         61940 kB
Cached:        1023816 kB
SwapCached:          0 kB
Active:         155920 kB
Inactive:      1008660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        816992 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1464 kB
Writeback:           0 kB
Mapped:          96908 kB
Slab:            59100 kB
Committed_AS:   894208 kB
PageTables:       2092 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node68 at 2009-07-11 15:17:31