Trace number 1062529

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? 1135.93 1145.11

General information on the benchmark

Namecsp/pseudo/niklas/
normalized-enigma.xml
MD5SUM34f60034b70a0f3e297ef3e5f22fb2bb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.036993
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints42
Maximum constraint arity90
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension42
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.32	c See www.sat4j.org for details.
0.28/0.32	c That software uses the Rhino library from the Mozilla project.
0.28/0.36	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.37	c os.version	2.6.9-22.EL.rootsmp
0.28/0.37	c os.arch	i386
0.28/0.37	c Free memory 669864272
0.28/0.37	c Max memory 672137216
0.28/0.37	c Total memory 672137216
0.28/0.37	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1062529-1215135516.xml
0.38/0.41	c reading problem ... 
0.58/0.69	c reading problem named null
0.58/0.69	c reading domains done.
0.58/0.69	c reading variables done.
0.68/0.74	c reading predicates  done.
0.98/1.00	c reading constraints
1135.74/1144.96	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1135.74/1144.96		at org.sat4j.core.Vec.ensure(Vec.java:175)
1135.74/1144.96		at org.sat4j.core.Vec.push(Vec.java:182)
1135.74/1144.96		at org.sat4j.minisat.core.Solver.addConstr(Solver.java:1190)
1135.74/1144.96		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
1135.74/1144.96		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
1135.74/1144.96		at org.sat4j.csp.Predicate.find(Predicate.java:132)
1135.74/1144.96		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.96		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.96		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.96		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.96		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.96		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.96		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.96		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.96		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.96		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.96		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.97		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.97		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.97		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.97		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.97		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.97		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.97		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.97		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.97		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.97		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.97		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.97		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.97		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.97		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.97		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1135.74/1144.97	c starts		: 0
1135.74/1144.97	c conflicts		: 0
1135.74/1144.97	c decisions		: 0
1135.74/1144.97	c propagations		: 0
1135.74/1144.97	c inspects		: 0
1135.74/1144.97	c learnt literals	: 0
1135.74/1144.97	c learnt binary clauses	: 0
1135.74/1144.97	c learnt ternary clauses	: 0
1135.74/1144.97	c learnt clauses	: 0
1135.74/1144.97	c ignored clauses	: 0
1135.74/1144.97	c root simplifications	: 0
1135.74/1144.97	c removed literals (reason simplification)	: 0
1135.74/1144.97	c reason swapping (by a shorter reason)	: 0
1135.74/1144.97	c Calls to reduceDB	: 0
1135.74/1144.97	c speed (assignments/second)	: 0.0
1135.74/1144.97	c non guided choices	0
1135.74/1144.97	s UNKNOWN
1135.74/1144.97	c Total wall clock time (in seconds) : 1144.554

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-1062529-1215135516/watcher-1062529-1215135516 -o /tmp/evaluation-result-1062529-1215135516/solver-1062529-1215135516 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1062529-1215135516.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.11 2.02 2.01 4/81 17311
/proc/meminfo: memFree=851288/2055920 swapFree=4180312/4192956
[pid=17311] ppid=17309 vsize=13288 CPUtime=0
/proc/17311/stat : 17311 (java) S 17309 17311 15763 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 419169006 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 3322 538 219 9 0 1232 0
[pid=17311/tid=17312] ppid=17309 vsize=13288 CPUtime=0
/proc/17311/task/17312/stat : 17312 (java) R 17309 17311 15763 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 419169007 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 4657112 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0783771 s]
/proc/loadavg: 2.11 2.02 2.01 4/81 17311
/proc/meminfo: memFree=851288/2055920 swapFree=4180312/4192956
[pid=17311] ppid=17309 vsize=802236 CPUtime=0.06
/proc/17311/stat : 17311 (java) S 17309 17311 15763 0 -1 0 2795 0 1 0 4 2 0 0 18 0 7 0 419169006 821489664 2530 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 200559 2534 1008 9 0 197942 0
[pid=17311/tid=17312] ppid=17309 vsize=802236 CPUtime=0.05
/proc/17311/task/17312/stat : 17312 (java) D 17309 17311 15763 0 -1 64 2037 0 1 0 4 1 0 0 17 0 7 0 419169007 821489664 2534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099937270 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.103653 s]
/proc/loadavg: 2.11 2.02 2.01 4/81 17311
/proc/meminfo: memFree=851288/2055920 swapFree=4180312/4192956
[pid=17311] ppid=17309 vsize=804612 CPUtime=0.08
/proc/17311/stat : 17311 (java) S 17309 17311 15763 0 -1 0 3004 0 1 0 6 2 0 0 18 0 12 0 419169006 823922688 2737 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 201153 2737 1048 9 0 198522 0
[pid=17311/tid=17312] ppid=17309 vsize=804612 CPUtime=0.07
/proc/17311/task/17312/stat : 17312 (java) R 17309 17311 15763 0 -1 64 2225 0 1 0 6 1 0 0 21 0 12 0 419169007 823922688 2737 996147200 134512640 134550740 4294956032 18446744073709551615 105742715 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.30168 s]
/proc/loadavg: 2.11 2.02 2.01 4/81 17311
/proc/meminfo: memFree=851288/2055920 swapFree=4180312/4192956
[pid=17311] ppid=17309 vsize=808244 CPUtime=0.28
/proc/17311/stat : 17311 (java) S 17309 17311 15763 0 -1 0 4895 0 1 0 25 3 0 0 18 0 12 0 419169006 827641856 4222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 202061 4222 1297 9 0 199430 0
[pid=17311/tid=17312] ppid=17309 vsize=808244 CPUtime=0.17
/proc/17311/task/17312/stat : 17312 (java) R 17309 17311 15763 0 -1 64 2635 0 1 0 15 2 0 0 18 0 12 0 419169007 827641856 4222 996147200 134512640 134550740 4294956032 18446744073709551615 106497690 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.701735 s]
/proc/loadavg: 2.11 2.02 2.01 4/81 17311
/proc/meminfo: memFree=851288/2055920 swapFree=4180312/4192956
[pid=17311] ppid=17309 vsize=808272 CPUtime=0.68
/proc/17311/stat : 17311 (java) S 17309 17311 15763 0 -1 0 6349 0 1 0 63 5 0 0 18 0 12 0 419169006 827670528 5477 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 202068 5477 1335 9 0 199430 0
[pid=17311/tid=17312] ppid=17309 vsize=808272 CPUtime=0.39
/proc/17311/task/17312/stat : 17312 (java) R 17309 17311 15763 0 -1 64 3784 0 1 0 36 3 0 0 19 0 12 0 419169007 827670528 5477 996147200 134512640 134550740 4294956032 18446744073709551615 4109548059 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50285 s]
/proc/loadavg: 2.11 2.02 2.01 3/93 17323
/proc/meminfo: memFree=831096/2055920 swapFree=4180312/4192956
[pid=17311] ppid=17309 vsize=815540 CPUtime=1.46
/proc/17311/stat : 17311 (java) S 17309 17311 15763 0 -1 0 10807 0 1 0 140 6 0 0 18 0 12 0 419169006 835112960 8192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 203885 8192 1348 9 0 201247 0
[pid=17311/tid=17312] ppid=17309 vsize=815540 CPUtime=0.73
/proc/17311/task/17312/stat : 17312 (java) R 17309 17311 15763 0 -1 64 4774 0 1 0 69 4 0 0 19 0 12 0 419169007 835112960 8192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17314] ppid=17309 vsize=815540 CPUtime=0
/proc/17311/task/17314/stat : 17314 (java) S 17309 17311 15763 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 419169008 835112960 8192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17315] ppid=17309 vsize=815540 CPUtime=0
/proc/17311/task/17315/stat : 17315 (java) S 17309 17311 15763 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 419169008 835112960 8192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17316] ppid=17309 vsize=815540 CPUtime=0
/proc/17311/task/17316/stat : 17316 (java) S 17309 17311 15763 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 419169010 835112960 8192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17317] ppid=17309 vsize=815540 CPUtime=0
/proc/17311/task/17317/stat : 17317 (java) S 17309 17311 15763 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 419169011 835112960 8192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17318] ppid=17309 vsize=815540 CPUtime=0
/proc/17311/task/17318/stat : 17318 (java) S 17309 17311 15763 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 419169011 835112960 8192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17319] ppid=17309 vsize=815540 CPUtime=0
/proc/17311/task/17319/stat : 17319 (java) S 17309 17311 15763 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 419169015 835112960 8192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17320] ppid=17309 vsize=815540 CPUtime=0.22
/proc/17311/task/17320/stat : 17320 (java) S 17309 17311 15763 0 -1 64 643 0 0 0 22 0 0 0 16 0 12 0 419169015 835112960 8192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17321] ppid=17309 vsize=815540 CPUtime=0.49
/proc/17311/task/17321/stat : 17321 (java) R 17309 17311 15763 0 -1 64 4624 0 0 0 48 1 0 0 18 0 12 0 419169015 835112960 8192 996147200 134512640 134550740 4294956032 18446744073709551615 104090783 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17322] ppid=17309 vsize=815540 CPUtime=0
/proc/17311/task/17322/stat : 17322 (java) S 17309 17311 15763 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 419169015 835112960 8192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17323] ppid=17309 vsize=815540 CPUtime=0
/proc/17311/task/17323/stat : 17323 (java) S 17309 17311 15763 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 419169015 835112960 8192 996147200 134512640 134550740 4294956032 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) 815540

