Trace number 312083

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
SAT4J SAT 2007? (TO) 1200.14 1199.74

General information on the benchmark

Namerandom/2+p/p0.8/v1665/
unif2p-p0.8-v1665-c5178-S64317265-01-SAT.cnf
MD5SUM5d31125289b1c834540b6ea9a0288381
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.039993
Satisfiable
(Un)Satisfiability was proved
Number of variables1665
Number of clauses5177
Sum of the clauses size14496
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21035
Number of clauses of size 34142
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.07/0.26	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.26	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.26	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.27	c version SAT COMPETITION 2007
0.07/0.27	c sun.arch.data.model	32
0.07/0.27	c java.version	1.6.0
0.07/0.27	c os.name	Linux
0.07/0.27	c os.version	2.6.9-22.EL.rootsmp
0.07/0.27	c os.arch	i386
0.07/0.27	c Free memory 1703279312
0.07/0.27	c Max memory 1706164224
0.07/0.27	c Total memory 1706164224
0.07/0.27	c Number of processors 2
0.18/0.32	c --- Begin Solver configuration ---
0.18/0.32	c Stops conflict analysis at the first Unique Implication Point
0.18/0.32	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.18/0.32	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.18/0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.32	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.32	c Expensive reason simplification
0.18/0.32	c --- End Solver configuration ---
0.18/0.32	c timeout: 2147483s
0.18/0.32	c solving /tmp/evaluation/312083-1172581584/instance-312083-1172581584.cnf
0.18/0.32	c reading problem ... 
0.33/0.45	c ... done. Wall clock time 0.124s.
0.33/0.45	c CPU time (experimental) 0.26s.
0.33/0.45	c #vars     1665
0.33/0.45	c #constraints  5177
1200.05/1199.66	c starts		: 20
1200.05/1199.66	c conflicts		: 470647
1200.05/1199.66	c decisions		: 583270
1200.05/1199.66	c propagations		: 93714423
1200.05/1199.66	c inspects		: 2843262769
1200.05/1199.66	c learnt literals	: 0
1200.05/1199.66	c learnt binary clauses	: 22
1200.05/1199.66	c learnt ternary clauses	: 160
1200.05/1199.66	c learnt clauses	: 470647
1200.05/1199.66	c root simplifications	: 0
1200.05/1199.66	c removed literals (reason simplification)	: 8618152
1200.05/1199.66	c reason swapping (by a shorter reason)	: 0
1200.05/1199.66	c Calls to reduceDB	: 0
1200.05/1199.66	c speed (decisions/second)	: 486.3789381167086
1200.05/1199.66	c non guided choices	73
1200.05/1199.66	s UNKNOWN
1200.05/1199.66	c Total wall clock time (in seconds) : 1199.338
1200.05/1199.66	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node2/watcher-312083-1172581584 -o ROOT/results/node2/solver-312083-1172581584 -C 1200 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/312083-1172581584/sat4j-sat2007.jar /tmp/evaluation/312083-1172581584/instance-312083-1172581584.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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: 0.85 0.97 0.99 2/77 31395
/proc/meminfo: memFree=1668408/2055920 swapFree=4192812/4192956
[pid=31395] ppid=31393 vsize=18568 CPUtime=0
/proc/31395/stat : 31395 (runsolver) R 31393 31395 31338 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 278113383 19013632 292 18446744073709551615 4194304 4293652 548682068944 18446744073709551615 206381313319 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/31395/statm: 4642 292 257 24 0 2626 0

