Trace number 1087093

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-13? 474.405 477.685

General information on the benchmark

Namecsp/fapp/fapp02/
normalized-fapp02-0250-3.xml
MD5SUMaad5c2398708511922e1594d69436929
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.4843
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints3055
Maximum constraint arity2
Maximum domain size210
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3055
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.56	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.56	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.56	c See www.sat4j.org for details.
0.29/0.56	c That software uses the Rhino library from the Mozilla project.
0.37/0.61	c version 9.9.9.token
0.37/0.61	c sun.arch.data.model	32
0.37/0.61	c java.version	1.6.0_06
0.37/0.61	c os.name	Linux
0.37/0.61	c os.version	2.6.9-22.EL.rootsmp
0.37/0.61	c os.arch	i386
0.37/0.61	c Free memory 669864272
0.37/0.61	c Max memory 672137216
0.37/0.61	c Total memory 672137216
0.37/0.61	c Number of processors 2
0.37/0.66	c c --- Begin Solver configuration ---
0.37/0.66	c Stops conflict analysis at the first Unique Implication Point
0.37/0.66	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.66	c Learn all clauses as in MiniSAT
0.37/0.66	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.66	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.66	c Expensive reason simplification
0.37/0.66	c MiniSAT restarts strategy
0.37/0.66	c timeout=2147483s
0.37/0.66	c DB Simplification allowed=false
0.37/0.66	c --- End Solver configuration ---
0.37/0.66	c solving HOME/instance-1087093-1215242611.xml
0.37/0.66	c reading problem ... 
0.70/1.02	c reading problem named null
0.70/1.02	c reading domains done.
0.89/1.20	c reading variables done.
1.19/1.59	c reading predicates  done.
1.38/1.78	c reading constraints
237.59/238.79	c done with constraints.
237.59/238.79	c ... done. Wall clock time 238.135s.
237.59/238.79	c #vars     36618
237.59/238.79	c #constraints  905838
237.59/238.79	c constraints type 
237.59/238.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 905360
237.59/238.79	c org.sat4j.minisat.constraints.card.AtLeast => 250
455.84/458.90	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
455.84/458.90		at org.sat4j.core.Vec.ensure(Vec.java:175)
455.84/458.90		at org.sat4j.core.Vec.push(Vec.java:182)
455.84/458.90		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:222)
455.84/458.90		at org.sat4j.minisat.constraints.cnf.WLClause.propagate(WLClause.java:234)
455.84/458.90		at org.sat4j.minisat.core.Solver.propagate(Solver.java:763)
455.84/458.90		at org.sat4j.minisat.core.Solver.search(Solver.java:850)
457.13/460.22		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1125)
457.13/460.22		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1035)
457.13/460.22		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1016)
457.13/460.22		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:230)
457.13/460.22		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:196)
457.13/460.22		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
468.22/471.46	c starts		: 10
468.22/471.46	c conflicts		: 7832
468.22/471.46	c decisions		: 31246
468.22/471.46	c propagations		: 1891256
468.22/471.46	c inspects		: 63329194
468.22/471.46	c learnt literals	: 6
468.22/471.46	c learnt binary clauses	: 58
468.22/471.46	c learnt ternary clauses	: 2
468.22/471.46	c learnt clauses	: 7826
468.22/471.46	c ignored clauses	: 0
468.22/471.46	c root simplifications	: 0
468.22/471.46	c removed literals (reason simplification)	: 176180
468.22/471.46	c reason swapping (by a shorter reason)	: 0
468.22/471.46	c Calls to reduceDB	: 0
468.22/471.46	c speed (assignments/second)	: 8131.216894820113
468.22/471.46	c non guided choices	835
468.22/471.46	s UNKNOWN
468.22/471.46	c Total wall clock time (in seconds) : 465.591

Verifier Data (download as text)

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

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-1087093-1215242611/watcher-1087093-1215242611 -o /tmp/evaluation-result-1087093-1215242611/solver-1087093-1215242611 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1087093-1215242611.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: 2.01 2.04 2.00 3/72 1335
/proc/meminfo: memFree=1878848/2055920 swapFree=4180408/4192956
[pid=1335] ppid=1333 vsize=1520 CPUtime=0
/proc/1335/stat : 1335 (java6) R 1333 1335 1044 0 -1 0 74 0 0 0 0 0 0 0 18 0 1 0 1553927902 1556480 58 996147200 134512640 134550740 4294956176 18446744073709551615 6852696 0 0 4096 0 0 0 0 17 0 0 0
/proc/1335/statm: 380 69 53 9 0 10 0