[startup+3.10208 s]
/proc/loadavg: 2.11 2.02 2.01 3/93 17323
/proc/meminfo: memFree=820920/2055920 swapFree=4180312/4192956
[pid=17311] ppid=17309 vsize=815812 CPUtime=3.05
/proc/17311/stat : 17311 (java) S 17309 17311 15763 0 -1 0 16956 0 1 0 297 8 0 0 18 0 12 0 419169006 835391488 12638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 203953 12638 1378 9 0 201315 0
[pid=17311/tid=17312] ppid=17309 vsize=815812 CPUtime=1.3
/proc/17311/task/17312/stat : 17312 (java) R 17309 17311 15763 0 -1 64 8934 0 1 0 125 5 0 0 24 0 12 0 419169007 835391488 12638 996147200 134512640 134550740 4294956032 18446744073709551615 4109619593 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17314] ppid=17309 vsize=815812 CPUtime=0
/proc/17311/task/17314/stat : 17314 (java) S 17309 17311 15763 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 419169008 835391488 12638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17315] ppid=17309 vsize=815812 CPUtime=0
/proc/17311/task/17315/stat : 17315 (java) S 17309 17311 15763 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 419169008 835391488 12638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17316] ppid=17309 vsize=815812 CPUtime=0
/proc/17311/task/17316/stat : 17316 (java) S 17309 17311 15763 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 419169010 835391488 12638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17317] ppid=17309 vsize=815812 CPUtime=0
/proc/17311/task/17317/stat : 17317 (java) S 17309 17311 15763 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 419169011 835391488 12638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17318] ppid=17309 vsize=815812 CPUtime=0
/proc/17311/task/17318/stat : 17318 (java) S 17309 17311 15763 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 419169011 835391488 12638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17319] ppid=17309 vsize=815812 CPUtime=0
/proc/17311/task/17319/stat : 17319 (java) S 17309 17311 15763 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 419169015 835391488 12638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17320] ppid=17309 vsize=815812 CPUtime=0.64
/proc/17311/task/17320/stat : 17320 (java) S 17309 17311 15763 0 -1 64 1664 0 0 0 64 0 0 0 16 0 12 0 419169015 835391488 12638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17321] ppid=17309 vsize=815812 CPUtime=1.08
/proc/17311/task/17321/stat : 17321 (java) S 17309 17311 15763 0 -1 64 5592 0 0 0 106 2 0 0 16 0 12 0 419169015 835391488 12638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17322] ppid=17309 vsize=815812 CPUtime=0
/proc/17311/task/17322/stat : 17322 (java) S 17309 17311 15763 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 419169015 835391488 12638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17323] ppid=17309 vsize=815812 CPUtime=0
/proc/17311/task/17323/stat : 17323 (java) S 17309 17311 15763 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 419169015 835391488 12638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 815812

