Trace number 2066961

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.1? (TO) 1800.1 1813.08

General information on the benchmark

Namecsp/pseudo/logic-synthesis/
normalized-count-b.xml
MD5SUM6ef930f241c37442e60cf941cb12ee85
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.695893
Satisfiable
(Un)Satisfiability was proved
Number of variables466
Number of constraints694
Maximum constraint arity78
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension694
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2066961-1247343712.xml
0.18/0.25	c reading problem ... 
0.47/0.51	c reading problem named null
0.47/0.51	c reading domains done.
0.47/0.51	c reading variables done.
0.57/0.64	c reading predicates  done.
0.97/1.03	c reading constraints
1800.01/1813.01	c starts		: 0
1800.01/1813.01	c conflicts		: 0
1800.01/1813.01	c decisions		: 0
1800.01/1813.01	c propagations		: 0
1800.01/1813.01	c inspects		: 0
1800.01/1813.01	c learnt literals	: 0
1800.01/1813.01	c learnt binary clauses	: 0
1800.01/1813.01	c learnt ternary clauses	: 0
1800.01/1813.01	c learnt clauses	: 0
1800.01/1813.01	c ignored clauses	: 0
1800.01/1813.01	c root simplifications	: 0
1800.01/1813.01	c removed literals (reason simplification)	: 0
1800.01/1813.01	c reason swapping (by a shorter reason)	: 0
1800.01/1813.01	c Calls to reduceDB	: 0
1800.01/1813.01	c speed (assignments/second)	: 0.0
1800.01/1813.01	c non guided choices	0
1800.01/1813.01	c learnt constraints type 
1800.01/1813.01	c constraints type 
1800.01/1813.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 185
1800.01/1813.01	c org.sat4j.minisat.constraints.card.AtLeast => 466
1800.01/1813.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 528
1800.01/1813.02	s UNKNOWN
1800.01/1813.02	c Total wall clock time (in seconds) : 1812.763

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 19385
/proc/meminfo: memFree=1763600/2055920 swapFree=4192812/4192956
[pid=19385] ppid=19383 vsize=18576 CPUtime=0
/proc/19385/stat : 19385 (runsolver) R 19383 19385 18246 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 21435113 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 264840473895 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/19385/statm: 4644 284 249 26 0 2626 0

