Trace number 1064944

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 2008-06-13UNSAT 598.623 598.434

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-rf10.xml
MD5SUMbdc9dae3766ae8d08071d7aa1b585934
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark59.254
Satisfiable
(Un)Satisfiability was proved
Number of variables18069
Number of constraints52474
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension52474
Global constraints used (with number of constraints)

Solver Data (download as text)

0.24/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.24/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.24/0.25	c See www.sat4j.org for details.
0.24/0.25	c That software uses the Rhino library from the Mozilla project.
0.24/0.29	c version 9.9.9.token
0.24/0.29	c sun.arch.data.model	32
0.24/0.29	c java.version	1.6.0_06
0.24/0.29	c os.name	Linux
0.24/0.29	c os.version	2.6.9-22.EL.rootsmp
0.24/0.29	c os.arch	i386
0.24/0.29	c Free memory 669864272
0.24/0.29	c Max memory 672137216
0.24/0.29	c Total memory 672137216
0.24/0.29	c Number of processors 2
0.37/0.34	c c --- Begin Solver configuration ---
0.37/0.34	c Stops conflict analysis at the first Unique Implication Point
0.37/0.34	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.34	c Learn all clauses as in MiniSAT
0.37/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.34	c Expensive reason simplification
0.37/0.34	c MiniSAT restarts strategy
0.37/0.34	c timeout=2147483s
0.37/0.34	c DB Simplification allowed=false
0.37/0.34	c --- End Solver configuration ---
0.37/0.34	c solving HOME/instance-1064944-1215144918.xml
0.37/0.34	c reading problem ... 
0.57/0.60	c reading problem named null
0.66/0.60	c reading domains done.
0.66/0.60	c reading variables done.
3.28/3.23	c reading predicates  done.
3.47/3.42	c reading constraints
35.38/35.20	c done with constraints.
35.48/35.24	c ... done. Wall clock time 34.904s.
35.48/35.24	c #vars     36137
35.48/35.24	c #constraints  663221
35.48/35.24	c constraints type 
35.48/35.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 645150
35.48/35.24	c org.sat4j.minisat.constraints.card.AtLeast => 18068
598.51/598.36	c starts		: 16
598.51/598.36	c conflicts		: 101364
598.51/598.36	c decisions		: 172714
598.51/598.36	c propagations		: 257641983
598.51/598.36	c inspects		: 1420993932
598.51/598.36	c learnt literals	: 13
598.51/598.36	c learnt binary clauses	: 183
598.51/598.36	c learnt ternary clauses	: 377
598.51/598.36	c learnt clauses	: 101350
598.51/598.36	c ignored clauses	: 0
598.51/598.36	c root simplifications	: 0
598.51/598.36	c removed literals (reason simplification)	: 6127612
598.51/598.36	c reason swapping (by a shorter reason)	: 0
598.51/598.36	c Calls to reduceDB	: 0
598.51/598.36	c speed (assignments/second)	: 457583.59041575424
598.51/598.36	c non guided choices	3839
598.51/598.36	s UNSATISFIABLE
598.51/598.36	c Total wall clock time (in seconds) : 598.027

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064944-1215144918/watcher-1064944-1215144918 -o /tmp/evaluation-result-1064944-1215144918/solver-1064944-1215144918 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1064944-1215144918.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.90 1.98 1.99 4/72 6129
/proc/meminfo: memFree=1771544/2055920 swapFree=4179968/4192956
[pid=6129] ppid=6127 vsize=1804 CPUtime=0
/proc/6129/stat : 6129 (java6) D 6127 6129 6092 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1993466727 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/6129/statm: 451 155 111 9 0 93 0

[startup+0.0278501 s]
/proc/loadavg: 1.90 1.98 1.99 4/72 6129
/proc/meminfo: memFree=1771544/2055920 swapFree=4179968/4192956
[pid=6129] ppid=6127 vsize=798812 CPUtime=0.01
/proc/6129/stat : 6129 (java) S 6127 6129 6092 0 -1 0 1816 0 1 0 0 1 0 0 18 0 4 0 1993466727 817983488 1554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/6129/statm: 199703 1554 491 9 0 197481 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798812

