Trace number 2089291

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.1UNSAT 756.806 760.592

General information on the benchmark

Namecsp/tightness0.5/
normalized-rand-2-40-25-180-500-16_ext.xml
MD5SUM353fe73398f62a5e481812f92f5cede2
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.87326
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.10/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.24	c See www.sat4j.org for details.
0.10/0.24	c That software uses the Rhino library from the Mozilla project.
0.10/0.28	c version 2.1.1.v20090622
0.10/0.28	c sun.arch.data.model	32
0.10/0.28	c java.version	1.6.0_12
0.10/0.28	c os.name	Linux
0.10/0.28	c os.version	2.6.9-22.EL.rootsmp
0.10/0.28	c os.arch	i386
0.10/0.28	c Free memory 671000808
0.10/0.28	c Max memory 672137216
0.10/0.28	c Total memory 672137216
0.10/0.28	c Number of processors 2
0.17/0.36	c c --- Begin Solver configuration ---
0.17/0.36	c Stops conflict analysis at the first Unique Implication Point
0.17/0.36	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.17/0.36	c Learn all clauses as in MiniSAT
0.17/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.36	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.17/0.36	c Expensive reason simplification
0.17/0.36	c MiniSAT restarts strategy
0.17/0.36	c Memory based learned constraints deletion strategy
0.17/0.36	c timeout=2147483s
0.17/0.36	c DB Simplification allowed=false
0.17/0.36	c --- End Solver configuration ---
0.17/0.36	c solving HOME/instance-2089291-1247390003.xml
0.17/0.36	c reading problem ... 
0.44/0.64	c reading problem named null
0.44/0.64	c reading domains done.
0.44/0.65	c reading variables done.
0.44/0.68	c reading relations done.
1.53/1.79	c reading constraints
2.22/2.41	c done with constraints.
2.22/2.41	c ... done. Wall clock time 2.049s.
2.22/2.41	c #vars     1000
2.22/2.41	c #constraints  31343
2.22/2.41	c constraints type 
2.22/2.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4640
2.22/2.41	c org.sat4j.minisat.constraints.card.AtLeast => 40
2.22/2.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 26663
756.65/760.47	c starts		: 17
756.65/760.47	c conflicts		: 146244
756.65/760.47	c decisions		: 181109
756.65/760.47	c propagations		: 20524900
756.65/760.47	c inspects		: 1899377250
756.65/760.47	c learnt literals	: 11
756.65/760.47	c learnt binary clauses	: 80
756.65/760.47	c learnt ternary clauses	: 233
756.65/760.47	c learnt clauses	: 146232
756.65/760.47	c ignored clauses	: 0
756.65/760.47	c root simplifications	: 0
756.65/760.47	c removed literals (reason simplification)	: 8524738
756.65/760.47	c reason swapping (by a shorter reason)	: 0
756.65/760.47	c Calls to reduceDB	: 0
756.65/760.47	c speed (assignments/second)	: 27075.668452372316
756.65/760.47	c non guided choices	64
756.74/760.53	c learnt constraints type 
756.74/760.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 80
756.74/760.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 146152
756.74/760.53	c constraints type 
756.74/760.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4640
756.74/760.53	c org.sat4j.minisat.constraints.card.AtLeast => 40
756.74/760.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 26663
756.74/760.53	s UNSATISFIABLE
756.74/760.53	c Total wall clock time (in seconds) : 760.107

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2089291-1247390003/watcher-2089291-1247390003 -o /tmp/evaluation-result-2089291-1247390003/solver-2089291-1247390003 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2089291-1247390003.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.53 2.21 2.07 4/81 27415
/proc/meminfo: memFree=1746552/2055920 swapFree=4192812/4192956
[pid=27415] ppid=27413 vsize=18576 CPUtime=0
/proc/27415/stat : 27415 (runsolver) R 27413 27415 25333 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 26065646 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 214945033511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/27415/statm: 4644 284 249 26 0 2626 0