[startup+0.106761 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 31395
/proc/meminfo: memFree=1668408/2055920 swapFree=4192812/4192956
[pid=31395] ppid=31393 vsize=12916 CPUtime=0
/proc/31395/stat : 31395 (java) S 31393 31395 31338 0 -1 0 905 0 1 0 0 0 0 0 18 0 2 0 278113383 13225984 661 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/31395/statm: 3229 661 331 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12916

[startup+0.514804 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 31395
/proc/meminfo: memFree=1668408/2055920 swapFree=4192812/4192956
[pid=31395] ppid=31393 vsize=1834856 CPUtime=0.51
/proc/31395/stat : 31395 (java) S 31393 31395 31338 0 -1 0 5622 0 1 0 47 4 0 0 18 0 13 0 278113383 1878892544 5164 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31395/statm: 458714 5164 1292 9 0 456326 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 1834856

[startup+1.33588 s]
/proc/loadavg: 0.85 0.97 0.99 2/90 31408
/proc/meminfo: memFree=1646096/2055920 swapFree=4192812/4192956
[pid=31395] ppid=31393 vsize=1840968 CPUtime=1.88
/proc/31395/stat : 31395 (java) S 31393 31395 31338 0 -1 0 9077 0 1 0 184 4 0 0 18 0 13 0 278113383 1885151232 6881 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31395/statm: 460242 6881 1313 9 0 457854 0
[pid=31395/tid=31397] ppid=31393 vsize=1840968 CPUtime=1.1
/proc/31395/task/31397/stat : 31397 (java) R 31393 31395 31338 0 -1 64 4276 0 1 0 107 3 0 0 18 0 13 0 278113390 1885151232 6881 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109560553 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31398] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31398/stat : 31398 (java) S 31393 31395 31338 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 278113398 1885151232 6881 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31399] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31399/stat : 31399 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 278113398 1885151232 6881 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31400] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31400/stat : 31400 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 278113400 1885151232 6881 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31401] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31401/stat : 31401 (java) S 31393 31395 31338 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 278113400 1885151232 6881 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31402] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31402/stat : 31402 (java) S 31393 31395 31338 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 278113400 1885151232 6881 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31403] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31403/stat : 31403 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278113404 1885151232 6881 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31404] ppid=31393 vsize=1840968 CPUtime=0.44
/proc/31395/task/31404/stat : 31404 (java) S 31393 31395 31338 0 -1 64 2415 0 0 0 44 0 0 0 19 0 13 0 278113404 1885151232 6881 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31405] ppid=31393 vsize=1840968 CPUtime=0.32
/proc/31395/task/31405/stat : 31405 (java) S 31393 31395 31338 0 -1 64 1663 0 0 0 32 0 0 0 19 0 13 0 278113404 1885151232 6881 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31406] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31406/stat : 31406 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 278113404 1885151232 6881 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31407] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31407/stat : 31407 (java) S 31393 31395 31338 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 278113404 1885151232 6881 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31408] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31408/stat : 31408 (java) S 31393 31395 31338 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 278113429 1885151232 6881 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 1840968

[startup+2.97806 s]
/proc/loadavg: 0.85 0.97 0.99 2/90 31408
/proc/meminfo: memFree=1644240/2055920 swapFree=4192812/4192956
[pid=31395] ppid=31393 vsize=1840968 CPUtime=3.65
/proc/31395/stat : 31395 (java) S 31393 31395 31338 0 -1 0 9898 0 1 0 360 5 0 0 18 0 13 0 278113383 1885151232 7342 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31395/statm: 460242 7342 1317 9 0 457854 0
[pid=31395/tid=31397] ppid=31393 vsize=1840968 CPUtime=2.73
/proc/31395/task/31397/stat : 31397 (java) R 31393 31395 31338 0 -1 64 4707 0 1 0 270 3 0 0 25 0 13 0 278113390 1885151232 7342 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109642905 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31398] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31398/stat : 31398 (java) S 31393 31395 31338 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 278113398 1885151232 7342 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31399] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31399/stat : 31399 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 278113398 1885151232 7342 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31400] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31400/stat : 31400 (java) S 31393 31395 31338 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 278113400 1885151232 7342 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31401] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31401/stat : 31401 (java) S 31393 31395 31338 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 278113400 1885151232 7342 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31402] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31402/stat : 31402 (java) S 31393 31395 31338 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 278113400 1885151232 7342 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31403] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31403/stat : 31403 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278113404 1885151232 7342 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31404] ppid=31393 vsize=1840968 CPUtime=0.51
/proc/31395/task/31404/stat : 31404 (java) S 31393 31395 31338 0 -1 64 2424 0 0 0 51 0 0 0 17 0 13 0 278113404 1885151232 7342 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31405] ppid=31393 vsize=1840968 CPUtime=0.37
/proc/31395/task/31405/stat : 31405 (java) S 31393 31395 31338 0 -1 64 2043 0 0 0 37 0 0 0 17 0 13 0 278113404 1885151232 7342 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31406] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31406/stat : 31406 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 278113404 1885151232 7342 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31407] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31407/stat : 31407 (java) S 31393 31395 31338 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 278113404 1885151232 7342 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31408] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31408/stat : 31408 (java) S 31393 31395 31338 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 278113429 1885151232 7342 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 1840968

