Trace number 246713

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-CACHED 1.7 RC BF3? (TO) 1800.15 1799.57

General information on the benchmark

Namepigeons_glb/
pigeons-40_ext.xml
MD5SUM5fddf99c2af664c9c9d74cefb14a571d
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.012997
SatisfiableNO
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Maximum constraint arity40
Maximum domain size39
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)allDifferent(1)

Solver Data (download as text)

0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.18	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.18	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.19	c version CSP COMPETITION BUGFIX 3 CACHED
0.19	c sun.arch.data.model	32
0.19	c java.version	1.5.0_10
0.19	c os.name	Linux
0.19	c os.version	2.6.9-22.EL.rootsmp
0.19	c os.arch	i386
0.19	c Free memory 722620888
0.19	c Max memory 723845120
0.19	c Total memory 723845120
0.19	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/246713-1168387750/unknown.xml
0.25	c reading problem ... 
0.41	c reading problem named ?
0.42	c reading domains done.
0.42	c reading variables
c reading variables (40) done.
0.45	c reading constraints
c reading constraints done.
0.62	c ... done. Wall clock time 0.366s.
0.62	c CPU time (experimental) 0.45s.
0.62	c #vars     1560
0.62	c #constraints  80
1799.45	c starts		: 19
1799.45	c conflicts		: 333078
1799.45	c decisions		: 349882
1799.45	c propagations		: 3683512
1799.45	c inspects		: 2207147582
1799.45	c learnt literals	: 0
1799.45	c learnt binary clauses	: 0
1799.45	c learnt ternary clauses	: 0
1799.45	c learnt clauses	: 333078
1799.45	c root simplifications	: 0
1799.45	c removed literals (reason simplification)	: 0
1799.45	c reason swapping (by a shorter reason)	: 0
1799.45	c Calls to reduceDB	: 0
1799.45	c speed (decisions/second)	: 194.50510108781697
1799.45	c non guided choices	2102
1799.45	s UNKNOWN
1799.45	c Total wall clock time (in seconds) : 1799.202
1799.45	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/node19/watcher-246713-1168387750 -o ROOT/results/node19/solver-246713-1168387750 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/246713-1168387750/sat4jCSP-bf3-cached.jar /tmp/evaluation/246713-1168387750/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: 1.00 1.00 1.00 2/78 23551
/proc/meminfo: memFree=1764952/2055920 swapFree=4171244/4192956
[pid=23550] ppid=23548 vsize=1452 CPUtime=0
/proc/23550/stat : 23550 (java) R 23548 23550 22790 0 -1 0 93 0 0 0 0 0 0 0 20 0 1 0 187169651 1486848 65 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23550/statm: 363 76 58 14 0 8 0