[startup+0.017944 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 19385
/proc/meminfo: memFree=1763600/2055920 swapFree=4192812/4192956
[pid=19385] ppid=19383 vsize=13300 CPUtime=0
/proc/19385/stat : 19385 (java) S 19383 19385 18246 0 -1 0 791 0 0 0 0 0 0 0 18 0 2 0 21435113 13619200 573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19385/statm: 3325 573 255 9 0 1199 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13300

[startup+0.101953 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 19385
/proc/meminfo: memFree=1763600/2055920 swapFree=4192812/4192956
[pid=19385] ppid=19383 vsize=804560 CPUtime=0.08
/proc/19385/stat : 19385 (java) S 19383 19385 18246 0 -1 0 2992 0 1 0 6 2 0 0 18 0 12 0 21435113 823869440 2735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19385/statm: 201140 2735 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301973 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 19385
/proc/meminfo: memFree=1763600/2055920 swapFree=4192812/4192956
[pid=19385] ppid=19383 vsize=805628 CPUtime=0.28
/proc/19385/stat : 19385 (java) S 19383 19385 18246 0 -1 0 4296 0 1 0 24 4 0 0 18 0 12 0 21435113 824963072 4033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19385/statm: 201407 4033 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702017 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 19385
/proc/meminfo: memFree=1763600/2055920 swapFree=4192812/4192956
[pid=19385] ppid=19383 vsize=807296 CPUtime=0.67
/proc/19385/stat : 19385 (java) S 19383 19385 18246 0 -1 0 5760 0 1 0 62 5 0 0 18 0 12 0 21435113 826671104 5251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19385/statm: 201824 5251 1389 9 0 199151 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807296

[startup+1.5021 s]
/proc/loadavg: 2.00 2.00 2.00 4/95 19397
/proc/meminfo: memFree=1744816/2055920 swapFree=4192812/4192956
[pid=19385] ppid=19383 vsize=809516 CPUtime=1.47
/proc/19385/stat : 19385 (java) S 19383 19385 18246 0 -1 0 8187 0 1 0 140 7 0 0 18 0 12 0 21435113 828944384 6734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19385/statm: 202379 6734 1409 9 0 199706 0
[pid=19385/tid=19387] ppid=19383 vsize=809516 CPUtime=0.85
/proc/19385/task/19387/stat : 19387 (java) R 19383 19385 18246 0 -1 64 5025 0 1 0 80 5 0 0 20 0 12 0 21435114 828944384 6734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19388] ppid=19383 vsize=809516 CPUtime=0
/proc/19385/task/19388/stat : 19388 (java) S 19383 19385 18246 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 21435115 828944384 6734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19389] ppid=19383 vsize=809516 CPUtime=0
/proc/19385/task/19389/stat : 19389 (java) S 19383 19385 18246 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 21435116 828944384 6734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19390] ppid=19383 vsize=809516 CPUtime=0
/proc/19385/task/19390/stat : 19390 (java) S 19383 19385 18246 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 21435117 828944384 6734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19391] ppid=19383 vsize=809516 CPUtime=0
/proc/19385/task/19391/stat : 19391 (java) S 19383 19385 18246 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 21435118 828944384 6734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19392] ppid=19383 vsize=809516 CPUtime=0
/proc/19385/task/19392/stat : 19392 (java) S 19383 19385 18246 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 21435118 828944384 6734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19393] ppid=19383 vsize=809516 CPUtime=0
/proc/19385/task/19393/stat : 19393 (java) S 19383 19385 18246 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21435122 828944384 6734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19394] ppid=19383 vsize=809516 CPUtime=0
/proc/19385/task/19394/stat : 19394 (java) S 19383 19385 18246 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21435122 828944384 6734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19395] ppid=19383 vsize=809516 CPUtime=0.6
/proc/19385/task/19395/stat : 19395 (java) R 19383 19385 18246 0 -1 64 2408 0 0 0 59 1 0 0 17 0 12 0 21435122 828944384 6734 996147200 134512640 134550932 4294956016 18446744073709551615 106126787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19396] ppid=19383 vsize=809516 CPUtime=0
/proc/19385/task/19396/stat : 19396 (java) S 19383 19385 18246 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21435122 828944384 6734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19397] ppid=19383 vsize=809516 CPUtime=0
/proc/19385/task/19397/stat : 19397 (java) S 19383 19385 18246 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21435123 828944384 6734 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) 809516

[startup+3.10226 s]
/proc/loadavg: 2.00 2.00 2.00 4/95 19397
/proc/meminfo: memFree=1732720/2055920 swapFree=4192812/4192956
[pid=19385] ppid=19383 vsize=810312 CPUtime=3.05
/proc/19385/stat : 19385 (java) S 19383 19385 18246 0 -1 0 22775 0 1 0 291 14 0 0 18 0 12 0 21435113 829759488 19712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19385/statm: 202578 19712 1438 9 0 199905 0
[pid=19385/tid=19387] ppid=19383 vsize=810312 CPUtime=1.88
/proc/19385/task/19387/stat : 19387 (java) R 19383 19385 18246 0 -1 64 17393 0 1 0 178 10 0 0 25 0 12 0 21435114 829759488 19712 996147200 134512640 134550932 4294956016 18446744073709551615 4109596370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19388] ppid=19383 vsize=810312 CPUtime=0
/proc/19385/task/19388/stat : 19388 (java) S 19383 19385 18246 0 -1 64 141 0 0 0 0 0 0 0 17 0 12 0 21435115 829759488 19712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19389] ppid=19383 vsize=810312 CPUtime=0
/proc/19385/task/19389/stat : 19389 (java) S 19383 19385 18246 0 -1 64 67 0 0 0 0 0 0 0 17 0 12 0 21435116 829759488 19712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19390] ppid=19383 vsize=810312 CPUtime=0
/proc/19385/task/19390/stat : 19390 (java) S 19383 19385 18246 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 21435117 829759488 19712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19391] ppid=19383 vsize=810312 CPUtime=0
/proc/19385/task/19391/stat : 19391 (java) S 19383 19385 18246 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21435118 829759488 19712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19392] ppid=19383 vsize=810312 CPUtime=0
/proc/19385/task/19392/stat : 19392 (java) S 19383 19385 18246 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21435118 829759488 19712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19393] ppid=19383 vsize=810312 CPUtime=0
/proc/19385/task/19393/stat : 19393 (java) S 19383 19385 18246 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21435122 829759488 19712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19394] ppid=19383 vsize=810312 CPUtime=0
/proc/19385/task/19394/stat : 19394 (java) S 19383 19385 18246 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21435122 829759488 19712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19395] ppid=19383 vsize=810312 CPUtime=1.13
/proc/19385/task/19395/stat : 19395 (java) S 19383 19385 18246 0 -1 64 4409 0 0 0 111 2 0 0 16 0 12 0 21435122 829759488 19712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19396] ppid=19383 vsize=810312 CPUtime=0
/proc/19385/task/19396/stat : 19396 (java) S 19383 19385 18246 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21435122 829759488 19712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19397] ppid=19383 vsize=810312 CPUtime=0
/proc/19385/task/19397/stat : 19397 (java) S 19383 19385 18246 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21435123 829759488 19712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 810312