[startup+6.18339 s]
/proc/loadavg: 0.86 0.97 0.99 2/90 31408
/proc/meminfo: memFree=1641624/2055920 swapFree=4192812/4192956
[pid=31395] ppid=31393 vsize=1840968 CPUtime=6.88
/proc/31395/stat : 31395 (java) S 31393 31395 31338 0 -1 0 10472 0 1 0 682 6 0 0 18 0 13 0 278113383 1885151232 7913 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31395/statm: 460242 7913 1317 9 0 457854 0
[pid=31395/tid=31397] ppid=31393 vsize=1840968 CPUtime=5.9
/proc/31395/task/31397/stat : 31397 (java) R 31393 31395 31338 0 -1 64 5280 0 1 0 587 3 0 0 25 0 13 0 278113390 1885151232 7913 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109560289 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31398] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31398/stat : 31398 (java) S 31393 31395 31338 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 278113398 1885151232 7913 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31399] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31399/stat : 31399 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 278113398 1885151232 7913 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31400] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31400/stat : 31400 (java) S 31393 31395 31338 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278113400 1885151232 7913 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31401] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31401/stat : 31401 (java) S 31393 31395 31338 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 278113400 1885151232 7913 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31402] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31402/stat : 31402 (java) S 31393 31395 31338 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 278113400 1885151232 7913 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31403] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31403/stat : 31403 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278113404 1885151232 7913 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31404] ppid=31393 vsize=1840968 CPUtime=0.54
/proc/31395/task/31404/stat : 31404 (java) S 31393 31395 31338 0 -1 64 2425 0 0 0 54 0 0 0 16 0 13 0 278113404 1885151232 7913 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31405] ppid=31393 vsize=1840968 CPUtime=0.4
/proc/31395/task/31405/stat : 31405 (java) S 31393 31395 31338 0 -1 64 2043 0 0 0 40 0 0 0 17 0 13 0 278113404 1885151232 7913 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31406] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31406/stat : 31406 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 278113404 1885151232 7913 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31407] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31407/stat : 31407 (java) S 31393 31395 31338 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 278113404 1885151232 7913 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31408] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31408/stat : 31408 (java) S 31393 31395 31338 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 278113429 1885151232 7913 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 1840968

