Trace number 1085182

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-13SAT 36.7464 36.6959

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-ewddr2/normalized-super-jobShop-ewddr2-6.xml
MD5SUMec9ce0cd50588da9acafc484ca61c5c7
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 benchmark0.120981
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size157
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.33	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.33	c See www.sat4j.org for details.
0.28/0.33	c That software uses the Rhino library from the Mozilla project.
0.28/0.37	c version 9.9.9.token
0.28/0.37	c sun.arch.data.model	32
0.28/0.37	c java.version	1.6.0_06
0.28/0.37	c os.name	Linux
0.28/0.38	c os.version	2.6.9-22.EL.rootsmp
0.28/0.38	c os.arch	i386
0.28/0.38	c Free memory 669864272
0.28/0.38	c Max memory 672137216
0.28/0.38	c Total memory 672137216
0.28/0.38	c Number of processors 2
0.38/0.42	c c --- Begin Solver configuration ---
0.38/0.42	c Stops conflict analysis at the first Unique Implication Point
0.38/0.42	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.42	c Learn all clauses as in MiniSAT
0.38/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.42	c Expensive reason simplification
0.38/0.42	c MiniSAT restarts strategy
0.38/0.42	c timeout=2147483s
0.38/0.42	c DB Simplification allowed=false
0.38/0.42	c --- End Solver configuration ---
0.38/0.42	c solving HOME/instance-1085182-1215232838.xml
0.38/0.42	c reading problem ... 
0.67/0.71	c reading problem named null
0.67/0.71	c reading domains done.
0.67/0.73	c reading variables done.
0.98/1.06	c reading predicates  done.
1.16/1.26	c reading constraints
34.89/34.81	c done with constraints.
34.89/34.81	c ... done. Wall clock time 34.385s.
34.89/34.81	c #vars     13940
34.89/34.81	c #constraints  235786
34.89/34.81	c constraints type 
34.89/34.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 235686
34.89/34.81	c org.sat4j.minisat.constraints.card.AtLeast => 100
36.69/36.61	c starts		: 1
36.69/36.61	c conflicts		: 16
36.69/36.61	c decisions		: 2394
36.69/36.61	c propagations		: 16368
36.69/36.61	c inspects		: 2544228
36.69/36.61	c learnt literals	: 0
36.69/36.61	c learnt binary clauses	: 0
36.69/36.61	c learnt ternary clauses	: 0
36.69/36.61	c learnt clauses	: 16
36.69/36.61	c ignored clauses	: 0
36.69/36.61	c root simplifications	: 0
36.69/36.61	c removed literals (reason simplification)	: 2617
36.69/36.61	c reason swapping (by a shorter reason)	: 0
36.69/36.61	c Calls to reduceDB	: 0
36.69/36.61	c speed (assignments/second)	: 9321.184510250569
36.69/36.61	c non guided choices	2352
36.69/36.61	s SATISFIABLE
36.69/36.61	v 66 93 103 79 108 109 126 118 134 137 62 46 103 88 119 118 135 134 152 149 38 39 54 49 87 88 96 95 108 112 77 80 89 84 96 95 108 117 167 122 1 0 13 46 78 21 87 155 179 90 7 6 28 27 68 69 78 77 99 87 21 22 28 27 55 54 68 69 74 73 1 0 17 16 42 43 55 56 64 63 6 5 17 16 30 21 42 43 47 46 0 1 6 5 13 12 21 22 31 27 
36.69/36.61	c Total wall clock time (in seconds) : 36.115

Verifier Data (download as text)