[startup+6.3016 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 19397
/proc/meminfo: memFree=1685360/2055920 swapFree=4192812/4192956
[pid=19385] ppid=19383 vsize=812076 CPUtime=6.22
/proc/19385/stat : 19385 (java) S 19383 19385 18246 0 -1 0 27173 0 1 0 606 16 0 0 18 0 12 0 21435113 831565824 22699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19385/statm: 203019 22699 1439 9 0 200346 0
[pid=19385/tid=19387] ppid=19383 vsize=812076 CPUtime=4.57
/proc/19385/task/19387/stat : 19387 (java) R 19383 19385 18246 0 -1 64 19481 0 1 0 445 12 0 0 25 0 12 0 21435114 831565824 22699 996147200 134512640 134550932 4294956016 18446744073709551615 4109652083 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19388] ppid=19383 vsize=812076 CPUtime=0.02
/proc/19385/task/19388/stat : 19388 (java) S 19383 19385 18246 0 -1 64 412 0 0 0 2 0 0 0 16 0 12 0 21435115 831565824 22699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19389] ppid=19383 vsize=812076 CPUtime=0.01
/proc/19385/task/19389/stat : 19389 (java) S 19383 19385 18246 0 -1 64 207 0 0 0 1 0 0 0 16 0 12 0 21435116 831565824 22699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19390] ppid=19383 vsize=812076 CPUtime=0
/proc/19385/task/19390/stat : 19390 (java) S 19383 19385 18246 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 21435117 831565824 22699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19391] ppid=19383 vsize=812076 CPUtime=0
/proc/19385/task/19391/stat : 19391 (java) S 19383 19385 18246 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21435118 831565824 22699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19392] ppid=19383 vsize=812076 CPUtime=0
/proc/19385/task/19392/stat : 19392 (java) S 19383 19385 18246 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21435118 831565824 22699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19393] ppid=19383 vsize=812076 CPUtime=0
/proc/19385/task/19393/stat : 19393 (java) S 19383 19385 18246 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21435122 831565824 22699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19394] ppid=19383 vsize=812076 CPUtime=0
/proc/19385/task/19394/stat : 19394 (java) S 19383 19385 18246 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21435122 831565824 22699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19395] ppid=19383 vsize=812076 CPUtime=1.59
/proc/19385/task/19395/stat : 19395 (java) S 19383 19385 18246 0 -1 64 6292 0 0 0 156 3 0 0 19 0 12 0 21435122 831565824 22699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19396] ppid=19383 vsize=812076 CPUtime=0
/proc/19385/task/19396/stat : 19396 (java) S 19383 19385 18246 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21435122 831565824 22699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19397] ppid=19383 vsize=812076 CPUtime=0
/proc/19385/task/19397/stat : 19397 (java) S 19383 19385 18246 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21435123 831565824 22699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 812076

