Trace number 237603

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, and are wall clock time (not CPU 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
sat4jCSP 1.7 RC BF3? (TO) 1800.24 1806.85

General information on the benchmark

Namehaystacks/
haystacks_27.xml
MD5SUMa51555354cf54c2b3cbd20e0fa17db14
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark40.1239
SatisfiableNO
(Un)Satisfiability was proved
Number of variables729
Number of constraints9503
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9503
Global constraints used (with number of constraints)

Solver Data (download as text)

0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.17	c version CSP COMPETITION BUGFIX 3
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_10
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 722620888
0.17	c Max memory 723845120
0.17	c Total memory 723845120
0.17	c Number of processors 2
0.26	c --- Begin Solver configuration ---
0.26	c Stops conflict analysis at the first Unique Implication Point
0.26	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.26	c Learn all clauses as in MiniSAT
0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26	c VSIDS like heuristics from MiniSAT using a heap
0.26	c No reason simplification
0.26	c --- End Solver configuration ---
0.26	c solving /tmp/evaluation/237603-1168349474/unknown.xml
0.26	c reading problem ... 
0.54	c reading problem named ?
0.54	c reading domains done.
0.54	c reading variables
c reading variables (729) done.
1.19	c reading predicates 
c reading relations (5) done.
1.44	c reading constraints
c reading constraints done.
23.64	c ... done. Wall clock time 23.387s.
23.64	c CPU time (experimental) 18.11s.
23.65	c #vars     19683
23.65	c #constraints  513216
1296.37	c cleaning 163244 clauses out of 326502 for limit 2.2650479196178094E-4
1298.34	c cleaning 81875 clauses out of 163757 for limit 7.440202262625919E-4
1299.68	c cleaning 41187 clauses out of 82382 for limit 0.0024389796200914157
1300.96	c cleaning 20840 clauses out of 41694 for limit 0.007939411568097103
1302.18	c cleaning 10673 clauses out of 21356 for limit 0.02561337902372814
1303.33	c cleaning 5583 clauses out of 11181 for limit 0.08051800473174395
1304.19	c cleaning 3043 clauses out of 6098 for limit 0.24346812928690675
1304.82	c cleaning 1772 clauses out of 3555 for limit 0.6887249573031277
1305.39	c cleaning 1138 clauses out of 2285 for limit 1.7706149711319923
1305.88	c cleaning 815 clauses out of 1645 for limit 4.047914190708448
1306.38	c cleaning 660 clauses out of 1330 for limit 8.256603815138748
1306.81	c cleaning 579 clauses out of 1172 for limit 15.482831442010898
1307.26	c cleaning 535 clauses out of 1091 for limit 27.374116442830676
1307.67	c cleaning 524 clauses out of 1057 for limit 46.642333765447376
1308.12	c cleaning 509 clauses out of 1032 for limit 78.70402399504333
1806.71	c starts		: 19
1806.71	c conflicts		: 416884
1806.71	c decisions		: 627350
1806.71	c propagations		: 10046527
1806.71	c inspects		: 2752424325
1806.71	c learnt literals	: 0
1806.71	c learnt binary clauses	: 0
1806.71	c learnt ternary clauses	: 0
1806.71	c learnt clauses	: 416884
1806.71	c root simplifications	: 0
1806.71	c removed literals (reason simplification)	: 0
1806.71	c reason swapping (by a shorter reason)	: 0
1806.71	c Calls to reduceDB	: 15
1806.71	c speed (decisions/second)	: 351.8484452151752
1806.71	c non guided choices	177457
1806.71	s UNKNOWN
1806.71	c Total wall clock time (in seconds) : 1806.456
1806.71	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node23/watcher-237603-1168349474 -o ROOT/results/node23/solver-237603-1168349474 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237603-1168349474/sat4jCSP-bf3.jar /tmp/evaluation/237603-1168349474/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.11 2.05 2.01 4/94 2995
/proc/meminfo: memFree=1665792/2055920 swapFree=4191880/4192956
[pid=2994] ppid=2992 vsize=18540 CPUtime=0
/proc/2994/stat : 2994 (runsolver) R 2992 2994 1957 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 183341794 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 238487661863 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/2994/statm: 4635 279 244 17 0 2626 0

[startup+0.108118 s]
/proc/loadavg: 2.11 2.05 2.01 4/94 2995
/proc/meminfo: memFree=1665792/2055920 swapFree=4191880/4192956
[pid=2994] ppid=2992 vsize=901540 CPUtime=0.08
/proc/2994/stat : 2994 (java) R 2992 2994 1957 0 -1 0 3308 0 1 0 7 1 0 0 21 0 12 0 183341794 923176960 3068 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151900584 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2994/statm: 225385 3068 1557 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.516197 s]
/proc/loadavg: 2.11 2.05 2.01 4/94 2995
/proc/meminfo: memFree=1665792/2055920 swapFree=4191880/4192956
[pid=2994] ppid=2992 vsize=905236 CPUtime=0.49
/proc/2994/stat : 2994 (java) R 2992 2994 1957 0 -1 0 5828 0 1 0 46 3 0 0 19 0 12 0 183341794 926961664 5423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2994/statm: 226309 5423 2250 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.33935 s]
/proc/loadavg: 2.26 2.08 2.02 5/105 3006
/proc/meminfo: memFree=1649256/2055920 swapFree=4191880/4192956
[pid=2994] ppid=2992 vsize=905236 CPUtime=1.3
/proc/2994/stat : 2994 (java) R 2992 2994 1957 0 -1 0 8183 0 1 0 126 4 0 0 18 0 12 0 183341794 926961664 7498 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151863242 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2994/statm: 226309 7498 2428 14 0 212746 0
[pid=2994/tid=2996] ppid=2992 vsize=905236 CPUtime=0
/proc/2994/task/2996/stat : 2996 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 183341798 926961664 7498 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2997] ppid=2992 vsize=905236 CPUtime=0
/proc/2994/task/2997/stat : 2997 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 183341798 926961664 7498 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2998] ppid=2992 vsize=905236 CPUtime=0
/proc/2994/task/2998/stat : 2998 (java) S 2992 2994 1957 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183341800 926961664 7498 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2999] ppid=2992 vsize=905236 CPUtime=0
/proc/2994/task/2999/stat : 2999 (java) S 2992 2994 1957 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 183341801 926961664 7498 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3000] ppid=2992 vsize=905236 CPUtime=0
/proc/2994/task/3000/stat : 3000 (java) S 2992 2994 1957 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 183341801 926961664 7498 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3001] ppid=2992 vsize=905236 CPUtime=0
/proc/2994/task/3001/stat : 3001 (java) S 2992 2994 1957 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183341805 926961664 7498 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3002] ppid=2992 vsize=905236 CPUtime=0
/proc/2994/task/3002/stat : 3002 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 183341805 926961664 7498 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3003] ppid=2992 vsize=905236 CPUtime=0.29
/proc/2994/task/3003/stat : 3003 (java) S 2992 2994 1957 0 -1 64 325 0 0 0 29 0 0 0 16 0 12 0 183341805 926961664 7498 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3004] ppid=2992 vsize=905236 CPUtime=0.29
/proc/2994/task/3004/stat : 3004 (java) S 2992 2994 1957 0 -1 64 757 0 0 0 29 0 0 0 16 0 12 0 183341805 926961664 7498 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3005] ppid=2992 vsize=905236 CPUtime=0
/proc/2994/task/3005/stat : 3005 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183341805 926961664 7498 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3006] ppid=2992 vsize=905236 CPUtime=0
/proc/2994/task/3006/stat : 3006 (java) S 2992 2994 1957 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183341805 926961664 7498 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 905236