[startup+0.046841 s]
/proc/loadavg: 2.53 2.21 2.07 4/81 27415
/proc/meminfo: memFree=1746552/2055920 swapFree=4192812/4192956
[pid=27415] ppid=27413 vsize=12928 CPUtime=0.01
/proc/27415/stat : 27415 (java) R 27413 27415 25333 0 -1 0 374 0 14 0 0 1 0 0 20 0 1 0 26065646 13238272 195 996147200 134512640 134550932 4294956016 18446744073709551615 2573098 0 0 4096 0 0 0 0 17 0 0 0
/proc/27415/statm: 3232 195 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.104576 s]
/proc/loadavg: 2.53 2.21 2.07 4/81 27415
/proc/meminfo: memFree=1746552/2055920 swapFree=4192812/4192956
[pid=27415] ppid=27413 vsize=800696 CPUtime=0.04
/proc/27415/stat : 27415 (java) S 27413 27415 25333 0 -1 0 2377 0 29 0 1 3 0 0 19 0 4 0 26065646 819912704 2152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/27415/statm: 200174 2152 938 9 0 197525 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800696

[startup+0.301604 s]
/proc/loadavg: 2.53 2.21 2.07 4/81 27415
/proc/meminfo: memFree=1746552/2055920 swapFree=4192812/4192956
[pid=27415] ppid=27413 vsize=805244 CPUtime=0.17
/proc/27415/stat : 27415 (java) S 27413 27415 25333 0 -1 0 3708 0 29 0 12 5 0 0 19 0 12 0 26065646 824569856 3474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27415/statm: 201311 3474 1328 9 0 198645 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 805244

[startup+0.701646 s]
/proc/loadavg: 2.53 2.21 2.07 4/81 27415
/proc/meminfo: memFree=1746552/2055920 swapFree=4192812/4192956
[pid=27415] ppid=27413 vsize=807180 CPUtime=0.53
/proc/27415/stat : 27415 (java) S 27413 27415 25333 0 -1 0 5408 0 29 0 45 8 0 0 19 0 12 0 26065646 826552320 4961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27415/statm: 201795 4961 1386 9 0 199122 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 807180

[startup+1.50274 s]
/proc/loadavg: 2.53 2.21 2.07 3/93 27427
/proc/meminfo: memFree=1720856/2055920 swapFree=4192812/4192956
[pid=27415] ppid=27413 vsize=809004 CPUtime=1.32
/proc/27415/stat : 27415 (java) S 27413 27415 25333 0 -1 0 9181 0 29 0 122 10 0 0 19 0 12 0 26065646 828420096 7698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27415/statm: 202251 7698 1407 9 0 199578 0
[pid=27415/tid=27417] ppid=27413 vsize=809004 CPUtime=0.62
/proc/27415/task/27417/stat : 27417 (java) R 27413 27415 25333 0 -1 64 5810 0 1 0 56 6 0 0 23 0 12 0 26065654 828420096 7698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27418] ppid=27413 vsize=809004 CPUtime=0
/proc/27415/task/27418/stat : 27418 (java) S 27413 27415 25333 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 26065655 828420096 7698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27413 vsize=809004 CPUtime=0
/proc/27415/task/27419/stat : 27419 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 26065655 828420096 7698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27413 vsize=809004 CPUtime=0
/proc/27415/task/27420/stat : 27420 (java) S 27413 27415 25333 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 26065657 828420096 7698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27413 vsize=809004 CPUtime=0
/proc/27415/task/27421/stat : 27421 (java) S 27413 27415 25333 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 26065658 828420096 7698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27413 vsize=809004 CPUtime=0
/proc/27415/task/27422/stat : 27422 (java) S 27413 27415 25333 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 26065658 828420096 7698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27413 vsize=809004 CPUtime=0
/proc/27415/task/27423/stat : 27423 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 26065665 828420096 7698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27413 vsize=809004 CPUtime=0
/proc/27415/task/27424/stat : 27424 (java) S 27413 27415 25333 0 -1 64 13 0 0 0 0 0 0 0 24 0 12 0 26065665 828420096 7698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27425] ppid=27413 vsize=809004 CPUtime=0.67
/proc/27415/task/27425/stat : 27425 (java) R 27413 27415 25333 0 -1 64 2642 0 0 0 66 1 0 0 17 0 12 0 26065665 828420096 7698 996147200 134512640 134550932 4294956016 18446744073709551615 105709456 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27426] ppid=27413 vsize=809004 CPUtime=0
/proc/27415/task/27426/stat : 27426 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 26065665 828420096 7698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27427] ppid=27413 vsize=809004 CPUtime=0
/proc/27415/task/27427/stat : 27427 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 26065665 828420096 7698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 809004