[startup+12.6641 s]
/proc/loadavg: 0.87 0.97 0.99 2/90 31408
/proc/meminfo: memFree=1637912/2055920 swapFree=4192812/4192956
[pid=31395] ppid=31393 vsize=1840968 CPUtime=13.36
/proc/31395/stat : 31395 (java) S 31393 31395 31338 0 -1 0 11330 0 1 0 1329 7 0 0 18 0 13 0 278113383 1885151232 8771 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31395/statm: 460242 8771 1317 9 0 457854 0
[pid=31395/tid=31397] ppid=31393 vsize=1840968 CPUtime=12.39
/proc/31395/task/31397/stat : 31397 (java) R 31393 31395 31338 0 -1 64 6138 0 1 0 1234 5 0 0 25 0 13 0 278113390 1885151232 8771 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109558335 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31398] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31398/stat : 31398 (java) S 31393 31395 31338 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 278113398 1885151232 8771 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31399] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31399/stat : 31399 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 278113398 1885151232 8771 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31400] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31400/stat : 31400 (java) S 31393 31395 31338 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278113400 1885151232 8771 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31401] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31401/stat : 31401 (java) S 31393 31395 31338 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 278113400 1885151232 8771 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31402] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31402/stat : 31402 (java) S 31393 31395 31338 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 278113400 1885151232 8771 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31403] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31403/stat : 31403 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278113404 1885151232 8771 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31404] ppid=31393 vsize=1840968 CPUtime=0.54
/proc/31395/task/31404/stat : 31404 (java) S 31393 31395 31338 0 -1 64 2425 0 0 0 54 0 0 0 16 0 13 0 278113404 1885151232 8771 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31405] ppid=31393 vsize=1840968 CPUtime=0.4
/proc/31395/task/31405/stat : 31405 (java) S 31393 31395 31338 0 -1 64 2043 0 0 0 40 0 0 0 17 0 13 0 278113404 1885151232 8771 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31406] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31406/stat : 31406 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 278113404 1885151232 8771 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31407] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31407/stat : 31407 (java) S 31393 31395 31338 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 278113404 1885151232 8771 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31408] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31408/stat : 31408 (java) S 31393 31395 31338 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 278113429 1885151232 8771 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.36
Current children cumulated vsize (KiB) 1840968

[startup+25.5474 s]
/proc/loadavg: 0.90 0.97 0.99 2/90 31408
/proc/meminfo: memFree=1633240/2055920 swapFree=4192812/4192956
[pid=31395] ppid=31393 vsize=1840968 CPUtime=26.26
/proc/31395/stat : 31395 (java) S 31393 31395 31338 0 -1 0 12518 0 1 0 2617 9 0 0 18 0 13 0 278113383 1885151232 9959 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31395/statm: 460242 9959 1317 9 0 457854 0
[pid=31395/tid=31397] ppid=31393 vsize=1840968 CPUtime=25.26
/proc/31395/task/31397/stat : 31397 (java) R 31393 31395 31338 0 -1 64 7324 0 1 0 2520 6 0 0 25 0 13 0 278113390 1885151232 9959 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109558335 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31398] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31398/stat : 31398 (java) S 31393 31395 31338 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 278113398 1885151232 9959 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31399] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31399/stat : 31399 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 278113398 1885151232 9959 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31400] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31400/stat : 31400 (java) S 31393 31395 31338 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278113400 1885151232 9959 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31401] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31401/stat : 31401 (java) S 31393 31395 31338 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 278113400 1885151232 9959 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31402] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31402/stat : 31402 (java) S 31393 31395 31338 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 278113400 1885151232 9959 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31403] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31403/stat : 31403 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278113404 1885151232 9959 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31404] ppid=31393 vsize=1840968 CPUtime=0.55
/proc/31395/task/31404/stat : 31404 (java) S 31393 31395 31338 0 -1 64 2426 0 0 0 55 0 0 0 16 0 13 0 278113404 1885151232 9959 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31405] ppid=31393 vsize=1840968 CPUtime=0.4
/proc/31395/task/31405/stat : 31405 (java) S 31393 31395 31338 0 -1 64 2044 0 0 0 40 0 0 0 17 0 13 0 278113404 1885151232 9959 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31406] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31406/stat : 31406 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 278113404 1885151232 9959 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31407] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31407/stat : 31407 (java) S 31393 31395 31338 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 278113404 1885151232 9959 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31408] ppid=31393 vsize=1840968 CPUtime=0
/proc/31395/task/31408/stat : 31408 (java) S 31393 31395 31338 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 278113429 1885151232 9959 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.26

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