[startup+2.99267 s]
/proc/loadavg: 2.26 2.08 2.02 3/105 3006
/proc/meminfo: memFree=1631016/2055920 swapFree=4191880/4192956
[pid=2994] ppid=2992 vsize=907716 CPUtime=2.94
/proc/2994/stat : 2994 (java) R 2992 2994 1957 0 -1 0 15603 0 1 0 285 9 0 0 25 0 12 0 183341794 929501184 13916 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054265683 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2994/statm: 226929 13916 2476 14 0 213366 0
[pid=2994/tid=2996] ppid=2992 vsize=907716 CPUtime=0
/proc/2994/task/2996/stat : 2996 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 183341798 929501184 13916 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2997] ppid=2992 vsize=907716 CPUtime=0
/proc/2994/task/2997/stat : 2997 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 183341798 929501184 13916 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2998] ppid=2992 vsize=907716 CPUtime=0
/proc/2994/task/2998/stat : 2998 (java) S 2992 2994 1957 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 183341800 929501184 13916 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2999] ppid=2992 vsize=907716 CPUtime=0
/proc/2994/task/2999/stat : 2999 (java) S 2992 2994 1957 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 183341801 929501184 13916 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3000] ppid=2992 vsize=907716 CPUtime=0
/proc/2994/task/3000/stat : 3000 (java) S 2992 2994 1957 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 183341801 929501184 13916 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3001] ppid=2992 vsize=907716 CPUtime=0
/proc/2994/task/3001/stat : 3001 (java) S 2992 2994 1957 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183341805 929501184 13916 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3002] ppid=2992 vsize=907716 CPUtime=0
/proc/2994/task/3002/stat : 3002 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 183341805 929501184 13916 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3003] ppid=2992 vsize=907716 CPUtime=0.74
/proc/2994/task/3003/stat : 3003 (java) S 2992 2994 1957 0 -1 64 1623 0 0 0 74 0 0 0 16 0 12 0 183341805 929501184 13916 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3004] ppid=2992 vsize=907716 CPUtime=0.62
/proc/2994/task/3004/stat : 3004 (java) S 2992 2994 1957 0 -1 64 1120 0 0 0 62 0 0 0 16 0 12 0 183341805 929501184 13916 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3005] ppid=2992 vsize=907716 CPUtime=0
/proc/2994/task/3005/stat : 3005 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183341805 929501184 13916 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3006] ppid=2992 vsize=907716 CPUtime=0
/proc/2994/task/3006/stat : 3006 (java) S 2992 2994 1957 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183341805 929501184 13916 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 907716