[startup+0.105255 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23551
/proc/meminfo: memFree=1764952/2055920 swapFree=4171244/4192956
[pid=23550] ppid=23548 vsize=897120 CPUtime=0.05
/proc/23550/stat : 23550 (java) R 23548 23550 22790 0 -1 0 2945 0 1 0 4 1 0 0 22 0 6 0 187169651 918650880 2705 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152158113 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/23550/statm: 224280 2706 1410 14 0 211300 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 897120

[startup+0.515333 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23551
/proc/meminfo: memFree=1764952/2055920 swapFree=4171244/4192956
[pid=23550] ppid=23548 vsize=906512 CPUtime=0.65
/proc/23550/stat : 23550 (java) R 23548 23550 22790 0 -1 0 6319 0 1 0 61 4 0 0 17 0 12 0 187169651 928268288 5894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053870803 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23550/statm: 226628 5894 2312 14 0 213065 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 906512

[startup+1.34249 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23563
/proc/meminfo: memFree=1746616/2055920 swapFree=4171244/4192956
[pid=23550] ppid=23548 vsize=907028 CPUtime=1.75
/proc/23550/stat : 23550 (java) R 23548 23550 22790 0 -1 0 7616 0 1 0 170 5 0 0 18 0 13 0 187169651 928796672 7111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054207707 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23550/statm: 226757 7111 2336 14 0 213194 0
[pid=23550/tid=23552] ppid=23548 vsize=907028 CPUtime=0
/proc/23550/task/23552/stat : 23552 (java) S 23548 23550 22790 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 187169658 928796672 7111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23553] ppid=23548 vsize=907028 CPUtime=0
/proc/23550/task/23553/stat : 23553 (java) S 23548 23550 22790 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 187169658 928796672 7111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23554] ppid=23548 vsize=907028 CPUtime=0
/proc/23550/task/23554/stat : 23554 (java) S 23548 23550 22790 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 187169661 928796672 7111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23555] ppid=23548 vsize=907028 CPUtime=0
/proc/23550/task/23555/stat : 23555 (java) S 23548 23550 22790 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 187169661 928796672 7111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23556] ppid=23548 vsize=907028 CPUtime=0
/proc/23550/task/23556/stat : 23556 (java) S 23548 23550 22790 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 187169661 928796672 7111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23557] ppid=23548 vsize=907028 CPUtime=0
/proc/23550/task/23557/stat : 23557 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 187169665 928796672 7111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23558] ppid=23548 vsize=907028 CPUtime=0
/proc/23550/task/23558/stat : 23558 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 187169665 928796672 7111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23559] ppid=23548 vsize=907028 CPUtime=0.34
/proc/23550/task/23559/stat : 23559 (java) S 23548 23550 22790 0 -1 64 621 0 0 0 34 0 0 0 16 0 13 0 187169665 928796672 7111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23560] ppid=23548 vsize=907028 CPUtime=0.34
/proc/23550/task/23560/stat : 23560 (java) S 23548 23550 22790 0 -1 64 590 0 0 0 34 0 0 0 16 0 13 0 187169665 928796672 7111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23561] ppid=23548 vsize=907028 CPUtime=0
/proc/23550/task/23561/stat : 23561 (java) S 23548 23550 22790 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 187169665 928796672 7111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23562] ppid=23548 vsize=907028 CPUtime=0
/proc/23550/task/23562/stat : 23562 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 187169665 928796672 7111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23563] ppid=23548 vsize=907028 CPUtime=0
/proc/23550/task/23563/stat : 23563 (java) S 23548 23550 22790 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 187169714 928796672 7111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 907028

[startup+2.9818 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23563
/proc/meminfo: memFree=1741944/2055920 swapFree=4171244/4192956
[pid=23550] ppid=23548 vsize=907028 CPUtime=3.41
/proc/23550/stat : 23550 (java) R 23548 23550 22790 0 -1 0 9130 0 1 0 336 5 0 0 23 0 13 0 187169651 928796672 8624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054207971 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23550/statm: 226757 8624 2338 14 0 213194 0
[pid=23550/tid=23552] ppid=23548 vsize=907028 CPUtime=0
/proc/23550/task/23552/stat : 23552 (java) S 23548 23550 22790 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 187169658 928796672 8624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23553] ppid=23548 vsize=907028 CPUtime=0
/proc/23550/task/23553/stat : 23553 (java) S 23548 23550 22790 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 187169658 928796672 8624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23554] ppid=23548 vsize=907028 CPUtime=0
/proc/23550/task/23554/stat : 23554 (java) S 23548 23550 22790 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 187169661 928796672 8624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23555] ppid=23548 vsize=907028 CPUtime=0
/proc/23550/task/23555/stat : 23555 (java) S 23548 23550 22790 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 187169661 928796672 8624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23556] ppid=23548 vsize=907028 CPUtime=0
/proc/23550/task/23556/stat : 23556 (java) S 23548 23550 22790 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 187169661 928796672 8624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23557] ppid=23548 vsize=907028 CPUtime=0
/proc/23550/task/23557/stat : 23557 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 187169665 928796672 8624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23558] ppid=23548 vsize=907028 CPUtime=0
/proc/23550/task/23558/stat : 23558 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 187169665 928796672 8624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23559] ppid=23548 vsize=907028 CPUtime=0.36
/proc/23550/task/23559/stat : 23559 (java) S 23548 23550 22790 0 -1 64 623 0 0 0 36 0 0 0 16 0 13 0 187169665 928796672 8624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23560] ppid=23548 vsize=907028 CPUtime=0.35
/proc/23550/task/23560/stat : 23560 (java) S 23548 23550 22790 0 -1 64 593 0 0 0 35 0 0 0 16 0 13 0 187169665 928796672 8624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23561] ppid=23548 vsize=907028 CPUtime=0
/proc/23550/task/23561/stat : 23561 (java) S 23548 23550 22790 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 187169665 928796672 8624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23562] ppid=23548 vsize=907028 CPUtime=0
/proc/23550/task/23562/stat : 23562 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 187169665 928796672 8624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23563] ppid=23548 vsize=907028 CPUtime=0
/proc/23550/task/23563/stat : 23563 (java) S 23548 23550 22790 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 187169714 928796672 8624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 907028

