Trace number 2069106

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? 967.791 971.302

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-blast-floppy1-8.xml
MD5SUMda17e456c13770dbc7b0270954eaabf8
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 benchmark3.20951
Satisfiable
(Un)Satisfiability was proved
Number of variables3618
Number of constraints3930
Maximum constraint arity25
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3930
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.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/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-2069106-1247349504.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.49	c reading variables done.
1.67/1.72	c reading predicates  done.
1.97/2.00	c reading constraints
967.62/971.16	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
967.62/971.16		at org.mozilla.javascript.ScriptRuntime.wrapNumber(ScriptRuntime.java:274)
967.62/971.16		at org.mozilla.javascript.ScriptRuntime.add(ScriptRuntime.java:2545)
967.62/971.16		at org.mozilla.javascript.gen.c1._c3(predefinedfunctions.js:8)
967.62/971.16		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
967.62/971.16		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:97)
967.62/971.16		at org.mozilla.javascript.gen.c11._c0(rhino.log:1)
967.62/971.16		at org.mozilla.javascript.gen.c11.call(rhino.log)
967.62/971.16		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
967.62/971.16		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
967.62/971.16		at org.mozilla.javascript.gen.c11.call(rhino.log)
967.62/971.16		at org.mozilla.javascript.gen.c11.exec(rhino.log)
967.62/971.16		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
967.62/971.16		at org.sat4j.csp.Predicate.find(Unknown Source)
967.62/971.16		at org.sat4j.csp.Predicate.find(Unknown Source)
967.62/971.16		at org.sat4j.csp.Predicate.find(Unknown Source)
967.62/971.16		at org.sat4j.csp.Predicate.find(Unknown Source)
967.62/971.16		at org.sat4j.csp.Predicate.find(Unknown Source)
967.62/971.16		at org.sat4j.csp.Predicate.find(Unknown Source)
967.62/971.16		at org.sat4j.csp.Predicate.find(Unknown Source)
967.62/971.16		at org.sat4j.csp.Predicate.find(Unknown Source)
967.62/971.16		at org.sat4j.csp.Predicate.find(Unknown Source)
967.62/971.16		at org.sat4j.csp.Predicate.find(Unknown Source)
967.62/971.16		at org.sat4j.csp.Predicate.find(Unknown Source)
967.62/971.16		at org.sat4j.csp.Predicate.find(Unknown Source)
967.62/971.16		at org.sat4j.csp.Predicate.find(Unknown Source)
967.62/971.16		at org.sat4j.csp.Predicate.find(Unknown Source)
967.62/971.16		at org.sat4j.csp.Predicate.find(Unknown Source)
967.62/971.16		at org.sat4j.csp.Predicate.find(Unknown Source)
967.62/971.16		at org.sat4j.csp.Predicate.find(Unknown Source)
967.62/971.16		at org.sat4j.csp.Predicate.find(Unknown Source)
967.62/971.16		at org.sat4j.csp.Predicate.find(Unknown Source)
967.62/971.16		at org.sat4j.csp.Predicate.find(Unknown Source)
967.62/971.16	c starts		: 0
967.62/971.16	c conflicts		: 0
967.62/971.16	c decisions		: 0
967.62/971.16	c propagations		: 0
967.62/971.16	c inspects		: 0
967.62/971.16	c learnt literals	: 0
967.62/971.16	c learnt binary clauses	: 0
967.62/971.16	c learnt ternary clauses	: 0
967.62/971.16	c learnt clauses	: 0
967.62/971.16	c ignored clauses	: 0
967.62/971.16	c root simplifications	: 0
967.62/971.16	c removed literals (reason simplification)	: 0
967.62/971.16	c reason swapping (by a shorter reason)	: 0
967.62/971.16	c Calls to reduceDB	: 0
967.62/971.16	c speed (assignments/second)	: 0.0
967.62/971.16	c non guided choices	0
967.62/971.17	c learnt constraints type 
967.62/971.17	c constraints type 
967.62/971.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4211121
967.62/971.17	c org.sat4j.minisat.constraints.card.AtLeast => 3618
967.62/971.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 7550
967.62/971.17	s UNKNOWN
967.62/971.17	c Total wall clock time (in seconds) : 970.926

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-2069106-1247349504/watcher-2069106-1247349504 -o /tmp/evaluation-result-2069106-1247349504/solver-2069106-1247349504 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2069106-1247349504.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.12 2.05 2.05 4/83 17493
/proc/meminfo: memFree=1188984/2055920 swapFree=4192812/4192956
[pid=17493] ppid=17491 vsize=18576 CPUtime=0
/proc/17493/stat : 17493 (runsolver) R 17491 17493 16814 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 22014848 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 231882681639 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/17493/statm: 4644 284 249 26 0 2626 0