[startup+3.10292 s]
/proc/loadavg: 2.53 2.21 2.07 4/93 27427
/proc/meminfo: memFree=1670552/2055920 swapFree=4192812/4192956
[pid=27415] ppid=27413 vsize=810272 CPUtime=2.92
/proc/27415/stat : 27415 (java) S 27413 27415 25333 0 -1 0 22092 0 29 0 277 15 0 0 19 0 13 0 26065646 829718528 20080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27415/statm: 202568 20080 1441 9 0 199895 0
[pid=27415/tid=27417] ppid=27413 vsize=810272 CPUtime=1.3
/proc/27415/task/27417/stat : 27417 (java) R 27413 27415 25333 0 -1 64 16924 0 1 0 119 11 0 0 25 0 13 0 26065654 829718528 20080 996147200 134512640 134550932 4294956016 18446744073709551615 4109155434 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27418] ppid=27413 vsize=810272 CPUtime=0.01
/proc/27415/task/27418/stat : 27418 (java) S 27413 27415 25333 0 -1 64 493 0 0 0 1 0 0 0 17 0 13 0 26065655 829718528 20080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27413 vsize=810272 CPUtime=0.01
/proc/27415/task/27419/stat : 27419 (java) S 27413 27415 25333 0 -1 64 462 0 0 0 1 0 0 0 17 0 13 0 26065655 829718528 20080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27413 vsize=810272 CPUtime=0
/proc/27415/task/27420/stat : 27420 (java) S 27413 27415 25333 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 26065657 829718528 20080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27413 vsize=810272 CPUtime=0
/proc/27415/task/27421/stat : 27421 (java) S 27413 27415 25333 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 26065658 829718528 20080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27413 vsize=810272 CPUtime=0
/proc/27415/task/27422/stat : 27422 (java) S 27413 27415 25333 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 26065658 829718528 20080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27413 vsize=810272 CPUtime=0
/proc/27415/task/27423/stat : 27423 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 26065665 829718528 20080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27413 vsize=810272 CPUtime=0
/proc/27415/task/27424/stat : 27424 (java) S 27413 27415 25333 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 26065665 829718528 20080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27425] ppid=27413 vsize=810272 CPUtime=1.55
/proc/27415/task/27425/stat : 27425 (java) S 27413 27415 25333 0 -1 64 3473 0 0 0 154 1 0 0 16 0 13 0 26065665 829718528 20080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27426] ppid=27413 vsize=810272 CPUtime=0
/proc/27415/task/27426/stat : 27426 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 26065665 829718528 20080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27427] ppid=27413 vsize=810272 CPUtime=0
/proc/27415/task/27427/stat : 27427 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26065665 829718528 20080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 810272