[startup+6.30253 s]
/proc/loadavg: 2.11 2.02 2.00 4/93 17323
/proc/meminfo: memFree=768760/2055920 swapFree=4180312/4192956
[pid=17311] ppid=17309 vsize=821648 CPUtime=6.22
/proc/17311/stat : 17311 (java) S 17309 17311 15763 0 -1 0 28123 0 1 0 608 14 0 0 18 0 12 0 419169006 841367552 23728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 205412 23728 1388 9 0 202774 0
[pid=17311/tid=17312] ppid=17309 vsize=821648 CPUtime=3.6
/proc/17311/task/17312/stat : 17312 (java) R 17309 17311 15763 0 -1 64 17299 0 1 0 350 10 0 0 25 0 12 0 419169007 841367552 23728 996147200 134512640 134550740 4294956032 18446744073709551615 4109180836 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17314] ppid=17309 vsize=821648 CPUtime=0.01
/proc/17311/task/17314/stat : 17314 (java) S 17309 17311 15763 0 -1 64 1049 0 0 0 1 0 0 0 17 0 12 0 419169008 841367552 23728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17315] ppid=17309 vsize=821648 CPUtime=0.02
/proc/17311/task/17315/stat : 17315 (java) S 17309 17311 15763 0 -1 64 758 0 0 0 2 0 0 0 17 0 12 0 419169008 841367552 23728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17316] ppid=17309 vsize=821648 CPUtime=0
/proc/17311/task/17316/stat : 17316 (java) S 17309 17311 15763 0 -1 64 55 0 0 0 0 0 0 0 16 0 12 0 419169010 841367552 23728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17317] ppid=17309 vsize=821648 CPUtime=0
/proc/17311/task/17317/stat : 17317 (java) S 17309 17311 15763 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 419169011 841367552 23728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17318] ppid=17309 vsize=821648 CPUtime=0
/proc/17311/task/17318/stat : 17318 (java) S 17309 17311 15763 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 419169011 841367552 23728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17319] ppid=17309 vsize=821648 CPUtime=0
/proc/17311/task/17319/stat : 17319 (java) S 17309 17311 15763 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 419169015 841367552 23728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17320] ppid=17309 vsize=821648 CPUtime=1.3
/proc/17311/task/17320/stat : 17320 (java) R 17309 17311 15763 0 -1 64 2592 0 0 0 130 0 0 0 22 0 12 0 419169015 841367552 23728 996147200 134512640 134550740 4294956032 18446744073709551615 103934960 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17321] ppid=17309 vsize=821648 CPUtime=1.23
/proc/17311/task/17321/stat : 17321 (java) S 17309 17311 15763 0 -1 64 5607 0 0 0 121 2 0 0 17 0 12 0 419169015 841367552 23728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17322] ppid=17309 vsize=821648 CPUtime=0
/proc/17311/task/17322/stat : 17322 (java) S 17309 17311 15763 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 419169015 841367552 23728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17323] ppid=17309 vsize=821648 CPUtime=0
/proc/17311/task/17323/stat : 17323 (java) S 17309 17311 15763 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 419169015 841367552 23728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 821648