[startup+0.083187 s]
/proc/loadavg: 2.12 2.05 2.05 4/83 17493
/proc/meminfo: memFree=1188984/2055920 swapFree=4192812/4192956
[pid=17493] ppid=17491 vsize=802164 CPUtime=0.06
/proc/17493/stat : 17493 (java) S 17491 17493 16814 0 -1 0 2836 0 1 0 5 1 0 0 21 0 7 0 22014848 821415936 2581 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/17493/statm: 200541 2581 1039 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.101193 s]
/proc/loadavg: 2.12 2.05 2.05 4/83 17493
/proc/meminfo: memFree=1188984/2055920 swapFree=4192812/4192956
[pid=17493] ppid=17491 vsize=804560 CPUtime=0.08
/proc/17493/stat : 17493 (java) S 17491 17493 16814 0 -1 0 3010 0 1 0 7 1 0 0 21 0 12 0 22014848 823869440 2753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17493/statm: 201140 2753 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301219 s]
/proc/loadavg: 2.12 2.05 2.05 4/83 17493
/proc/meminfo: memFree=1188984/2055920 swapFree=4192812/4192956
[pid=17493] ppid=17491 vsize=805856 CPUtime=0.28
/proc/17493/stat : 17493 (java) S 17491 17493 16814 0 -1 0 4373 0 1 0 25 3 0 0 21 0 12 0 22014848 825196544 4110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17493/statm: 201464 4110 1359 9 0 198791 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805856

[startup+0.70126 s]
/proc/loadavg: 2.12 2.05 2.05 4/83 17493
/proc/meminfo: memFree=1188984/2055920 swapFree=4192812/4192956
[pid=17493] ppid=17491 vsize=807168 CPUtime=0.68
/proc/17493/stat : 17493 (java) S 17491 17493 16814 0 -1 0 5441 0 1 0 63 5 0 0 21 0 12 0 22014848 826540032 4934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17493/statm: 201792 4934 1389 9 0 199119 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807168

[startup+1.50235 s]
/proc/loadavg: 2.12 2.05 2.05 3/95 17505
/proc/meminfo: memFree=1171672/2055920 swapFree=4192812/4192956
[pid=17493] ppid=17491 vsize=809996 CPUtime=1.47
/proc/17493/stat : 17493 (java) S 17491 17493 16814 0 -1 0 7587 0 1 0 141 6 0 0 21 0 12 0 22014848 829435904 6106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17493/statm: 202499 6106 1406 9 0 199826 0
[pid=17493/tid=17495] ppid=17491 vsize=809996 CPUtime=0.79
/proc/17493/task/17495/stat : 17495 (java) R 17491 17493 16814 0 -1 64 3981 0 1 0 75 4 0 0 25 0 12 0 22014849 829435904 6106 996147200 134512640 134550932 4294956016 18446744073709551615 4109145929 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17496] ppid=17491 vsize=809996 CPUtime=0
/proc/17493/task/17496/stat : 17496 (java) S 17491 17493 16814 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 22014850 829435904 6106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17497] ppid=17491 vsize=809996 CPUtime=0
/proc/17493/task/17497/stat : 17497 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22014850 829435904 6106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17498] ppid=17491 vsize=809996 CPUtime=0
/proc/17493/task/17498/stat : 17498 (java) S 17491 17493 16814 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22014852 829435904 6106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17499] ppid=17491 vsize=809996 CPUtime=0
/proc/17493/task/17499/stat : 17499 (java) S 17491 17493 16814 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 22014853 829435904 6106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17500] ppid=17491 vsize=809996 CPUtime=0
/proc/17493/task/17500/stat : 17500 (java) S 17491 17493 16814 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 22014853 829435904 6106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17501] ppid=17491 vsize=809996 CPUtime=0
/proc/17493/task/17501/stat : 17501 (java) S 17491 17493 16814 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22014857 829435904 6106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17502] ppid=17491 vsize=809996 CPUtime=0.04
/proc/17493/task/17502/stat : 17502 (java) S 17491 17493 16814 0 -1 64 290 0 0 0 4 0 0 0 18 0 12 0 22014857 829435904 6106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17503] ppid=17491 vsize=809996 CPUtime=0.62
/proc/17493/task/17503/stat : 17503 (java) S 17491 17493 16814 0 -1 64 2572 0 0 0 61 1 0 0 16 0 12 0 22014857 829435904 6106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17504] ppid=17491 vsize=809996 CPUtime=0
/proc/17493/task/17504/stat : 17504 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22014857 829435904 6106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17505] ppid=17491 vsize=809996 CPUtime=0
/proc/17493/task/17505/stat : 17505 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22014857 829435904 6106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 809996