[startup+6.2003 s]
/proc/loadavg: 2.24 2.08 2.02 6/105 3006
/proc/meminfo: memFree=1565288/2055920 swapFree=4191880/4192956
[pid=2994] ppid=2992 vsize=908040 CPUtime=6.1
/proc/2994/stat : 2994 (java) R 2992 2994 1957 0 -1 0 29613 0 1 0 595 15 0 0 25 0 12 0 183341794 929832960 26295 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054248497 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2994/statm: 227010 26295 2480 14 0 213447 0
[pid=2994/tid=2996] ppid=2992 vsize=908040 CPUtime=0.06
/proc/2994/task/2996/stat : 2996 (java) S 2992 2994 1957 0 -1 64 2699 0 0 0 5 1 0 0 17 0 12 0 183341798 929832960 26295 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2997] ppid=2992 vsize=908040 CPUtime=0.05
/proc/2994/task/2997/stat : 2997 (java) S 2992 2994 1957 0 -1 64 2270 0 0 0 5 0 0 0 17 0 12 0 183341798 929832960 26295 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2998] ppid=2992 vsize=908040 CPUtime=0
/proc/2994/task/2998/stat : 2998 (java) S 2992 2994 1957 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 183341800 929832960 26295 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2999] ppid=2992 vsize=908040 CPUtime=0
/proc/2994/task/2999/stat : 2999 (java) S 2992 2994 1957 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183341801 929832960 26295 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3000] ppid=2992 vsize=908040 CPUtime=0
/proc/2994/task/3000/stat : 3000 (java) S 2992 2994 1957 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183341801 929832960 26295 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3001] ppid=2992 vsize=908040 CPUtime=0
/proc/2994/task/3001/stat : 3001 (java) S 2992 2994 1957 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183341805 929832960 26295 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3002] ppid=2992 vsize=908040 CPUtime=0.01
/proc/2994/task/3002/stat : 3002 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183341805 929832960 26295 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3003] ppid=2992 vsize=908040 CPUtime=1.19
/proc/2994/task/3003/stat : 3003 (java) S 2992 2994 1957 0 -1 64 2018 0 0 0 119 0 0 0 15 0 12 0 183341805 929832960 26295 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3004] ppid=2992 vsize=908040 CPUtime=1.21
/proc/2994/task/3004/stat : 3004 (java) S 2992 2994 1957 0 -1 64 2384 0 0 0 120 1 0 0 16 0 12 0 183341805 929832960 26295 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3005] ppid=2992 vsize=908040 CPUtime=0
/proc/2994/task/3005/stat : 3005 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183341805 929832960 26295 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3006] ppid=2992 vsize=908040 CPUtime=0
/proc/2994/task/3006/stat : 3006 (java) S 2992 2994 1957 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183341805 929832960 26295 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 908040