[startup+6.18839 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23563
/proc/meminfo: memFree=1733064/2055920 swapFree=4171244/4192956
[pid=23550] ppid=23548 vsize=906740 CPUtime=6.61
/proc/23550/stat : 23550 (java) R 23548 23550 22790 0 -1 0 10924 0 1 0 655 6 0 0 25 0 13 0 187169651 928501760 10345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054207735 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23550/statm: 226685 10345 2338 14 0 213122 0
[pid=23550/tid=23552] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23552/stat : 23552 (java) S 23548 23550 22790 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 187169658 928501760 10345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23553] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23553/stat : 23553 (java) S 23548 23550 22790 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 187169658 928501760 10345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23554] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23554/stat : 23554 (java) S 23548 23550 22790 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 187169661 928501760 10346 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23555] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23555/stat : 23555 (java) S 23548 23550 22790 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 187169661 928501760 10346 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23556] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23556/stat : 23556 (java) S 23548 23550 22790 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 187169661 928501760 10346 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23557] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23557/stat : 23557 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 187169665 928501760 10346 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23558] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23558/stat : 23558 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 187169665 928501760 10346 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23559] ppid=23548 vsize=906740 CPUtime=0.36
/proc/23550/task/23559/stat : 23559 (java) S 23548 23550 22790 0 -1 64 623 0 0 0 36 0 0 0 16 0 13 0 187169665 928501760 10346 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23560] ppid=23548 vsize=906740 CPUtime=0.36
/proc/23550/task/23560/stat : 23560 (java) S 23548 23550 22790 0 -1 64 593 0 0 0 36 0 0 0 16 0 13 0 187169665 928501760 10346 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23561] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23561/stat : 23561 (java) S 23548 23550 22790 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 187169665 928501760 10346 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23562] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23562/stat : 23562 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 187169665 928501760 10346 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23563] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23563/stat : 23563 (java) S 23548 23550 22790 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 187169714 928501760 10346 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.61
Current children cumulated vsize (KiB) 906740