OK

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-1085182-1215232838/watcher-1085182-1215232838 -o /tmp/evaluation-result-1085182-1215232838/solver-1085182-1215232838 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1085182-1215232838.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.00 2.00 2.00 3/73 11148
/proc/meminfo: memFree=1180112/2055920 swapFree=4096032/4192956
[pid=11148] ppid=11146 vsize=1804 CPUtime=0
/proc/11148/stat : 11148 (java) D 11146 11148 7095 0 -1 0 361 0 0 0 0 0 0 0 18 0 1 0 1552951473 1847296 163 996147200 134512640 134550740 4294956016 18446744073709551615 6910756 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/11148/statm: 451 163 118 9 0 93 0
[pid=11148/tid=11149] ppid=11146 vsize=13288 CPUtime=0
/proc/11148/task/11149/stat : 11149 (java) R 11146 11148 7095 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1552951475 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 7757784 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.051677 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 11148
/proc/meminfo: memFree=1180112/2055920 swapFree=4096032/4192956
[pid=11148] ppid=11146 vsize=802080 CPUtime=0.03
/proc/11148/stat : 11148 (java) S 11146 11148 7095 0 -1 0 2534 0 1 0 2 1 0 0 18 0 7 0 1552951473 821329920 2271 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11148/statm: 200520 2271 962 9 0 197903 0
[pid=11148/tid=11149] ppid=11146 vsize=802080 CPUtime=0.02
/proc/11148/task/11149/stat : 11149 (java) R 11146 11148 7095 0 -1 64 1776 0 1 0 2 0 0 0 21 0 7 0 1552951475 821329920 2271 996147200 134512640 134550740 4294956016 18446744073709551615 4160642522 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802080

[startup+0.102682 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 11148
/proc/meminfo: memFree=1180112/2055920 swapFree=4096032/4192956
[pid=11148] ppid=11146 vsize=804432 CPUtime=0.08
/proc/11148/stat : 11148 (java) S 11146 11148 7095 0 -1 0 2914 0 1 0 6 2 0 0 18 0 12 0 1552951473 823738368 2647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11148/statm: 201108 2647 1026 9 0 198491 0
[pid=11148/tid=11149] ppid=11146 vsize=804432 CPUtime=0.07
/proc/11148/task/11149/stat : 11149 (java) R 11146 11148 7095 0 -1 64 2137 0 1 0 6 1 0 0 21 0 12 0 1552951475 823738368 2647 996147200 134512640 134550740 4294956016 18446744073709551615 103908572 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804432

[startup+0.301715 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 11148
/proc/meminfo: memFree=1180112/2055920 swapFree=4096032/4192956
[pid=11148] ppid=11146 vsize=808244 CPUtime=0.28
/proc/11148/stat : 11148 (java) S 11146 11148 7095 0 -1 0 4854 0 1 0 25 3 0 0 18 0 12 0 1552951473 827641856 4181 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11148/statm: 202061 4181 1297 9 0 199430 0
[pid=11148/tid=11149] ppid=11146 vsize=808244 CPUtime=0.16
/proc/11148/task/11149/stat : 11149 (java) R 11146 11148 7095 0 -1 64 2596 0 1 0 15 1 0 0 21 0 12 0 1552951475 827641856 4181 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.702763 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 11148
/proc/meminfo: memFree=1180112/2055920 swapFree=4096032/4192956
[pid=11148] ppid=11146 vsize=808272 CPUtime=0.67
/proc/11148/stat : 11148 (java) S 11146 11148 7095 0 -1 0 6325 0 1 0 62 5 0 0 18 0 12 0 1552951473 827670528 5453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11148/statm: 202068 5453 1335 9 0 199430 0
[pid=11148/tid=11149] ppid=11146 vsize=808272 CPUtime=0.39
/proc/11148/task/11149/stat : 11149 (java) R 11146 11148 7095 0 -1 64 3764 0 1 0 36 3 0 0 23 0 12 0 1552951475 827670528 5453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808272

[startup+1.50287 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 11160
/proc/meminfo: memFree=1160752/2055920 swapFree=4096032/4192956
[pid=11148] ppid=11146 vsize=810916 CPUtime=1.46
/proc/11148/stat : 11148 (java) S 11146 11148 7095 0 -1 0 9665 0 1 0 139 7 0 0 18 0 12 0 1552951473 830377984 7637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11148/statm: 202729 7637 1351 9 0 200091 0
[pid=11148/tid=11149] ppid=11146 vsize=810916 CPUtime=0.77
/proc/11148/task/11149/stat : 11149 (java) R 11146 11148 7095 0 -1 64 5369 0 1 0 73 4 0 0 19 0 12 0 1552951475 830377984 7637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11151] ppid=11146 vsize=810916 CPUtime=0
/proc/11148/task/11151/stat : 11151 (java) S 11146 11148 7095 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1552951476 830377984 7637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11152] ppid=11146 vsize=810916 CPUtime=0
/proc/11148/task/11152/stat : 11152 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1552951476 830377984 7637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11153] ppid=11146 vsize=810916 CPUtime=0
/proc/11148/task/11153/stat : 11153 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1552951478 830377984 7637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11154] ppid=11146 vsize=810916 CPUtime=0
/proc/11148/task/11154/stat : 11154 (java) S 11146 11148 7095 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1552951478 830377984 7637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11155] ppid=11146 vsize=810916 CPUtime=0
/proc/11148/task/11155/stat : 11155 (java) S 11146 11148 7095 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 1552951478 830377984 7637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11156] ppid=11146 vsize=810916 CPUtime=0
/proc/11148/task/11156/stat : 11156 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1552951483 830377984 7637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11157] ppid=11146 vsize=810916 CPUtime=0.45
/proc/11148/task/11157/stat : 11157 (java) R 11146 11148 7095 0 -1 64 2359 0 0 0 44 1 0 0 16 0 12 0 1552951483 830377984 7637 996147200 134512640 134550740 4294956016 18446744073709551615 102082976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11158] ppid=11146 vsize=810916 CPUtime=0.21
/proc/11148/task/11158/stat : 11158 (java) S 11146 11148 7095 0 -1 64 1173 0 0 0 21 0 0 0 16 0 12 0 1552951484 830377984 7637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11159] ppid=11146 vsize=810916 CPUtime=0
/proc/11148/task/11159/stat : 11159 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1552951484 830377984 7637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11160] ppid=11146 vsize=810916 CPUtime=0
/proc/11148/task/11160/stat : 11160 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552951484 830377984 7637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 810916