[startup+0.10635 s]
/proc/loadavg: 1.90 1.98 1.99 4/72 6129
/proc/meminfo: memFree=1771544/2055920 swapFree=4179968/4192956
[pid=6129] ppid=6127 vsize=804612 CPUtime=0.09
/proc/6129/stat : 6129 (java) S 6127 6129 6092 0 -1 0 3001 0 1 0 7 2 0 0 18 0 12 0 1993466727 823922688 2734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6129/statm: 201153 2734 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301374 s]
/proc/loadavg: 1.90 1.98 1.99 4/72 6129
/proc/meminfo: memFree=1771544/2055920 swapFree=4179968/4192956
[pid=6129] ppid=6127 vsize=808336 CPUtime=0.37
/proc/6129/stat : 6129 (java) S 6127 6129 6092 0 -1 0 5163 0 1 0 33 4 0 0 18 0 12 0 1993466727 827736064 4495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6129/statm: 202084 4495 1310 9 0 199453 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 808336

[startup+0.701419 s]
/proc/loadavg: 1.90 1.98 1.99 4/72 6129
/proc/meminfo: memFree=1771544/2055920 swapFree=4179968/4192956
[pid=6129] ppid=6127 vsize=808364 CPUtime=0.76
/proc/6129/stat : 6129 (java) S 6127 6129 6092 0 -1 0 6324 0 1 0 72 4 0 0 18 0 12 0 1993466727 827764736 5511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6129/statm: 202091 5511 1337 9 0 199453 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 808364

[startup+1.50251 s]
/proc/loadavg: 1.90 1.98 1.99 4/84 6141
/proc/meminfo: memFree=1753592/2055920 swapFree=4179968/4192956
[pid=6129] ppid=6127 vsize=810104 CPUtime=1.57
/proc/6129/stat : 6129 (java) S 6127 6129 6092 0 -1 0 8712 0 1 0 152 5 0 0 18 0 12 0 1993466727 829546496 6270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6129/statm: 202526 6270 1345 9 0 199888 0
[pid=6129/tid=6131] ppid=6127 vsize=810104 CPUtime=0.81
/proc/6129/task/6131/stat : 6131 (java) R 6127 6129 6092 0 -1 64 4233 0 1 0 78 3 0 0 18 0 12 0 1993466728 829546496 6270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6129/tid=6132] ppid=6127 vsize=810104 CPUtime=0
/proc/6129/task/6132/stat : 6132 (java) S 6127 6129 6092 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993466729 829546496 6270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6133] ppid=6127 vsize=810104 CPUtime=0
/proc/6129/task/6133/stat : 6133 (java) S 6127 6129 6092 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1993466729 829546496 6270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6134] ppid=6127 vsize=810104 CPUtime=0
/proc/6129/task/6134/stat : 6134 (java) S 6127 6129 6092 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1993466731 829546496 6270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6135] ppid=6127 vsize=810104 CPUtime=0
/proc/6129/task/6135/stat : 6135 (java) S 6127 6129 6092 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1993466731 829546496 6270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6136] ppid=6127 vsize=810104 CPUtime=0
/proc/6129/task/6136/stat : 6136 (java) S 6127 6129 6092 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1993466731 829546496 6270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6137] ppid=6127 vsize=810104 CPUtime=0
/proc/6129/task/6137/stat : 6137 (java) S 6127 6129 6092 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993466736 829546496 6270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6138] ppid=6127 vsize=810104 CPUtime=0.45
/proc/6129/task/6138/stat : 6138 (java) R 6127 6129 6092 0 -1 64 2497 0 0 0 45 0 0 0 17 0 12 0 1993466736 829546496 6270 996147200 134512640 134550740 4294956032 18446744073709551615 102520833 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6129/tid=6139] ppid=6127 vsize=810104 CPUtime=0.28
/proc/6129/task/6139/stat : 6139 (java) S 6127 6129 6092 0 -1 64 1219 0 0 0 28 0 0 0 16 0 12 0 1993466736 829546496 6270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6129/tid=6140] ppid=6127 vsize=810104 CPUtime=0
/proc/6129/task/6140/stat : 6140 (java) S 6127 6129 6092 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993466736 829546496 6270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6141] ppid=6127 vsize=810104 CPUtime=0
/proc/6129/task/6141/stat : 6141 (java) S 6127 6129 6092 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993466736 829546496 6270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 810104