[pid=31395] ppid=31393 vsize=1838932 CPUtime=1003.33
/proc/31395/stat : 31395 (java) S 31393 31395 31338 0 -1 0 36830 0 1 0 100286 47 0 0 18 0 13 0 278113383 1883066368 33850 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31395/statm: 459733 33850 1317 9 0 457345 0
[pid=31395/tid=31397] ppid=31393 vsize=1838932 CPUtime=1002.33
/proc/31395/task/31397/stat : 31397 (java) R 31393 31395 31338 0 -1 64 31636 0 1 0 100188 45 0 0 25 0 13 0 278113390 1883066368 33850 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109558335 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31398] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31398/stat : 31398 (java) S 31393 31395 31338 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 278113398 1883066368 33850 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31399] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31399/stat : 31399 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 278113398 1883066368 33850 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31400] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31400/stat : 31400 (java) S 31393 31395 31338 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278113400 1883066368 33850 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31401] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31401/stat : 31401 (java) S 31393 31395 31338 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 278113400 1883066368 33850 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31402] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31402/stat : 31402 (java) S 31393 31395 31338 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 278113400 1883066368 33850 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31403] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31403/stat : 31403 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278113404 1883066368 33850 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31404] ppid=31393 vsize=1838932 CPUtime=0.55
/proc/31395/task/31404/stat : 31404 (java) S 31393 31395 31338 0 -1 64 2426 0 0 0 55 0 0 0 16 0 13 0 278113404 1883066368 33850 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31405] ppid=31393 vsize=1838932 CPUtime=0.41
/proc/31395/task/31405/stat : 31405 (java) S 31393 31395 31338 0 -1 64 2044 0 0 0 41 0 0 0 16 0 13 0 278113404 1883066368 33850 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31406] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31406/stat : 31406 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 278113404 1883066368 33850 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31407] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31407/stat : 31407 (java) S 31393 31395 31338 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 278113404 1883066368 33850 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31408] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31408/stat : 31408 (java) S 31393 31395 31338 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 278113429 1883066368 33850 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1003.33
Current children cumulated vsize (KiB) 1838932

[startup+1062.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 31408
/proc/meminfo: memFree=1533400/2055920 swapFree=4192812/4192956
[pid=31395] ppid=31393 vsize=1838932 CPUtime=1063.34
/proc/31395/stat : 31395 (java) S 31393 31395 31338 0 -1 0 37732 0 1 0 106286 48 0 0 18 0 13 0 278113383 1883066368 34752 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31395/statm: 459733 34752 1317 9 0 457345 0
[pid=31395/tid=31397] ppid=31393 vsize=1838932 CPUtime=1062.34
/proc/31395/task/31397/stat : 31397 (java) R 31393 31395 31338 0 -1 64 32538 0 1 0 106188 46 0 0 25 0 13 0 278113390 1883066368 34752 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109560598 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31398] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31398/stat : 31398 (java) S 31393 31395 31338 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 278113398 1883066368 34752 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31399] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31399/stat : 31399 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 278113398 1883066368 34752 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31400] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31400/stat : 31400 (java) S 31393 31395 31338 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278113400 1883066368 34752 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31401] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31401/stat : 31401 (java) S 31393 31395 31338 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 278113400 1883066368 34752 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31402] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31402/stat : 31402 (java) S 31393 31395 31338 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 278113400 1883066368 34752 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31403] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31403/stat : 31403 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278113404 1883066368 34752 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31404] ppid=31393 vsize=1838932 CPUtime=0.55
/proc/31395/task/31404/stat : 31404 (java) S 31393 31395 31338 0 -1 64 2426 0 0 0 55 0 0 0 16 0 13 0 278113404 1883066368 34752 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31405] ppid=31393 vsize=1838932 CPUtime=0.41
/proc/31395/task/31405/stat : 31405 (java) S 31393 31395 31338 0 -1 64 2044 0 0 0 41 0 0 0 16 0 13 0 278113404 1883066368 34752 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31406] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31406/stat : 31406 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 278113404 1883066368 34752 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31407] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31407/stat : 31407 (java) S 31393 31395 31338 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 278113404 1883066368 34752 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31408] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31408/stat : 31408 (java) S 31393 31395 31338 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 278113429 1883066368 34752 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1063.34
Current children cumulated vsize (KiB) 1838932