[startup+3.10107 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 11160
/proc/meminfo: memFree=1144304/2055920 swapFree=4096032/4192956
[pid=11148] ppid=11146 vsize=825960 CPUtime=3.18
/proc/11148/stat : 11148 (java) S 11146 11148 7095 0 -1 0 19817 0 1 0 306 12 0 0 18 0 12 0 1552951473 845783040 12031 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11148/statm: 206490 12031 1378 9 0 203852 0
[pid=11148/tid=11149] ppid=11146 vsize=825960 CPUtime=1.23
/proc/11148/task/11149/stat : 11149 (java) R 11146 11148 7095 0 -1 64 6092 0 1 0 119 4 0 0 23 0 12 0 1552951475 845783040 12031 996147200 134512640 134550740 4294956016 18446744073709551615 103440235 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11151] ppid=11146 vsize=825960 CPUtime=0
/proc/11148/task/11151/stat : 11151 (java) S 11146 11148 7095 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1552951476 845783040 12031 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11152] ppid=11146 vsize=825960 CPUtime=0
/proc/11148/task/11152/stat : 11152 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1552951476 845783040 12031 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11153] ppid=11146 vsize=825960 CPUtime=0
/proc/11148/task/11153/stat : 11153 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1552951478 845783040 12031 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11154] ppid=11146 vsize=825960 CPUtime=0
/proc/11148/task/11154/stat : 11154 (java) S 11146 11148 7095 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1552951478 845783040 12031 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11155] ppid=11146 vsize=825960 CPUtime=0
/proc/11148/task/11155/stat : 11155 (java) S 11146 11148 7095 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 1552951478 845783040 12031 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11156] ppid=11146 vsize=825960 CPUtime=0
/proc/11148/task/11156/stat : 11156 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1552951483 845783040 12031 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11157] ppid=11146 vsize=825960 CPUtime=0.89
/proc/11148/task/11157/stat : 11157 (java) S 11146 11148 7095 0 -1 64 4541 0 0 0 87 2 0 0 16 0 12 0 1552951483 845783040 12031 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11158] ppid=11146 vsize=825960 CPUtime=1.03
/proc/11148/task/11158/stat : 11158 (java) R 11146 11148 7095 0 -1 64 8420 0 0 0 99 4 0 0 21 0 12 0 1552951484 845783040 12031 996147200 134512640 134550740 4294956016 18446744073709551615 103343088 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11159] ppid=11146 vsize=825960 CPUtime=0
/proc/11148/task/11159/stat : 11159 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1552951484 845783040 12031 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11160] ppid=11146 vsize=825960 CPUtime=0
/proc/11148/task/11160/stat : 11160 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552951484 845783040 12031 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 825960