[startup+12.7022 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 19397
/proc/meminfo: memFree=1668080/2055920 swapFree=4192812/4192956
[pid=19385] ppid=19383 vsize=813292 CPUtime=12.56
/proc/19385/stat : 19385 (java) S 19383 19385 18246 0 -1 0 31489 0 1 0 1238 18 0 0 18 0 12 0 21435113 832811008 24972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19385/statm: 203323 24972 1439 9 0 200650 0
[pid=19385/tid=19387] ppid=19383 vsize=813292 CPUtime=10.03
/proc/19385/task/19387/stat : 19387 (java) R 19383 19385 18246 0 -1 64 21154 0 1 0 991 12 0 0 25 0 12 0 21435114 832811008 24972 996147200 134512640 134550932 4294956016 18446744073709551615 4109550294 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19388] ppid=19383 vsize=813292 CPUtime=0.02
/proc/19385/task/19388/stat : 19388 (java) S 19383 19385 18246 0 -1 64 423 0 0 0 2 0 0 0 16 0 12 0 21435115 832811008 24972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19389] ppid=19383 vsize=813292 CPUtime=0.01
/proc/19385/task/19389/stat : 19389 (java) S 19383 19385 18246 0 -1 64 422 0 0 0 1 0 0 0 16 0 12 0 21435116 832811008 24972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19390] ppid=19383 vsize=813292 CPUtime=0
/proc/19385/task/19390/stat : 19390 (java) S 19383 19385 18246 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 21435117 832811008 24972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19391] ppid=19383 vsize=813292 CPUtime=0
/proc/19385/task/19391/stat : 19391 (java) S 19383 19385 18246 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21435118 832811008 24972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19392] ppid=19383 vsize=813292 CPUtime=0
/proc/19385/task/19392/stat : 19392 (java) S 19383 19385 18246 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21435118 832811008 24972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19393] ppid=19383 vsize=813292 CPUtime=0
/proc/19385/task/19393/stat : 19393 (java) S 19383 19385 18246 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21435122 832811008 24972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19394] ppid=19383 vsize=813292 CPUtime=0
/proc/19385/task/19394/stat : 19394 (java) S 19383 19385 18246 0 -1 64 16 0 0 0 0 0 0 0 17 0 12 0 21435122 832811008 24972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19395] ppid=19383 vsize=813292 CPUtime=2.45
/proc/19385/task/19395/stat : 19395 (java) S 19383 19385 18246 0 -1 64 8703 0 0 0 241 4 0 0 19 0 12 0 21435122 832811008 24972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19396] ppid=19383 vsize=813292 CPUtime=0
/proc/19385/task/19396/stat : 19396 (java) S 19383 19385 18246 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21435122 832811008 24972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19397] ppid=19383 vsize=813292 CPUtime=0
/proc/19385/task/19397/stat : 19397 (java) S 19383 19385 18246 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21435123 832811008 24972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 813292