[startup+3.10255 s]
/proc/loadavg: 2.19 2.06 2.06 3/95 17505
/proc/meminfo: memFree=1161880/2055920 swapFree=4192812/4192956
[pid=17493] ppid=17491 vsize=813972 CPUtime=3.06
/proc/17493/stat : 17493 (java) S 17491 17493 16814 0 -1 0 12180 0 1 0 296 10 0 0 21 0 12 0 22014848 833507328 9154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17493/statm: 203493 9154 1423 9 0 200820 0
[pid=17493/tid=17495] ppid=17491 vsize=813972 CPUtime=1.45
/proc/17493/task/17495/stat : 17495 (java) R 17491 17493 16814 0 -1 64 6041 0 1 0 139 6 0 0 25 0 12 0 22014849 833507328 9154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17496] ppid=17491 vsize=813972 CPUtime=0
/proc/17493/task/17496/stat : 17496 (java) S 17491 17493 16814 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 22014850 833507328 9154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17497] ppid=17491 vsize=813972 CPUtime=0
/proc/17493/task/17497/stat : 17497 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22014850 833507328 9154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17498] ppid=17491 vsize=813972 CPUtime=0
/proc/17493/task/17498/stat : 17498 (java) S 17491 17493 16814 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22014852 833507328 9154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17499] ppid=17491 vsize=813972 CPUtime=0
/proc/17493/task/17499/stat : 17499 (java) S 17491 17493 16814 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 22014853 833507328 9154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17500] ppid=17491 vsize=813972 CPUtime=0
/proc/17493/task/17500/stat : 17500 (java) S 17491 17493 16814 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 22014853 833507328 9154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17501] ppid=17491 vsize=813972 CPUtime=0
/proc/17493/task/17501/stat : 17501 (java) S 17491 17493 16814 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22014857 833507328 9154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17502] ppid=17491 vsize=813972 CPUtime=0.08
/proc/17493/task/17502/stat : 17502 (java) R 17491 17493 16814 0 -1 64 524 0 0 0 8 0 0 0 16 0 12 0 22014857 833507328 9154 996147200 134512640 134550932 4294956016 18446744073709551615 106115924 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17503] ppid=17491 vsize=813972 CPUtime=1.5
/proc/17493/task/17503/stat : 17503 (java) R 17491 17493 16814 0 -1 64 4871 0 0 0 148 2 0 0 19 0 12 0 22014857 833507328 9154 996147200 134512640 134550932 4294956016 18446744073709551615 105872101 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17504] ppid=17491 vsize=813972 CPUtime=0
/proc/17493/task/17504/stat : 17504 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22014857 833507328 9154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17505] ppid=17491 vsize=813972 CPUtime=0
/proc/17493/task/17505/stat : 17505 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22014857 833507328 9154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 813972