[startup+6.30249 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 11160
/proc/meminfo: memFree=1080816/2055920 swapFree=4096032/4192956
[pid=11148] ppid=11146 vsize=821888 CPUtime=6.41
/proc/11148/stat : 11148 (java) S 11146 11148 7095 0 -1 0 36934 0 1 0 620 21 0 0 18 0 12 0 1552951473 841613312 28025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11148/statm: 205472 28025 1384 9 0 202834 0
[pid=11148/tid=11149] ppid=11146 vsize=821888 CPUtime=3.82
/proc/11148/task/11149/stat : 11149 (java) R 11146 11148 7095 0 -1 64 17273 0 1 0 371 11 0 0 25 0 12 0 1552951475 841613312 28025 996147200 134512640 134550740 4294956016 18446744073709551615 4109750613 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11151] ppid=11146 vsize=821888 CPUtime=0.07
/proc/11148/task/11151/stat : 11151 (java) S 11146 11148 7095 0 -1 64 2662 0 0 0 6 1 0 0 16 0 12 0 1552951476 841613312 28025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11152] ppid=11146 vsize=821888 CPUtime=0.06
/proc/11148/task/11152/stat : 11152 (java) S 11146 11148 7095 0 -1 64 2803 0 0 0 6 0 0 0 16 0 12 0 1552951476 841613312 28025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11153] ppid=11146 vsize=821888 CPUtime=0
/proc/11148/task/11153/stat : 11153 (java) S 11146 11148 7095 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 1552951478 841613312 28025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11154] ppid=11146 vsize=821888 CPUtime=0
/proc/11148/task/11154/stat : 11154 (java) S 11146 11148 7095 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 1552951478 841613312 28025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11155] ppid=11146 vsize=821888 CPUtime=0
/proc/11148/task/11155/stat : 11155 (java) S 11146 11148 7095 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1552951478 841613312 28025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11156] ppid=11146 vsize=821888 CPUtime=0
/proc/11148/task/11156/stat : 11156 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1552951483 841613312 28025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11157] ppid=11146 vsize=821888 CPUtime=1.17
/proc/11148/task/11157/stat : 11157 (java) S 11146 11148 7095 0 -1 64 4657 0 0 0 115 2 0 0 17 0 12 0 1552951483 841613312 28025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11158] ppid=11146 vsize=821888 CPUtime=1.22
/proc/11148/task/11158/stat : 11158 (java) S 11146 11148 7095 0 -1 64 8691 0 0 0 118 4 0 0 16 0 12 0 1552951484 841613312 28025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11159] ppid=11146 vsize=821888 CPUtime=0
/proc/11148/task/11159/stat : 11159 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1552951484 841613312 28025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11160] ppid=11146 vsize=821888 CPUtime=0
/proc/11148/task/11160/stat : 11160 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552951484 841613312 28025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 821888

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 11160
/proc/meminfo: memFree=1042480/2055920 swapFree=4096032/4192956
[pid=11148] ppid=11146 vsize=821376 CPUtime=12.8
/proc/11148/stat : 11148 (java) S 11146 11148 7095 0 -1 0 45095 0 1 0 1256 24 0 0 18 0 12 0 1552951473 841089024 36046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11148/statm: 205344 36046 1384 9 0 202706 0
[pid=11148/tid=11149] ppid=11146 vsize=821376 CPUtime=9.85
/proc/11148/task/11149/stat : 11149 (java) R 11146 11148 7095 0 -1 64 17286 0 1 0 974 11 0 0 25 0 12 0 1552951475 841089024 36046 996147200 134512640 134550740 4294956016 18446744073709551615 4109742532 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11151] ppid=11146 vsize=821376 CPUtime=0.21
/proc/11148/task/11151/stat : 11151 (java) S 11146 11148 7095 0 -1 64 7496 0 0 0 18 3 0 0 16 0 12 0 1552951476 841089024 36046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11152] ppid=11146 vsize=821376 CPUtime=0.21
/proc/11148/task/11152/stat : 11152 (java) S 11146 11148 7095 0 -1 64 6115 0 0 0 19 2 0 0 16 0 12 0 1552951476 841089024 36046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11153] ppid=11146 vsize=821376 CPUtime=0
/proc/11148/task/11153/stat : 11153 (java) S 11146 11148 7095 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 1552951478 841089024 36046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11154] ppid=11146 vsize=821376 CPUtime=0
/proc/11148/task/11154/stat : 11154 (java) S 11146 11148 7095 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 1552951478 841089024 36046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11155] ppid=11146 vsize=821376 CPUtime=0
/proc/11148/task/11155/stat : 11155 (java) S 11146 11148 7095 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1552951478 841089024 36046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11156] ppid=11146 vsize=821376 CPUtime=0
/proc/11148/task/11156/stat : 11156 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1552951483 841089024 36046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11157] ppid=11146 vsize=821376 CPUtime=1.22
/proc/11148/task/11157/stat : 11157 (java) S 11146 11148 7095 0 -1 64 4659 0 0 0 120 2 0 0 17 0 12 0 1552951483 841089024 36046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11158] ppid=11146 vsize=821376 CPUtime=1.25
/proc/11148/task/11158/stat : 11158 (java) S 11146 11148 7095 0 -1 64 8691 0 0 0 121 4 0 0 16 0 12 0 1552951484 841089024 36046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11159] ppid=11146 vsize=821376 CPUtime=0
/proc/11148/task/11159/stat : 11159 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1552951484 841089024 36046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11160] ppid=11146 vsize=821376 CPUtime=0
/proc/11148/task/11160/stat : 11160 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552951484 841089024 36046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.8
Current children cumulated vsize (KiB) 821376

