Trace number 2067060

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.13 1806.65

General information on the benchmark

Namecsp/pseudo/logic-synthesis/
normalized-clip-b.xml
MD5SUM453c2ff116a90f9a35dc6b267eb01bd8
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.729888
Satisfiable
(Un)Satisfiability was proved
Number of variables349
Number of constraints705
Maximum constraint arity111
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension705
Global constraints used (with number of constraints)

Solver Data

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

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-2067060-1247343840/watcher-2067060-1247343840 -o /tmp/evaluation-result-2067060-1247343840/solver-2067060-1247343840 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067060-1247343840.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.41 2.15 2.04 4/84 13965
/proc/meminfo: memFree=1020296/2055920 swapFree=4192956/4192956
[pid=13965] ppid=13963 vsize=18576 CPUtime=0
/proc/13965/stat : 13965 (runsolver) R 13963 13965 12568 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 21447314 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 250968861991 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/13965/statm: 4644 284 249 26 0 2626 0

[startup+0.0279001 s]
/proc/loadavg: 2.41 2.15 2.04 4/84 13965
/proc/meminfo: memFree=1020296/2055920 swapFree=4192956/4192956
[pid=13965] ppid=13963 vsize=798736 CPUtime=0.01
/proc/13965/stat : 13965 (java) S 13963 13965 12568 0 -1 0 1821 0 1 0 0 1 0 0 18 0 4 0 21447314 817905664 1568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/13965/statm: 199684 1568 512 9 0 197436 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798736

[startup+0.102742 s]
/proc/loadavg: 2.41 2.15 2.04 4/84 13965
/proc/meminfo: memFree=1020296/2055920 swapFree=4192956/4192956
[pid=13965] ppid=13963 vsize=804560 CPUtime=0.09
/proc/13965/stat : 13965 (java) S 13963 13965 12568 0 -1 0 3019 0 1 0 7 2 0 0 18 0 12 0 21447314 823869440 2762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13965/statm: 201140 2762 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.302762 s]
/proc/loadavg: 2.41 2.15 2.04 4/84 13965
/proc/meminfo: memFree=1020296/2055920 swapFree=4192956/4192956
[pid=13965] ppid=13963 vsize=805628 CPUtime=0.28
/proc/13965/stat : 13965 (java) S 13963 13965 12568 0 -1 0 4314 0 1 0 25 3 0 0 18 0 12 0 21447314 824963072 4051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13965/statm: 201407 4051 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702802 s]
/proc/loadavg: 2.41 2.15 2.04 4/84 13965
/proc/meminfo: memFree=1020296/2055920 swapFree=4192956/4192956
[pid=13965] ppid=13963 vsize=807296 CPUtime=0.68
/proc/13965/stat : 13965 (java) S 13963 13965 12568 0 -1 0 6015 0 1 0 64 4 0 0 18 0 12 0 21447314 826671104 5407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13965/statm: 201824 5407 1389 9 0 199151 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807296

[startup+1.50288 s]
/proc/loadavg: 2.41 2.15 2.04 4/96 13977
/proc/meminfo: memFree=1001576/2055920 swapFree=4192956/4192956
[pid=13965] ppid=13963 vsize=809320 CPUtime=1.48
/proc/13965/stat : 13965 (java) S 13963 13965 12568 0 -1 0 8443 0 1 0 142 6 0 0 18 0 12 0 21447314 828743680 6841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13965/statm: 202330 6841 1409 9 0 199657 0
[pid=13965/tid=13967] ppid=13963 vsize=809320 CPUtime=0.82
/proc/13965/task/13967/stat : 13967 (java) R 13963 13965 12568 0 -1 64 5061 0 1 0 78 4 0 0 20 0 12 0 21447315 828743680 6841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13968] ppid=13963 vsize=809320 CPUtime=0
/proc/13965/task/13968/stat : 13968 (java) S 13963 13965 12568 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21447316 828743680 6841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13969] ppid=13963 vsize=809320 CPUtime=0
/proc/13965/task/13969/stat : 13969 (java) S 13963 13965 12568 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21447316 828743680 6841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13970] ppid=13963 vsize=809320 CPUtime=0
/proc/13965/task/13970/stat : 13970 (java) S 13963 13965 12568 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21447318 828743680 6841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13971] ppid=13963 vsize=809320 CPUtime=0
/proc/13965/task/13971/stat : 13971 (java) S 13963 13965 12568 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21447319 828743680 6841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13972] ppid=13963 vsize=809320 CPUtime=0
/proc/13965/task/13972/stat : 13972 (java) S 13963 13965 12568 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21447319 828743680 6841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13973] ppid=13963 vsize=809320 CPUtime=0
/proc/13965/task/13973/stat : 13973 (java) S 13963 13965 12568 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21447323 828743680 6841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13974] ppid=13963 vsize=809320 CPUtime=0
/proc/13965/task/13974/stat : 13974 (java) S 13963 13965 12568 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21447323 828743680 6841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13975] ppid=13963 vsize=809320 CPUtime=0.64
/proc/13965/task/13975/stat : 13975 (java) R 13963 13965 12568 0 -1 64 2625 0 0 0 63 1 0 0 17 0 12 0 21447323 828743680 6841 996147200 134512640 134550932 4294956016 18446744073709551615 103615133 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13976] ppid=13963 vsize=809320 CPUtime=0
/proc/13965/task/13976/stat : 13976 (java) S 13963 13965 12568 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21447323 828743680 6841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13977] ppid=13963 vsize=809320 CPUtime=0
/proc/13965/task/13977/stat : 13977 (java) S 13963 13965 12568 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21447323 828743680 6841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 809320