[startup+0.031352 s]
/proc/loadavg: 2.01 2.04 2.00 3/72 1335
/proc/meminfo: memFree=1878848/2055920 swapFree=4180408/4192956
[pid=1335] ppid=1333 vsize=13012 CPUtime=0.01
/proc/1335/stat : 1335 (java) D 1333 1335 1044 0 -1 0 384 0 5 0 0 1 0 0 18 0 1 0 1553927902 13324288 190 996147200 134512640 134550740 4294956016 18446744073709551615 6820650 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/1335/statm: 3253 190 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.101364 s]
/proc/loadavg: 2.01 2.04 2.00 3/72 1335
/proc/meminfo: memFree=1878848/2055920 swapFree=4180408/4192956
[pid=1335] ppid=1333 vsize=13496 CPUtime=0.02
/proc/1335/stat : 1335 (java) S 1333 1335 1044 0 -1 0 817 0 30 0 0 2 0 0 18 0 2 0 1553927902 13819904 613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/1335/statm: 3374 613 277 9 0 1247 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13496

[startup+0.301398 s]
/proc/loadavg: 2.01 2.04 2.00 3/72 1335
/proc/meminfo: memFree=1878848/2055920 swapFree=4180408/4192956
[pid=1335] ppid=1333 vsize=802228 CPUtime=0.1
/proc/1335/stat : 1335 (java) S 1333 1335 1044 0 -1 0 2837 0 38 0 5 5 0 0 18 0 7 0 1553927902 821481472 2609 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/1335/statm: 200557 2610 1014 9 0 197940 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 802228

[startup+0.701468 s]
/proc/loadavg: 2.01 2.04 2.00 3/72 1335
/proc/meminfo: memFree=1878848/2055920 swapFree=4180408/4192956
[pid=1335] ppid=1333 vsize=808304 CPUtime=0.45
/proc/1335/stat : 1335 (java) S 1333 1335 1044 0 -1 0 5406 0 39 0 36 9 0 0 18 0 12 0 1553927902 827703296 4771 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1335/statm: 202076 4771 1319 9 0 199438 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 808304

[startup+1.50261 s]
/proc/loadavg: 2.01 2.04 2.00 4/84 1347
/proc/meminfo: memFree=1849824/2055920 swapFree=4180408/4192956
[pid=1335] ppid=1333 vsize=808304 CPUtime=1.19
/proc/1335/stat : 1335 (java) S 1333 1335 1044 0 -1 0 8258 0 39 0 108 11 0 0 18 0 12 0 1553927902 827703296 6203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1335/statm: 202076 6204 1341 9 0 199438 0
[pid=1335/tid=1337] ppid=1333 vsize=808304 CPUtime=0.56
/proc/1335/task/1337/stat : 1337 (java) R 1333 1335 1044 0 -1 64 4441 0 10 0 49 7 0 0 19 0 12 0 1553927909 827703296 6204 996147200 134512640 134550740 4294956016 18446744073709551615 4109568542 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1338] ppid=1333 vsize=808304 CPUtime=0
/proc/1335/task/1338/stat : 1338 (java) S 1333 1335 1044 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 1553927920 827703296 6205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1339] ppid=1333 vsize=808304 CPUtime=0
/proc/1335/task/1339/stat : 1339 (java) S 1333 1335 1044 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1553927920 827703296 6205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1340] ppid=1333 vsize=808304 CPUtime=0
/proc/1335/task/1340/stat : 1340 (java) S 1333 1335 1044 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1553927923 827703296 6205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1341] ppid=1333 vsize=808304 CPUtime=0
/proc/1335/task/1341/stat : 1341 (java) S 1333 1335 1044 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1553927924 827703296 6207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1342] ppid=1333 vsize=808304 CPUtime=0
/proc/1335/task/1342/stat : 1342 (java) S 1333 1335 1044 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 1553927924 827703296 6207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1343] ppid=1333 vsize=808304 CPUtime=0
/proc/1335/task/1343/stat : 1343 (java) S 1333 1335 1044 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1553927932 827703296 6209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1344] ppid=1333 vsize=808304 CPUtime=0.4
/proc/1335/task/1344/stat : 1344 (java) S 1333 1335 1044 0 -1 64 1939 0 0 0 40 0 0 0 16 0 12 0 1553927932 827703296 6212 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1345] ppid=1333 vsize=808304 CPUtime=0.18
/proc/1335/task/1345/stat : 1345 (java) S 1333 1335 1044 0 -1 64 1142 0 0 0 18 0 0 0 16 0 12 0 1553927932 827703296 6212 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1346] ppid=1333 vsize=808304 CPUtime=0
/proc/1335/task/1346/stat : 1346 (java) S 1333 1335 1044 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1553927932 827703296 6212 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1347] ppid=1333 vsize=808304 CPUtime=0
/proc/1335/task/1347/stat : 1347 (java) S 1333 1335 1044 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1553927932 827703296 6212 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 808304