[startup+12.6736 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23563
/proc/meminfo: memFree=1722576/2055920 swapFree=4171244/4192956
[pid=23550] ppid=23548 vsize=906740 CPUtime=13.09
/proc/23550/stat : 23550 (java) R 23548 23550 22790 0 -1 0 13480 0 1 0 1301 8 0 0 25 0 13 0 187169651 928501760 12900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054207674 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23550/statm: 226685 12900 2338 14 0 213122 0
[pid=23550/tid=23552] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23552/stat : 23552 (java) S 23548 23550 22790 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 187169658 928501760 12900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23553] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23553/stat : 23553 (java) S 23548 23550 22790 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 187169658 928501760 12900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23554] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23554/stat : 23554 (java) S 23548 23550 22790 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 187169661 928501760 12900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23555] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23555/stat : 23555 (java) S 23548 23550 22790 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 187169661 928501760 12900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23556] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23556/stat : 23556 (java) S 23548 23550 22790 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 187169661 928501760 12900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23557] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23557/stat : 23557 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 187169665 928501760 12900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23558] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23558/stat : 23558 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 187169665 928501760 12900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23559] ppid=23548 vsize=906740 CPUtime=0.36
/proc/23550/task/23559/stat : 23559 (java) S 23548 23550 22790 0 -1 64 623 0 0 0 36 0 0 0 16 0 13 0 187169665 928501760 12900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23560] ppid=23548 vsize=906740 CPUtime=0.36
/proc/23550/task/23560/stat : 23560 (java) S 23548 23550 22790 0 -1 64 593 0 0 0 36 0 0 0 16 0 13 0 187169665 928501760 12900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23561] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23561/stat : 23561 (java) S 23548 23550 22790 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 187169665 928501760 12901 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23562] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23562/stat : 23562 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 187169665 928501760 12901 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23563] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23563/stat : 23563 (java) S 23548 23550 22790 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 187169714 928501760 12901 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.09
Current children cumulated vsize (KiB) 906740

[startup+25.55 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23563
/proc/meminfo: memFree=1709520/2055920 swapFree=4171244/4192956
[pid=23550] ppid=23548 vsize=906740 CPUtime=25.96
/proc/23550/stat : 23550 (java) R 23548 23550 22790 0 -1 0 16768 0 1 0 2586 10 0 0 25 0 13 0 187169651 928501760 16188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054207787 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23550/statm: 226685 16188 2338 14 0 213122 0
[pid=23550/tid=23552] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23552/stat : 23552 (java) S 23548 23550 22790 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 187169658 928501760 16188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23553] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23553/stat : 23553 (java) S 23548 23550 22790 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 187169658 928501760 16188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23554] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23554/stat : 23554 (java) S 23548 23550 22790 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 187169661 928501760 16188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23555] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23555/stat : 23555 (java) S 23548 23550 22790 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 187169661 928501760 16188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23556] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23556/stat : 23556 (java) S 23548 23550 22790 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 187169661 928501760 16188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23557] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23557/stat : 23557 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 187169665 928501760 16188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23558] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23558/stat : 23558 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 187169665 928501760 16188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23559] ppid=23548 vsize=906740 CPUtime=0.36
/proc/23550/task/23559/stat : 23559 (java) S 23548 23550 22790 0 -1 64 623 0 0 0 36 0 0 0 16 0 13 0 187169665 928501760 16188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23560] ppid=23548 vsize=906740 CPUtime=0.36
/proc/23550/task/23560/stat : 23560 (java) S 23548 23550 22790 0 -1 64 594 0 0 0 36 0 0 0 16 0 13 0 187169665 928501760 16188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23561] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23561/stat : 23561 (java) S 23548 23550 22790 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 187169665 928501760 16188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23562] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23562/stat : 23562 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 187169665 928501760 16188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23563] ppid=23548 vsize=906740 CPUtime=0
/proc/23550/task/23563/stat : 23563 (java) S 23548 23550 22790 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 187169714 928501760 16188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.96
Current children cumulated vsize (KiB) 906740

[startup+51.1999 s]

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