[startup+25.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 11160
/proc/meminfo: memFree=984368/2055920 swapFree=4096032/4192956
[pid=11148] ppid=11146 vsize=821344 CPUtime=25.6
/proc/11148/stat : 11148 (java) S 11146 11148 7095 0 -1 0 58770 0 1 0 2530 30 0 0 18 0 12 0 1552951473 841056256 49372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11148/statm: 205336 49372 1386 9 0 202698 0
[pid=11148/tid=11149] ppid=11146 vsize=821344 CPUtime=22.19
/proc/11148/task/11149/stat : 11149 (java) R 11146 11148 7095 0 -1 64 17313 0 1 0 2208 11 0 0 25 0 12 0 1552951475 841056256 49372 996147200 134512640 134550740 4294956016 18446744073709551615 4109836914 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11151] ppid=11146 vsize=821344 CPUtime=0.38
/proc/11148/task/11151/stat : 11151 (java) S 11146 11148 7095 0 -1 64 13664 0 0 0 33 5 0 0 16 0 12 0 1552951476 841056256 49372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/11148/task/11158/stat : 11158 (java) S 11146 11148 7095 0 -1 64 8693 0 0 0 126 4 0 0 17 0 12 0 1552951484 841056256 56562 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11159] ppid=11146 vsize=821344 CPUtime=0
/proc/11148/task/11159/stat : 11159 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1552951484 841056256 56562 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11160] ppid=11146 vsize=821344 CPUtime=0
/proc/11148/task/11160/stat : 11160 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552951484 841056256 56562 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 821344

[startup+35.1022 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 11161
/proc/meminfo: memFree=942248/2055920 swapFree=4096032/4192956
[pid=11148] ppid=11146 vsize=821668 CPUtime=35.19
/proc/11148/stat : 11148 (java) S 11146 11148 7095 0 -1 0 69045 0 1 0 3484 35 0 0 18 0 13 0 1552951473 841388032 59633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11148/statm: 205417 59633 1390 9 0 202779 0
[pid=11148/tid=11149] ppid=11146 vsize=821668 CPUtime=31.18
/proc/11148/task/11149/stat : 11149 (java) R 11146 11148 7095 0 -1 64 17340 0 1 0 3107 11 0 0 17 0 13 0 1552951475 841388032 59633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11151] ppid=11146 vsize=821668 CPUtime=0.52
/proc/11148/task/11151/stat : 11151 (java) S 11146 11148 7095 0 -1 64 19058 0 0 0 45 7 0 0 16 0 13 0 1552951476 841388032 59633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11152] ppid=11146 vsize=821668 CPUtime=0.52
/proc/11148/task/11152/stat : 11152 (java) S 11146 11148 7095 0 -1 64 18438 0 0 0 45 7 0 0 16 0 13 0 1552951476 841388032 59633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11153] ppid=11146 vsize=821668 CPUtime=0.01
/proc/11148/task/11153/stat : 11153 (java) S 11146 11148 7095 0 -1 64 85 0 0 0 1 0 0 0 16 0 13 0 1552951478 841388032 59633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11154] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11154/stat : 11154 (java) S 11146 11148 7095 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 1552951478 841388032 59633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11155] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11155/stat : 11155 (java) S 11146 11148 7095 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1552951478 841388032 59633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11156] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11156/stat : 11156 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1552951483 841388032 59633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11157] ppid=11146 vsize=821668 CPUtime=1.42
/proc/11148/task/11157/stat : 11157 (java) R 11146 11148 7095 0 -1 64 4661 0 0 0 140 2 0 0 16 0 13 0 1552951483 841388032 59633 996147200 134512640 134550740 4294956016 18446744073709551615 106727568 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11158] ppid=11146 vsize=821668 CPUtime=1.47
/proc/11148/task/11158/stat : 11158 (java) S 11146 11148 7095 0 -1 64 8694 0 0 0 143 4 0 0 16 0 13 0 1552951484 841388032 59633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11159] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11159/stat : 11159 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1552951484 841388032 59633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11160] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11160/stat : 11160 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1552951484 841388032 59633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11161] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11161/stat : 11161 (java) S 11146 11148 7095 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 1552954959 841388032 59633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.19
Current children cumulated vsize (KiB) 821668