[startup+3.10289 s]
/proc/loadavg: 2.01 2.04 2.00 4/84 1347
/proc/meminfo: memFree=1831776/2055920 swapFree=4180408/4192956
[pid=1335] ppid=1333 vsize=816792 CPUtime=2.79
/proc/1335/stat : 1335 (java) S 1333 1335 1044 0 -1 0 17990 0 39 0 261 18 0 0 18 0 12 0 1553927902 836395008 13599 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1335/statm: 204198 13600 1383 9 0 201560 0
[pid=1335/tid=1337] ppid=1333 vsize=816792 CPUtime=1.17
/proc/1335/task/1337/stat : 1337 (java) R 1333 1335 1044 0 -1 64 9658 0 10 0 105 12 0 0 25 0 12 0 1553927909 836395008 13601 996147200 134512640 134550740 4294956016 18446744073709551615 4109915949 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1338] ppid=1333 vsize=816792 CPUtime=0
/proc/1335/task/1338/stat : 1338 (java) S 1333 1335 1044 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 1553927920 836395008 13602 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1339] ppid=1333 vsize=816792 CPUtime=0
/proc/1335/task/1339/stat : 1339 (java) S 1333 1335 1044 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1553927920 836395008 13603 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1340] ppid=1333 vsize=816792 CPUtime=0
/proc/1335/task/1340/stat : 1340 (java) S 1333 1335 1044 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1553927923 836395008 13604 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1341] ppid=1333 vsize=816792 CPUtime=0
/proc/1335/task/1341/stat : 1341 (java) S 1333 1335 1044 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1553927924 836395008 13605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1342] ppid=1333 vsize=816792 CPUtime=0
/proc/1335/task/1342/stat : 1342 (java) S 1333 1335 1044 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 1553927924 836395008 13606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1343] ppid=1333 vsize=816792 CPUtime=0
/proc/1335/task/1343/stat : 1343 (java) S 1333 1335 1044 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1553927932 836395008 13607 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1344] ppid=1333 vsize=816792 CPUtime=0.72
/proc/1335/task/1344/stat : 1344 (java) S 1333 1335 1044 0 -1 64 2421 0 0 0 72 0 0 0 16 0 12 0 1553927932 836395008 13608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1345] ppid=1333 vsize=816792 CPUtime=0.86
/proc/1335/task/1345/stat : 1345 (java) S 1333 1335 1044 0 -1 64 5175 0 0 0 83 3 0 0 16 0 12 0 1553927932 836395008 13609 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1346] ppid=1333 vsize=816792 CPUtime=0
/proc/1335/task/1346/stat : 1346 (java) S 1333 1335 1044 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1553927932 836395008 13610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1347] ppid=1333 vsize=816792 CPUtime=0
/proc/1335/task/1347/stat : 1347 (java) S 1333 1335 1044 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1553927932 836395008 13611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 816792