[startup+3.1017 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 6141
/proc/meminfo: memFree=1749688/2055920 swapFree=4179968/4192956
[pid=6129] ppid=6127 vsize=811684 CPUtime=3.16
/proc/6129/stat : 6129 (java) S 6127 6129 6092 0 -1 0 11720 0 1 0 309 7 0 0 18 0 12 0 1993466727 831164416 8697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6129/statm: 202921 8697 1371 9 0 200283 0
[pid=6129/tid=6131] ppid=6127 vsize=811684 CPUtime=1.33
/proc/6129/task/6131/stat : 6131 (java) R 6127 6129 6092 0 -1 64 6206 0 1 0 129 4 0 0 20 0 12 0 1993466728 831164416 8697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6129/tid=6132] ppid=6127 vsize=811684 CPUtime=0
/proc/6129/task/6132/stat : 6132 (java) S 6127 6129 6092 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993466729 831164416 8697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6133] ppid=6127 vsize=811684 CPUtime=0
/proc/6129/task/6133/stat : 6133 (java) S 6127 6129 6092 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1993466729 831164416 8697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6134] ppid=6127 vsize=811684 CPUtime=0
/proc/6129/task/6134/stat : 6134 (java) S 6127 6129 6092 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1993466731 831164416 8697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6135] ppid=6127 vsize=811684 CPUtime=0
/proc/6129/task/6135/stat : 6135 (java) S 6127 6129 6092 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1993466731 831164416 8697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6136] ppid=6127 vsize=811684 CPUtime=0
/proc/6129/task/6136/stat : 6136 (java) S 6127 6129 6092 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1993466731 831164416 8697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6137] ppid=6127 vsize=811684 CPUtime=0
/proc/6129/task/6137/stat : 6137 (java) S 6127 6129 6092 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993466736 831164416 8697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6138] ppid=6127 vsize=811684 CPUtime=0.96
/proc/6129/task/6138/stat : 6138 (java) R 6127 6129 6092 0 -1 64 2553 0 0 0 96 0 0 0 16 0 12 0 1993466736 831164416 8697 996147200 134512640 134550740 4294956032 18446744073709551615 103342994 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6129/tid=6139] ppid=6127 vsize=811684 CPUtime=0.84
/proc/6129/task/6139/stat : 6139 (java) S 6127 6129 6092 0 -1 64 2198 0 0 0 83 1 0 0 16 0 12 0 1993466736 831164416 8697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6129/tid=6140] ppid=6127 vsize=811684 CPUtime=0
/proc/6129/task/6140/stat : 6140 (java) S 6127 6129 6092 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993466736 831164416 8697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6141] ppid=6127 vsize=811684 CPUtime=0
/proc/6129/task/6141/stat : 6141 (java) S 6127 6129 6092 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993466736 831164416 8697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 811684