[startup+12.7024 s]
/proc/loadavg: 2.18 2.03 2.01 4/93 17323
/proc/meminfo: memFree=757624/2055920 swapFree=4180312/4192956
[pid=17311] ppid=17309 vsize=821908 CPUtime=12.56
/proc/17311/stat : 17311 (java) S 17309 17311 15763 0 -1 0 28988 0 1 0 1241 15 0 0 18 0 12 0 419169006 841633792 24591 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 205477 24591 1388 9 0 202839 0
[pid=17311/tid=17312] ppid=17309 vsize=821908 CPUtime=6.69
/proc/17311/task/17312/stat : 17312 (java) R 17309 17311 15763 0 -1 64 17301 0 1 0 659 10 0 0 25 0 12 0 419169007 841633792 24591 996147200 134512640 134550740 4294956032 18446744073709551615 4109318722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17314] ppid=17309 vsize=821908 CPUtime=0.04
/proc/17311/task/17314/stat : 17314 (java) S 17309 17311 15763 0 -1 64 1334 0 0 0 4 0 0 0 16 0 12 0 419169008 841633792 24591 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17315] ppid=17309 vsize=821908 CPUtime=0.03
/proc/17311/task/17315/stat : 17315 (java) S 17309 17311 15763 0 -1 64 1217 0 0 0 3 0 0 0 16 0 12 0 419169008 841633792 24591 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17316] ppid=17309 vsize=821908 CPUtime=0
/proc/17311/task/17316/stat : 17316 (java) S 17309 17311 15763 0 -1 64 108 0 0 0 0 0 0 0 16 0 12 0 419169010 841633792 24591 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17317] ppid=17309 vsize=821908 CPUtime=0
/proc/17311/task/17317/stat : 17317 (java) S 17309 17311 15763 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 419169011 841633792 24591 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17318] ppid=17309 vsize=821908 CPUtime=0
/proc/17311/task/17318/stat : 17318 (java) S 17309 17311 15763 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 419169011 841633792 24591 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17319] ppid=17309 vsize=821908 CPUtime=0
/proc/17311/task/17319/stat : 17319 (java) S 17309 17311 15763 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 419169015 841633792 24591 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17320] ppid=17309 vsize=821908 CPUtime=4.5
/proc/17311/task/17320/stat : 17320 (java) R 17309 17311 15763 0 -1 64 2658 0 0 0 450 0 0 0 25 0 12 0 419169015 841633792 24591 996147200 134512640 134550740 4294956032 18446744073709551615 103937384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17321] ppid=17309 vsize=821908 CPUtime=1.23
/proc/17311/task/17321/stat : 17321 (java) S 17309 17311 15763 0 -1 64 5607 0 0 0 121 2 0 0 17 0 12 0 419169015 841633792 24591 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17322] ppid=17309 vsize=821908 CPUtime=0
/proc/17311/task/17322/stat : 17322 (java) S 17309 17311 15763 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 419169015 841633792 24591 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17323] ppid=17309 vsize=821908 CPUtime=0
/proc/17311/task/17323/stat : 17323 (java) S 17309 17311 15763 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 419169015 841633792 24591 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 821908