[startup+6.30228 s]
/proc/loadavg: 2.49 2.21 2.07 3/94 27428
/proc/meminfo: memFree=1662480/2055920 swapFree=4192812/4192956
[pid=27415] ppid=27413 vsize=810432 CPUtime=6.11
/proc/27415/stat : 27415 (java) S 27413 27415 25333 0 -1 0 22643 0 29 0 595 16 0 0 19 0 13 0 26065646 829882368 20126 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27415/statm: 202608 20126 1445 9 0 199935 0
[pid=27415/tid=27417] ppid=27413 vsize=810432 CPUtime=4.23
/proc/27415/task/27417/stat : 27417 (java) R 27413 27415 25333 0 -1 64 16928 0 1 0 412 11 0 0 25 0 13 0 26065654 829882368 20126 996147200 134512640 134550932 4294956016 18446744073709551615 4109793633 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27418] ppid=27413 vsize=810432 CPUtime=0.01
/proc/27415/task/27418/stat : 27418 (java) S 27413 27415 25333 0 -1 64 493 0 0 0 1 0 0 0 17 0 13 0 26065655 829882368 20126 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27413 vsize=810432 CPUtime=0.01
/proc/27415/task/27419/stat : 27419 (java) S 27413 27415 25333 0 -1 64 462 0 0 0 1 0 0 0 17 0 13 0 26065655 829882368 20126 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27413 vsize=810432 CPUtime=0
/proc/27415/task/27420/stat : 27420 (java) S 27413 27415 25333 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 26065657 829882368 20126 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27413 vsize=810432 CPUtime=0
/proc/27415/task/27421/stat : 27421 (java) S 27413 27415 25333 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 26065658 829882368 20126 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27413 vsize=810432 CPUtime=0
/proc/27415/task/27422/stat : 27422 (java) S 27413 27415 25333 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 26065658 829882368 20126 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27413 vsize=810432 CPUtime=0
/proc/27415/task/27423/stat : 27423 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 26065665 829882368 20126 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27413 vsize=810432 CPUtime=0
/proc/27415/task/27424/stat : 27424 (java) S 27413 27415 25333 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 26065665 829882368 20126 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27425] ppid=27413 vsize=810432 CPUtime=1.8
/proc/27415/task/27425/stat : 27425 (java) S 27413 27415 25333 0 -1 64 4020 0 0 0 179 1 0 0 17 0 13 0 26065665 829882368 20126 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27426] ppid=27413 vsize=810432 CPUtime=0
/proc/27415/task/27426/stat : 27426 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 26065665 829882368 20126 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27427] ppid=27413 vsize=810432 CPUtime=0
/proc/27415/task/27427/stat : 27427 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26065665 829882368 20126 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27428] ppid=27413 vsize=810432 CPUtime=0
/proc/27415/task/27428/stat : 27428 (java) S 27413 27415 25333 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 26065889 829882368 20126 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 810432

[startup+12.702 s]
/proc/loadavg: 2.45 2.20 2.07 4/96 27479
/proc/meminfo: memFree=1779264/2055920 swapFree=4192812/4192956
[pid=27415] ppid=27413 vsize=810112 CPUtime=12.55
/proc/27415/stat : 27415 (java) S 27413 27415 25333 0 -1 0 22677 0 29 0 1239 16 0 0 19 0 13 0 26065646 829554688 20109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27415/statm: 202528 20109 1445 9 0 199855 0
[pid=27415/tid=27417] ppid=27413 vsize=810112 CPUtime=10.54
/proc/27415/task/27417/stat : 27417 (java) R 27413 27415 25333 0 -1 64 16930 0 1 0 1043 11 0 0 25 0 13 0 26065654 829554688 20109 996147200 134512640 134550932 4294956016 18446744073709551615 4109793663 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27415/tid=27418] ppid=27413 vsize=810112 CPUtime=0.01
/proc/27415/task/27418/stat : 27418 (java) S 27413 27415 25333 0 -1 64 493 0 0 0 1 0 0 0 17 0 13 0 26065655 829554688 20109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27413 vsize=810112 CPUtime=0.01
/proc/27415/task/27419/stat : 27419 (java) S 27413 27415 25333 0 -1 64 462 0 0 0 1 0 0 0 17 0 13 0 26065655 829554688 20109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27420/stat : 27420 (java) S 27413 27415 25333 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 26065657 829554688 20109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27415/tid=27421] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27421/stat : 27421 (java) S 27413 27415 25333 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 26065658 829554688 20109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27422/stat : 27422 (java) S 27413 27415 25333 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 26065658 829554688 20109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27423/stat : 27423 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 26065665 829554688 20109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27413 vsize=810112 CPUtime=0.06
/proc/27415/task/27424/stat : 27424 (java) S 27413 27415 25333 0 -1 64 40 0 0 0 6 0 0 0 17 0 13 0 26065665 829554688 20109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27425] ppid=27413 vsize=810112 CPUtime=1.87
/proc/27415/task/27425/stat : 27425 (java) S 27413 27415 25333 0 -1 64 4025 0 0 0 186 1 0 0 17 0 13 0 26065665 829554688 20109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27426] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27426/stat : 27426 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 26065665 829554688 20109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27427] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27427/stat : 27427 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26065665 829554688 20109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27428] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27428/stat : 27428 (java) S 27413 27415 25333 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 26065889 829554688 20109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 810112