[startup+25.5026 s]
/proc/loadavg: 2.07 2.02 2.00 4/95 19397
/proc/meminfo: memFree=1661488/2055920 swapFree=4192812/4192956
[pid=19385] ppid=19383 vsize=819056 CPUtime=25.24
/proc/19385/stat : 19385 (java) S 19383 19385 18246 0 -1 0 35100 0 1 0 2504 20 0 0 18 0 12 0 21435113 838713344 26637 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19385/statm: 204764 26637 1439 9 0 202091 0
[pid=19385/tid=19387] ppid=19383 vsize=819056 CPUtime=21.92
/proc/19385/task/19387/stat : 19387 (java) R 19383 19385 18246 0 -1 64 21349 0 1 0 2180 12 0 0 25 0 12 0 21435114 838713344 26637 996147200 134512640 134550932 4294956016 18446744073709551615 4109550290 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19388] ppid=19383 vsize=819056 CPUtime=0.02
/proc/19385/task/19388/stat : 19388 (java) S 19383 19385 18246 0 -1 64 440 0 0 0 2 0 0 0 16 0 12 0 21435115 838713344 26637 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19389] ppid=19383 vsize=819056 CPUtime=0.02
/proc/19385/task/19389/stat : 19389 (java) S 19383 19385 18246 0 -1 64 432 0 0 0 2 0 0 0 16 0 12 0 21435116 838713344 26637 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19390] ppid=19383 vsize=819056 CPUtime=0.01
/proc/19385/task/19390/stat : 19390 (java) S 19383 19385 18246 0 -1 64 33 0 0 0 1 0 0 0 15 0 12 0 21435117 838713344 26637 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19391] ppid=19383 vsize=819056 CPUtime=0
/proc/19385/task/19391/stat : 19391 (java) S 19383 19385 18246 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21435118 838713344 26637 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19392] ppid=19383 vsize=819056 CPUtime=0
/proc/19385/task/19392/stat : 19392 (java) S 19383 19385 18246 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21435118 838713344 26637 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19393] ppid=19383 vsize=819056 CPUtime=0
/proc/19385/task/19393/stat : 19393 (java) S 19383 19385 18246 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21435122 838713344 26637 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19394] ppid=19383 vsize=819056 CPUtime=0

################
# More data... #
################

[pid=19385/tid=19396] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19396/stat : 19396 (java) S 19383 19385 18246 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21435122 841129984 29794 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19397] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19397/stat : 19397 (java) S 19383 19385 18246 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21435123 841129984 29794 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.28
Current children cumulated vsize (KiB) 821416

[startup+1602.3 s]
/proc/loadavg: 2.16 2.14 2.09 3/95 19529
/proc/meminfo: memFree=1064040/2055920 swapFree=4192812/4192956
[pid=19385] ppid=19383 vsize=821416 CPUtime=1590
/proc/19385/stat : 19385 (java) S 19383 19385 18246 0 -1 0 43433 0 1 0 158944 56 0 0 18 0 12 0 21435113 841129984 29883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19385/statm: 205354 29883 1439 9 0 202681 0
[pid=19385/tid=19387] ppid=19383 vsize=821416 CPUtime=1583.32
/proc/19385/task/19387/stat : 19387 (java) R 19383 19385 18246 0 -1 64 23882 0 1 0 158309 23 0 0 25 0 12 0 21435114 841129984 29883 996147200 134512640 134550932 4294956016 18446744073709551615 4110613541 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19388] ppid=19383 vsize=821416 CPUtime=0.51
/proc/19385/task/19388/stat : 19388 (java) S 19383 19385 18246 0 -1 64 1697 0 0 0 49 2 0 0 15 0 12 0 21435115 841129984 29883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19389] ppid=19383 vsize=821416 CPUtime=0.54
/proc/19385/task/19389/stat : 19389 (java) S 19383 19385 18246 0 -1 64 1687 0 0 0 52 2 0 0 16 0 12 0 21435116 841129984 29883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19390] ppid=19383 vsize=821416 CPUtime=0.55
/proc/19385/task/19390/stat : 19390 (java) S 19383 19385 18246 0 -1 64 33 0 0 0 36 19 0 0 15 0 12 0 21435117 841129984 29883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19391] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19391/stat : 19391 (java) S 19383 19385 18246 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21435118 841129984 29883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19392] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19392/stat : 19392 (java) S 19383 19385 18246 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21435118 841129984 29883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19393] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19393/stat : 19393 (java) S 19383 19385 18246 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21435122 841129984 29883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19394] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19394/stat : 19394 (java) S 19383 19385 18246 0 -1 64 16 0 0 0 0 0 0 0 17 0 12 0 21435122 841129984 29883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19395] ppid=19383 vsize=821416 CPUtime=5.01
/proc/19385/task/19395/stat : 19395 (java) S 19383 19385 18246 0 -1 64 15379 0 0 0 494 7 0 0 25 0 12 0 21435122 841129984 29883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19396] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19396/stat : 19396 (java) S 19383 19385 18246 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21435122 841129984 29883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19397] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19397/stat : 19397 (java) S 19383 19385 18246 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21435123 841129984 29883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590
Current children cumulated vsize (KiB) 821416