[startup+25.5012 s]
/proc/loadavg: 2.28 2.06 2.02 3/93 17323
/proc/meminfo: memFree=726328/2055920 swapFree=4180312/4192956
[pid=17311] ppid=17309 vsize=831336 CPUtime=25.23
/proc/17311/stat : 17311 (java) S 17309 17311 15763 0 -1 0 38343 0 1 0 2505 18 0 0 18 0 12 0 419169006 851288064 32392 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 207834 32392 1388 9 0 205196 0
[pid=17311/tid=17312] ppid=17309 vsize=831336 CPUtime=16.28
/proc/17311/task/17312/stat : 17312 (java) R 17309 17311 15763 0 -1 64 17312 0 1 0 1618 10 0 0 25 0 12 0 419169007 851288064 32392 996147200 134512640 134550740 4294956032 18446744073709551615 4110005480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17314] ppid=17309 vsize=831336 CPUtime=0.13
/proc/17311/task/17314/stat : 17314 (java) S 17309 17311 15763 0 -1 64 3803 0 0 0 12 1 0 0 15 0 12 0 419169008 851288064 32392 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=17311/tid=17322] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17322/stat : 17322 (java) S 17309 17311 15763 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17323] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17323/stat : 17323 (java) S 17309 17311 15763 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1123.64
Current children cumulated vsize (KiB) 832360