[startup+6.30244 s]
/proc/loadavg: 2.01 2.04 2.00 3/84 1347
/proc/meminfo: memFree=1766368/2055920 swapFree=4180408/4192956
[pid=1335] ppid=1333 vsize=816224 CPUtime=5.98
/proc/1335/stat : 1335 (java) S 1333 1335 1044 0 -1 0 30932 0 39 0 571 27 0 0 18 0 12 0 1553927902 835813376 26395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1335/statm: 204056 26395 1389 9 0 201418 0
[pid=1335/tid=1337] ppid=1333 vsize=816224 CPUtime=3.96
/proc/1335/task/1337/stat : 1337 (java) R 1333 1335 1044 0 -1 64 17296 0 10 0 379 17 0 0 25 0 12 0 1553927909 835813376 26395 996147200 134512640 134550740 4294956016 18446744073709551615 4109719019 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1338] ppid=1333 vsize=816224 CPUtime=0.09
/proc/1335/task/1338/stat : 1338 (java) S 1333 1335 1044 0 -1 64 2387 0 0 0 8 1 0 0 16 0 12 0 1553927920 835813376 26395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1339] ppid=1333 vsize=816224 CPUtime=0.11
/proc/1335/task/1339/stat : 1339 (java) S 1333 1335 1044 0 -1 64 2826 0 0 0 9 2 0 0 16 0 12 0 1553927920 835813376 26395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1340] ppid=1333 vsize=816224 CPUtime=0
/proc/1335/task/1340/stat : 1340 (java) S 1333 1335 1044 0 -1 64 85 0 0 0 0 0 0 0 16 0 12 0 1553927923 835813376 26395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1341] ppid=1333 vsize=816224 CPUtime=0
/proc/1335/task/1341/stat : 1341 (java) S 1333 1335 1044 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1553927924 835813376 26395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1342] ppid=1333 vsize=816224 CPUtime=0
/proc/1335/task/1342/stat : 1342 (java) S 1333 1335 1044 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1553927924 835813376 26395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1343] ppid=1333 vsize=816224 CPUtime=0
/proc/1335/task/1343/stat : 1343 (java) S 1333 1335 1044 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1553927932 835813376 26395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1344] ppid=1333 vsize=816224 CPUtime=0.78
/proc/1335/task/1344/stat : 1344 (java) S 1333 1335 1044 0 -1 64 2423 0 0 0 78 0 0 0 16 0 12 0 1553927932 835813376 26395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1345] ppid=1333 vsize=816224 CPUtime=0.96
/proc/1335/task/1345/stat : 1345 (java) S 1333 1335 1044 0 -1 64 5180 0 0 0 93 3 0 0 16 0 12 0 1553927932 835813376 26395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1346] ppid=1333 vsize=816224 CPUtime=0
/proc/1335/task/1346/stat : 1346 (java) S 1333 1335 1044 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1553927932 835813376 26395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1347] ppid=1333 vsize=816224 CPUtime=0
/proc/1335/task/1347/stat : 1347 (java) S 1333 1335 1044 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1553927932 835813376 26395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 816224

[startup+12.7025 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 1347
/proc/meminfo: memFree=1744288/2055920 swapFree=4180408/4192956
[pid=1335] ppid=1333 vsize=816224 CPUtime=12.36
/proc/1335/stat : 1335 (java) S 1333 1335 1044 0 -1 0 36570 0 39 0 1206 30 0 0 18 0 12 0 1553927902 835813376 32022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1335/statm: 204056 32022 1389 9 0 201418 0
[pid=1335/tid=1337] ppid=1333 vsize=816224 CPUtime=9.97
/proc/1335/task/1337/stat : 1337 (java) R 1333 1335 1044 0 -1 64 17308 0 10 0 980 17 0 0 25 0 12 0 1553927909 835813376 32022 996147200 134512640 134550740 4294956016 18446744073709551615 4109688547 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1338] ppid=1333 vsize=816224 CPUtime=0.21
/proc/1335/task/1338/stat : 1338 (java) S 1333 1335 1044 0 -1 64 4700 0 0 0 19 2 0 0 16 0 12 0 1553927920 835813376 32022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1339] ppid=1333 vsize=816224 CPUtime=0.23
/proc/1335/task/1339/stat : 1339 (java) S 1333 1335 1044 0 -1 64 6125 0 0 0 20 3 0 0 16 0 12 0 1553927920 835813376 32022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1340] ppid=1333 vsize=816224 CPUtime=0
/proc/1335/task/1340/stat : 1340 (java) S 1333 1335 1044 0 -1 64 85 0 0 0 0 0 0 0 16 0 12 0 1553927923 835813376 32022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1341] ppid=1333 vsize=816224 CPUtime=0
/proc/1335/task/1341/stat : 1341 (java) S 1333 1335 1044 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1553927924 835813376 32022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1342] ppid=1333 vsize=816224 CPUtime=0
/proc/1335/task/1342/stat : 1342 (java) S 1333 1335 1044 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1553927924 835813376 32022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1343] ppid=1333 vsize=816224 CPUtime=0
/proc/1335/task/1343/stat : 1343 (java) S 1333 1335 1044 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1553927932 835813376 32022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1344] ppid=1333 vsize=816224 CPUtime=0.83
/proc/1335/task/1344/stat : 1344 (java) S 1333 1335 1044 0 -1 64 2427 0 0 0 83 0 0 0 16 0 12 0 1553927932 835813376 32022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1345] ppid=1333 vsize=816224 CPUtime=1.04
/proc/1335/task/1345/stat : 1345 (java) S 1333 1335 1044 0 -1 64 5190 0 0 0 101 3 0 0 17 0 12 0 1553927932 835813376 32022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1346] ppid=1333 vsize=816224 CPUtime=0
/proc/1335/task/1346/stat : 1346 (java) S 1333 1335 1044 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1553927932 835813376 32022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1347] ppid=1333 vsize=816224 CPUtime=0
/proc/1335/task/1347/stat : 1347 (java) S 1333 1335 1044 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1553927932 835813376 32022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 816224