[startup+6.30208 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 6141
/proc/meminfo: memFree=1717312/2055920 swapFree=4179968/4192956
[pid=6129] ppid=6127 vsize=815492 CPUtime=6.4
/proc/6129/stat : 6129 (java) S 6127 6129 6092 0 -1 0 23200 0 1 0 626 14 0 0 18 0 12 0 1993466727 835063808 16903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6129/statm: 203873 16903 1394 9 0 201235 0
[pid=6129/tid=6131] ppid=6127 vsize=815492 CPUtime=2.62
/proc/6129/task/6131/stat : 6131 (java) R 6127 6129 6092 0 -1 64 13681 0 1 0 253 9 0 0 20 0 12 0 1993466728 835063808 16903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6132] ppid=6127 vsize=815492 CPUtime=0
/proc/6129/task/6132/stat : 6132 (java) S 6127 6129 6092 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993466729 835063808 16903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6133] ppid=6127 vsize=815492 CPUtime=0
/proc/6129/task/6133/stat : 6133 (java) S 6127 6129 6092 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1993466729 835063808 16903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6134] ppid=6127 vsize=815492 CPUtime=0
/proc/6129/task/6134/stat : 6134 (java) S 6127 6129 6092 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1993466731 835063808 16903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6135] ppid=6127 vsize=815492 CPUtime=0
/proc/6129/task/6135/stat : 6135 (java) S 6127 6129 6092 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1993466731 835063808 16903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6136] ppid=6127 vsize=815492 CPUtime=0
/proc/6129/task/6136/stat : 6136 (java) S 6127 6129 6092 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1993466731 835063808 16903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6137] ppid=6127 vsize=815492 CPUtime=0
/proc/6129/task/6137/stat : 6137 (java) S 6127 6129 6092 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993466736 835063808 16903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6138] ppid=6127 vsize=815492 CPUtime=1.97
/proc/6129/task/6138/stat : 6138 (java) S 6127 6129 6092 0 -1 64 4909 0 0 0 196 1 0 0 15 0 12 0 1993466736 835063808 16903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6139] ppid=6127 vsize=815492 CPUtime=1.76
/proc/6129/task/6139/stat : 6139 (java) R 6127 6129 6092 0 -1 64 3847 0 0 0 175 1 0 0 16 0 12 0 1993466736 835063808 16903 996147200 134512640 134550740 4294956032 18446744073709551615 105576518 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6140] ppid=6127 vsize=815492 CPUtime=0
/proc/6129/task/6140/stat : 6140 (java) S 6127 6129 6092 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993466736 835063808 16903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6141] ppid=6127 vsize=815492 CPUtime=0
/proc/6129/task/6141/stat : 6141 (java) R 6127 6129 6092 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993466736 835063808 16903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 815492

[startup+12.7018 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 6141
/proc/meminfo: memFree=1656904/2055920 swapFree=4179968/4192956
[pid=6129] ppid=6127 vsize=816440 CPUtime=13.05
/proc/6129/stat : 6129 (java) S 6127 6129 6092 0 -1 0 36446 0 1 0 1283 22 0 0 18 0 12 0 1993466727 836034560 29745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6129/statm: 204110 29745 1400 9 0 201472 0
[pid=6129/tid=6131] ppid=6127 vsize=816440 CPUtime=7.36
/proc/6129/task/6131/stat : 6131 (java) R 6127 6129 6092 0 -1 64 17626 0 1 0 723 13 0 0 25 0 12 0 1993466728 836034560 29745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6132] ppid=6127 vsize=816440 CPUtime=0.46
/proc/6129/task/6132/stat : 6132 (java) S 6127 6129 6092 0 -1 64 3336 0 0 0 45 1 0 0 16 0 12 0 1993466729 836034560 29745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6129/tid=6133] ppid=6127 vsize=816440 CPUtime=0.55
/proc/6129/task/6133/stat : 6133 (java) S 6127 6129 6092 0 -1 64 5529 0 0 0 53 2 0 0 16 0 12 0 1993466729 836034560 29745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6134] ppid=6127 vsize=816440 CPUtime=0
/proc/6129/task/6134/stat : 6134 (java) S 6127 6129 6092 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1993466731 836034560 29745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6135] ppid=6127 vsize=816440 CPUtime=0
/proc/6129/task/6135/stat : 6135 (java) S 6127 6129 6092 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993466731 836034560 29745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6136] ppid=6127 vsize=816440 CPUtime=0
/proc/6129/task/6136/stat : 6136 (java) S 6127 6129 6092 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993466731 836034560 29745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6137] ppid=6127 vsize=816440 CPUtime=0
/proc/6129/task/6137/stat : 6137 (java) S 6127 6129 6092 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993466736 836034560 29745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6138] ppid=6127 vsize=816440 CPUtime=2.2
/proc/6129/task/6138/stat : 6138 (java) S 6127 6129 6092 0 -1 64 4925 0 0 0 218 2 0 0 15 0 12 0 1993466736 836034560 29745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6139] ppid=6127 vsize=816440 CPUtime=2.43
/proc/6129/task/6139/stat : 6139 (java) R 6127 6129 6092 0 -1 64 4238 0 0 0 241 2 0 0 16 0 12 0 1993466736 836034560 29745 996147200 134512640 134550740 4294956032 18446744073709551615 104109969 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6140] ppid=6127 vsize=816440 CPUtime=0
/proc/6129/task/6140/stat : 6140 (java) S 6127 6129 6092 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993466736 836034560 29745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6141] ppid=6127 vsize=816440 CPUtime=0
/proc/6129/task/6141/stat : 6141 (java) S 6127 6129 6092 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993466736 836034560 29745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.05
Current children cumulated vsize (KiB) 816440