[startup+1139.1 s]
/proc/loadavg: 2.78 2.63 2.29 3/93 17323
/proc/meminfo: memFree=144120/2055920 swapFree=4180312/4192956
[pid=17311] ppid=17309 vsize=832360 CPUtime=1129.98
/proc/17311/stat : 17311 (java) S 17309 17311 15763 0 -1 0 185584 0 1 0 112912 86 0 0 18 0 12 0 419169006 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 208090 177540 1392 9 0 205452 0
[pid=17311/tid=17312] ppid=17309 vsize=832360 CPUtime=767.29
/proc/17311/task/17312/stat : 17312 (java) S 17309 17311 15763 0 -1 64 18315 0 1 0 76715 14 0 0 17 0 12 0 419169007 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17314] ppid=17309 vsize=832360 CPUtime=10.94
/proc/17311/task/17314/stat : 17314 (java) S 17309 17311 15763 0 -1 64 79280 0 0 0 1063 31 0 0 15 0 12 0 419169008 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17315] ppid=17309 vsize=832360 CPUtime=11.44
/proc/17311/task/17315/stat : 17315 (java) S 17309 17311 15763 0 -1 64 73834 0 0 0 1117 27 0 0 16 0 12 0 419169008 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17316] ppid=17309 vsize=832360 CPUtime=331.59
/proc/17311/task/17316/stat : 17316 (java) R 17309 17311 15763 0 -1 64 615 0 0 0 33151 8 0 0 25 0 12 0 419169010 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 105677146 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17317] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17317/stat : 17317 (java) S 17309 17311 15763 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 419169011 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17318] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17318/stat : 17318 (java) S 17309 17311 15763 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 419169011 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17319] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17319/stat : 17319 (java) S 17309 17311 15763 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17320] ppid=17309 vsize=832360 CPUtime=7.43
/proc/17311/task/17320/stat : 17320 (java) S 17309 17311 15763 0 -1 64 7169 0 0 0 742 1 0 0 25 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17321] ppid=17309 vsize=832360 CPUtime=1.23
/proc/17311/task/17321/stat : 17321 (java) S 17309 17311 15763 0 -1 64 5607 0 0 0 121 2 0 0 17 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17322] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17322/stat : 17322 (java) S 17309 17311 15763 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17323] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17323/stat : 17323 (java) S 17309 17311 15763 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1129.98
Current children cumulated vsize (KiB) 832360

[startup+1142.3 s]
/proc/loadavg: 2.78 2.63 2.29 2/82 17326
/proc/meminfo: memFree=836888/2055920 swapFree=4180312/4192956
[pid=17311] ppid=17309 vsize=832360 CPUtime=1133.15
/proc/17311/stat : 17311 (java) S 17309 17311 15763 0 -1 0 185586 0 1 0 113229 86 0 0 18 0 12 0 419169006 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 208090 177540 1392 9 0 205452 0
[pid=17311/tid=17312] ppid=17309 vsize=832360 CPUtime=767.35
/proc/17311/task/17312/stat : 17312 (java) S 17309 17311 15763 0 -1 64 18317 0 1 0 76721 14 0 0 16 0 12 0 419169007 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17314] ppid=17309 vsize=832360 CPUtime=10.94
/proc/17311/task/17314/stat : 17314 (java) S 17309 17311 15763 0 -1 64 79280 0 0 0 1063 31 0 0 15 0 12 0 419169008 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17315] ppid=17309 vsize=832360 CPUtime=11.44
/proc/17311/task/17315/stat : 17315 (java) S 17309 17311 15763 0 -1 64 73834 0 0 0 1117 27 0 0 16 0 12 0 419169008 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17316] ppid=17309 vsize=832360 CPUtime=334.7
/proc/17311/task/17316/stat : 17316 (java) R 17309 17311 15763 0 -1 64 615 0 0 0 33462 8 0 0 25 0 12 0 419169010 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17311/tid=17317] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17317/stat : 17317 (java) S 17309 17311 15763 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 419169011 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17318] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17318/stat : 17318 (java) S 17309 17311 15763 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 419169011 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17319] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17319/stat : 17319 (java) S 17309 17311 15763 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17320] ppid=17309 vsize=832360 CPUtime=7.43
/proc/17311/task/17320/stat : 17320 (java) S 17309 17311 15763 0 -1 64 7169 0 0 0 742 1 0 0 25 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17321] ppid=17309 vsize=832360 CPUtime=1.23
/proc/17311/task/17321/stat : 17321 (java) S 17309 17311 15763 0 -1 64 5607 0 0 0 121 2 0 0 17 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17322] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17322/stat : 17322 (java) S 17309 17311 15763 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17323] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17323/stat : 17323 (java) S 17309 17311 15763 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1133.15
Current children cumulated vsize (KiB) 832360