[startup+35.9023 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 11161
/proc/meminfo: memFree=942248/2055920 swapFree=4096032/4192956
[pid=11148] ppid=11146 vsize=821668 CPUtime=35.99
/proc/11148/stat : 11148 (java) S 11146 11148 7095 0 -1 0 69047 0 1 0 3564 35 0 0 18 0 13 0 1552951473 841388032 59635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11148/statm: 205417 59635 1390 9 0 202779 0
[pid=11148/tid=11149] ppid=11146 vsize=821668 CPUtime=31.85
/proc/11148/task/11149/stat : 11149 (java) R 11146 11148 7095 0 -1 64 17342 0 1 0 3174 11 0 0 23 0 13 0 1552951475 841388032 59635 996147200 134512640 134550740 4294956016 18446744073709551615 4109815419 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11151] ppid=11146 vsize=821668 CPUtime=0.52
/proc/11148/task/11151/stat : 11151 (java) S 11146 11148 7095 0 -1 64 19058 0 0 0 45 7 0 0 16 0 13 0 1552951476 841388032 59635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11152] ppid=11146 vsize=821668 CPUtime=0.52
/proc/11148/task/11152/stat : 11152 (java) S 11146 11148 7095 0 -1 64 18438 0 0 0 45 7 0 0 16 0 13 0 1552951476 841388032 59635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11153] ppid=11146 vsize=821668 CPUtime=0.01
/proc/11148/task/11153/stat : 11153 (java) S 11146 11148 7095 0 -1 64 85 0 0 0 1 0 0 0 16 0 13 0 1552951478 841388032 59635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11154] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11154/stat : 11154 (java) S 11146 11148 7095 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 1552951478 841388032 59635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11155] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11155/stat : 11155 (java) S 11146 11148 7095 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1552951478 841388032 59635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11156] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11156/stat : 11156 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1552951483 841388032 59635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11157] ppid=11146 vsize=821668 CPUtime=1.5
/proc/11148/task/11157/stat : 11157 (java) S 11146 11148 7095 0 -1 64 4661 0 0 0 148 2 0 0 16 0 13 0 1552951483 841388032 59635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11158] ppid=11146 vsize=821668 CPUtime=1.51
/proc/11148/task/11158/stat : 11158 (java) S 11146 11148 7095 0 -1 64 8694 0 0 0 147 4 0 0 15 0 13 0 1552951484 841388032 59635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11159] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11159/stat : 11159 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1552951484 841388032 59635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11160] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11160/stat : 11160 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1552951484 841388032 59635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11161] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11161/stat : 11161 (java) S 11146 11148 7095 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 1552954959 841388032 59635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.99
Current children cumulated vsize (KiB) 821668