/proc/loadavg: 1.07 1.02 1.00 2/90 23565
/proc/meminfo: memFree=1236432/2055920 swapFree=4171244/4192956
[pid=23550] ppid=23548 vsize=907964 CPUtime=1604.33
/proc/23550/stat : 23550 (java) R 23548 23550 22790 0 -1 0 168922 0 1 0 160340 93 0 0 25 0 13 0 187169651 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054188125 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23550/statm: 226991 134107 2346 14 0 213428 0
[pid=23550/tid=23552] ppid=23548 vsize=907964 CPUtime=1.23
/proc/23550/task/23552/stat : 23552 (java) S 23548 23550 22790 0 -1 64 77832 0 0 0 88 35 0 0 17 0 13 0 187169658 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23553] ppid=23548 vsize=907964 CPUtime=1.27
/proc/23550/task/23553/stat : 23553 (java) S 23548 23550 22790 0 -1 64 70176 0 0 0 90 37 0 0 16 0 13 0 187169658 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23554] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23554/stat : 23554 (java) S 23548 23550 22790 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 187169661 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23555] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23555/stat : 23555 (java) S 23548 23550 22790 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 187169661 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23556] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23556/stat : 23556 (java) S 23548 23550 22790 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187169661 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23557] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23557/stat : 23557 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 187169665 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23558] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23558/stat : 23558 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 187169665 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23559] ppid=23548 vsize=907964 CPUtime=0.38
/proc/23550/task/23559/stat : 23559 (java) S 23548 23550 22790 0 -1 64 623 0 0 0 38 0 0 0 17 0 13 0 187169665 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23560] ppid=23548 vsize=907964 CPUtime=0.38
/proc/23550/task/23560/stat : 23560 (java) S 23548 23550 22790 0 -1 64 595 0 0 0 38 0 0 0 17 0 13 0 187169665 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23561] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23561/stat : 23561 (java) S 23548 23550 22790 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 187169665 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23562] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23562/stat : 23562 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 187169665 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23563] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23563/stat : 23563 (java) S 23548 23550 22790 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 187169714 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1604.33
Current children cumulated vsize (KiB) 907964

[startup+1663.79 s]
/proc/loadavg: 1.09 1.03 1.00 2/90 23565
/proc/meminfo: memFree=1236368/2055920 swapFree=4171244/4192956
[pid=23550] ppid=23548 vsize=907964 CPUtime=1664.34
/proc/23550/stat : 23550 (java) R 23548 23550 22790 0 -1 0 168922 0 1 0 166341 93 0 0 25 0 13 0 187169651 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054207674 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23550/statm: 226991 134107 2346 14 0 213428 0
[pid=23550/tid=23552] ppid=23548 vsize=907964 CPUtime=1.23
/proc/23550/task/23552/stat : 23552 (java) S 23548 23550 22790 0 -1 64 77832 0 0 0 88 35 0 0 17 0 13 0 187169658 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23553] ppid=23548 vsize=907964 CPUtime=1.27
/proc/23550/task/23553/stat : 23553 (java) S 23548 23550 22790 0 -1 64 70176 0 0 0 90 37 0 0 16 0 13 0 187169658 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23554] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23554/stat : 23554 (java) S 23548 23550 22790 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 187169661 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23555] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23555/stat : 23555 (java) S 23548 23550 22790 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 187169661 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23556] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23556/stat : 23556 (java) S 23548 23550 22790 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187169661 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23557] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23557/stat : 23557 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 187169665 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23558] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23558/stat : 23558 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 187169665 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23559] ppid=23548 vsize=907964 CPUtime=0.38
/proc/23550/task/23559/stat : 23559 (java) S 23548 23550 22790 0 -1 64 623 0 0 0 38 0 0 0 17 0 13 0 187169665 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23560] ppid=23548 vsize=907964 CPUtime=0.38
/proc/23550/task/23560/stat : 23560 (java) S 23548 23550 22790 0 -1 64 595 0 0 0 38 0 0 0 17 0 13 0 187169665 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23561] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23561/stat : 23561 (java) S 23548 23550 22790 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 187169665 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23562] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23562/stat : 23562 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 187169665 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23563] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23563/stat : 23563 (java) S 23548 23550 22790 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 187169714 929755136 134107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1664.34
Current children cumulated vsize (KiB) 907964