[startup+1143.9 s]
/proc/loadavg: 2.72 2.61 2.29 2/79 17343
/proc/meminfo: memFree=839216/2055920 swapFree=4180312/4192956
[pid=17311] ppid=17309 vsize=832360 CPUtime=1134.75
/proc/17311/stat : 17311 (java) S 17309 17311 15763 0 -1 0 185586 0 1 0 113389 86 0 0 18 0 12 0 419169006 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 208090 177540 1392 9 0 205452 0
[pid=17311/tid=17312] ppid=17309 vsize=832360 CPUtime=767.35
/proc/17311/task/17312/stat : 17312 (java) S 17309 17311 15763 0 -1 64 18317 0 1 0 76721 14 0 0 16 0 12 0 419169007 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17314] ppid=17309 vsize=832360 CPUtime=10.94
/proc/17311/task/17314/stat : 17314 (java) S 17309 17311 15763 0 -1 64 79280 0 0 0 1063 31 0 0 15 0 12 0 419169008 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17315] ppid=17309 vsize=832360 CPUtime=11.44
/proc/17311/task/17315/stat : 17315 (java) S 17309 17311 15763 0 -1 64 73834 0 0 0 1117 27 0 0 16 0 12 0 419169008 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17316] ppid=17309 vsize=832360 CPUtime=336.3
/proc/17311/task/17316/stat : 17316 (java) R 17309 17311 15763 0 -1 64 615 0 0 0 33622 8 0 0 25 0 12 0 419169010 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17311/tid=17317] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17317/stat : 17317 (java) S 17309 17311 15763 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 419169011 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17318] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17318/stat : 17318 (java) S 17309 17311 15763 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 419169011 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17319] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17319/stat : 17319 (java) S 17309 17311 15763 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17320] ppid=17309 vsize=832360 CPUtime=7.43
/proc/17311/task/17320/stat : 17320 (java) S 17309 17311 15763 0 -1 64 7169 0 0 0 742 1 0 0 25 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17321] ppid=17309 vsize=832360 CPUtime=1.23
/proc/17311/task/17321/stat : 17321 (java) S 17309 17311 15763 0 -1 64 5607 0 0 0 121 2 0 0 17 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17322] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17322/stat : 17322 (java) S 17309 17311 15763 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17323] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17323/stat : 17323 (java) S 17309 17311 15763 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1134.75
Current children cumulated vsize (KiB) 832360

[startup+1144.7 s]
/proc/loadavg: 2.72 2.61 2.29 2/79 17343
/proc/meminfo: memFree=839216/2055920 swapFree=4180312/4192956
[pid=17311] ppid=17309 vsize=832360 CPUtime=1135.54
/proc/17311/stat : 17311 (java) S 17309 17311 15763 0 -1 0 185586 0 1 0 113468 86 0 0 18 0 12 0 419169006 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 208090 177540 1392 9 0 205452 0
[pid=17311/tid=17312] ppid=17309 vsize=832360 CPUtime=767.35
/proc/17311/task/17312/stat : 17312 (java) S 17309 17311 15763 0 -1 64 18317 0 1 0 76721 14 0 0 16 0 12 0 419169007 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17314] ppid=17309 vsize=832360 CPUtime=10.94
/proc/17311/task/17314/stat : 17314 (java) S 17309 17311 15763 0 -1 64 79280 0 0 0 1063 31 0 0 15 0 12 0 419169008 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17315] ppid=17309 vsize=832360 CPUtime=11.44
/proc/17311/task/17315/stat : 17315 (java) S 17309 17311 15763 0 -1 64 73834 0 0 0 1117 27 0 0 16 0 12 0 419169008 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17316] ppid=17309 vsize=832360 CPUtime=337.09
/proc/17311/task/17316/stat : 17316 (java) R 17309 17311 15763 0 -1 64 615 0 0 0 33701 8 0 0 25 0 12 0 419169010 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17311/tid=17317] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17317/stat : 17317 (java) S 17309 17311 15763 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 419169011 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17318] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17318/stat : 17318 (java) S 17309 17311 15763 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 419169011 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17319] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17319/stat : 17319 (java) S 17309 17311 15763 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17320] ppid=17309 vsize=832360 CPUtime=7.43
/proc/17311/task/17320/stat : 17320 (java) S 17309 17311 15763 0 -1 64 7169 0 0 0 742 1 0 0 25 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17321] ppid=17309 vsize=832360 CPUtime=1.23
/proc/17311/task/17321/stat : 17321 (java) S 17309 17311 15763 0 -1 64 5607 0 0 0 121 2 0 0 17 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17322] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17322/stat : 17322 (java) S 17309 17311 15763 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17323] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17323/stat : 17323 (java) S 17309 17311 15763 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1135.54
Current children cumulated vsize (KiB) 832360