[startup+12.6285 s]
/proc/loadavg: 2.22 2.08 2.02 3/105 3006
/proc/meminfo: memFree=1529064/2055920 swapFree=4191880/4192956
[pid=2994] ppid=2992 vsize=909124 CPUtime=12.46
/proc/2994/stat : 2994 (java) R 2992 2994 1957 0 -1 0 38410 0 1 0 1227 19 0 0 17 0 12 0 183341794 930942976 33637 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054176361 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2994/statm: 227281 33637 2483 14 0 213718 0
[pid=2994/tid=2996] ppid=2992 vsize=909124 CPUtime=0.32
/proc/2994/task/2996/stat : 2996 (java) S 2992 2994 1957 0 -1 64 6308 0 0 0 30 2 0 0 16 0 12 0 183341798 930942976 33637 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2997] ppid=2992 vsize=909124 CPUtime=0.31
/proc/2994/task/2997/stat : 2997 (java) S 2992 2994 1957 0 -1 64 5912 0 0 0 29 2 0 0 16 0 12 0 183341798 930942976 33637 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2998] ppid=2992 vsize=909124 CPUtime=0
/proc/2994/task/2998/stat : 2998 (java) S 2992 2994 1957 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 183341800 930942976 33637 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2999] ppid=2992 vsize=909124 CPUtime=0
/proc/2994/task/2999/stat : 2999 (java) S 2992 2994 1957 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183341801 930942976 33637 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3000] ppid=2992 vsize=909124 CPUtime=0
/proc/2994/task/3000/stat : 3000 (java) S 2992 2994 1957 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183341801 930942976 33637 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3001] ppid=2992 vsize=909124 CPUtime=0
/proc/2994/task/3001/stat : 3001 (java) S 2992 2994 1957 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183341805 930942976 33637 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3002] ppid=2992 vsize=909124 CPUtime=0.01
/proc/2994/task/3002/stat : 3002 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183341805 930942976 33637 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3003] ppid=2992 vsize=909124 CPUtime=1.54
/proc/2994/task/3003/stat : 3003 (java) S 2992 2994 1957 0 -1 64 2245 0 0 0 153 1 0 0 15 0 12 0 183341805 930942976 33637 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3004] ppid=2992 vsize=909124 CPUtime=1.86
/proc/2994/task/3004/stat : 3004 (java) S 2992 2994 1957 0 -1 64 3691 0 0 0 185 1 0 0 15 0 12 0 183341805 930942976 33637 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3005] ppid=2992 vsize=909124 CPUtime=0
/proc/2994/task/3005/stat : 3005 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183341805 930942976 33637 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3006] ppid=2992 vsize=909124 CPUtime=0
/proc/2994/task/3006/stat : 3006 (java) S 2992 2994 1957 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183341805 930942976 33637 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 909124