[startup+25.5025 s]
/proc/loadavg: 2.42 2.21 2.07 3/88 27481
/proc/meminfo: memFree=1787776/2055920 swapFree=4192812/4192956
[pid=27415] ppid=27413 vsize=810112 CPUtime=25.29
/proc/27415/stat : 27415 (java) S 27413 27415 25333 0 -1 0 22678 0 29 0 2513 16 0 0 19 0 13 0 26065646 829554688 20110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27415/statm: 202528 20110 1445 9 0 199855 0
[pid=27415/tid=27417] ppid=27413 vsize=810112 CPUtime=23.28
/proc/27415/task/27417/stat : 27417 (java) R 27413 27415 25333 0 -1 64 16931 0 1 0 2317 11 0 0 25 0 13 0 26065654 829554688 20110 996147200 134512640 134550932 4294956016 18446744073709551615 4109774641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27415/tid=27418] ppid=27413 vsize=810112 CPUtime=0.01
/proc/27415/task/27418/stat : 27418 (java) S 27413 27415 25333 0 -1 64 493 0 0 0 1 0 0 0 17 0 13 0 26065655 829554688 20110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27413 vsize=810112 CPUtime=0.01
/proc/27415/task/27419/stat : 27419 (java) S 27413 27415 25333 0 -1 64 462 0 0 0 1 0 0 0 17 0 13 0 26065655 829554688 20110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27420/stat : 27420 (java) S 27413 27415 25333 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 26065657 829554688 20110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27415/tid=27421] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27421/stat : 27421 (java) S 27413 27415 25333 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 26065658 829554688 20110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27413 vsize=810112 CPUtime=0

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

/proc/27415/task/27426/stat : 27426 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 26065665 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27427] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27427/stat : 27427 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26065665 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27428] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27428/stat : 27428 (java) S 27413 27415 25333 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 26065889 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 745
Current children cumulated vsize (KiB) 810112