[startup+6.30192 s]
/proc/loadavg: 2.19 2.06 2.06 3/95 17505
/proc/meminfo: memFree=1137176/2055920 swapFree=4192812/4192956
[pid=17493] ppid=17491 vsize=814088 CPUtime=6.24
/proc/17493/stat : 17493 (java) S 17491 17493 16814 0 -1 0 25203 0 1 0 606 18 0 0 21 0 12 0 22014848 833626112 19901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17493/statm: 203522 19901 1441 9 0 200849 0
[pid=17493/tid=17495] ppid=17491 vsize=814088 CPUtime=2.94
/proc/17493/task/17495/stat : 17495 (java) R 17491 17493 16814 0 -1 64 16732 0 1 0 281 13 0 0 25 0 12 0 22014849 833626112 19901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17496] ppid=17491 vsize=814088 CPUtime=0
/proc/17493/task/17496/stat : 17496 (java) S 17491 17493 16814 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 22014850 833626112 19901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17497] ppid=17491 vsize=814088 CPUtime=0
/proc/17493/task/17497/stat : 17497 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22014850 833626112 19901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17498] ppid=17491 vsize=814088 CPUtime=0
/proc/17493/task/17498/stat : 17498 (java) S 17491 17493 16814 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22014852 833626112 19901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17499] ppid=17491 vsize=814088 CPUtime=0
/proc/17493/task/17499/stat : 17499 (java) S 17491 17493 16814 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 22014853 833626112 19901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17500] ppid=17491 vsize=814088 CPUtime=0
/proc/17493/task/17500/stat : 17500 (java) S 17491 17493 16814 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 22014853 833626112 19901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17501] ppid=17491 vsize=814088 CPUtime=0
/proc/17493/task/17501/stat : 17501 (java) S 17491 17493 16814 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22014857 833626112 19901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17502] ppid=17491 vsize=814088 CPUtime=0.52
/proc/17493/task/17502/stat : 17502 (java) S 17491 17493 16814 0 -1 64 1475 0 0 0 51 1 0 0 16 0 12 0 22014857 833626112 19901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17503] ppid=17491 vsize=814088 CPUtime=2.76
/proc/17493/task/17503/stat : 17503 (java) R 17491 17493 16814 0 -1 64 6252 0 0 0 273 3 0 0 18 0 12 0 22014857 833626112 19901 996147200 134512640 134550932 4294956016 18446744073709551615 103979298 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17504] ppid=17491 vsize=814088 CPUtime=0
/proc/17493/task/17504/stat : 17504 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22014857 833626112 19901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17505] ppid=17491 vsize=814088 CPUtime=0
/proc/17493/task/17505/stat : 17505 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22014857 833626112 19901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 814088

[startup+12.7027 s]
/proc/loadavg: 2.24 2.08 2.06 3/95 17505
/proc/meminfo: memFree=1083224/2055920 swapFree=4192812/4192956
[pid=17493] ppid=17491 vsize=820524 CPUtime=13.08
/proc/17493/stat : 17493 (java) S 17491 17493 16814 0 -1 0 34747 0 1 0 1286 22 0 0 21 0 12 0 22014848 840216576 27074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17493/statm: 205131 27074 1450 9 0 202458 0
[pid=17493/tid=17495] ppid=17491 vsize=820524 CPUtime=8.95
/proc/17493/task/17495/stat : 17495 (java) R 17491 17493 16814 0 -1 64 18717 0 1 0 881 14 0 0 25 0 12 0 22014849 840216576 27074 996147200 134512640 134550932 4294956016 18446744073709551615 4109827116 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17496] ppid=17491 vsize=820524 CPUtime=0.09
/proc/17493/task/17496/stat : 17496 (java) S 17491 17493 16814 0 -1 64 1751 0 0 0 9 0 0 0 16 0 12 0 22014850 840216576 27074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17497] ppid=17491 vsize=820524 CPUtime=0.09
/proc/17493/task/17497/stat : 17497 (java) S 17491 17493 16814 0 -1 64 1609 0 0 0 9 0 0 0 16 0 12 0 22014850 840216576 27074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17498] ppid=17491 vsize=820524 CPUtime=0.01
/proc/17493/task/17498/stat : 17498 (java) S 17491 17493 16814 0 -1 64 32 0 0 0 1 0 0 0 16 0 12 0 22014852 840216576 27074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17499] ppid=17491 vsize=820524 CPUtime=0
/proc/17493/task/17499/stat : 17499 (java) S 17491 17493 16814 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22014853 840216576 27074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17500] ppid=17491 vsize=820524 CPUtime=0
/proc/17493/task/17500/stat : 17500 (java) S 17491 17493 16814 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22014853 840216576 27074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17501] ppid=17491 vsize=820524 CPUtime=0
/proc/17493/task/17501/stat : 17501 (java) S 17491 17493 16814 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22014857 840216576 27074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17502] ppid=17491 vsize=820524 CPUtime=0.52
/proc/17493/task/17502/stat : 17502 (java) S 17491 17493 16814 0 -1 64 1475 0 0 0 51 1 0 0 16 0 12 0 22014857 840216576 27074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17503] ppid=17491 vsize=820524 CPUtime=3.37
/proc/17493/task/17503/stat : 17503 (java) S 17491 17493 16814 0 -1 64 10423 0 0 0 332 5 0 0 24 0 12 0 22014857 840216576 27074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17493/tid=17504] ppid=17491 vsize=820524 CPUtime=0
/proc/17493/task/17504/stat : 17504 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22014857 840216576 27074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17505] ppid=17491 vsize=820524 CPUtime=0
/proc/17493/task/17505/stat : 17505 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22014857 840216576 27074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.08
Current children cumulated vsize (KiB) 820524