[startup+3.10103 s]
/proc/loadavg: 2.41 2.15 2.04 3/96 13977
/proc/meminfo: memFree=992744/2055920 swapFree=4192956/4192956
[pid=13965] ppid=13963 vsize=810356 CPUtime=3.07
/proc/13965/stat : 13965 (java) S 13963 13965 12568 0 -1 0 17413 0 1 0 296 11 0 0 18 0 12 0 21447314 829804544 13941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13965/statm: 202589 13941 1431 9 0 199916 0
[pid=13965/tid=13967] ppid=13963 vsize=810356 CPUtime=1.55
/proc/13965/task/13967/stat : 13967 (java) R 13963 13965 12568 0 -1 64 11783 0 1 0 148 7 0 0 25 0 12 0 21447315 829804544 13941 996147200 134512640 134550932 4294956016 18446744073709551615 4109845624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13968] ppid=13963 vsize=810356 CPUtime=0
/proc/13965/task/13968/stat : 13968 (java) S 13963 13965 12568 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21447316 829804544 13941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13969] ppid=13963 vsize=810356 CPUtime=0
/proc/13965/task/13969/stat : 13969 (java) S 13963 13965 12568 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21447316 829804544 13941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13970] ppid=13963 vsize=810356 CPUtime=0
/proc/13965/task/13970/stat : 13970 (java) S 13963 13965 12568 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21447318 829804544 13941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13971] ppid=13963 vsize=810356 CPUtime=0
/proc/13965/task/13971/stat : 13971 (java) S 13963 13965 12568 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21447319 829804544 13941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13972] ppid=13963 vsize=810356 CPUtime=0
/proc/13965/task/13972/stat : 13972 (java) S 13963 13965 12568 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21447319 829804544 13941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13973] ppid=13963 vsize=810356 CPUtime=0
/proc/13965/task/13973/stat : 13973 (java) S 13963 13965 12568 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21447323 829804544 13941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13974] ppid=13963 vsize=810356 CPUtime=0
/proc/13965/task/13974/stat : 13974 (java) S 13963 13965 12568 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21447323 829804544 13941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13975] ppid=13963 vsize=810356 CPUtime=1.5
/proc/13965/task/13975/stat : 13975 (java) S 13963 13965 12568 0 -1 64 4873 0 0 0 148 2 0 0 16 0 12 0 21447323 829804544 13941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13976] ppid=13963 vsize=810356 CPUtime=0
/proc/13965/task/13976/stat : 13976 (java) S 13963 13965 12568 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21447323 829804544 13941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13977] ppid=13963 vsize=810356 CPUtime=0
/proc/13965/task/13977/stat : 13977 (java) S 13963 13965 12568 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21447323 829804544 13941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 810356