[startup+755.102 s]
/proc/loadavg: 2.00 2.01 2.01 3/98 27677
/proc/meminfo: memFree=1647920/2055920 swapFree=4192812/4192956
[pid=27415] ppid=27413 vsize=810112 CPUtime=751.37
/proc/27415/stat : 27415 (java) S 27413 27415 25333 0 -1 0 34926 0 29 0 75113 24 0 0 19 0 13 0 26065646 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27415/statm: 202528 32356 1445 9 0 199855 0
[pid=27415/tid=27417] ppid=27413 vsize=810112 CPUtime=749.15
/proc/27415/task/27417/stat : 27417 (java) R 27413 27415 25333 0 -1 64 16933 0 1 0 74901 14 0 0 25 0 13 0 26065654 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4109773594 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27418] ppid=27413 vsize=810112 CPUtime=0.1
/proc/27415/task/27418/stat : 27418 (java) S 27413 27415 25333 0 -1 64 7241 0 0 0 8 2 0 0 17 0 13 0 26065655 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27413 vsize=810112 CPUtime=0.09
/proc/27415/task/27419/stat : 27419 (java) S 27413 27415 25333 0 -1 64 5959 0 0 0 7 2 0 0 17 0 13 0 26065655 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27420/stat : 27420 (java) S 27413 27415 25333 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26065657 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27421/stat : 27421 (java) S 27413 27415 25333 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 26065658 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27422/stat : 27422 (java) S 27413 27415 25333 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 26065658 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27423/stat : 27423 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 26065665 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27413 vsize=810112 CPUtime=0.08
/proc/27415/task/27424/stat : 27424 (java) S 27413 27415 25333 0 -1 64 40 0 0 0 8 0 0 0 17 0 13 0 26065665 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27425] ppid=27413 vsize=810112 CPUtime=1.87
/proc/27415/task/27425/stat : 27425 (java) S 27413 27415 25333 0 -1 64 4025 0 0 0 186 1 0 0 17 0 13 0 26065665 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27426] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27426/stat : 27426 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 26065665 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27427] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27427/stat : 27427 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26065665 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27428] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27428/stat : 27428 (java) S 27413 27415 25333 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 26065889 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 751.37
Current children cumulated vsize (KiB) 810112

[startup+758.302 s]
/proc/loadavg: 2.00 2.01 2.01 3/98 27677
/proc/meminfo: memFree=1647920/2055920 swapFree=4192812/4192956
[pid=27415] ppid=27413 vsize=810112 CPUtime=754.55
/proc/27415/stat : 27415 (java) S 27413 27415 25333 0 -1 0 34926 0 29 0 75431 24 0 0 19 0 13 0 26065646 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27415/statm: 202528 32356 1445 9 0 199855 0
[pid=27415/tid=27417] ppid=27413 vsize=810112 CPUtime=752.34
/proc/27415/task/27417/stat : 27417 (java) R 27413 27415 25333 0 -1 64 16933 0 1 0 75220 14 0 0 25 0 13 0 26065654 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4109773762 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27418] ppid=27413 vsize=810112 CPUtime=0.1
/proc/27415/task/27418/stat : 27418 (java) S 27413 27415 25333 0 -1 64 7241 0 0 0 8 2 0 0 17 0 13 0 26065655 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27413 vsize=810112 CPUtime=0.09
/proc/27415/task/27419/stat : 27419 (java) S 27413 27415 25333 0 -1 64 5959 0 0 0 7 2 0 0 17 0 13 0 26065655 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27420/stat : 27420 (java) S 27413 27415 25333 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26065657 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27421/stat : 27421 (java) S 27413 27415 25333 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 26065658 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27422/stat : 27422 (java) S 27413 27415 25333 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 26065658 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27423/stat : 27423 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 26065665 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27413 vsize=810112 CPUtime=0.08
/proc/27415/task/27424/stat : 27424 (java) S 27413 27415 25333 0 -1 64 40 0 0 0 8 0 0 0 17 0 13 0 26065665 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27425] ppid=27413 vsize=810112 CPUtime=1.87
/proc/27415/task/27425/stat : 27425 (java) S 27413 27415 25333 0 -1 64 4025 0 0 0 186 1 0 0 17 0 13 0 26065665 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27426] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27426/stat : 27426 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 26065665 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27427] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27427/stat : 27427 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26065665 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27428] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27428/stat : 27428 (java) S 27413 27415 25333 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 26065889 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 754.55
Current children cumulated vsize (KiB) 810112