[startup+25.5018 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 1347
/proc/meminfo: memFree=1715808/2055920 swapFree=4180408/4192956
[pid=1335] ppid=1333 vsize=816224 CPUtime=25.11
/proc/1335/stat : 1335 (java) S 1333 1335 1044 0 -1 0 43771 0 39 0 2476 35 0 0 18 0 12 0 1553927902 835813376 39201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1335/statm: 204056 39201 1389 9 0 201418 0
[pid=1335/tid=1337] ppid=1333 vsize=816224 CPUtime=22.37
/proc/1335/task/1337/stat : 1337 (java) R 1333 1335 1044 0 -1 64 17336 0 10 0 2220 17 0 0 25 0 12 0 1553927909 835813376 39201 996147200 134512640 134550740 4294956016 18446744073709551615 4109688585 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1338] ppid=1333 vsize=816224 CPUtime=0.31
/proc/1335/task/1338/stat : 1338 (java) S 1333 1335 1044 0 -1 64 8268 0 0 0 27 4 0 0 16 0 12 0 1553927920 835813376 39201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1339] ppid=1333 vsize=816224 CPUtime=0.33
/proc/1335/task/1339/stat : 1339 (java) S 1333 1335 1044 0 -1 64 9720 0 0 0 28 5 0 0 16 0 12 0 1553927920 835813376 39201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1340] ppid=1333 vsize=816224 CPUtime=0.01
/proc/1335/task/1340/stat : 1340 (java) S 1333 1335 1044 0 -1 64 85 0 0 0 1 0 0 0 16 0 12 0 1553927923 835813376 39201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1341] ppid=1333 vsize=816224 CPUtime=0
/proc/1335/task/1341/stat : 1341 (java) S 1333 1335 1044 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1553927924 835813376 39201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1342] ppid=1333 vsize=816224 CPUtime=0
/proc/1335/task/1342/stat : 1342 (java) S 1333 1335 1044 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1553927924 835813376 39201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1343] ppid=1333 vsize=816224 CPUtime=0
/proc/1335/task/1343/stat : 1343 (java) S 1333 1335 1044 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1553927932 835813376 39201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=1335] ppid=1333 vsize=816872 CPUtime=470.3
/proc/1335/stat : 1335 (java) S 1333 1335 1044 0 -1 0 180220 0 39 0 46924 106 0 0 18 0 13 0 1553927902 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1335/statm: 204218 173833 1403 9 0 201580 0
[pid=1335/tid=1337] ppid=1333 vsize=816872 CPUtime=397.16
/proc/1335/task/1337/stat : 1337 (java) S 1333 1335 1044 0 -1 64 17670 0 10 0 39696 20 0 0 17 0 13 0 1553927909 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1338] ppid=1333 vsize=816872 CPUtime=3.32
/proc/1335/task/1338/stat : 1338 (java) S 1333 1335 1044 0 -1 64 73020 0 0 0 296 36 0 0 17 0 13 0 1553927920 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1339] ppid=1333 vsize=816872 CPUtime=3.39
/proc/1335/task/1339/stat : 1339 (java) S 1333 1335 1044 0 -1 64 76377 0 0 0 302 37 0 0 16 0 13 0 1553927920 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1340] ppid=1333 vsize=816872 CPUtime=62.61
/proc/1335/task/1340/stat : 1340 (java) R 1333 1335 1044 0 -1 64 4681 0 0 0 6256 5 0 0 25 0 13 0 1553927923 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1341] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1341/stat : 1341 (java) S 1333 1335 1044 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1553927924 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1342] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1342/stat : 1342 (java) S 1333 1335 1044 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 1553927924 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1343] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1343/stat : 1343 (java) S 1333 1335 1044 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1344] ppid=1333 vsize=816872 CPUtime=1.57
/proc/1335/task/1344/stat : 1344 (java) S 1333 1335 1044 0 -1 64 2465 0 0 0 157 0 0 0 16 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1345] ppid=1333 vsize=816872 CPUtime=2.16
/proc/1335/task/1345/stat : 1345 (java) S 1333 1335 1044 0 -1 64 5256 0 0 0 213 3 0 0 16 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1346] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1346/stat : 1346 (java) S 1333 1335 1044 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1347] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1347/stat : 1347 (java) S 1333 1335 1044 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1348] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1348/stat : 1348 (java) S 1333 1335 1044 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 1553951792 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 470.3
Current children cumulated vsize (KiB) 816872