[startup+6.30234 s]
/proc/loadavg: 2.46 2.16 2.05 3/96 13977
/proc/meminfo: memFree=944552/2055920 swapFree=4192956/4192956
[pid=13965] ppid=13963 vsize=811668 CPUtime=6.26
/proc/13965/stat : 13965 (java) S 13963 13965 12568 0 -1 0 24815 0 1 0 611 15 0 0 18 0 12 0 21447314 831148032 20475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13965/statm: 202917 20475 1440 9 0 200244 0
[pid=13965/tid=13967] ppid=13963 vsize=811668 CPUtime=4.21
/proc/13965/task/13967/stat : 13967 (java) R 13963 13965 12568 0 -1 64 17406 0 1 0 410 11 0 0 25 0 12 0 21447315 831148032 20475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13968] ppid=13963 vsize=811668 CPUtime=0.01
/proc/13965/task/13968/stat : 13968 (java) R 13963 13965 12568 0 -1 64 322 0 0 0 1 0 0 0 16 0 12 0 21447316 831148032 20475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13969] ppid=13963 vsize=811668 CPUtime=0.01
/proc/13965/task/13969/stat : 13969 (java) R 13963 13965 12568 0 -1 64 208 0 0 0 1 0 0 0 16 0 12 0 21447316 831148032 20475 996147200 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13970] ppid=13963 vsize=811668 CPUtime=0
/proc/13965/task/13970/stat : 13970 (java) S 13963 13965 12568 0 -1 64 23 0 0 0 0 0 0 0 16 0 12 0 21447318 831148032 20475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13971] ppid=13963 vsize=811668 CPUtime=0
/proc/13965/task/13971/stat : 13971 (java) S 13963 13965 12568 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21447319 831148032 20475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13972] ppid=13963 vsize=811668 CPUtime=0
/proc/13965/task/13972/stat : 13972 (java) S 13963 13965 12568 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21447319 831148032 20475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13973] ppid=13963 vsize=811668 CPUtime=0
/proc/13965/task/13973/stat : 13973 (java) S 13963 13965 12568 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21447323 831148032 20475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13974] ppid=13963 vsize=811668 CPUtime=0
/proc/13965/task/13974/stat : 13974 (java) S 13963 13965 12568 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21447323 831148032 20475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13975] ppid=13963 vsize=811668 CPUtime=2
/proc/13965/task/13975/stat : 13975 (java) S 13963 13965 12568 0 -1 64 6102 0 0 0 197 3 0 0 17 0 12 0 21447323 831148032 20475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13976] ppid=13963 vsize=811668 CPUtime=0
/proc/13965/task/13976/stat : 13976 (java) S 13963 13965 12568 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21447323 831148032 20475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13977] ppid=13963 vsize=811668 CPUtime=0
/proc/13965/task/13977/stat : 13977 (java) S 13963 13965 12568 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21447323 831148032 20475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 811668

[startup+12.703 s]
/proc/loadavg: 2.50 2.17 2.05 3/96 13977
/proc/meminfo: memFree=924776/2055920 swapFree=4192956/4192956
[pid=13965] ppid=13963 vsize=813880 CPUtime=12.62
/proc/13965/stat : 13965 (java) S 13963 13965 12568 0 -1 0 30099 0 1 0 1245 17 0 0 18 0 12 0 21447314 833413120 25106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13965/statm: 203470 25106 1443 9 0 200797 0
[pid=13965/tid=13967] ppid=13963 vsize=813880 CPUtime=10.02
/proc/13965/task/13967/stat : 13967 (java) R 13963 13965 12568 0 -1 64 21102 0 1 0 990 12 0 0 25 0 12 0 21447315 833413120 25106 996147200 134512640 134550932 4294956016 18446744073709551615 4109576116 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13968] ppid=13963 vsize=813880 CPUtime=0.02
/proc/13965/task/13968/stat : 13968 (java) S 13963 13965 12568 0 -1 64 554 0 0 0 2 0 0 0 16 0 12 0 21447316 833413120 25106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13969] ppid=13963 vsize=813880 CPUtime=0.02
/proc/13965/task/13969/stat : 13969 (java) S 13963 13965 12568 0 -1 64 342 0 0 0 2 0 0 0 16 0 12 0 21447316 833413120 25106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13970] ppid=13963 vsize=813880 CPUtime=0
/proc/13965/task/13970/stat : 13970 (java) S 13963 13965 12568 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 21447318 833413120 25106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13971] ppid=13963 vsize=813880 CPUtime=0
/proc/13965/task/13971/stat : 13971 (java) S 13963 13965 12568 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21447319 833413120 25106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13972] ppid=13963 vsize=813880 CPUtime=0
/proc/13965/task/13972/stat : 13972 (java) S 13963 13965 12568 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21447319 833413120 25106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13973] ppid=13963 vsize=813880 CPUtime=0
/proc/13965/task/13973/stat : 13973 (java) S 13963 13965 12568 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21447323 833413120 25106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13974] ppid=13963 vsize=813880 CPUtime=0
/proc/13965/task/13974/stat : 13974 (java) S 13963 13965 12568 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21447323 833413120 25106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13975] ppid=13963 vsize=813880 CPUtime=2.52
/proc/13965/task/13975/stat : 13975 (java) S 13963 13965 12568 0 -1 64 7316 0 0 0 249 3 0 0 18 0 12 0 21447323 833413120 25106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13976] ppid=13963 vsize=813880 CPUtime=0
/proc/13965/task/13976/stat : 13976 (java) S 13963 13965 12568 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21447323 833413120 25106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13977] ppid=13963 vsize=813880 CPUtime=0
/proc/13965/task/13977/stat : 13977 (java) S 13963 13965 12568 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21447323 833413120 25106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 813880