[startup+25.5012 s]
/proc/loadavg: 2.20 2.07 2.06 3/95 17505
/proc/meminfo: memFree=1084120/2055920 swapFree=4192812/4192956
[pid=17493] ppid=17491 vsize=820524 CPUtime=25.82
/proc/17493/stat : 17493 (java) S 17491 17493 16814 0 -1 0 35148 0 1 0 2559 23 0 0 21 0 12 0 22014848 840216576 27454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17493/statm: 205131 27454 1450 9 0 202458 0
[pid=17493/tid=17495] ppid=17491 vsize=820524 CPUtime=21.66
/proc/17493/task/17495/stat : 17495 (java) R 17491 17493 16814 0 -1 64 19087 0 1 0 2152 14 0 0 25 0 12 0 22014849 840216576 27454 996147200 134512640 134550932 4294956016 18446744073709551615 4109827116 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17496] ppid=17491 vsize=820524 CPUtime=0.1
/proc/17493/task/17496/stat : 17496 (java) S 17491 17493 16814 0 -1 64 1763 0 0 0 10 0 0 0 16 0 12 0 22014850 840216576 27454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17497] ppid=17491 vsize=820524 CPUtime=0.09
/proc/17493/task/17497/stat : 17497 (java) S 17491 17493 16814 0 -1 64 1628 0 0 0 9 0 0 0 16 0 12 0 22014850 840216576 27454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17498] ppid=17491 vsize=820524 CPUtime=0.01
/proc/17493/task/17498/stat : 17498 (java) S 17491 17493 16814 0 -1 64 32 0 0 0 1 0 0 0 15 0 12 0 22014852 840216576 27454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17499] ppid=17491 vsize=820524 CPUtime=0
/proc/17493/task/17499/stat : 17499 (java) S 17491 17493 16814 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22014853 840216576 27454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17500] ppid=17491 vsize=820524 CPUtime=0
/proc/17493/task/17500/stat : 17500 (java) S 17491 17493 16814 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22014853 840216576 27454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17501] ppid=17491 vsize=820524 CPUtime=0
/proc/17493/task/17501/stat : 17501 (java) S 17491 17493 16814 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22014857 840216576 27454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17502] ppid=17491 vsize=820524 CPUtime=0.52

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

[pid=17493/tid=17504] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17504/stat : 17504 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17505] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17505/stat : 17505 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 956.47
Current children cumulated vsize (KiB) 828612