[startup+475.103 s]
/proc/loadavg: 2.12 2.06 2.01 3/85 1351
/proc/meminfo: memFree=1173520/2055920 swapFree=4180408/4192956
[pid=1335] ppid=1333 vsize=816872 CPUtime=471.88
/proc/1335/stat : 1335 (java) S 1333 1335 1044 0 -1 0 180221 0 39 0 47082 106 0 0 18 0 13 0 1553927902 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1335/statm: 204218 173833 1403 9 0 201580 0
[pid=1335/tid=1337] ppid=1333 vsize=816872 CPUtime=397.16
/proc/1335/task/1337/stat : 1337 (java) S 1333 1335 1044 0 -1 64 17671 0 10 0 39696 20 0 0 17 0 13 0 1553927909 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1338] ppid=1333 vsize=816872 CPUtime=3.32
/proc/1335/task/1338/stat : 1338 (java) S 1333 1335 1044 0 -1 64 73020 0 0 0 296 36 0 0 17 0 13 0 1553927920 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1339] ppid=1333 vsize=816872 CPUtime=3.39
/proc/1335/task/1339/stat : 1339 (java) S 1333 1335 1044 0 -1 64 76377 0 0 0 302 37 0 0 16 0 13 0 1553927920 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1340] ppid=1333 vsize=816872 CPUtime=64.19
/proc/1335/task/1340/stat : 1340 (java) R 1333 1335 1044 0 -1 64 4681 0 0 0 6414 5 0 0 25 0 13 0 1553927923 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 106123403 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1341] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1341/stat : 1341 (java) S 1333 1335 1044 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1553927924 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1342] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1342/stat : 1342 (java) S 1333 1335 1044 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 1553927924 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1343] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1343/stat : 1343 (java) S 1333 1335 1044 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1344] ppid=1333 vsize=816872 CPUtime=1.57
/proc/1335/task/1344/stat : 1344 (java) S 1333 1335 1044 0 -1 64 2465 0 0 0 157 0 0 0 16 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1345] ppid=1333 vsize=816872 CPUtime=2.16
/proc/1335/task/1345/stat : 1345 (java) S 1333 1335 1044 0 -1 64 5256 0 0 0 213 3 0 0 16 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1346] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1346/stat : 1346 (java) S 1333 1335 1044 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1347] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1347/stat : 1347 (java) S 1333 1335 1044 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1348] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1348/stat : 1348 (java) S 1333 1335 1044 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 1553951792 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 471.88
Current children cumulated vsize (KiB) 816872