[startup+25.5022 s]
/proc/loadavg: 2.46 2.18 2.06 3/96 13977
/proc/meminfo: memFree=922472/2055920 swapFree=4192956/4192956
[pid=13965] ppid=13963 vsize=814556 CPUtime=25.35
/proc/13965/stat : 13965 (java) S 13963 13965 12568 0 -1 0 31805 0 1 0 2517 18 0 0 18 0 12 0 21447314 834105344 25602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13965/statm: 203639 25602 1443 9 0 200966 0
[pid=13965/tid=13967] ppid=13963 vsize=814556 CPUtime=21.68
/proc/13965/task/13967/stat : 13967 (java) R 13963 13965 12568 0 -1 64 21329 0 1 0 2156 12 0 0 25 0 12 0 21447315 834105344 25602 996147200 134512640 134550932 4294956016 18446744073709551615 4109575925 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13968] ppid=13963 vsize=814556 CPUtime=0.02
/proc/13965/task/13968/stat : 13968 (java) S 13963 13965 12568 0 -1 64 565 0 0 0 2 0 0 0 16 0 12 0 21447316 834105344 25602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13969] ppid=13963 vsize=814556 CPUtime=0.02
/proc/13965/task/13969/stat : 13969 (java) S 13963 13965 12568 0 -1 64 356 0 0 0 2 0 0 0 16 0 12 0 21447316 834105344 25602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13970] ppid=13963 vsize=814556 CPUtime=0
/proc/13965/task/13970/stat : 13970 (java) S 13963 13965 12568 0 -1 64 33 0 0 0 0 0 0 0 15 0 12 0 21447318 834105344 25602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13971] ppid=13963 vsize=814556 CPUtime=0
/proc/13965/task/13971/stat : 13971 (java) S 13963 13965 12568 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21447319 834105344 25602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13972] ppid=13963 vsize=814556 CPUtime=0
/proc/13965/task/13972/stat : 13972 (java) S 13963 13965 12568 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21447319 834105344 25602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13973] ppid=13963 vsize=814556 CPUtime=0
/proc/13965/task/13973/stat : 13973 (java) S 13963 13965 12568 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21447323 834105344 25602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13974] ppid=13963 vsize=814556 CPUtime=0

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