[startup+25.511 s]
/proc/loadavg: 2.18 2.07 2.01 4/106 3007
/proc/meminfo: memFree=1457248/2055920 swapFree=4191880/4192956
[pid=2994] ppid=2992 vsize=909640 CPUtime=25.21
/proc/2994/stat : 2994 (java) R 2992 2994 1957 0 -1 0 55320 0 1 0 2495 26 0 0 25 0 13 0 183341794 931471360 49866 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4055017900 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2994/statm: 227410 49866 2488 14 0 213847 0
[pid=2994/tid=2996] ppid=2992 vsize=909640 CPUtime=0.74
/proc/2994/task/2996/stat : 2996 (java) S 2992 2994 1957 0 -1 64 16480 0 0 0 68 6 0 0 17 0 13 0 183341798 931471360 49866 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2997] ppid=2992 vsize=909640 CPUtime=0.71
/proc/2994/task/2997/stat : 2997 (java) S 2992 2994 1957 0 -1 64 12302 0 0 0 67 4 0 0 17 0 13 0 183341798 931471360 49866 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2998] ppid=2992 vsize=909640 CPUtime=0.01
/proc/2994/task/2998/stat : 2998 (java) S 2992 2994 1957 0 -1 64 16 0 0 0 1 0 0 0 16 0 13 0 183341800 931471360 49866 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2999] ppid=2992 vsize=909640 CPUtime=0
/proc/2994/task/2999/stat : 2999 (java) S 2992 2994 1957 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 183341801 931471360 49866 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3000] ppid=2992 vsize=909640 CPUtime=0
/proc/2994/task/3000/stat : 3000 (java) S 2992 2994 1957 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 183341801 931471360 49866 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3001] ppid=2992 vsize=909640 CPUtime=0
/proc/2994/task/3001/stat : 3001 (java) S 2992 2994 1957 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 183341805 931471360 49866 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3002] ppid=2992 vsize=909640 CPUtime=0.01
/proc/2994/task/3002/stat : 3002 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 183341805 931471360 49866 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3003] ppid=2992 vsize=909640 CPUtime=1.9
/proc/2994/task/3003/stat : 3003 (java) S 2992 2994 1957 0 -1 64 2537 0 0 0 189 1 0 0 16 0 13 0 183341805 931471360 49866 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3004] ppid=2992 vsize=909640 CPUtime=2.17
/proc/2994/task/3004/stat : 3004 (java) S 2992 2994 1957 0 -1 64 3706 0 0 0 215 2 0 0 15 0 13 0 183341805 931471360 49866 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3005] ppid=2992 vsize=909640 CPUtime=0
/proc/2994/task/3005/stat : 3005 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 183341805 931471360 49866 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3006] ppid=2992 vsize=909640 CPUtime=0
/proc/2994/task/3006/stat : 3006 (java) S 2992 2994 1957 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 183341805 931471360 49866 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2994/tid=3007] ppid=2992 vsize=909640 CPUtime=0
/proc/2994/task/3007/stat : 3007 (java) S 2992 2994 1957 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 183344165 931471360 49866 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 909640

[startup+51.211 s]
/proc/loadavg: 2.11 2.06 2.01 3/106 3007
/proc/meminfo: memFree=1398048/2055920 swapFree=4191880/4192956
[pid=2994] ppid=2992 vsize=909096 CPUtime=50.76
/proc/2994/stat : 2994 (java) R 2992 2994 1957 0 -1 0 65618 0 1 0 5046 30 0 0 25 0 13 0 183341794 930914304 60017 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4055087082 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2994/statm: 227274 60017 2489 14 0 213711 0
[pid=2994/tid=2996] ppid=2992 vsize=909096 CPUtime=0.86
/proc/2994/task/2996/stat : 2996 (java) S 2992 2994 1957 0 -1 64 21666 0 0 0 78 8 0 0 16 0 13 0 183341798 930914304 60017 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2997] ppid=2992 vsize=909096 CPUtime=0.84

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