[startup+36.3074 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 11161
/proc/meminfo: memFree=942120/2055920 swapFree=4096032/4192956
[pid=11148] ppid=11146 vsize=821668 CPUtime=36.4
/proc/11148/stat : 11148 (java) S 11146 11148 7095 0 -1 0 69049 0 1 0 3604 36 0 0 18 0 13 0 1552951473 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11148/statm: 205417 59636 1390 9 0 202779 0
[pid=11148/tid=11149] ppid=11146 vsize=821668 CPUtime=32.13
/proc/11148/task/11149/stat : 11149 (java) R 11146 11148 7095 0 -1 64 17344 0 1 0 3201 12 0 0 18 0 13 0 1552951475 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4109815398 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11151] ppid=11146 vsize=821668 CPUtime=0.52
/proc/11148/task/11151/stat : 11151 (java) S 11146 11148 7095 0 -1 64 19058 0 0 0 45 7 0 0 16 0 13 0 1552951476 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11152] ppid=11146 vsize=821668 CPUtime=0.52
/proc/11148/task/11152/stat : 11152 (java) S 11146 11148 7095 0 -1 64 18438 0 0 0 45 7 0 0 16 0 13 0 1552951476 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11153] ppid=11146 vsize=821668 CPUtime=0.01
/proc/11148/task/11153/stat : 11153 (java) S 11146 11148 7095 0 -1 64 85 0 0 0 1 0 0 0 16 0 13 0 1552951478 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11154] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11154/stat : 11154 (java) S 11146 11148 7095 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 1552951478 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11155] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11155/stat : 11155 (java) S 11146 11148 7095 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1552951478 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11156] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11156/stat : 11156 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1552951483 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11157] ppid=11146 vsize=821668 CPUtime=1.59
/proc/11148/task/11157/stat : 11157 (java) S 11146 11148 7095 0 -1 64 4661 0 0 0 157 2 0 0 16 0 13 0 1552951483 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11158] ppid=11146 vsize=821668 CPUtime=1.55
/proc/11148/task/11158/stat : 11158 (java) S 11146 11148 7095 0 -1 64 8694 0 0 0 151 4 0 0 15 0 13 0 1552951484 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11159] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11159/stat : 11159 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1552951484 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11160] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11160/stat : 11160 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1552951484 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11161] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11161/stat : 11161 (java) S 11146 11148 7095 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 1552954959 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.4
Current children cumulated vsize (KiB) 821668

[startup+36.5024 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 11161
/proc/meminfo: memFree=942120/2055920 swapFree=4096032/4192956
[pid=11148] ppid=11146 vsize=821668 CPUtime=36.59
/proc/11148/stat : 11148 (java) S 11146 11148 7095 0 -1 0 69049 0 1 0 3623 36 0 0 18 0 13 0 1552951473 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11148/statm: 205417 59636 1390 9 0 202779 0
[pid=11148/tid=11149] ppid=11146 vsize=821668 CPUtime=32.3
/proc/11148/task/11149/stat : 11149 (java) R 11146 11148 7095 0 -1 64 17344 0 1 0 3218 12 0 0 19 0 13 0 1552951475 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4109815398 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11151] ppid=11146 vsize=821668 CPUtime=0.52
/proc/11148/task/11151/stat : 11151 (java) S 11146 11148 7095 0 -1 64 19058 0 0 0 45 7 0 0 16 0 13 0 1552951476 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11152] ppid=11146 vsize=821668 CPUtime=0.52
/proc/11148/task/11152/stat : 11152 (java) S 11146 11148 7095 0 -1 64 18438 0 0 0 45 7 0 0 16 0 13 0 1552951476 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11153] ppid=11146 vsize=821668 CPUtime=0.01
/proc/11148/task/11153/stat : 11153 (java) S 11146 11148 7095 0 -1 64 85 0 0 0 1 0 0 0 16 0 13 0 1552951478 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11154] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11154/stat : 11154 (java) S 11146 11148 7095 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 1552951478 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11155] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11155/stat : 11155 (java) S 11146 11148 7095 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1552951478 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11156] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11156/stat : 11156 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1552951483 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11157] ppid=11146 vsize=821668 CPUtime=1.6
/proc/11148/task/11157/stat : 11157 (java) S 11146 11148 7095 0 -1 64 4661 0 0 0 158 2 0 0 16 0 13 0 1552951483 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11158] ppid=11146 vsize=821668 CPUtime=1.56
/proc/11148/task/11158/stat : 11158 (java) S 11146 11148 7095 0 -1 64 8694 0 0 0 152 4 0 0 15 0 13 0 1552951484 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11159] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11159/stat : 11159 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1552951484 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11160] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11160/stat : 11160 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1552951484 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11161] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11161/stat : 11161 (java) S 11146 11148 7095 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 1552954959 841388032 59636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.59
Current children cumulated vsize (KiB) 821668