[pid=13965/tid=13976] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13976/stat : 13976 (java) S 13963 13965 12568 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21447323 836874240 28817 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13977] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13977/stat : 13977 (java) S 13963 13965 12568 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21447323 836874240 28817 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.86
Current children cumulated vsize (KiB) 817260

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/86 14068
/proc/meminfo: memFree=960760/2055920 swapFree=4192956/4192956
[pid=13965] ppid=13963 vsize=817260 CPUtime=1595.83
/proc/13965/stat : 13965 (java) S 13963 13965 12568 0 -1 0 45227 0 1 0 159530 53 0 0 18 0 12 0 21447314 836874240 28915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13965/statm: 204315 28915 1443 9 0 201642 0
[pid=13965/tid=13967] ppid=13963 vsize=817260 CPUtime=1587.36
/proc/13965/task/13967/stat : 13967 (java) R 13963 13965 12568 0 -1 64 23730 0 1 0 158715 21 0 0 25 0 12 0 21447315 836874240 28915 996147200 134512640 134550932 4294956016 18446744073709551615 4109575849 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=817260 CPUtime=0.5
/proc/13965/task/13968/stat : 13968 (java) S 13963 13965 12568 0 -1 64 1745 0 0 0 47 3 0 0 15 0 12 0 21447316 836874240 28915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13965/tid=13969] ppid=13963 vsize=817260 CPUtime=0.5
/proc/13965/task/13969/stat : 13969 (java) S 13963 13965 12568 0 -1 64 1549 0 0 0 48 2 0 0 16 0 12 0 21447316 836874240 28915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13965/tid=13970] ppid=13963 vsize=817260 CPUtime=0.52
/proc/13965/task/13970/stat : 13970 (java) S 13963 13965 12568 0 -1 64 33 0 0 0 36 16 0 0 15 0 12 0 21447318 836874240 28915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13965/tid=13971] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13971/stat : 13971 (java) S 13963 13965 12568 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21447319 836874240 28915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13972] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13972/stat : 13972 (java) S 13963 13965 12568 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21447319 836874240 28915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13973] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13973/stat : 13973 (java) S 13963 13965 12568 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21447323 836874240 28915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13974] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13974/stat : 13974 (java) S 13963 13965 12568 0 -1 64 90 0 0 0 0 0 0 0 17 0 12 0 21447323 836874240 28915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13975] ppid=13963 vsize=817260 CPUtime=6.9
/proc/13965/task/13975/stat : 13975 (java) S 13963 13965 12568 0 -1 64 17339 0 0 0 682 8 0 0 22 0 12 0 21447323 836874240 28915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13976] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13976/stat : 13976 (java) S 13963 13965 12568 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21447323 836874240 28915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13977] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13977/stat : 13977 (java) S 13963 13965 12568 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21447323 836874240 28915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.83
Current children cumulated vsize (KiB) 817260

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/86 14070
/proc/meminfo: memFree=960440/2055920 swapFree=4192956/4192956
[pid=13965] ppid=13963 vsize=817260 CPUtime=1655.81
/proc/13965/stat : 13965 (java) S 13963 13965 12568 0 -1 0 45421 0 1 0 165527 54 0 0 18 0 12 0 21447314 836874240 29012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13965/statm: 204315 29012 1443 9 0 201642 0
[pid=13965/tid=13967] ppid=13963 vsize=817260 CPUtime=1647.28
/proc/13965/task/13967/stat : 13967 (java) R 13963 13965 12568 0 -1 64 23827 0 1 0 164707 21 0 0 25 0 12 0 21447315 836874240 29012 996147200 134512640 134550932 4294956016 18446744073709551615 4109662888 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=817260 CPUtime=0.54
/proc/13965/task/13968/stat : 13968 (java) S 13963 13965 12568 0 -1 64 1793 0 0 0 50 4 0 0 16 0 12 0 21447316 836874240 29012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13965/tid=13969] ppid=13963 vsize=817260 CPUtime=0.51
/proc/13965/task/13969/stat : 13969 (java) S 13963 13965 12568 0 -1 64 1598 0 0 0 49 2 0 0 15 0 12 0 21447316 836874240 29012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13965/tid=13970] ppid=13963 vsize=817260 CPUtime=0.54
/proc/13965/task/13970/stat : 13970 (java) S 13963 13965 12568 0 -1 64 33 0 0 0 37 17 0 0 15 0 12 0 21447318 836874240 29012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13965/tid=13971] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13971/stat : 13971 (java) S 13963 13965 12568 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21447319 836874240 29012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13972] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13972/stat : 13972 (java) S 13963 13965 12568 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21447319 836874240 29012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13973] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13973/stat : 13973 (java) S 13963 13965 12568 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21447323 836874240 29012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13974] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13974/stat : 13974 (java) S 13963 13965 12568 0 -1 64 90 0 0 0 0 0 0 0 17 0 12 0 21447323 836874240 29012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13975] ppid=13963 vsize=817260 CPUtime=6.9
/proc/13965/task/13975/stat : 13975 (java) S 13963 13965 12568 0 -1 64 17339 0 0 0 682 8 0 0 22 0 12 0 21447323 836874240 29012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13976] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13976/stat : 13976 (java) S 13963 13965 12568 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21447323 836874240 29012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13977] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13977/stat : 13977 (java) S 13963 13965 12568 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21447323 836874240 29012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.81
Current children cumulated vsize (KiB) 817260

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 14070
/proc/meminfo: memFree=960120/2055920 swapFree=4192956/4192956
[pid=13965] ppid=13963 vsize=817260 CPUtime=1715.79
/proc/13965/stat : 13965 (java) S 13963 13965 12568 0 -1 0 45613 0 1 0 171524 55 0 0 18 0 12 0 21447314 836874240 29108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13965/statm: 204315 29108 1443 9 0 201642 0
[pid=13965/tid=13967] ppid=13963 vsize=817260 CPUtime=1707.19
/proc/13965/task/13967/stat : 13967 (java) R 13963 13965 12568 0 -1 64 23923 0 1 0 170698 21 0 0 25 0 12 0 21447315 836874240 29108 996147200 134512640 134550932 4294956016 18446744073709551615 4109713285 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=817260 CPUtime=0.55
/proc/13965/task/13968/stat : 13968 (java) S 13963 13965 12568 0 -1 64 1841 0 0 0 51 4 0 0 16 0 12 0 21447316 836874240 29108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13965/tid=13969] ppid=13963 vsize=817260 CPUtime=0.54
/proc/13965/task/13969/stat : 13969 (java) S 13963 13965 12568 0 -1 64 1646 0 0 0 52 2 0 0 15 0 12 0 21447316 836874240 29108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13965/tid=13970] ppid=13963 vsize=817260 CPUtime=0.56
/proc/13965/task/13970/stat : 13970 (java) S 13963 13965 12568 0 -1 64 33 0 0 0 38 18 0 0 15 0 12 0 21447318 836874240 29108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13965/tid=13971] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13971/stat : 13971 (java) S 13963 13965 12568 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21447319 836874240 29108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13972] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13972/stat : 13972 (java) S 13963 13965 12568 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21447319 836874240 29108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13973] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13973/stat : 13973 (java) S 13963 13965 12568 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21447323 836874240 29108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13974] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13974/stat : 13974 (java) S 13963 13965 12568 0 -1 64 90 0 0 0 0 0 0 0 17 0 12 0 21447323 836874240 29108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13975] ppid=13963 vsize=817260 CPUtime=6.9
/proc/13965/task/13975/stat : 13975 (java) S 13963 13965 12568 0 -1 64 17339 0 0 0 682 8 0 0 22 0 12 0 21447323 836874240 29108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13976] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13976/stat : 13976 (java) S 13963 13965 12568 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21447323 836874240 29108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13977] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13977/stat : 13977 (java) S 13963 13965 12568 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21447323 836874240 29108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.79
Current children cumulated vsize (KiB) 817260

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 14070
/proc/meminfo: memFree=959736/2055920 swapFree=4192956/4192956
[pid=13965] ppid=13963 vsize=817260 CPUtime=1775.77
/proc/13965/stat : 13965 (java) S 13963 13965 12568 0 -1 0 45808 0 1 0 177520 57 0 0 18 0 12 0 21447314 836874240 29206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13965/statm: 204315 29206 1443 9 0 201642 0
[pid=13965/tid=13967] ppid=13963 vsize=817260 CPUtime=1767.11
/proc/13965/task/13967/stat : 13967 (java) R 13963 13965 12568 0 -1 64 24020 0 1 0 176689 22 0 0 25 0 12 0 21447315 836874240 29206 996147200 134512640 134550932 4294956016 18446744073709551615 4109603440 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=817260 CPUtime=0.58
/proc/13965/task/13968/stat : 13968 (java) S 13963 13965 12568 0 -1 64 1888 0 0 0 54 4 0 0 15 0 12 0 21447316 836874240 29206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13965/tid=13969] ppid=13963 vsize=817260 CPUtime=0.55
/proc/13965/task/13969/stat : 13969 (java) S 13963 13965 12568 0 -1 64 1697 0 0 0 53 2 0 0 16 0 12 0 21447316 836874240 29206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13965/tid=13970] ppid=13963 vsize=817260 CPUtime=0.58
/proc/13965/task/13970/stat : 13970 (java) S 13963 13965 12568 0 -1 64 33 0 0 0 40 18 0 0 15 0 12 0 21447318 836874240 29206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13965/tid=13971] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13971/stat : 13971 (java) S 13963 13965 12568 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21447319 836874240 29206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13972] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13972/stat : 13972 (java) S 13963 13965 12568 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21447319 836874240 29206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13973] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13973/stat : 13973 (java) S 13963 13965 12568 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21447323 836874240 29206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13974] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13974/stat : 13974 (java) S 13963 13965 12568 0 -1 64 90 0 0 0 0 0 0 0 17 0 12 0 21447323 836874240 29206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13975] ppid=13963 vsize=817260 CPUtime=6.9
/proc/13965/task/13975/stat : 13975 (java) S 13963 13965 12568 0 -1 64 17339 0 0 0 682 8 0 0 22 0 12 0 21447323 836874240 29206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13976] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13976/stat : 13976 (java) S 13963 13965 12568 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21447323 836874240 29206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13977] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13977/stat : 13977 (java) S 13963 13965 12568 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21447323 836874240 29206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.77
Current children cumulated vsize (KiB) 817260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 14070
/proc/meminfo: memFree=959608/2055920 swapFree=4192956/4192956
[pid=13965] ppid=13963 vsize=817260 CPUtime=1800.07
/proc/13965/stat : 13965 (java) S 13963 13965 12568 0 -1 0 45887 0 1 0 179950 57 0 0 18 0 12 0 21447314 836874240 29246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13965/statm: 204315 29246 1443 9 0 201642 0
[pid=13965/tid=13967] ppid=13963 vsize=817260 CPUtime=1791.38
/proc/13965/task/13967/stat : 13967 (java) R 13963 13965 12568 0 -1 64 24059 0 1 0 179116 22 0 0 25 0 12 0 21447315 836874240 29246 996147200 134512640 134550932 4294956016 18446744073709551615 4109576406 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13965/tid=13968] ppid=13963 vsize=817260 CPUtime=0.58
/proc/13965/task/13968/stat : 13968 (java) S 13963 13965 12568 0 -1 64 1908 0 0 0 54 4 0 0 16 0 12 0 21447316 836874240 29246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13965/tid=13969] ppid=13963 vsize=817260 CPUtime=0.56
/proc/13965/task/13969/stat : 13969 (java) S 13963 13965 12568 0 -1 64 1717 0 0 0 54 2 0 0 15 0 12 0 21447316 836874240 29246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13965/tid=13970] ppid=13963 vsize=817260 CPUtime=0.58
/proc/13965/task/13970/stat : 13970 (java) S 13963 13965 12568 0 -1 64 33 0 0 0 40 18 0 0 15 0 12 0 21447318 836874240 29246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13965/tid=13971] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13971/stat : 13971 (java) S 13963 13965 12568 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21447319 836874240 29246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13972] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13972/stat : 13972 (java) S 13963 13965 12568 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21447319 836874240 29246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13973] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13973/stat : 13973 (java) S 13963 13965 12568 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21447323 836874240 29246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13974] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13974/stat : 13974 (java) S 13963 13965 12568 0 -1 64 90 0 0 0 0 0 0 0 17 0 12 0 21447323 836874240 29246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13975] ppid=13963 vsize=817260 CPUtime=6.9
/proc/13965/task/13975/stat : 13975 (java) S 13963 13965 12568 0 -1 64 17339 0 0 0 682 8 0 0 22 0 12 0 21447323 836874240 29246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13976] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13976/stat : 13976 (java) S 13963 13965 12568 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21447323 836874240 29246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13965/tid=13977] ppid=13963 vsize=817260 CPUtime=0
/proc/13965/task/13977/stat : 13977 (java) S 13963 13965 12568 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21447323 836874240 29246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 817260

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): 1806.65
CPU time (s): 1800.13
CPU user time (s): 1799.53
CPU system time (s): 0.592909
CPU usage (%): 99.6388
Max. virtual memory (cumulated for all children) (KiB): 821812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 0.592909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45911
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= 76626
involuntary context switches= 85564

runsolver used 2.32565 second user time and 5.9281 second system time

The end

Launcher Data

Begin job on node56 at 2009-07-11 22:24:00
IDJOB=2067060
IDBENCH=54601
IDSOLVER=731
FILE ID=node56/2067060-1247343840
PBS_JOBID= 9506758
Free space on /tmp= 103036 MiB

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

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

MD5SUM BENCH= 453c2ff116a90f9a35dc6b267eb01bd8
RANDOM SEED=976209960

node56.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.209
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.209
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:       1020776 kB
Buffers:         66872 kB
Cached:         786324 kB
SwapCached:          0 kB
Active:         224540 kB
Inactive:       755684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1020776 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1648 kB
Writeback:           0 kB
Mapped:         142672 kB
Slab:            39896 kB
Committed_AS:   870288 kB
PageTables:       2088 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= 103028 MiB
End job on node56 at 2009-07-11 22:54:09