[startup+759.903 s]
/proc/loadavg: 2.00 2.01 2.01 3/98 27677
/proc/meminfo: memFree=1647920/2055920 swapFree=4192812/4192956
[pid=27415] ppid=27413 vsize=810112 CPUtime=756.15
/proc/27415/stat : 27415 (java) S 27413 27415 25333 0 -1 0 34926 0 29 0 75591 24 0 0 19 0 13 0 26065646 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27415/statm: 202528 32356 1445 9 0 199855 0
[pid=27415/tid=27417] ppid=27413 vsize=810112 CPUtime=753.93
/proc/27415/task/27417/stat : 27417 (java) R 27413 27415 25333 0 -1 64 16933 0 1 0 75379 14 0 0 25 0 13 0 26065654 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4109793630 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27418] ppid=27413 vsize=810112 CPUtime=0.1
/proc/27415/task/27418/stat : 27418 (java) S 27413 27415 25333 0 -1 64 7241 0 0 0 8 2 0 0 17 0 13 0 26065655 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27413 vsize=810112 CPUtime=0.09
/proc/27415/task/27419/stat : 27419 (java) S 27413 27415 25333 0 -1 64 5959 0 0 0 7 2 0 0 17 0 13 0 26065655 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27420/stat : 27420 (java) S 27413 27415 25333 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26065657 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27421/stat : 27421 (java) S 27413 27415 25333 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 26065658 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27422/stat : 27422 (java) S 27413 27415 25333 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 26065658 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27423/stat : 27423 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 26065665 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27413 vsize=810112 CPUtime=0.08
/proc/27415/task/27424/stat : 27424 (java) S 27413 27415 25333 0 -1 64 40 0 0 0 8 0 0 0 17 0 13 0 26065665 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27425] ppid=27413 vsize=810112 CPUtime=1.87
/proc/27415/task/27425/stat : 27425 (java) S 27413 27415 25333 0 -1 64 4025 0 0 0 186 1 0 0 17 0 13 0 26065665 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27426] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27426/stat : 27426 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 26065665 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27427] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27427/stat : 27427 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26065665 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27428] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27428/stat : 27428 (java) S 27413 27415 25333 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 26065889 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 756.15
Current children cumulated vsize (KiB) 810112

[startup+760.303 s]
/proc/loadavg: 2.00 2.01 2.01 3/98 27677
/proc/meminfo: memFree=1647920/2055920 swapFree=4192812/4192956
[pid=27415] ppid=27413 vsize=810112 CPUtime=756.55
/proc/27415/stat : 27415 (java) S 27413 27415 25333 0 -1 0 34926 0 29 0 75631 24 0 0 19 0 13 0 26065646 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27415/statm: 202528 32356 1445 9 0 199855 0
[pid=27415/tid=27417] ppid=27413 vsize=810112 CPUtime=754.33
/proc/27415/task/27417/stat : 27417 (java) R 27413 27415 25333 0 -1 64 16933 0 1 0 75419 14 0 0 25 0 13 0 26065654 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4109773594 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27418] ppid=27413 vsize=810112 CPUtime=0.1
/proc/27415/task/27418/stat : 27418 (java) S 27413 27415 25333 0 -1 64 7241 0 0 0 8 2 0 0 17 0 13 0 26065655 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27413 vsize=810112 CPUtime=0.09
/proc/27415/task/27419/stat : 27419 (java) S 27413 27415 25333 0 -1 64 5959 0 0 0 7 2 0 0 17 0 13 0 26065655 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27420/stat : 27420 (java) S 27413 27415 25333 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26065657 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27421/stat : 27421 (java) S 27413 27415 25333 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 26065658 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27422/stat : 27422 (java) S 27413 27415 25333 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 26065658 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27423/stat : 27423 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 26065665 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27413 vsize=810112 CPUtime=0.08
/proc/27415/task/27424/stat : 27424 (java) S 27413 27415 25333 0 -1 64 40 0 0 0 8 0 0 0 17 0 13 0 26065665 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27425] ppid=27413 vsize=810112 CPUtime=1.87
/proc/27415/task/27425/stat : 27425 (java) S 27413 27415 25333 0 -1 64 4025 0 0 0 186 1 0 0 17 0 13 0 26065665 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27426] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27426/stat : 27426 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 26065665 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27427] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27427/stat : 27427 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26065665 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27428] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27428/stat : 27428 (java) S 27413 27415 25333 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 26065889 829554688 32356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 756.55
Current children cumulated vsize (KiB) 810112