[startup+966.302 s]
/proc/loadavg: 2.47 2.26 2.11 3/94 17620
/proc/meminfo: memFree=413224/2055920 swapFree=4192812/4192956
[pid=17493] ppid=17491 vsize=828612 CPUtime=962.83
/proc/17493/stat : 17493 (java) S 17491 17493 16814 0 -1 0 628250 0 1 0 95961 322 0 0 21 0 12 0 22014848 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17493/statm: 207153 176848 1452 9 0 204480 0
[pid=17493/tid=17495] ppid=17491 vsize=828612 CPUtime=796.19
/proc/17493/task/17495/stat : 17495 (java) S 17491 17493 16814 0 -1 64 20518 0 1 0 79595 24 0 0 17 0 12 0 22014849 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17496] ppid=17491 vsize=828612 CPUtime=11.14
/proc/17493/task/17496/stat : 17496 (java) S 17491 17493 16814 0 -1 64 73314 0 0 0 1082 32 0 0 15 0 12 0 22014850 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17493/tid=17497] ppid=17491 vsize=828612 CPUtime=13.37
/proc/17493/task/17497/stat : 17497 (java) S 17491 17493 16814 0 -1 64 78568 0 0 0 1303 34 0 0 16 0 12 0 22014850 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17493/tid=17498] ppid=17491 vsize=828612 CPUtime=138.07
/proc/17493/task/17498/stat : 17498 (java) R 17491 17493 16814 0 -1 64 443212 0 0 0 13584 223 0 0 25 0 12 0 22014852 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17499] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17499/stat : 17499 (java) S 17491 17493 16814 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22014853 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17500] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17500/stat : 17500 (java) S 17491 17493 16814 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22014853 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17501] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17501/stat : 17501 (java) S 17491 17493 16814 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17502] ppid=17491 vsize=828612 CPUtime=0.52
/proc/17493/task/17502/stat : 17502 (java) S 17491 17493 16814 0 -1 64 1475 0 0 0 51 1 0 0 16 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17503] ppid=17491 vsize=828612 CPUtime=3.48
/proc/17493/task/17503/stat : 17503 (java) S 17491 17493 16814 0 -1 64 10423 0 0 0 343 5 0 0 17 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17504] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17504/stat : 17504 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17505] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17505/stat : 17505 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 962.83
Current children cumulated vsize (KiB) 828612

[startup+969.502 s]
/proc/loadavg: 2.43 2.26 2.11 3/94 17620
/proc/meminfo: memFree=369960/2055920 swapFree=4192812/4192956
[pid=17493] ppid=17491 vsize=828612 CPUtime=966.02
/proc/17493/stat : 17493 (java) S 17491 17493 16814 0 -1 0 635757 0 1 0 96276 326 0 0 21 0 12 0 22014848 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17493/statm: 207153 176848 1451 9 0 204480 0
[pid=17493/tid=17495] ppid=17491 vsize=828612 CPUtime=796.24
/proc/17493/task/17495/stat : 17495 (java) S 17491 17493 16814 0 -1 64 20521 0 1 0 79600 24 0 0 17 0 12 0 22014849 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17496] ppid=17491 vsize=828612 CPUtime=11.14
/proc/17493/task/17496/stat : 17496 (java) S 17491 17493 16814 0 -1 64 73314 0 0 0 1082 32 0 0 15 0 12 0 22014850 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17493/tid=17497] ppid=17491 vsize=828612 CPUtime=13.37
/proc/17493/task/17497/stat : 17497 (java) S 17491 17493 16814 0 -1 64 78568 0 0 0 1303 34 0 0 16 0 12 0 22014850 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17493/tid=17498] ppid=17491 vsize=828612 CPUtime=141.19
/proc/17493/task/17498/stat : 17498 (java) R 17491 17493 16814 0 -1 64 450716 0 0 0 13893 226 0 0 25 0 12 0 22014852 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17499] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17499/stat : 17499 (java) S 17491 17493 16814 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22014853 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17500] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17500/stat : 17500 (java) S 17491 17493 16814 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22014853 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17501] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17501/stat : 17501 (java) S 17491 17493 16814 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17502] ppid=17491 vsize=828612 CPUtime=0.52
/proc/17493/task/17502/stat : 17502 (java) S 17491 17493 16814 0 -1 64 1475 0 0 0 51 1 0 0 16 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17503] ppid=17491 vsize=828612 CPUtime=3.48
/proc/17493/task/17503/stat : 17503 (java) S 17491 17493 16814 0 -1 64 10423 0 0 0 343 5 0 0 17 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17504] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17504/stat : 17504 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17505] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17505/stat : 17505 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 966.02
Current children cumulated vsize (KiB) 828612