[startup+1662.3 s]
/proc/loadavg: 2.14 2.14 2.09 3/95 19529
/proc/meminfo: memFree=1063592/2055920 swapFree=4192812/4192956
[pid=19385] ppid=19383 vsize=821416 CPUtime=1649.71
/proc/19385/stat : 19385 (java) S 19383 19385 18246 0 -1 0 43609 0 1 0 164914 57 0 0 18 0 12 0 21435113 841129984 29971 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19385/statm: 205354 29971 1439 9 0 202681 0
[pid=19385/tid=19387] ppid=19383 vsize=821416 CPUtime=1642.96
/proc/19385/task/19387/stat : 19387 (java) R 19383 19385 18246 0 -1 64 23970 0 1 0 164273 23 0 0 25 0 12 0 21435114 841129984 29971 996147200 134512640 134550932 4294956016 18446744073709551615 4109652043 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19388] ppid=19383 vsize=821416 CPUtime=0.54
/proc/19385/task/19388/stat : 19388 (java) S 19383 19385 18246 0 -1 64 1741 0 0 0 51 3 0 0 15 0 12 0 21435115 841129984 29971 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19389] ppid=19383 vsize=821416 CPUtime=0.56
/proc/19385/task/19389/stat : 19389 (java) S 19383 19385 18246 0 -1 64 1731 0 0 0 54 2 0 0 16 0 12 0 21435116 841129984 29971 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19390] ppid=19383 vsize=821416 CPUtime=0.58
/proc/19385/task/19390/stat : 19390 (java) S 19383 19385 18246 0 -1 64 33 0 0 0 38 20 0 0 15 0 12 0 21435117 841129984 29971 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19391] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19391/stat : 19391 (java) S 19383 19385 18246 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21435118 841129984 29971 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19392] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19392/stat : 19392 (java) S 19383 19385 18246 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21435118 841129984 29971 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19393] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19393/stat : 19393 (java) S 19383 19385 18246 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21435122 841129984 29971 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19394] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19394/stat : 19394 (java) S 19383 19385 18246 0 -1 64 16 0 0 0 0 0 0 0 17 0 12 0 21435122 841129984 29971 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19395] ppid=19383 vsize=821416 CPUtime=5.01
/proc/19385/task/19395/stat : 19395 (java) S 19383 19385 18246 0 -1 64 15379 0 0 0 494 7 0 0 25 0 12 0 21435122 841129984 29971 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19396] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19396/stat : 19396 (java) S 19383 19385 18246 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21435122 841129984 29971 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19397] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19397/stat : 19397 (java) S 19383 19385 18246 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21435123 841129984 29971 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.71
Current children cumulated vsize (KiB) 821416