[startup+476.702 s]
/proc/loadavg: 2.12 2.06 2.01 3/85 1351
/proc/meminfo: memFree=1173520/2055920 swapFree=4180408/4192956
[pid=1335] ppid=1333 vsize=816872 CPUtime=473.47
/proc/1335/stat : 1335 (java) S 1333 1335 1044 0 -1 0 180222 0 39 0 47241 106 0 0 18 0 13 0 1553927902 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1335/statm: 204218 173833 1403 9 0 201580 0
[pid=1335/tid=1337] ppid=1333 vsize=816872 CPUtime=397.16
/proc/1335/task/1337/stat : 1337 (java) S 1333 1335 1044 0 -1 64 17672 0 10 0 39696 20 0 0 17 0 13 0 1553927909 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1338] ppid=1333 vsize=816872 CPUtime=3.32
/proc/1335/task/1338/stat : 1338 (java) S 1333 1335 1044 0 -1 64 73020 0 0 0 296 36 0 0 17 0 13 0 1553927920 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1339] ppid=1333 vsize=816872 CPUtime=3.39
/proc/1335/task/1339/stat : 1339 (java) S 1333 1335 1044 0 -1 64 76377 0 0 0 302 37 0 0 16 0 13 0 1553927920 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1340] ppid=1333 vsize=816872 CPUtime=65.77
/proc/1335/task/1340/stat : 1340 (java) R 1333 1335 1044 0 -1 64 4681 0 0 0 6572 5 0 0 25 0 13 0 1553927923 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 105852546 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1341] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1341/stat : 1341 (java) S 1333 1335 1044 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1553927924 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1342] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1342/stat : 1342 (java) S 1333 1335 1044 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 1553927924 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1343] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1343/stat : 1343 (java) S 1333 1335 1044 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1344] ppid=1333 vsize=816872 CPUtime=1.57
/proc/1335/task/1344/stat : 1344 (java) S 1333 1335 1044 0 -1 64 2465 0 0 0 157 0 0 0 16 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1345] ppid=1333 vsize=816872 CPUtime=2.16
/proc/1335/task/1345/stat : 1345 (java) S 1333 1335 1044 0 -1 64 5256 0 0 0 213 3 0 0 16 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1346] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1346/stat : 1346 (java) S 1333 1335 1044 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1347] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1347/stat : 1347 (java) S 1333 1335 1044 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1348] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1348/stat : 1348 (java) S 1333 1335 1044 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 1553951792 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 473.47
Current children cumulated vsize (KiB) 816872

[startup+477.103 s]
/proc/loadavg: 2.12 2.06 2.01 3/85 1351
/proc/meminfo: memFree=1173520/2055920 swapFree=4180408/4192956
[pid=1335] ppid=1333 vsize=816872 CPUtime=473.86
/proc/1335/stat : 1335 (java) S 1333 1335 1044 0 -1 0 180222 0 39 0 47280 106 0 0 18 0 13 0 1553927902 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1335/statm: 204218 173833 1403 9 0 201580 0
[pid=1335/tid=1337] ppid=1333 vsize=816872 CPUtime=397.16
/proc/1335/task/1337/stat : 1337 (java) S 1333 1335 1044 0 -1 64 17672 0 10 0 39696 20 0 0 17 0 13 0 1553927909 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1338] ppid=1333 vsize=816872 CPUtime=3.32
/proc/1335/task/1338/stat : 1338 (java) S 1333 1335 1044 0 -1 64 73020 0 0 0 296 36 0 0 17 0 13 0 1553927920 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1339] ppid=1333 vsize=816872 CPUtime=3.39
/proc/1335/task/1339/stat : 1339 (java) S 1333 1335 1044 0 -1 64 76377 0 0 0 302 37 0 0 16 0 13 0 1553927920 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1340] ppid=1333 vsize=816872 CPUtime=66.17
/proc/1335/task/1340/stat : 1340 (java) R 1333 1335 1044 0 -1 64 4681 0 0 0 6612 5 0 0 25 0 13 0 1553927923 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1341] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1341/stat : 1341 (java) S 1333 1335 1044 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1553927924 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1342] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1342/stat : 1342 (java) S 1333 1335 1044 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 1553927924 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1343] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1343/stat : 1343 (java) S 1333 1335 1044 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1344] ppid=1333 vsize=816872 CPUtime=1.57
/proc/1335/task/1344/stat : 1344 (java) S 1333 1335 1044 0 -1 64 2465 0 0 0 157 0 0 0 16 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1345] ppid=1333 vsize=816872 CPUtime=2.16
/proc/1335/task/1345/stat : 1345 (java) S 1333 1335 1044 0 -1 64 5256 0 0 0 213 3 0 0 16 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1346] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1346/stat : 1346 (java) S 1333 1335 1044 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1347] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1347/stat : 1347 (java) S 1333 1335 1044 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1348] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1348/stat : 1348 (java) S 1333 1335 1044 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 1553951792 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 473.86
Current children cumulated vsize (KiB) 816872