[startup+1122.95 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 31408
/proc/meminfo: memFree=1529240/2055920 swapFree=4192812/4192956
[pid=31395] ppid=31393 vsize=1838932 CPUtime=1123.35
/proc/31395/stat : 31395 (java) S 31393 31395 31338 0 -1 0 38765 0 1 0 112285 50 0 0 18 0 13 0 278113383 1883066368 35785 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31395/statm: 459733 35785 1317 9 0 457345 0
[pid=31395/tid=31397] ppid=31393 vsize=1838932 CPUtime=1122.35
/proc/31395/task/31397/stat : 31397 (java) R 31393 31395 31338 0 -1 64 33571 0 1 0 112187 48 0 0 25 0 13 0 278113390 1883066368 35785 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109560775 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31398] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31398/stat : 31398 (java) S 31393 31395 31338 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 278113398 1883066368 35785 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31399] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31399/stat : 31399 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 278113398 1883066368 35785 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31400] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31400/stat : 31400 (java) S 31393 31395 31338 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278113400 1883066368 35785 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31401] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31401/stat : 31401 (java) S 31393 31395 31338 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 278113400 1883066368 35785 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31402] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31402/stat : 31402 (java) S 31393 31395 31338 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 278113400 1883066368 35785 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31403] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31403/stat : 31403 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278113404 1883066368 35785 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31404] ppid=31393 vsize=1838932 CPUtime=0.55
/proc/31395/task/31404/stat : 31404 (java) S 31393 31395 31338 0 -1 64 2426 0 0 0 55 0 0 0 16 0 13 0 278113404 1883066368 35785 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31405] ppid=31393 vsize=1838932 CPUtime=0.41
/proc/31395/task/31405/stat : 31405 (java) S 31393 31395 31338 0 -1 64 2044 0 0 0 41 0 0 0 16 0 13 0 278113404 1883066368 35785 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31406] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31406/stat : 31406 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 278113404 1883066368 35785 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31407] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31407/stat : 31407 (java) S 31393 31395 31338 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 278113404 1883066368 35785 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31408] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31408/stat : 31408 (java) S 31393 31395 31338 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 278113429 1883066368 35785 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.35
Current children cumulated vsize (KiB) 1838932