/proc/loadavg: 2.12 2.05 2.01 3/105 3064
/proc/meminfo: memFree=498152/2055920 swapFree=4191880/4192956
[pid=2994] ppid=2992 vsize=909096 CPUtime=1598.41
/proc/2994/stat : 2994 (java) R 2992 2994 1957 0 -1 0 199192 0 1 0 159746 95 0 0 25 0 13 0 183341794 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4055079916 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2994/statm: 227274 180499 2494 14 0 213711 0
[pid=2994/tid=2996] ppid=2992 vsize=909096 CPUtime=2.08
/proc/2994/task/2996/stat : 2996 (java) S 2992 2994 1957 0 -1 64 79029 0 0 0 176 32 0 0 17 0 13 0 183341798 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2997] ppid=2992 vsize=909096 CPUtime=2.13
/proc/2994/task/2997/stat : 2997 (java) S 2992 2994 1957 0 -1 64 85117 0 0 0 182 31 0 0 17 0 13 0 183341798 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2998] ppid=2992 vsize=909096 CPUtime=2.53
/proc/2994/task/2998/stat : 2998 (java) S 2992 2994 1957 0 -1 64 8440 0 0 0 250 3 0 0 16 0 13 0 183341800 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2999] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/2999/stat : 2999 (java) S 2992 2994 1957 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 183341801 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3000] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3000/stat : 3000 (java) S 2992 2994 1957 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 183341801 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3001] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3001/stat : 3001 (java) S 2992 2994 1957 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3002] ppid=2992 vsize=909096 CPUtime=0.01
/proc/2994/task/3002/stat : 3002 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3003] ppid=2992 vsize=909096 CPUtime=2.17
/proc/2994/task/3003/stat : 3003 (java) S 2992 2994 1957 0 -1 64 2554 0 0 0 216 1 0 0 16 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3004] ppid=2992 vsize=909096 CPUtime=2.5
/proc/2994/task/3004/stat : 3004 (java) S 2992 2994 1957 0 -1 64 3731 0 0 0 248 2 0 0 17 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3005] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3005/stat : 3005 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3006] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3006/stat : 3006 (java) S 2992 2994 1957 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2994/tid=3007] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3007/stat : 3007 (java) S 2992 2994 1957 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 183344165 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.41
Current children cumulated vsize (KiB) 909096

[startup+1664.01 s]
/proc/loadavg: 2.04 2.04 2.00 3/105 3064
/proc/meminfo: memFree=498024/2055920 swapFree=4191880/4192956
[pid=2994] ppid=2992 vsize=909096 CPUtime=1658.17
/proc/2994/stat : 2994 (java) R 2992 2994 1957 0 -1 0 199192 0 1 0 165722 95 0 0 25 0 13 0 183341794 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4055087082 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2994/statm: 227274 180499 2494 14 0 213711 0
[pid=2994/tid=2996] ppid=2992 vsize=909096 CPUtime=2.08
/proc/2994/task/2996/stat : 2996 (java) S 2992 2994 1957 0 -1 64 79029 0 0 0 176 32 0 0 17 0 13 0 183341798 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2997] ppid=2992 vsize=909096 CPUtime=2.13
/proc/2994/task/2997/stat : 2997 (java) S 2992 2994 1957 0 -1 64 85117 0 0 0 182 31 0 0 17 0 13 0 183341798 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2998] ppid=2992 vsize=909096 CPUtime=2.53
/proc/2994/task/2998/stat : 2998 (java) S 2992 2994 1957 0 -1 64 8440 0 0 0 250 3 0 0 16 0 13 0 183341800 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2999] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/2999/stat : 2999 (java) S 2992 2994 1957 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 183341801 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3000] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3000/stat : 3000 (java) S 2992 2994 1957 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 183341801 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3001] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3001/stat : 3001 (java) S 2992 2994 1957 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3002] ppid=2992 vsize=909096 CPUtime=0.01
/proc/2994/task/3002/stat : 3002 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3003] ppid=2992 vsize=909096 CPUtime=2.17
/proc/2994/task/3003/stat : 3003 (java) S 2992 2994 1957 0 -1 64 2554 0 0 0 216 1 0 0 16 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3004] ppid=2992 vsize=909096 CPUtime=2.5
/proc/2994/task/3004/stat : 3004 (java) S 2992 2994 1957 0 -1 64 3731 0 0 0 248 2 0 0 17 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3005] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3005/stat : 3005 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3006] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3006/stat : 3006 (java) S 2992 2994 1957 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2994/tid=3007] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3007/stat : 3007 (java) S 2992 2994 1957 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 183344165 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.17
Current children cumulated vsize (KiB) 909096