[startup+25.5021 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 6141
/proc/meminfo: memFree=1618376/2055920 swapFree=4179968/4192956
[pid=6129] ppid=6127 vsize=818868 CPUtime=25.81
/proc/6129/stat : 6129 (java) S 6127 6129 6092 0 -1 0 48515 0 1 0 2553 28 0 0 18 0 12 0 1993466727 838520832 39625 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6129/statm: 204717 39625 1400 9 0 202079 0
[pid=6129/tid=6131] ppid=6127 vsize=818868 CPUtime=18.55
/proc/6129/task/6131/stat : 6131 (java) R 6127 6129 6092 0 -1 64 17647 0 1 0 1842 13 0 0 25 0 12 0 1993466728 838520832 39625 996147200 134512640 134550740 4294956032 18446744073709551615 4109983392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6132] ppid=6127 vsize=818868 CPUtime=0.88
/proc/6129/task/6132/stat : 6132 (java) S 6127 6129 6092 0 -1 64 7199 0 0 0 86 2 0 0 16 0 12 0 1993466729 838520832 39625 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6133] ppid=6127 vsize=818868 CPUtime=0.99
/proc/6129/task/6133/stat : 6133 (java) S 6127 6129 6092 0 -1 64 10770 0 0 0 95 4 0 0 16 0 12 0 1993466729 838520832 39625 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6134] ppid=6127 vsize=818868 CPUtime=0.01
/proc/6129/task/6134/stat : 6134 (java) S 6127 6129 6092 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 1993466731 838520832 39625 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6135] ppid=6127 vsize=818868 CPUtime=0
/proc/6129/task/6135/stat : 6135 (java) S 6127 6129 6092 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993466731 838520832 39625 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6136] ppid=6127 vsize=818868 CPUtime=0
/proc/6129/task/6136/stat : 6136 (java) S 6127 6129 6092 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993466731 838520832 39625 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6137] ppid=6127 vsize=818868 CPUtime=0
/proc/6129/task/6137/stat : 6137 (java) S 6127 6129 6092 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993466736 838520832 39625 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=6129] ppid=6127 vsize=815816 CPUtime=595.31
/proc/6129/stat : 6129 (java) S 6127 6129 6092 0 -1 0 69793 0 1 0 59492 39 0 0 18 0 13 0 1993466727 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6129/statm: 203954 57210 1403 9 0 201316 0
[pid=6129/tid=6131] ppid=6127 vsize=815816 CPUtime=586.43
/proc/6129/task/6131/stat : 6131 (java) R 6127 6129 6092 0 -1 64 17677 0 1 0 58629 14 0 0 25 0 13 0 1993466728 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4110016242 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6132] ppid=6127 vsize=815816 CPUtime=1.3
/proc/6129/task/6132/stat : 6132 (java) S 6127 6129 6092 0 -1 64 18331 0 0 0 123 7 0 0 16 0 13 0 1993466729 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6133] ppid=6127 vsize=815816 CPUtime=1.33
/proc/6129/task/6133/stat : 6133 (java) S 6127 6129 6092 0 -1 64 20875 0 0 0 124 9 0 0 16 0 13 0 1993466729 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6129/tid=6134] ppid=6127 vsize=815816 CPUtime=0.02
/proc/6129/task/6134/stat : 6134 (java) S 6127 6129 6092 0 -1 64 30 0 0 0 2 0 0 0 16 0 13 0 1993466731 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6135] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6135/stat : 6135 (java) S 6127 6129 6092 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1993466731 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6136] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6136/stat : 6136 (java) S 6127 6129 6092 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1993466731 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6137] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6137/stat : 6137 (java) S 6127 6129 6092 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6138] ppid=6127 vsize=815816 CPUtime=2.95
/proc/6129/task/6138/stat : 6138 (java) S 6127 6129 6092 0 -1 64 6122 0 0 0 293 2 0 0 16 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6139] ppid=6127 vsize=815816 CPUtime=3.21
/proc/6129/task/6139/stat : 6139 (java) S 6127 6129 6092 0 -1 64 5990 0 0 0 318 3 0 0 16 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6140] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6140/stat : 6140 (java) S 6127 6129 6092 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6141] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6141/stat : 6141 (java) S 6127 6129 6092 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6142] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6142/stat : 6142 (java) S 6127 6129 6092 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1993470259 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 595.31
Current children cumulated vsize (KiB) 815816