[startup+1723.84 s]
/proc/loadavg: 1.03 1.02 1.00 2/90 23565
/proc/meminfo: memFree=1209104/2055920 swapFree=4171244/4192956
[pid=23550] ppid=23548 vsize=907964 CPUtime=1724.45
/proc/23550/stat : 23550 (java) R 23548 23550 22790 0 -1 0 176678 0 1 0 172348 97 0 0 25 0 13 0 187169651 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054226436 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23550/statm: 226991 140907 2346 14 0 213428 0
[pid=23550/tid=23552] ppid=23548 vsize=907964 CPUtime=1.32
/proc/23550/task/23552/stat : 23552 (java) S 23548 23550 22790 0 -1 64 80987 0 0 0 95 37 0 0 16 0 13 0 187169658 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23553] ppid=23548 vsize=907964 CPUtime=1.35
/proc/23550/task/23553/stat : 23553 (java) S 23548 23550 22790 0 -1 64 74776 0 0 0 97 38 0 0 16 0 13 0 187169658 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23554] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23554/stat : 23554 (java) S 23548 23550 22790 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 187169661 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23555] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23555/stat : 23555 (java) S 23548 23550 22790 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 187169661 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23556] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23556/stat : 23556 (java) S 23548 23550 22790 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187169661 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23557] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23557/stat : 23557 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 187169665 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23558] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23558/stat : 23558 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 187169665 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23559] ppid=23548 vsize=907964 CPUtime=0.38
/proc/23550/task/23559/stat : 23559 (java) S 23548 23550 22790 0 -1 64 623 0 0 0 38 0 0 0 17 0 13 0 187169665 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23560] ppid=23548 vsize=907964 CPUtime=0.38
/proc/23550/task/23560/stat : 23560 (java) S 23548 23550 22790 0 -1 64 595 0 0 0 38 0 0 0 17 0 13 0 187169665 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23561] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23561/stat : 23561 (java) S 23548 23550 22790 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 187169665 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23562] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23562/stat : 23562 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 187169665 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23563] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23563/stat : 23563 (java) S 23548 23550 22790 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 187169714 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1724.45
Current children cumulated vsize (KiB) 907964