[startup+1722.3 s]
/proc/loadavg: 2.05 2.11 2.08 3/95 19529
/proc/meminfo: memFree=1063208/2055920 swapFree=4192812/4192956
[pid=19385] ppid=19383 vsize=821416 CPUtime=1709.42
/proc/19385/stat : 19385 (java) S 19383 19385 18246 0 -1 0 43788 0 1 0 170884 58 0 0 18 0 12 0 21435113 841129984 30061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19385/statm: 205354 30061 1439 9 0 202681 0
[pid=19385/tid=19387] ppid=19383 vsize=821416 CPUtime=1702.59
/proc/19385/task/19387/stat : 19387 (java) R 19383 19385 18246 0 -1 64 24059 0 1 0 170236 23 0 0 25 0 12 0 21435114 841129984 30061 996147200 134512640 134550932 4294956016 18446744073709551615 4109707471 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19388] ppid=19383 vsize=821416 CPUtime=0.57
/proc/19385/task/19388/stat : 19388 (java) S 19383 19385 18246 0 -1 64 1786 0 0 0 54 3 0 0 16 0 12 0 21435115 841129984 30061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19389] ppid=19383 vsize=821416 CPUtime=0.59
/proc/19385/task/19389/stat : 19389 (java) S 19383 19385 18246 0 -1 64 1776 0 0 0 57 2 0 0 15 0 12 0 21435116 841129984 30061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19390] ppid=19383 vsize=821416 CPUtime=0.6
/proc/19385/task/19390/stat : 19390 (java) S 19383 19385 18246 0 -1 64 33 0 0 0 40 20 0 0 15 0 12 0 21435117 841129984 30061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19391] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19391/stat : 19391 (java) S 19383 19385 18246 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21435118 841129984 30061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19392] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19392/stat : 19392 (java) S 19383 19385 18246 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21435118 841129984 30061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19393] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19393/stat : 19393 (java) S 19383 19385 18246 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21435122 841129984 30061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19394] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19394/stat : 19394 (java) S 19383 19385 18246 0 -1 64 16 0 0 0 0 0 0 0 17 0 12 0 21435122 841129984 30061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19395] ppid=19383 vsize=821416 CPUtime=5.01
/proc/19385/task/19395/stat : 19395 (java) S 19383 19385 18246 0 -1 64 15379 0 0 0 494 7 0 0 25 0 12 0 21435122 841129984 30061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19396] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19396/stat : 19396 (java) S 19383 19385 18246 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21435122 841129984 30061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19397] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19397/stat : 19397 (java) S 19383 19385 18246 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21435123 841129984 30061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.42
Current children cumulated vsize (KiB) 821416