[startup+36.6024 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 11161
/proc/meminfo: memFree=942120/2055920 swapFree=4096032/4192956
[pid=11148] ppid=11146 vsize=821668 CPUtime=36.69
/proc/11148/stat : 11148 (java) S 11146 11148 7095 0 -1 0 72184 0 1 0 3632 37 0 0 18 0 13 0 1552951473 841388032 62769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11148/statm: 205417 62769 1391 9 0 202779 0
[pid=11148/tid=11149] ppid=11146 vsize=821668 CPUtime=32.32
/proc/11148/task/11149/stat : 11149 (java) S 11146 11148 7095 0 -1 64 17346 0 1 0 3220 12 0 0 22 0 13 0 1552951475 841388032 62769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11151] ppid=11146 vsize=821668 CPUtime=0.56
/proc/11148/task/11151/stat : 11151 (java) R 11146 11148 7095 0 -1 64 21831 0 0 0 48 8 0 0 16 0 13 0 1552951476 841388032 62769 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11152] ppid=11146 vsize=821668 CPUtime=0.54
/proc/11148/task/11152/stat : 11152 (java) R 11146 11148 7095 0 -1 64 18795 0 0 0 47 7 0 0 17 0 13 0 1552951476 841388032 62769 996147200 134512640 134550740 4294956016 18446744073709551615 105852877 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11153] ppid=11146 vsize=821668 CPUtime=0.01
/proc/11148/task/11153/stat : 11153 (java) S 11146 11148 7095 0 -1 64 85 0 0 0 1 0 0 0 16 0 13 0 1552951478 841388032 62769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11154] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11154/stat : 11154 (java) S 11146 11148 7095 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 1552951478 841388032 62769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11155] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11155/stat : 11155 (java) S 11146 11148 7095 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1552951478 841388032 62769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11156] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11156/stat : 11156 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1552951483 841388032 62769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11157] ppid=11146 vsize=821668 CPUtime=1.61
/proc/11148/task/11157/stat : 11157 (java) S 11146 11148 7095 0 -1 64 4661 0 0 0 159 2 0 0 15 0 13 0 1552951483 841388032 62769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11158] ppid=11146 vsize=821668 CPUtime=1.57
/proc/11148/task/11158/stat : 11158 (java) S 11146 11148 7095 0 -1 64 8694 0 0 0 153 4 0 0 15 0 13 0 1552951484 841388032 62769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11148/tid=11159] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11159/stat : 11159 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1552951484 841388032 62770 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11148/tid=11160] ppid=11146 vsize=821668 CPUtime=0
/proc/11148/task/11160/stat : 11160 (java) S 11146 11148 7095 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1552951484 841388032 62770 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.69
Current children cumulated vsize (KiB) 821668

Child status: 0
Real time (s): 36.6959
CPU time (s): 36.7464
CPU user time (s): 36.3295
CPU system time (s): 0.416936
CPU usage (%): 100.138
Max. virtual memory (cumulated for all children) (KiB): 825960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.3295
system time used= 0.416936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72558
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= 2259
involuntary context switches= 1606

runsolver used 0.048992 second user time and 0.134979 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-05 06:40:38
IDJOB=1085182
IDBENCH=57612
IDSOLVER=344
FILE ID=node40/1085182-1215232838
PBS_JOBID= 7881716
Free space on /tmp= 66472 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ec9ce0cd50588da9acafc484ca61c5c7
RANDOM SEED=513717888

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1180592 kB
Buffers:         85036 kB
Cached:         366920 kB
SwapCached:      91024 kB
Active:         721204 kB
Inactive:       103592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1180592 kB
SwapTotal:     4192956 kB
SwapFree:      4096032 kB
Dirty:            1284 kB
Writeback:           0 kB
Mapped:         378820 kB
Slab:            34908 kB
Committed_AS:  3379516 kB
PageTables:       2704 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= 66472 MiB
End job on node40 at 2008-07-05 06:41:15