[startup+1724.05 s]
/proc/loadavg: 2.01 2.03 2.00 3/105 3064
/proc/meminfo: memFree=497960/2055920 swapFree=4191880/4192956
[pid=2994] ppid=2992 vsize=909096 CPUtime=1717.93
/proc/2994/stat : 2994 (java) R 2992 2994 1957 0 -1 0 199193 0 1 0 171697 96 0 0 25 0 13 0 183341794 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4055087249 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2994/statm: 227274 180499 2494 14 0 213711 0
[pid=2994/tid=2996] ppid=2992 vsize=909096 CPUtime=2.13
/proc/2994/task/2996/stat : 2996 (java) S 2992 2994 1957 0 -1 64 79029 0 0 0 181 32 0 0 17 0 13 0 183341798 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2997] ppid=2992 vsize=909096 CPUtime=2.16
/proc/2994/task/2997/stat : 2997 (java) S 2992 2994 1957 0 -1 64 85117 0 0 0 185 31 0 0 17 0 13 0 183341798 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2998] ppid=2992 vsize=909096 CPUtime=2.53
/proc/2994/task/2998/stat : 2998 (java) S 2992 2994 1957 0 -1 64 8440 0 0 0 250 3 0 0 16 0 13 0 183341800 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2999] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/2999/stat : 2999 (java) S 2992 2994 1957 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 183341801 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3000] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3000/stat : 3000 (java) S 2992 2994 1957 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 183341801 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3001] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3001/stat : 3001 (java) S 2992 2994 1957 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3002] ppid=2992 vsize=909096 CPUtime=0.01
/proc/2994/task/3002/stat : 3002 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3003] ppid=2992 vsize=909096 CPUtime=2.17
/proc/2994/task/3003/stat : 3003 (java) S 2992 2994 1957 0 -1 64 2554 0 0 0 216 1 0 0 16 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3004] ppid=2992 vsize=909096 CPUtime=2.5
/proc/2994/task/3004/stat : 3004 (java) S 2992 2994 1957 0 -1 64 3731 0 0 0 248 2 0 0 17 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3005] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3005/stat : 3005 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3006] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3006/stat : 3006 (java) S 2992 2994 1957 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2994/tid=3007] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3007/stat : 3007 (java) S 2992 2994 1957 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 183344165 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.93
Current children cumulated vsize (KiB) 909096