[startup+1783.89 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 23565
/proc/meminfo: memFree=1209104/2055920 swapFree=4171244/4192956
[pid=23550] ppid=23548 vsize=907964 CPUtime=1784.47
/proc/23550/stat : 23550 (java) R 23548 23550 22790 0 -1 0 176678 0 1 0 178350 97 0 0 25 0 13 0 187169651 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054203025 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23550/statm: 226991 140907 2346 14 0 213428 0
[pid=23550/tid=23552] ppid=23548 vsize=907964 CPUtime=1.32
/proc/23550/task/23552/stat : 23552 (java) S 23548 23550 22790 0 -1 64 80987 0 0 0 95 37 0 0 16 0 13 0 187169658 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23553] ppid=23548 vsize=907964 CPUtime=1.35
/proc/23550/task/23553/stat : 23553 (java) S 23548 23550 22790 0 -1 64 74776 0 0 0 97 38 0 0 16 0 13 0 187169658 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23554] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23554/stat : 23554 (java) S 23548 23550 22790 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 187169661 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23555] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23555/stat : 23555 (java) S 23548 23550 22790 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 187169661 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23556] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23556/stat : 23556 (java) S 23548 23550 22790 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187169661 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23557] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23557/stat : 23557 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 187169665 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23558] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23558/stat : 23558 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 187169665 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23559] ppid=23548 vsize=907964 CPUtime=0.38
/proc/23550/task/23559/stat : 23559 (java) S 23548 23550 22790 0 -1 64 623 0 0 0 38 0 0 0 17 0 13 0 187169665 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23560] ppid=23548 vsize=907964 CPUtime=0.38
/proc/23550/task/23560/stat : 23560 (java) S 23548 23550 22790 0 -1 64 595 0 0 0 38 0 0 0 17 0 13 0 187169665 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23561] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23561/stat : 23561 (java) S 23548 23550 22790 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 187169665 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23562] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23562/stat : 23562 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 187169665 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23563] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23563/stat : 23563 (java) S 23548 23550 22790 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 187169714 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1784.47
Current children cumulated vsize (KiB) 907964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.45 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 23565
/proc/meminfo: memFree=1209104/2055920 swapFree=4171244/4192956
[pid=23550] ppid=23548 vsize=907964 CPUtime=1800.02
/proc/23550/stat : 23550 (java) R 23548 23550 22790 0 -1 0 176678 0 1 0 179905 97 0 0 25 0 13 0 187169651 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054188125 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23550/statm: 226991 140907 2346 14 0 213428 0
[pid=23550/tid=23552] ppid=23548 vsize=907964 CPUtime=1.32
/proc/23550/task/23552/stat : 23552 (java) S 23548 23550 22790 0 -1 64 80987 0 0 0 95 37 0 0 16 0 13 0 187169658 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23553] ppid=23548 vsize=907964 CPUtime=1.35
/proc/23550/task/23553/stat : 23553 (java) S 23548 23550 22790 0 -1 64 74776 0 0 0 97 38 0 0 16 0 13 0 187169658 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23554] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23554/stat : 23554 (java) S 23548 23550 22790 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 187169661 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23555] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23555/stat : 23555 (java) S 23548 23550 22790 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 187169661 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23556] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23556/stat : 23556 (java) S 23548 23550 22790 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187169661 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23557] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23557/stat : 23557 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 187169665 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23558] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23558/stat : 23558 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 187169665 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23559] ppid=23548 vsize=907964 CPUtime=0.38
/proc/23550/task/23559/stat : 23559 (java) S 23548 23550 22790 0 -1 64 623 0 0 0 38 0 0 0 17 0 13 0 187169665 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23560] ppid=23548 vsize=907964 CPUtime=0.38
/proc/23550/task/23560/stat : 23560 (java) S 23548 23550 22790 0 -1 64 595 0 0 0 38 0 0 0 17 0 13 0 187169665 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23550/tid=23561] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23561/stat : 23561 (java) S 23548 23550 22790 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 187169665 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23562] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23562/stat : 23562 (java) S 23548 23550 22790 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 187169665 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23550/tid=23563] ppid=23548 vsize=907964 CPUtime=0
/proc/23550/task/23563/stat : 23563 (java) S 23548 23550 22790 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 187169714 929755136 140907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 907964

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

Child status: 143
Real time (s): 1799.57
CPU time (s): 1800.15
CPU user time (s): 1799.08
CPU system time (s): 1.06484
CPU usage (%): 100.032
Max. virtual memory (cumulated for all children) (KiB): 907964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.06484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176697
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= 36897
involuntary context switches= 69893

runsolver used 2.06868 s user time and 4.44032 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Wed Jan 10 00:09:10 UTC 2007


IDJOB= 246713
IDBENCH= 10718
FILE ID= node19/246713-1168387750

PBS_JOBID= 3522598

Free space on /tmp= 66559 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pigeons_glb/pigeons-40_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/246713-1168387750/sat4jCSP-bf3-cached.jar /tmp/evaluation/246713-1168387750/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-246713-1168387750 -o ROOT/results/node19/solver-246713-1168387750 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/246713-1168387750/sat4jCSP-bf3-cached.jar /tmp/evaluation/246713-1168387750/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  5fddf99c2af664c9c9d74cefb14a571d

RANDOM SEED= 241079128

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.260
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.260
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:       1765368 kB
Buffers:         47268 kB
Cached:         155924 kB
SwapCached:      10396 kB
Active:         164892 kB
Inactive:        69676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765368 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            2408 kB
Writeback:           0 kB
Mapped:          40216 kB
Slab:            41296 kB
Committed_AS:  5496912 kB
PageTables:       1996 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= 66559 MiB



End job on node19 on Wed Jan 10 00:39:10 UTC 2007