[startup+760.503 s]
/proc/loadavg: 2.00 2.01 2.01 3/98 27677
/proc/meminfo: memFree=1647920/2055920 swapFree=4192812/4192956
[pid=27415] ppid=27413 vsize=810112 CPUtime=756.74
/proc/27415/stat : 27415 (java) S 27413 27415 25333 0 -1 0 34930 0 29 0 75650 24 0 0 19 0 13 0 26065646 829554688 32360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27415/statm: 202528 32360 1446 9 0 199855 0
[pid=27415/tid=27417] ppid=27413 vsize=810112 CPUtime=754.49
/proc/27415/task/27417/stat : 27417 (java) S 27413 27415 25333 0 -1 64 16934 0 1 0 75435 14 0 0 25 0 13 0 26065654 829554688 32360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27418] ppid=27413 vsize=810112 CPUtime=0.1
/proc/27415/task/27418/stat : 27418 (java) S 27413 27415 25333 0 -1 64 7241 0 0 0 8 2 0 0 17 0 13 0 26065655 829554688 32360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27413 vsize=810112 CPUtime=0.09
/proc/27415/task/27419/stat : 27419 (java) S 27413 27415 25333 0 -1 64 5959 0 0 0 7 2 0 0 17 0 13 0 26065655 829554688 32360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27420/stat : 27420 (java) S 27413 27415 25333 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26065657 829554688 32360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27421/stat : 27421 (java) S 27413 27415 25333 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 26065658 829554688 32360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27422/stat : 27422 (java) S 27413 27415 25333 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 26065658 829554688 32360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27423/stat : 27423 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 26065665 829554688 32360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27413 vsize=810112 CPUtime=0.1
/proc/27415/task/27424/stat : 27424 (java) R 27413 27415 25333 0 -1 64 40 0 0 0 10 0 0 0 16 0 13 0 26065665 829554688 32360 996147200 134512640 134550932 4294956016 18446744073709551615 103371432 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27425] ppid=27413 vsize=810112 CPUtime=1.87
/proc/27415/task/27425/stat : 27425 (java) S 27413 27415 25333 0 -1 64 4025 0 0 0 186 1 0 0 17 0 13 0 26065665 829554688 32360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27426] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27426/stat : 27426 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 26065665 829554688 32360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27415/tid=27427] ppid=27413 vsize=810112 CPUtime=0
/proc/27415/task/27427/stat : 27427 (java) S 27413 27415 25333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26065665 829554688 32360 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 756.74
Current children cumulated vsize (KiB) 810112

Child status: 0
Real time (s): 760.592
CPU time (s): 756.806
CPU user time (s): 756.538
CPU system time (s): 0.267959
CPU usage (%): 99.5022
Max. virtual memory (cumulated for all children) (KiB): 810432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 756.538
system time used= 0.267959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34937
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16797
involuntary context switches= 22481

runsolver used 0.974851 second user time and 2.51662 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 11:13:23
IDJOB=2089291
IDBENCH=59433
IDSOLVER=731
FILE ID=node85/2089291-1247390003
PBS_JOBID= 9507297
Free space on /tmp= 126548 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/tightness0.5/normalized-rand-2-40-25-180-500-16_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2089291-1247390003/watcher-2089291-1247390003 -o /tmp/evaluation-result-2089291-1247390003/solver-2089291-1247390003 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2089291-1247390003.xml

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

MD5SUM BENCH= 353fe73398f62a5e481812f92f5cede2
RANDOM SEED=1860884981

node85.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.220
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.220
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:       1746968 kB
Buffers:         18632 kB
Cached:          96152 kB
SwapCached:          0 kB
Active:         222368 kB
Inactive:        35872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2072 kB
Writeback:           0 kB
Mapped:         161160 kB
Slab:            35764 kB
Committed_AS:   935536 kB
PageTables:       2016 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= 126552 MiB
End job on node85 at 2009-07-12 11:26:04