[startup+596.701 s]
/proc/loadavg: 1.99 2.00 2.00 3/85 6142
/proc/meminfo: memFree=1545600/2055920 swapFree=4179968/4192956
[pid=6129] ppid=6127 vsize=815816 CPUtime=596.9
/proc/6129/stat : 6129 (java) S 6127 6129 6092 0 -1 0 69793 0 1 0 59651 39 0 0 18 0 13 0 1993466727 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6129/statm: 203954 57210 1403 9 0 201316 0
[pid=6129/tid=6131] ppid=6127 vsize=815816 CPUtime=588.02
/proc/6129/task/6131/stat : 6131 (java) R 6127 6129 6092 0 -1 64 17677 0 1 0 58788 14 0 0 25 0 13 0 1993466728 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4110024168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6132] ppid=6127 vsize=815816 CPUtime=1.3
/proc/6129/task/6132/stat : 6132 (java) S 6127 6129 6092 0 -1 64 18331 0 0 0 123 7 0 0 16 0 13 0 1993466729 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6133] ppid=6127 vsize=815816 CPUtime=1.33
/proc/6129/task/6133/stat : 6133 (java) S 6127 6129 6092 0 -1 64 20875 0 0 0 124 9 0 0 16 0 13 0 1993466729 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6129/tid=6134] ppid=6127 vsize=815816 CPUtime=0.02
/proc/6129/task/6134/stat : 6134 (java) S 6127 6129 6092 0 -1 64 30 0 0 0 2 0 0 0 16 0 13 0 1993466731 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6135] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6135/stat : 6135 (java) S 6127 6129 6092 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1993466731 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6136] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6136/stat : 6136 (java) S 6127 6129 6092 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1993466731 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6137] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6137/stat : 6137 (java) S 6127 6129 6092 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6138] ppid=6127 vsize=815816 CPUtime=2.95
/proc/6129/task/6138/stat : 6138 (java) S 6127 6129 6092 0 -1 64 6122 0 0 0 293 2 0 0 16 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6139] ppid=6127 vsize=815816 CPUtime=3.21
/proc/6129/task/6139/stat : 6139 (java) S 6127 6129 6092 0 -1 64 5990 0 0 0 318 3 0 0 16 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6140] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6140/stat : 6140 (java) S 6127 6129 6092 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6141] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6141/stat : 6141 (java) S 6127 6129 6092 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6142] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6142/stat : 6142 (java) S 6127 6129 6092 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1993470259 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 596.9
Current children cumulated vsize (KiB) 815816