[startup+1784.1 s]
/proc/loadavg: 2.04 2.03 2.00 3/105 3064
/proc/meminfo: memFree=497832/2055920 swapFree=4191880/4192956
[pid=2994] ppid=2992 vsize=909096 CPUtime=1777.68
/proc/2994/stat : 2994 (java) R 2992 2994 1957 0 -1 0 199193 0 1 0 177672 96 0 0 25 0 13 0 183341794 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4055086865 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2994/statm: 227274 180499 2494 14 0 213711 0
[pid=2994/tid=2996] ppid=2992 vsize=909096 CPUtime=2.13
/proc/2994/task/2996/stat : 2996 (java) S 2992 2994 1957 0 -1 64 79029 0 0 0 181 32 0 0 17 0 13 0 183341798 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2997] ppid=2992 vsize=909096 CPUtime=2.16
/proc/2994/task/2997/stat : 2997 (java) S 2992 2994 1957 0 -1 64 85117 0 0 0 185 31 0 0 17 0 13 0 183341798 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2998] ppid=2992 vsize=909096 CPUtime=2.53
/proc/2994/task/2998/stat : 2998 (java) S 2992 2994 1957 0 -1 64 8440 0 0 0 250 3 0 0 16 0 13 0 183341800 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2999] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/2999/stat : 2999 (java) S 2992 2994 1957 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 183341801 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3000] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3000/stat : 3000 (java) S 2992 2994 1957 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 183341801 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3001] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3001/stat : 3001 (java) S 2992 2994 1957 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3002] ppid=2992 vsize=909096 CPUtime=0.01
/proc/2994/task/3002/stat : 3002 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3003] ppid=2992 vsize=909096 CPUtime=2.17
/proc/2994/task/3003/stat : 3003 (java) S 2992 2994 1957 0 -1 64 2554 0 0 0 216 1 0 0 16 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3004] ppid=2992 vsize=909096 CPUtime=2.5
/proc/2994/task/3004/stat : 3004 (java) S 2992 2994 1957 0 -1 64 3731 0 0 0 248 2 0 0 17 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3005] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3005/stat : 3005 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3006] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3006/stat : 3006 (java) S 2992 2994 1957 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2994/tid=3007] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3007/stat : 3007 (java) S 2992 2994 1957 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 183344165 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.68
Current children cumulated vsize (KiB) 909096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.7 s]
/proc/loadavg: 2.03 2.03 2.00 3/111 3148
/proc/meminfo: memFree=496432/2055920 swapFree=4191880/4192956
[pid=2994] ppid=2992 vsize=909096 CPUtime=1800.09
/proc/2994/stat : 2994 (java) R 2992 2994 1957 0 -1 0 199193 0 1 0 179913 96 0 0 25 0 13 0 183341794 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054019095 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2994/statm: 227274 180499 2494 14 0 213711 0
[pid=2994/tid=2996] ppid=2992 vsize=909096 CPUtime=2.13
/proc/2994/task/2996/stat : 2996 (java) S 2992 2994 1957 0 -1 64 79029 0 0 0 181 32 0 0 17 0 13 0 183341798 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2997] ppid=2992 vsize=909096 CPUtime=2.16
/proc/2994/task/2997/stat : 2997 (java) S 2992 2994 1957 0 -1 64 85117 0 0 0 185 31 0 0 17 0 13 0 183341798 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2998] ppid=2992 vsize=909096 CPUtime=2.53
/proc/2994/task/2998/stat : 2998 (java) S 2992 2994 1957 0 -1 64 8440 0 0 0 250 3 0 0 16 0 13 0 183341800 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=2999] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/2999/stat : 2999 (java) S 2992 2994 1957 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 183341801 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3000] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3000/stat : 3000 (java) S 2992 2994 1957 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 183341801 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3001] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3001/stat : 3001 (java) S 2992 2994 1957 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3002] ppid=2992 vsize=909096 CPUtime=0.01
/proc/2994/task/3002/stat : 3002 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3003] ppid=2992 vsize=909096 CPUtime=2.17
/proc/2994/task/3003/stat : 3003 (java) S 2992 2994 1957 0 -1 64 2554 0 0 0 216 1 0 0 16 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3004] ppid=2992 vsize=909096 CPUtime=2.5
/proc/2994/task/3004/stat : 3004 (java) S 2992 2994 1957 0 -1 64 3731 0 0 0 248 2 0 0 17 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3005] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3005/stat : 3005 (java) S 2992 2994 1957 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2994/tid=3006] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3006/stat : 3006 (java) S 2992 2994 1957 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 183341805 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2994/tid=3007] ppid=2992 vsize=909096 CPUtime=0
/proc/2994/task/3007/stat : 3007 (java) S 2992 2994 1957 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 183344165 930914304 180499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 909096

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1806.85
CPU time (s): 1800.24
CPU user time (s): 1799.16
CPU system time (s): 1.08083
CPU usage (%): 99.6341
Max. virtual memory (cumulated for all children) (KiB): 913100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.16
system time used= 1.08083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199212
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= 38553
involuntary context switches= 67957

runsolver used 2.38964 s user time and 5.66914 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Tue Jan  9 13:31:14 UTC 2007


IDJOB= 237603
IDBENCH= 6951
FILE ID= node23/237603-1168349474

PBS_JOBID= 3503627

Free space on /tmp= 66553 MiB

BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_27.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237603-1168349474/sat4jCSP-bf3.jar /tmp/evaluation/237603-1168349474/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-237603-1168349474 -o ROOT/results/node23/solver-237603-1168349474 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237603-1168349474/sat4jCSP-bf3.jar /tmp/evaluation/237603-1168349474/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  a51555354cf54c2b3cbd20e0fa17db14

RANDOM SEED= 171816197

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.265
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.265
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:       1666272 kB
Buffers:         13292 kB
Cached:         102944 kB
SwapCached:        316 kB
Active:         282388 kB
Inactive:        54324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1666272 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3552 kB
Writeback:           0 kB
Mapped:         246032 kB
Slab:            37280 kB
Committed_AS:  4112296 kB
PageTables:       2672 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= 66558 MiB



End job on node23 on Tue Jan  9 14:01:21 UTC 2007