[startup+970.303 s]
/proc/loadavg: 2.43 2.26 2.11 4/94 17620
/proc/meminfo: memFree=357736/2055920 swapFree=4192812/4192956
[pid=17493] ppid=17491 vsize=828612 CPUtime=966.82
/proc/17493/stat : 17493 (java) S 17491 17493 16814 0 -1 0 635757 0 1 0 96356 326 0 0 21 0 12 0 22014848 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17493/statm: 207153 176848 1451 9 0 204480 0
[pid=17493/tid=17495] ppid=17491 vsize=828612 CPUtime=796.24
/proc/17493/task/17495/stat : 17495 (java) S 17491 17493 16814 0 -1 64 20521 0 1 0 79600 24 0 0 17 0 12 0 22014849 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17496] ppid=17491 vsize=828612 CPUtime=11.14
/proc/17493/task/17496/stat : 17496 (java) S 17491 17493 16814 0 -1 64 73314 0 0 0 1082 32 0 0 15 0 12 0 22014850 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17493/tid=17497] ppid=17491 vsize=828612 CPUtime=13.37
/proc/17493/task/17497/stat : 17497 (java) S 17491 17493 16814 0 -1 64 78568 0 0 0 1303 34 0 0 16 0 12 0 22014850 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17493/tid=17498] ppid=17491 vsize=828612 CPUtime=141.99
/proc/17493/task/17498/stat : 17498 (java) R 17491 17493 16814 0 -1 64 450716 0 0 0 13973 226 0 0 25 0 12 0 22014852 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17499] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17499/stat : 17499 (java) S 17491 17493 16814 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22014853 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17500] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17500/stat : 17500 (java) S 17491 17493 16814 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22014853 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17501] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17501/stat : 17501 (java) S 17491 17493 16814 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17502] ppid=17491 vsize=828612 CPUtime=0.52
/proc/17493/task/17502/stat : 17502 (java) S 17491 17493 16814 0 -1 64 1475 0 0 0 51 1 0 0 16 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17503] ppid=17491 vsize=828612 CPUtime=3.48
/proc/17493/task/17503/stat : 17503 (java) S 17491 17493 16814 0 -1 64 10423 0 0 0 343 5 0 0 17 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17504] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17504/stat : 17504 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17505] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17505/stat : 17505 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 966.82
Current children cumulated vsize (KiB) 828612

[startup+970.703 s]
/proc/loadavg: 2.43 2.26 2.11 4/94 17620
/proc/meminfo: memFree=357736/2055920 swapFree=4192812/4192956
[pid=17493] ppid=17491 vsize=828612 CPUtime=967.22
/proc/17493/stat : 17493 (java) S 17491 17493 16814 0 -1 0 635757 0 1 0 96396 326 0 0 21 0 12 0 22014848 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17493/statm: 207153 176848 1451 9 0 204480 0
[pid=17493/tid=17495] ppid=17491 vsize=828612 CPUtime=796.24
/proc/17493/task/17495/stat : 17495 (java) S 17491 17493 16814 0 -1 64 20521 0 1 0 79600 24 0 0 17 0 12 0 22014849 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17496] ppid=17491 vsize=828612 CPUtime=11.14
/proc/17493/task/17496/stat : 17496 (java) S 17491 17493 16814 0 -1 64 73314 0 0 0 1082 32 0 0 15 0 12 0 22014850 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17493/tid=17497] ppid=17491 vsize=828612 CPUtime=13.37
/proc/17493/task/17497/stat : 17497 (java) S 17491 17493 16814 0 -1 64 78568 0 0 0 1303 34 0 0 16 0 12 0 22014850 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17493/tid=17498] ppid=17491 vsize=828612 CPUtime=142.39
/proc/17493/task/17498/stat : 17498 (java) R 17491 17493 16814 0 -1 64 450716 0 0 0 14013 226 0 0 25 0 12 0 22014852 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17499] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17499/stat : 17499 (java) S 17491 17493 16814 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22014853 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17500] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17500/stat : 17500 (java) S 17491 17493 16814 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22014853 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17501] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17501/stat : 17501 (java) S 17491 17493 16814 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17502] ppid=17491 vsize=828612 CPUtime=0.52
/proc/17493/task/17502/stat : 17502 (java) S 17491 17493 16814 0 -1 64 1475 0 0 0 51 1 0 0 16 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17503] ppid=17491 vsize=828612 CPUtime=3.48
/proc/17493/task/17503/stat : 17503 (java) S 17491 17493 16814 0 -1 64 10423 0 0 0 343 5 0 0 17 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17504] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17504/stat : 17504 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17505] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17505/stat : 17505 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 967.22
Current children cumulated vsize (KiB) 828612