[startup+597.502 s]
/proc/loadavg: 1.99 2.00 2.00 3/85 6142
/proc/meminfo: memFree=1545600/2055920 swapFree=4179968/4192956
[pid=6129] ppid=6127 vsize=815816 CPUtime=597.71
/proc/6129/stat : 6129 (java) S 6127 6129 6092 0 -1 0 69793 0 1 0 59732 39 0 0 18 0 13 0 1993466727 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6129/statm: 203954 57210 1403 9 0 201316 0
[pid=6129/tid=6131] ppid=6127 vsize=815816 CPUtime=588.83
/proc/6129/task/6131/stat : 6131 (java) R 6127 6129 6092 0 -1 64 17677 0 1 0 58869 14 0 0 25 0 13 0 1993466728 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4110023352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6132] ppid=6127 vsize=815816 CPUtime=1.3
/proc/6129/task/6132/stat : 6132 (java) S 6127 6129 6092 0 -1 64 18331 0 0 0 123 7 0 0 16 0 13 0 1993466729 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6133] ppid=6127 vsize=815816 CPUtime=1.33
/proc/6129/task/6133/stat : 6133 (java) S 6127 6129 6092 0 -1 64 20875 0 0 0 124 9 0 0 16 0 13 0 1993466729 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6129/tid=6134] ppid=6127 vsize=815816 CPUtime=0.02
/proc/6129/task/6134/stat : 6134 (java) S 6127 6129 6092 0 -1 64 30 0 0 0 2 0 0 0 16 0 13 0 1993466731 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6135] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6135/stat : 6135 (java) S 6127 6129 6092 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1993466731 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6136] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6136/stat : 6136 (java) S 6127 6129 6092 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1993466731 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6137] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6137/stat : 6137 (java) S 6127 6129 6092 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6138] ppid=6127 vsize=815816 CPUtime=2.95
/proc/6129/task/6138/stat : 6138 (java) S 6127 6129 6092 0 -1 64 6122 0 0 0 293 2 0 0 16 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6139] ppid=6127 vsize=815816 CPUtime=3.21
/proc/6129/task/6139/stat : 6139 (java) S 6127 6129 6092 0 -1 64 5990 0 0 0 318 3 0 0 16 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6140] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6140/stat : 6140 (java) S 6127 6129 6092 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6141] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6141/stat : 6141 (java) S 6127 6129 6092 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6142] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6142/stat : 6142 (java) S 6127 6129 6092 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1993470259 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 597.71
Current children cumulated vsize (KiB) 815816

[startup+597.902 s]
/proc/loadavg: 1.99 2.00 2.00 3/85 6142
/proc/meminfo: memFree=1545600/2055920 swapFree=4179968/4192956
[pid=6129] ppid=6127 vsize=815816 CPUtime=598.11
/proc/6129/stat : 6129 (java) S 6127 6129 6092 0 -1 0 69793 0 1 0 59772 39 0 0 18 0 13 0 1993466727 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6129/statm: 203954 57210 1403 9 0 201316 0
[pid=6129/tid=6131] ppid=6127 vsize=815816 CPUtime=589.23
/proc/6129/task/6131/stat : 6131 (java) R 6127 6129 6092 0 -1 64 17677 0 1 0 58909 14 0 0 25 0 13 0 1993466728 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4109615054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6132] ppid=6127 vsize=815816 CPUtime=1.3
/proc/6129/task/6132/stat : 6132 (java) S 6127 6129 6092 0 -1 64 18331 0 0 0 123 7 0 0 16 0 13 0 1993466729 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6133] ppid=6127 vsize=815816 CPUtime=1.33
/proc/6129/task/6133/stat : 6133 (java) S 6127 6129 6092 0 -1 64 20875 0 0 0 124 9 0 0 16 0 13 0 1993466729 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6129/tid=6134] ppid=6127 vsize=815816 CPUtime=0.02
/proc/6129/task/6134/stat : 6134 (java) S 6127 6129 6092 0 -1 64 30 0 0 0 2 0 0 0 16 0 13 0 1993466731 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6135] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6135/stat : 6135 (java) S 6127 6129 6092 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1993466731 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6136] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6136/stat : 6136 (java) S 6127 6129 6092 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1993466731 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6137] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6137/stat : 6137 (java) S 6127 6129 6092 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6138] ppid=6127 vsize=815816 CPUtime=2.95
/proc/6129/task/6138/stat : 6138 (java) S 6127 6129 6092 0 -1 64 6122 0 0 0 293 2 0 0 16 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6139] ppid=6127 vsize=815816 CPUtime=3.21
/proc/6129/task/6139/stat : 6139 (java) S 6127 6129 6092 0 -1 64 5990 0 0 0 318 3 0 0 16 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6140] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6140/stat : 6140 (java) S 6127 6129 6092 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6141] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6141/stat : 6141 (java) S 6127 6129 6092 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6142] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6142/stat : 6142 (java) S 6127 6129 6092 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1993470259 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 598.11
Current children cumulated vsize (KiB) 815816