[startup+1182.97 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 31408
/proc/meminfo: memFree=1525912/2055920 swapFree=4192812/4192956
[pid=31395] ppid=31393 vsize=1838932 CPUtime=1183.36
/proc/31395/stat : 31395 (java) S 31393 31395 31338 0 -1 0 39608 0 1 0 118284 52 0 0 18 0 13 0 278113383 1883066368 36628 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31395/statm: 459733 36628 1317 9 0 457345 0
[pid=31395/tid=31397] ppid=31393 vsize=1838932 CPUtime=1182.36
/proc/31395/task/31397/stat : 31397 (java) R 31393 31395 31338 0 -1 64 34414 0 1 0 118186 50 0 0 25 0 13 0 278113390 1883066368 36628 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109558335 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31398] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31398/stat : 31398 (java) S 31393 31395 31338 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 278113398 1883066368 36628 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31399] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31399/stat : 31399 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 278113398 1883066368 36628 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31400] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31400/stat : 31400 (java) S 31393 31395 31338 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278113400 1883066368 36628 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31401] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31401/stat : 31401 (java) S 31393 31395 31338 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 278113400 1883066368 36628 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31402] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31402/stat : 31402 (java) S 31393 31395 31338 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 278113400 1883066368 36628 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31403] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31403/stat : 31403 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278113404 1883066368 36628 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31404] ppid=31393 vsize=1838932 CPUtime=0.55
/proc/31395/task/31404/stat : 31404 (java) S 31393 31395 31338 0 -1 64 2426 0 0 0 55 0 0 0 16 0 13 0 278113404 1883066368 36628 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31405] ppid=31393 vsize=1838932 CPUtime=0.41
/proc/31395/task/31405/stat : 31405 (java) S 31393 31395 31338 0 -1 64 2044 0 0 0 41 0 0 0 16 0 13 0 278113404 1883066368 36628 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31406] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31406/stat : 31406 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 278113404 1883066368 36628 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31407] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31407/stat : 31407 (java) S 31393 31395 31338 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 278113404 1883066368 36628 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31408] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31408/stat : 31408 (java) S 31393 31395 31338 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 278113429 1883066368 36628 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.36
Current children cumulated vsize (KiB) 1838932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 31408
/proc/meminfo: memFree=1525144/2055920 swapFree=4192812/4192956
[pid=31395] ppid=31393 vsize=1838932 CPUtime=1200.05
/proc/31395/stat : 31395 (java) S 31393 31395 31338 0 -1 0 39793 0 1 0 119953 52 0 0 18 0 13 0 278113383 1883066368 36813 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31395/statm: 459733 36813 1317 9 0 457345 0
[pid=31395/tid=31397] ppid=31393 vsize=1838932 CPUtime=1199.05
/proc/31395/task/31397/stat : 31397 (java) R 31393 31395 31338 0 -1 64 34599 0 1 0 119855 50 0 0 25 0 13 0 278113390 1883066368 36813 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109502972 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31398] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31398/stat : 31398 (java) S 31393 31395 31338 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 278113398 1883066368 36813 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31399] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31399/stat : 31399 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 278113398 1883066368 36813 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31400] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31400/stat : 31400 (java) S 31393 31395 31338 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278113400 1883066368 36813 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31401] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31401/stat : 31401 (java) S 31393 31395 31338 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 278113400 1883066368 36813 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31402] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31402/stat : 31402 (java) S 31393 31395 31338 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 278113400 1883066368 36813 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31403] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31403/stat : 31403 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278113404 1883066368 36813 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31404] ppid=31393 vsize=1838932 CPUtime=0.55
/proc/31395/task/31404/stat : 31404 (java) S 31393 31395 31338 0 -1 64 2426 0 0 0 55 0 0 0 16 0 13 0 278113404 1883066368 36813 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31405] ppid=31393 vsize=1838932 CPUtime=0.41
/proc/31395/task/31405/stat : 31405 (java) S 31393 31395 31338 0 -1 64 2044 0 0 0 41 0 0 0 16 0 13 0 278113404 1883066368 36813 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31406] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31406/stat : 31406 (java) S 31393 31395 31338 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 278113404 1883066368 36813 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31395/tid=31407] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31407/stat : 31407 (java) S 31393 31395 31338 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 278113404 1883066368 36813 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31395/tid=31408] ppid=31393 vsize=1838932 CPUtime=0
/proc/31395/task/31408/stat : 31408 (java) S 31393 31395 31338 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 278113429 1883066368 36813 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 1838932

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

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1199.74
CPU time (s): 1200.14
CPU user time (s): 1199.59
CPU system time (s): 0.547916
CPU usage (%): 100.033
Max. virtual memory (cumulated for all children) (KiB): 1841852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.59
system time used= 0.547916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39819
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= 24456
involuntary context switches= 24428

runsolver used 1.08583 second user time and 3.17852 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Tue Feb 27 13:06:24 UTC 2007

IDJOB= 312083
IDBENCH= 20332
IDSOLVER= 96
FILE ID= node2/312083-1172581584

PBS_JOBID= 3971691

Free space on /tmp= 66557 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.8/v1665/unif2p-p0.8-v1665-c5178-S64317265-01-SAT.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/312083-1172581584/sat4j-sat2007.jar /tmp/evaluation/312083-1172581584/instance-312083-1172581584.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-312083-1172581584 -o ROOT/results/node2/solver-312083-1172581584 -C 1200 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/312083-1172581584/sat4j-sat2007.jar /tmp/evaluation/312083-1172581584/instance-312083-1172581584.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  5d31125289b1c834540b6ea9a0288381

RANDOM SEED= 633266395

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.247
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.247
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:       1668880 kB
Buffers:         48456 kB
Cached:         208720 kB
SwapCached:          0 kB
Active:         251908 kB
Inactive:        64892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:          78540 kB
Slab:            55688 kB
Committed_AS:  1324672 kB
PageTables:       1812 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= 66557 MiB

End job on node2 on Tue Feb 27 13:26:26 UTC 2007