[startup+1144.9 s]
/proc/loadavg: 2.72 2.61 2.29 2/79 17343
/proc/meminfo: memFree=839216/2055920 swapFree=4180312/4192956
[pid=17311] ppid=17309 vsize=832360 CPUtime=1135.74
/proc/17311/stat : 17311 (java) S 17309 17311 15763 0 -1 0 185586 0 1 0 113488 86 0 0 18 0 12 0 419169006 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17311/statm: 208090 177540 1392 9 0 205452 0
[pid=17311/tid=17312] ppid=17309 vsize=832360 CPUtime=767.35
/proc/17311/task/17312/stat : 17312 (java) S 17309 17311 15763 0 -1 64 18317 0 1 0 76721 14 0 0 16 0 12 0 419169007 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17314] ppid=17309 vsize=832360 CPUtime=10.94
/proc/17311/task/17314/stat : 17314 (java) S 17309 17311 15763 0 -1 64 79280 0 0 0 1063 31 0 0 15 0 12 0 419169008 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17315] ppid=17309 vsize=832360 CPUtime=11.44
/proc/17311/task/17315/stat : 17315 (java) S 17309 17311 15763 0 -1 64 73834 0 0 0 1117 27 0 0 16 0 12 0 419169008 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17316] ppid=17309 vsize=832360 CPUtime=337.29
/proc/17311/task/17316/stat : 17316 (java) R 17309 17311 15763 0 -1 64 615 0 0 0 33721 8 0 0 25 0 12 0 419169010 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 106123403 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17311/tid=17317] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17317/stat : 17317 (java) S 17309 17311 15763 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 419169011 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17318] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17318/stat : 17318 (java) S 17309 17311 15763 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 419169011 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17319] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17319/stat : 17319 (java) S 17309 17311 15763 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17320] ppid=17309 vsize=832360 CPUtime=7.43
/proc/17311/task/17320/stat : 17320 (java) S 17309 17311 15763 0 -1 64 7169 0 0 0 742 1 0 0 25 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17321] ppid=17309 vsize=832360 CPUtime=1.23
/proc/17311/task/17321/stat : 17321 (java) S 17309 17311 15763 0 -1 64 5607 0 0 0 121 2 0 0 17 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17322] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17322/stat : 17322 (java) S 17309 17311 15763 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17311/tid=17323] ppid=17309 vsize=832360 CPUtime=0
/proc/17311/task/17323/stat : 17323 (java) S 17309 17311 15763 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 419169015 852336640 177540 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1135.74
Current children cumulated vsize (KiB) 832360

[startup+1145 s]
/proc/loadavg: 2.72 2.61 2.29 1/79 17372
/proc/meminfo: memFree=839024/2055920 swapFree=4180312/4192956
[pid=17311] ppid=17309 vsize=0 CPUtime=1135.81
/proc/17311/stat : 17311 (java) Z 17309 17311 15763 0 -1 12 185600 0 1 0 113495 86 0 0 16 0 2 0 419169006 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17311/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1135.81
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1145.11
CPU time (s): 1135.93
CPU user time (s): 1134.96
CPU system time (s): 0.968852
CPU usage (%): 99.1985
Max. virtual memory (cumulated for all children) (KiB): 833968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1134.96
system time used= 0.968852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185600
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= 35334
involuntary context switches= 55758

runsolver used 1.66475 second user time and 3.58945 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-04 03:38:36
IDJOB=1062529
IDBENCH=54652
IDSOLVER=344
FILE ID=node49/1062529-1215135516
PBS_JOBID= 7877213
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 34f60034b70a0f3e297ef3e5f22fb2bb
RANDOM SEED=2039555559

node49.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.249
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.249
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:        851768 kB
Buffers:         70696 kB
Cached:         364596 kB
SwapCached:       6096 kB
Active:         861428 kB
Inactive:       276204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        851768 kB
SwapTotal:     4192956 kB
SwapFree:      4180312 kB
Dirty:            1164 kB
Writeback:           0 kB
Mapped:         718144 kB
Slab:            49972 kB
Committed_AS:  1483120 kB
PageTables:       3304 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node49 at 2008-07-04 03:57:42