[startup+598.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/85 6142
/proc/meminfo: memFree=1545600/2055920 swapFree=4179968/4192956
[pid=6129] ppid=6127 vsize=815816 CPUtime=598.51
/proc/6129/stat : 6129 (java) S 6127 6129 6092 0 -1 0 69793 0 1 0 59812 39 0 0 18 0 13 0 1993466727 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6129/statm: 203954 57210 1403 9 0 201316 0
[pid=6129/tid=6131] ppid=6127 vsize=815816 CPUtime=589.63
/proc/6129/task/6131/stat : 6131 (java) R 6127 6129 6092 0 -1 64 17677 0 1 0 58949 14 0 0 25 0 13 0 1993466728 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4109615327 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6132] ppid=6127 vsize=815816 CPUtime=1.3
/proc/6129/task/6132/stat : 6132 (java) S 6127 6129 6092 0 -1 64 18331 0 0 0 123 7 0 0 16 0 13 0 1993466729 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6133] ppid=6127 vsize=815816 CPUtime=1.33
/proc/6129/task/6133/stat : 6133 (java) S 6127 6129 6092 0 -1 64 20875 0 0 0 124 9 0 0 16 0 13 0 1993466729 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6129/tid=6134] ppid=6127 vsize=815816 CPUtime=0.02
/proc/6129/task/6134/stat : 6134 (java) S 6127 6129 6092 0 -1 64 30 0 0 0 2 0 0 0 16 0 13 0 1993466731 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6135] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6135/stat : 6135 (java) S 6127 6129 6092 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1993466731 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6136] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6136/stat : 6136 (java) S 6127 6129 6092 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1993466731 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6137] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6137/stat : 6137 (java) S 6127 6129 6092 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6138] ppid=6127 vsize=815816 CPUtime=2.95
/proc/6129/task/6138/stat : 6138 (java) S 6127 6129 6092 0 -1 64 6122 0 0 0 293 2 0 0 16 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6139] ppid=6127 vsize=815816 CPUtime=3.21
/proc/6129/task/6139/stat : 6139 (java) S 6127 6129 6092 0 -1 64 5990 0 0 0 318 3 0 0 16 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6140] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6140/stat : 6140 (java) S 6127 6129 6092 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6141] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6141/stat : 6141 (java) S 6127 6129 6092 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1993466736 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6129/tid=6142] ppid=6127 vsize=815816 CPUtime=0
/proc/6129/task/6142/stat : 6142 (java) S 6127 6129 6092 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1993470259 835395584 57210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 598.51
Current children cumulated vsize (KiB) 815816

[startup+598.406 s]
/proc/loadavg: 1.99 2.00 2.00 3/85 6142
/proc/meminfo: memFree=1545600/2055920 swapFree=4179968/4192956
[pid=6129] ppid=6127 vsize=0 CPUtime=598.58
/proc/6129/stat : 6129 (java) Z 6127 6129 6092 0 -1 12 69801 0 1 0 59818 40 0 0 16 0 2 0 1993466727 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6129/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 598.58
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 598.434
CPU time (s): 598.623
CPU user time (s): 598.188
CPU system time (s): 0.434933
CPU usage (%): 100.032
Max. virtual memory (cumulated for all children) (KiB): 822092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 598.188
system time used= 0.434933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69801
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= 14343
involuntary context switches= 15334

runsolver used 0.756884 second user time and 1.9927 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-04 06:15:19
IDJOB=1064944
IDBENCH=55013
IDSOLVER=344
FILE ID=node11/1064944-1215144918
PBS_JOBID= 7877410
Free space on /tmp= 66536 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-ooo-rf10.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064944-1215144918/watcher-1064944-1215144918 -o /tmp/evaluation-result-1064944-1215144918/solver-1064944-1215144918 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1064944-1215144918.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bdc9dae3766ae8d08071d7aa1b585934
RANDOM SEED=1810143282

node11.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.224
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.224
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1772024 kB
Buffers:         13664 kB
Cached:         116540 kB
SwapCached:       7428 kB
Active:         193920 kB
Inactive:        35808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772024 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:            9196 kB
Writeback:           0 kB
Mapped:         107104 kB
Slab:            39108 kB
Committed_AS:  3410452 kB
PageTables:       2120 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= 66532 MiB
End job on node11 at 2008-07-04 06:25:17