[startup+971.103 s]
/proc/loadavg: 2.43 2.26 2.11 4/94 17620
/proc/meminfo: memFree=357736/2055920 swapFree=4192812/4192956
[pid=17493] ppid=17491 vsize=828612 CPUtime=967.62
/proc/17493/stat : 17493 (java) S 17491 17493 16814 0 -1 0 635757 0 1 0 96436 326 0 0 21 0 12 0 22014848 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17493/statm: 207153 176848 1451 9 0 204480 0
[pid=17493/tid=17495] ppid=17491 vsize=828612 CPUtime=796.24
/proc/17493/task/17495/stat : 17495 (java) S 17491 17493 16814 0 -1 64 20521 0 1 0 79600 24 0 0 17 0 12 0 22014849 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17496] ppid=17491 vsize=828612 CPUtime=11.14
/proc/17493/task/17496/stat : 17496 (java) S 17491 17493 16814 0 -1 64 73314 0 0 0 1082 32 0 0 15 0 12 0 22014850 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17493/tid=17497] ppid=17491 vsize=828612 CPUtime=13.37
/proc/17493/task/17497/stat : 17497 (java) S 17491 17493 16814 0 -1 64 78568 0 0 0 1303 34 0 0 16 0 12 0 22014850 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17493/tid=17498] ppid=17491 vsize=828612 CPUtime=142.79
/proc/17493/task/17498/stat : 17498 (java) R 17491 17493 16814 0 -1 64 450716 0 0 0 14053 226 0 0 25 0 12 0 22014852 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17499] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17499/stat : 17499 (java) S 17491 17493 16814 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22014853 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17500] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17500/stat : 17500 (java) S 17491 17493 16814 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22014853 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17501] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17501/stat : 17501 (java) S 17491 17493 16814 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17502] ppid=17491 vsize=828612 CPUtime=0.52
/proc/17493/task/17502/stat : 17502 (java) S 17491 17493 16814 0 -1 64 1475 0 0 0 51 1 0 0 16 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17503] ppid=17491 vsize=828612 CPUtime=3.48
/proc/17493/task/17503/stat : 17503 (java) S 17491 17493 16814 0 -1 64 10423 0 0 0 343 5 0 0 17 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17504] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17504/stat : 17504 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17493/tid=17505] ppid=17491 vsize=828612 CPUtime=0
/proc/17493/task/17505/stat : 17505 (java) S 17491 17493 16814 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22014857 848498688 176848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 967.62
Current children cumulated vsize (KiB) 828612

[startup+971.203 s]
/proc/loadavg: 2.43 2.26 2.11 3/84 17621
/proc/meminfo: memFree=359464/2055920 swapFree=4192812/4192956
[pid=17493] ppid=17491 vsize=0 CPUtime=967.69
/proc/17493/stat : 17493 (java) Z 17491 17493 16814 0 -1 12 635773 0 1 0 96442 327 0 0 16 0 2 0 22014848 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17493/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 967.69
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 971.302
CPU time (s): 967.791
CPU user time (s): 964.426
CPU system time (s): 3.36449
CPU usage (%): 99.6385
Max. virtual memory (cumulated for all children) (KiB): 836616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 964.426
system time used= 3.36449
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 635773
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= 38117
involuntary context switches= 52349

runsolver used 1.22081 second user time and 3.22951 second system time

The end

Launcher Data

Begin job on node75 at 2009-07-11 23:58:24
IDJOB=2069106
IDBENCH=54986
IDSOLVER=731
FILE ID=node75/2069106-1247349504
PBS_JOBID= 9506862
Free space on /tmp= 66256 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-blast-floppy1-8.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2069106-1247349504/watcher-2069106-1247349504 -o /tmp/evaluation-result-2069106-1247349504/solver-2069106-1247349504 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2069106-1247349504.xml

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

MD5SUM BENCH= da17e456c13770dbc7b0270954eaabf8
RANDOM SEED=2014100557

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1189400 kB
Buffers:         20860 kB
Cached:          88144 kB
SwapCached:          0 kB
Active:         779632 kB
Inactive:        32788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1189400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2540 kB
Writeback:           0 kB
Mapped:         719048 kB
Slab:            37964 kB
Committed_AS:   884692 kB
PageTables:       3140 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= 65480 MiB
End job on node75 at 2009-07-12 00:14:35