[startup+1782.3 s]
/proc/loadavg: 1.90 2.04 2.06 3/94 19955
/proc/meminfo: memFree=1623088/2055920 swapFree=4192812/4192956
[pid=19385] ppid=19383 vsize=821416 CPUtime=1769.32
/proc/19385/stat : 19385 (java) S 19383 19385 18246 0 -1 0 43984 0 1 0 176868 64 0 0 18 0 12 0 21435113 841129984 30160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19385/statm: 205354 30160 1439 9 0 202681 0
[pid=19385/tid=19387] ppid=19383 vsize=821416 CPUtime=1762.42
/proc/19385/task/19387/stat : 19387 (java) R 19383 19385 18246 0 -1 64 24156 0 1 0 176215 27 0 0 25 0 12 0 21435114 841129984 30160 996147200 134512640 134550932 4294956016 18446744073709551615 4109652039 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19385/tid=19388] ppid=19383 vsize=821416 CPUtime=0.59
/proc/19385/task/19388/stat : 19388 (java) S 19383 19385 18246 0 -1 64 1834 0 0 0 56 3 0 0 16 0 12 0 21435115 841129984 30160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19385/tid=19389] ppid=19383 vsize=821416 CPUtime=0.6
/proc/19385/task/19389/stat : 19389 (java) S 19383 19385 18246 0 -1 64 1827 0 0 0 58 2 0 0 15 0 12 0 21435116 841129984 30160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19385/tid=19390] ppid=19383 vsize=821416 CPUtime=0.63
/proc/19385/task/19390/stat : 19390 (java) S 19383 19385 18246 0 -1 64 33 0 0 0 41 22 0 0 15 0 12 0 21435117 841129984 30160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19385/tid=19391] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19391/stat : 19391 (java) S 19383 19385 18246 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21435118 841129984 30160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19392] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19392/stat : 19392 (java) S 19383 19385 18246 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21435118 841129984 30160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19393] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19393/stat : 19393 (java) S 19383 19385 18246 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21435122 841129984 30160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19394] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19394/stat : 19394 (java) S 19383 19385 18246 0 -1 64 16 0 0 0 0 0 0 0 17 0 12 0 21435122 841129984 30160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19395] ppid=19383 vsize=821416 CPUtime=5.01
/proc/19385/task/19395/stat : 19395 (java) S 19383 19385 18246 0 -1 64 15379 0 0 0 494 7 0 0 25 0 12 0 21435122 841129984 30160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19396] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19396/stat : 19396 (java) S 19383 19385 18246 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21435122 841129984 30160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19397] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19397/stat : 19397 (java) S 19383 19385 18246 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21435123 841129984 30160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.32
Current children cumulated vsize (KiB) 821416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813 s]
/proc/loadavg: 2.00 2.06 2.07 3/94 19955
/proc/meminfo: memFree=1531760/2055920 swapFree=4192812/4192956
[pid=19385] ppid=19383 vsize=821416 CPUtime=1800.01
/proc/19385/stat : 19385 (java) S 19383 19385 18246 0 -1 0 44086 0 1 0 179935 66 0 0 18 0 12 0 21435113 841129984 30211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19385/statm: 205354 30211 1439 9 0 202681 0
[pid=19385/tid=19387] ppid=19383 vsize=821416 CPUtime=1793.07
/proc/19385/task/19387/stat : 19387 (java) R 19383 19385 18246 0 -1 64 24207 0 1 0 179279 28 0 0 25 0 12 0 21435114 841129984 30211 996147200 134512640 134550932 4294956016 18446744073709551615 4109706348 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19385/tid=19388] ppid=19383 vsize=821416 CPUtime=0.6
/proc/19385/task/19388/stat : 19388 (java) S 19383 19385 18246 0 -1 64 1858 0 0 0 57 3 0 0 15 0 12 0 21435115 841129984 30211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19385/tid=19389] ppid=19383 vsize=821416 CPUtime=0.61
/proc/19385/task/19389/stat : 19389 (java) S 19383 19385 18246 0 -1 64 1854 0 0 0 59 2 0 0 16 0 12 0 21435116 841129984 30211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19385/tid=19390] ppid=19383 vsize=821416 CPUtime=0.64
/proc/19385/task/19390/stat : 19390 (java) S 19383 19385 18246 0 -1 64 33 0 0 0 42 22 0 0 15 0 12 0 21435117 841129984 30211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19385/tid=19391] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19391/stat : 19391 (java) S 19383 19385 18246 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21435118 841129984 30211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19392] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19392/stat : 19392 (java) S 19383 19385 18246 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21435118 841129984 30211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19393] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19393/stat : 19393 (java) S 19383 19385 18246 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21435122 841129984 30211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19394] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19394/stat : 19394 (java) S 19383 19385 18246 0 -1 64 16 0 0 0 0 0 0 0 17 0 12 0 21435122 841129984 30211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19395] ppid=19383 vsize=821416 CPUtime=5.01
/proc/19385/task/19395/stat : 19395 (java) S 19383 19385 18246 0 -1 64 15379 0 0 0 494 7 0 0 25 0 12 0 21435122 841129984 30211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19396] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19396/stat : 19396 (java) S 19383 19385 18246 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21435122 841129984 30211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19385/tid=19397] ppid=19383 vsize=821416 CPUtime=0
/proc/19385/task/19397/stat : 19397 (java) S 19383 19385 18246 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21435123 841129984 30211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 821416

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 143
Real time (s): 1813.08
CPU time (s): 1800.1
CPU user time (s): 1799.41
CPU system time (s): 0.682896
CPU usage (%): 99.2837
Max. virtual memory (cumulated for all children) (KiB): 824884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 0.682896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44109
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= 78546
involuntary context switches= 93897

runsolver used 2.34264 second user time and 6.01908 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-11 22:21:52
IDJOB=2066961
IDBENCH=54591
IDSOLVER=731
FILE ID=node44/2066961-1247343712
PBS_JOBID= 9506739
Free space on /tmp= 66380 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/logic-synthesis/normalized-count-b.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2066961-1247343712/watcher-2066961-1247343712 -o /tmp/evaluation-result-2066961-1247343712/solver-2066961-1247343712 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2066961-1247343712.xml

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

MD5SUM BENCH= 6ef930f241c37442e60cf941cb12ee85
RANDOM SEED=675644579

node44.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.219
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.219
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1764080 kB
Buffers:         22924 kB
Cached:          91656 kB
SwapCached:          0 kB
Active:         202556 kB
Inactive:        40172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1468 kB
Writeback:           0 kB
Mapped:         143832 kB
Slab:            34276 kB
Committed_AS:   900192 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= 66320 MiB
End job on node44 at 2009-07-11 22:52:07