[startup+477.503 s]
/proc/loadavg: 2.11 2.06 2.01 3/85 1351
/proc/meminfo: memFree=1173520/2055920 swapFree=4180408/4192956
[pid=1335] ppid=1333 vsize=816872 CPUtime=474.26
/proc/1335/stat : 1335 (java) S 1333 1335 1044 0 -1 0 180222 0 39 0 47320 106 0 0 18 0 13 0 1553927902 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1335/statm: 204218 173833 1403 9 0 201580 0
[pid=1335/tid=1337] ppid=1333 vsize=816872 CPUtime=397.16
/proc/1335/task/1337/stat : 1337 (java) S 1333 1335 1044 0 -1 64 17672 0 10 0 39696 20 0 0 17 0 13 0 1553927909 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1338] ppid=1333 vsize=816872 CPUtime=3.32
/proc/1335/task/1338/stat : 1338 (java) S 1333 1335 1044 0 -1 64 73020 0 0 0 296 36 0 0 17 0 13 0 1553927920 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1339] ppid=1333 vsize=816872 CPUtime=3.39
/proc/1335/task/1339/stat : 1339 (java) S 1333 1335 1044 0 -1 64 76377 0 0 0 302 37 0 0 16 0 13 0 1553927920 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1340] ppid=1333 vsize=816872 CPUtime=66.56
/proc/1335/task/1340/stat : 1340 (java) R 1333 1335 1044 0 -1 64 4681 0 0 0 6651 5 0 0 25 0 13 0 1553927923 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1341] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1341/stat : 1341 (java) S 1333 1335 1044 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1553927924 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1342] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1342/stat : 1342 (java) S 1333 1335 1044 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 1553927924 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1343] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1343/stat : 1343 (java) S 1333 1335 1044 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1344] ppid=1333 vsize=816872 CPUtime=1.57
/proc/1335/task/1344/stat : 1344 (java) S 1333 1335 1044 0 -1 64 2465 0 0 0 157 0 0 0 16 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1345] ppid=1333 vsize=816872 CPUtime=2.16
/proc/1335/task/1345/stat : 1345 (java) S 1333 1335 1044 0 -1 64 5256 0 0 0 213 3 0 0 16 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1335/tid=1346] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1346/stat : 1346 (java) S 1333 1335 1044 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1347] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1347/stat : 1347 (java) S 1333 1335 1044 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1553927932 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1335/tid=1348] ppid=1333 vsize=816872 CPUtime=0
/proc/1335/task/1348/stat : 1348 (java) S 1333 1335 1044 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 1553951792 836476928 173833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 474.26
Current children cumulated vsize (KiB) 816872

[startup+477.603 s]
/proc/loadavg: 2.11 2.06 2.01 3/85 1351
/proc/meminfo: memFree=1173520/2055920 swapFree=4180408/4192956
[pid=1335] ppid=1333 vsize=0 CPUtime=474.32
/proc/1335/stat : 1335 (java) Z 1333 1335 1044 0 -1 12 180226 0 39 0 47322 110 0 0 16 0 2 0 1553927902 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1335/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 474.32
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 477.685
CPU time (s): 474.405
CPU user time (s): 473.223
CPU system time (s): 1.18182
CPU usage (%): 99.3134
Max. virtual memory (cumulated for all children) (KiB): 820552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 473.223
system time used= 1.18182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180226
page faults= 39
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15845
involuntary context switches= 13941

runsolver used 0.575912 second user time and 1.62275 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-05 09:23:31
IDJOB=1087093
IDBENCH=57930
IDSOLVER=344
FILE ID=node55/1087093-1215242611
PBS_JOBID= 7881995
Free space on /tmp= 66424 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/fapp/fapp02/normalized-fapp02-0250-3.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-1087093-1215242611/watcher-1087093-1215242611 -o /tmp/evaluation-result-1087093-1215242611/solver-1087093-1215242611 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1087093-1215242611.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= aad5c2398708511922e1594d69436929
RANDOM SEED=1036062201

node55.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.261
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.261
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:       1879328 kB
Buffers:          2148 kB
Cached:          28652 kB
SwapCached:       6260 kB
Active:         117568 kB
Inactive:         9292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1879328 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            1504 kB
Writeback:           0 kB
Mapped:         104124 kB
Slab:            35060 kB
Committed_AS:  3261320 kB
PageTables:       1920 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= 66424 MiB
End job on node55 at 2008-07-05 09:31:29