Trace number 200861

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jCSP 1.7 RC BF3? (MO) 193.268 192.969

General information on the benchmark

Namefapp/fapp11-15/fapp14/
fapp14-2500-7.xml
MD5SUMa79c9b99e8808e3f0c1cc2f1e05bf11a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	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/200861-1168144046/unknown.xml
0.25	c reading problem ... 
0.41	c reading problem named ?
0.41	c reading domains done.
0.63	c reading variables
c reading variables (2500) done.
3.61	c reading predicates 
c reading relations (9) done.
3.82	c reading constraintsc starts		: 0
192.83	c conflicts		: 0
192.83	c decisions		: 0
192.83	c propagations		: 0
192.83	c inspects		: 0
192.83	c learnt literals	: 0
192.83	c learnt binary clauses	: 0
192.83	c learnt ternary clauses	: 0
192.83	c learnt clauses	: 0
192.83	c root simplifications	: 0
192.84	c removed literals (reason simplification)	: 0
192.84	c reason swapping (by a shorter reason)	: 0
192.84	c Calls to reduceDB	: 0
192.84	c speed (decisions/second)	: 0.0
192.84	c non guided choices	0
192.84	s UNKNOWN
192.84	c Total wall clock time (in seconds) : 192.585
192.84	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/node7/watcher-200861-1168144046 -o ROOT/results/node7/solver-200861-1168144046 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/200861-1168144046/sat4jCSP-bf3.jar /tmp/evaluation/200861-1168144046/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.92 1.99 2.00 4/88 11841
/proc/meminfo: memFree=1720776/2055920 swapFree=4192812/4192956
[pid=11840] ppid=11838 vsize=50144 CPUtime=0
/proc/11840/stat : 11840 (java) D 11838 11840 11001 0 -1 0 1380 0 1 0 0 0 0 0 17 0 1 0 162800069 51347456 1145 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/11840/statm: 12536 1145 875 14 0 1707 0

[startup+0.103696 s]
/proc/loadavg: 1.92 1.99 2.00 4/88 11841
/proc/meminfo: memFree=1720776/2055920 swapFree=4192812/4192956
[pid=11840] ppid=11838 vsize=901540 CPUtime=0.08
/proc/11840/stat : 11840 (java) R 11838 11840 11001 0 -1 0 3337 0 1 0 7 1 0 0 21 0 12 0 162800069 923176960 3097 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154683603 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11840/statm: 225385 3097 1565 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.511739 s]
/proc/loadavg: 1.92 1.99 2.00 4/88 11841
/proc/meminfo: memFree=1720776/2055920 swapFree=4192812/4192956
[pid=11840] ppid=11838 vsize=906832 CPUtime=0.59
/proc/11840/stat : 11840 (java) R 11838 11840 11001 0 -1 0 6235 0 1 0 56 3 0 0 17 0 12 0 162800069 928595968 5828 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053863453 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11840/statm: 226708 5828 2295 14 0 213145 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 906832

[startup+1.33582 s]
/proc/loadavg: 1.92 1.99 2.00 3/99 11852
/proc/meminfo: memFree=1703024/2055920 swapFree=4192812/4192956
[pid=11840] ppid=11838 vsize=908996 CPUtime=1.67
/proc/11840/stat : 11840 (java) R 11838 11840 11001 0 -1 0 7792 0 1 0 163 4 0 0 18 0 12 0 162800069 930811904 6739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11840/statm: 227249 6739 2308 14 0 213686 0
[pid=11840/tid=11842] ppid=11838 vsize=908996 CPUtime=0
/proc/11840/task/11842/stat : 11842 (java) S 11838 11840 11001 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162800072 930811904 6739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11843] ppid=11838 vsize=908996 CPUtime=0
/proc/11840/task/11843/stat : 11843 (java) S 11838 11840 11001 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 162800072 930811904 6739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11844] ppid=11838 vsize=908996 CPUtime=0
/proc/11840/task/11844/stat : 11844 (java) S 11838 11840 11001 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 162800075 930811904 6739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11845] ppid=11838 vsize=908996 CPUtime=0
/proc/11840/task/11845/stat : 11845 (java) S 11838 11840 11001 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 162800075 930811904 6739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11846] ppid=11838 vsize=908996 CPUtime=0
/proc/11840/task/11846/stat : 11846 (java) S 11838 11840 11001 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 162800075 930811904 6739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11847] ppid=11838 vsize=908996 CPUtime=0
/proc/11840/task/11847/stat : 11847 (java) S 11838 11840 11001 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162800079 930811904 6739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11848] ppid=11838 vsize=908996 CPUtime=0
/proc/11840/task/11848/stat : 11848 (java) S 11838 11840 11001 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 162800079 930811904 6739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11849] ppid=11838 vsize=908996 CPUtime=0.44
/proc/11840/task/11849/stat : 11849 (java) R 11838 11840 11001 0 -1 64 1259 0 0 0 44 0 0 0 16 0 12 0 162800079 930811904 6739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152666676 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11850] ppid=11838 vsize=908996 CPUtime=0.42
/proc/11840/task/11850/stat : 11850 (java) S 11838 11840 11001 0 -1 64 1043 0 0 0 42 0 0 0 16 0 12 0 162800079 930811904 6739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11851] ppid=11838 vsize=908996 CPUtime=0
/proc/11840/task/11851/stat : 11851 (java) S 11838 11840 11001 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162800079 930811904 6739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11852] ppid=11838 vsize=908996 CPUtime=0
/proc/11840/task/11852/stat : 11852 (java) S 11838 11840 11001 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 162800079 930811904 6739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 908996

[startup+2.986 s]
/proc/loadavg: 1.92 1.99 2.00 5/99 11852
/proc/meminfo: memFree=1601328/2055920 swapFree=4192812/4192956
[pid=11840] ppid=11838 vsize=914124 CPUtime=3.61
/proc/11840/stat : 11840 (java) S 11838 11840 11001 0 -1 0 50681 0 1 0 340 21 0 0 21 0 12 0 162800069 936062976 47928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11840/statm: 228531 47928 2343 14 0 214968 0
[pid=11840/tid=11842] ppid=11838 vsize=914124 CPUtime=0.6
/proc/11840/task/11842/stat : 11842 (java) R 11838 11840 11001 0 -1 64 17497 0 0 0 54 6 0 0 18 0 12 0 162800072 936062976 47928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11843] ppid=11838 vsize=914124 CPUtime=0.42
/proc/11840/task/11843/stat : 11843 (java) R 11838 11840 11001 0 -1 64 10795 0 0 0 38 4 0 0 19 0 12 0 162800072 936062976 47928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694891 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11844] ppid=11838 vsize=914124 CPUtime=0
/proc/11840/task/11844/stat : 11844 (java) S 11838 11840 11001 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 162800075 936062976 47928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11845] ppid=11838 vsize=914124 CPUtime=0
/proc/11840/task/11845/stat : 11845 (java) S 11838 11840 11001 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162800075 936062976 47928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11846] ppid=11838 vsize=914124 CPUtime=0
/proc/11840/task/11846/stat : 11846 (java) S 11838 11840 11001 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162800075 936062976 47928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11847] ppid=11838 vsize=914124 CPUtime=0
/proc/11840/task/11847/stat : 11847 (java) S 11838 11840 11001 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162800079 936062976 47928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11848] ppid=11838 vsize=914124 CPUtime=0
/proc/11840/task/11848/stat : 11848 (java) S 11838 11840 11001 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 162800079 936062976 47928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11849] ppid=11838 vsize=914124 CPUtime=0.68
/proc/11840/task/11849/stat : 11849 (java) S 11838 11840 11001 0 -1 64 1390 0 0 0 68 0 0 0 16 0 12 0 162800079 936062976 47928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11850] ppid=11838 vsize=914124 CPUtime=0.59
/proc/11840/task/11850/stat : 11850 (java) S 11838 11840 11001 0 -1 64 1244 0 0 0 59 0 0 0 16 0 12 0 162800079 936062976 47928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11851] ppid=11838 vsize=914124 CPUtime=0
/proc/11840/task/11851/stat : 11851 (java) S 11838 11840 11001 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162800079 936062976 47928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11852] ppid=11838 vsize=914124 CPUtime=0
/proc/11840/task/11852/stat : 11852 (java) S 11838 11840 11001 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 162800079 936062976 47928 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 914124

[startup+6.28542 s]
/proc/loadavg: 1.93 1.99 2.00 5/99 11852
/proc/meminfo: memFree=1482224/2055920 swapFree=4192812/4192956
[pid=11840] ppid=11838 vsize=920684 CPUtime=6.87
/proc/11840/stat : 11840 (java) R 11838 11840 11001 0 -1 0 68604 0 1 0 660 27 0 0 25 0 12 0 162800069 942780416 62704 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11840/statm: 230171 62704 2482 14 0 216608 0
[pid=11840/tid=11842] ppid=11838 vsize=920684 CPUtime=1.06
/proc/11840/task/11842/stat : 11842 (java) R 11838 11840 11001 0 -1 64 30261 0 0 0 95 11 0 0 15 0 12 0 162800072 942780416 62704 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631271 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11843] ppid=11838 vsize=920684 CPUtime=0.56
/proc/11840/task/11843/stat : 11843 (java) R 11838 11840 11001 0 -1 64 11910 0 0 0 52 4 0 0 15 0 12 0 162800072 942780416 62704 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958789 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11844] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11844/stat : 11844 (java) R 11838 11840 11001 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 162800075 942780416 62704 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11845] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11845/stat : 11845 (java) S 11838 11840 11001 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162800075 942780416 62704 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11846] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11846/stat : 11846 (java) S 11838 11840 11001 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162800075 942780416 62704 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11847] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11847/stat : 11847 (java) S 11838 11840 11001 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162800079 942780416 62704 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11848] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11848/stat : 11848 (java) S 11838 11840 11001 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 162800079 942780416 62704 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11849] ppid=11838 vsize=920684 CPUtime=0.98
/proc/11840/task/11849/stat : 11849 (java) S 11838 11840 11001 0 -1 64 2063 0 0 0 98 0 0 0 16 0 12 0 162800079 942780416 62704 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11850] ppid=11838 vsize=920684 CPUtime=1.26
/proc/11840/task/11850/stat : 11850 (java) S 11838 11840 11001 0 -1 64 4225 0 0 0 124 2 0 0 16 0 12 0 162800079 942780416 62704 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11851] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11851/stat : 11851 (java) S 11838 11840 11001 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162800079 942780416 62704 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11852] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11852/stat : 11852 (java) S 11838 11840 11001 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 162800079 942780416 62704 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 920684

[startup+12.6898 s]
/proc/loadavg: 1.93 1.99 2.00 4/99 11852
/proc/meminfo: memFree=1452272/2055920 swapFree=4192812/4192956
[pid=11840] ppid=11838 vsize=920684 CPUtime=13.24
/proc/11840/stat : 11840 (java) R 11838 11840 11001 0 -1 0 75668 0 1 0 1294 30 0 0 25 0 12 0 162800069 942780416 69684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054412258 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11840/statm: 230171 69684 2482 14 0 216608 0
[pid=11840/tid=11842] ppid=11838 vsize=920684 CPUtime=1.4
/proc/11840/task/11842/stat : 11842 (java) S 11838 11840 11001 0 -1 64 33174 0 0 0 128 12 0 0 16 0 12 0 162800072 942780416 69684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11843] ppid=11838 vsize=920684 CPUtime=0.95
/proc/11840/task/11843/stat : 11843 (java) S 11838 11840 11001 0 -1 64 16011 0 0 0 89 6 0 0 16 0 12 0 162800072 942780416 69684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11844] ppid=11838 vsize=920684 CPUtime=0.01
/proc/11840/task/11844/stat : 11844 (java) S 11838 11840 11001 0 -1 64 12 0 0 0 1 0 0 0 16 0 12 0 162800075 942780416 69684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11845] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11845/stat : 11845 (java) S 11838 11840 11001 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162800075 942780416 69684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11846] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11846/stat : 11846 (java) S 11838 11840 11001 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162800075 942780416 69684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11847] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11847/stat : 11847 (java) S 11838 11840 11001 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162800079 942780416 69684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11848] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11848/stat : 11848 (java) S 11838 11840 11001 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 162800079 942780416 69684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11849] ppid=11838 vsize=920684 CPUtime=1.07
/proc/11840/task/11849/stat : 11849 (java) S 11838 11840 11001 0 -1 64 2065 0 0 0 107 0 0 0 17 0 12 0 162800079 942780416 69684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11850] ppid=11838 vsize=920684 CPUtime=1.5
/proc/11840/task/11850/stat : 11850 (java) S 11838 11840 11001 0 -1 64 4251 0 0 0 148 2 0 0 16 0 12 0 162800079 942780416 69684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11851] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11851/stat : 11851 (java) S 11838 11840 11001 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162800079 942780416 69684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11852] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11852/stat : 11852 (java) S 11838 11840 11001 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 162800079 942780416 69684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.24
Current children cumulated vsize (KiB) 920684

[startup+25.5922 s]
/proc/loadavg: 1.95 1.99 2.00 3/99 11852
/proc/meminfo: memFree=1418224/2055920 swapFree=4192812/4192956
[pid=11840] ppid=11838 vsize=920684 CPUtime=26.08
/proc/11840/stat : 11840 (java) R 11838 11840 11001 0 -1 0 85740 0 1 0 2573 35 0 0 25 0 12 0 162800069 942780416 78458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054423406 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11840/statm: 230171 78458 2482 14 0 216608 0
[pid=11840/tid=11842] ppid=11838 vsize=920684 CPUtime=1.64
/proc/11840/task/11842/stat : 11842 (java) S 11838 11840 11001 0 -1 64 38733 0 0 0 150 14 0 0 16 0 12 0 162800072 942780416 78458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11843] ppid=11838 vsize=920684 CPUtime=1.21
/proc/11840/task/11843/stat : 11843 (java) S 11838 11840 11001 0 -1 64 20489 0 0 0 114 7 0 0 16 0 12 0 162800072 942780416 78458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11844] ppid=11838 vsize=920684 CPUtime=0.01
/proc/11840/task/11844/stat : 11844 (java) S 11838 11840 11001 0 -1 64 17 0 0 0 1 0 0 0 15 0 12 0 162800075 942780416 78458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11845] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11845/stat : 11845 (java) S 11838 11840 11001 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162800075 942780416 78458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11846] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11846/stat : 11846 (java) S 11838 11840 11001 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162800075 942780416 78458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11847] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11847/stat : 11847 (java) S 11838 11840 11001 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162800079 942780416 78458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11848] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11848/stat : 11848 (java) S 11838 11840 11001 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 162800079 942780416 78458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11849] ppid=11838 vsize=920684 CPUtime=1.09
/proc/11840/task/11849/stat : 11849 (java) S 11838 11840 11001 0 -1 64 2065 0 0 0 109 0 0 0 17 0 12 0 162800079 942780416 78458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11850] ppid=11838 vsize=920684 CPUtime=1.53
/proc/11840/task/11850/stat : 11850 (java) S 11838 11840 11001 0 -1 64 4251 0 0 0 151 2 0 0 16 0 12 0 162800079 942780416 78458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11851] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11851/stat : 11851 (java) S 11838 11840 11001 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162800079 942780416 78458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11852] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11852/stat : 11852 (java) S 11838 11840 11001 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 162800079 942780416 78458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.08
Current children cumulated vsize (KiB) 920684

[startup+51.2621 s]
/proc/loadavg: 2.09 2.02 2.01 3/100 11853
/proc/meminfo: memFree=1346536/2055920 swapFree=4192812/4192956
[pid=11840] ppid=11838 vsize=920684 CPUtime=51.67
/proc/11840/stat : 11840 (java) R 11838 11840 11001 0 -1 0 103410 0 1 0 5125 42 0 0 25 0 12 0 162800069 942780416 96079 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054423434 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11840/statm: 230171 96079 2482 14 0 216608 0
[pid=11840/tid=11842] ppid=11838 vsize=920684 CPUtime=2
/proc/11840/task/11842/stat : 11842 (java) S 11838 11840 11001 0 -1 64 46588 0 0 0 183 17 0 0 16 0 12 0 162800072 942780416 96079 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11843] ppid=11838 vsize=920684 CPUtime=1.62
/proc/11840/task/11843/stat : 11843 (java) S 11838 11840 11001 0 -1 64 30264 0 0 0 151 11 0 0 16 0 12 0 162800072 942780416 96079 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11844] ppid=11838 vsize=920684 CPUtime=0.03
/proc/11840/task/11844/stat : 11844 (java) S 11838 11840 11001 0 -1 64 18 0 0 0 2 1 0 0 15 0 12 0 162800075 942780416 96079 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11845] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11845/stat : 11845 (java) S 11838 11840 11001 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162800075 942780416 96079 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11846] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11846/stat : 11846 (java) S 11838 11840 11001 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162800075 942780416 96079 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11847] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11847/stat : 11847 (java) S 11838 11840 11001 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162800079 942780416 96079 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11848] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11848/stat : 11848 (java) S 11838 11840 11001 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 162800079 942780416 96079 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11849] ppid=11838 vsize=920684 CPUtime=1.09
/proc/11840/task/11849/stat : 11849 (java) S 11838 11840 11001 0 -1 64 2065 0 0 0 109 0 0 0 17 0 12 0 162800079 942780416 96079 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11850] ppid=11838 vsize=920684 CPUtime=1.54
/proc/11840/task/11850/stat : 11850 (java) S 11838 11840 11001 0 -1 64 4251 0 0 0 152 2 0 0 16 0 12 0 162800079 942780416 96079 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11851] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11851/stat : 11851 (java) S 11838 11840 11001 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162800079 942780416 96079 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11852] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11852/stat : 11852 (java) S 11838 11840 11001 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 162800079 942780416 96079 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.67
Current children cumulated vsize (KiB) 920684

[startup+102.555 s]
/proc/loadavg: 2.04 2.02 2.00 3/100 11853
/proc/meminfo: memFree=1213800/2055920 swapFree=4192812/4192956
[pid=11840] ppid=11838 vsize=920684 CPUtime=102.93
/proc/11840/stat : 11840 (java) R 11838 11840 11001 0 -1 0 136807 0 1 0 10238 55 0 0 25 0 12 0 162800069 942780416 129349 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054423406 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11840/statm: 230171 129349 2482 14 0 216608 0
[pid=11840/tid=11842] ppid=11838 vsize=920684 CPUtime=2.89
/proc/11840/task/11842/stat : 11842 (java) S 11838 11840 11001 0 -1 64 64410 0 0 0 265 24 0 0 16 0 12 0 162800072 942780416 129349 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11843] ppid=11838 vsize=920684 CPUtime=2.46
/proc/11840/task/11843/stat : 11843 (java) S 11838 11840 11001 0 -1 64 45762 0 0 0 229 17 0 0 16 0 12 0 162800072 942780416 129349 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11844] ppid=11838 vsize=920684 CPUtime=0.05
/proc/11840/task/11844/stat : 11844 (java) S 11838 11840 11001 0 -1 64 18 0 0 0 4 1 0 0 15 0 12 0 162800075 942780416 129349 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11845] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11845/stat : 11845 (java) S 11838 11840 11001 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162800075 942780416 129349 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11846] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11846/stat : 11846 (java) S 11838 11840 11001 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162800075 942780416 129349 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11847] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11847/stat : 11847 (java) S 11838 11840 11001 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162800079 942780416 129349 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11848] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11848/stat : 11848 (java) S 11838 11840 11001 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 162800079 942780416 129349 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11849] ppid=11838 vsize=920684 CPUtime=1.09
/proc/11840/task/11849/stat : 11849 (java) S 11838 11840 11001 0 -1 64 2065 0 0 0 109 0 0 0 17 0 12 0 162800079 942780416 129349 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11850] ppid=11838 vsize=920684 CPUtime=1.54
/proc/11840/task/11850/stat : 11850 (java) S 11838 11840 11001 0 -1 64 4251 0 0 0 152 2 0 0 16 0 12 0 162800079 942780416 129349 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11851] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11851/stat : 11851 (java) S 11838 11840 11001 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162800079 942780416 129349 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11852] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11852/stat : 11852 (java) S 11838 11840 11001 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 162800079 942780416 129349 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.93
Current children cumulated vsize (KiB) 920684

[startup+162.606 s]
/proc/loadavg: 2.01 2.01 2.00 3/100 11853
/proc/meminfo: memFree=1055720/2055920 swapFree=4192812/4192956
[pid=11840] ppid=11838 vsize=920684 CPUtime=162.92
/proc/11840/stat : 11840 (java) R 11838 11840 11001 0 -1 0 176689 0 1 0 16222 70 0 0 25 0 12 0 162800069 942780416 169014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054433248 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11840/statm: 230171 169014 2482 14 0 216608 0
[pid=11840/tid=11842] ppid=11838 vsize=920684 CPUtime=4.07
/proc/11840/task/11842/stat : 11842 (java) S 11838 11840 11001 0 -1 64 85245 0 0 0 375 32 0 0 16 0 12 0 162800072 942780416 169014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11843] ppid=11838 vsize=920684 CPUtime=3.59
/proc/11840/task/11843/stat : 11843 (java) S 11838 11840 11001 0 -1 64 64713 0 0 0 337 22 0 0 16 0 12 0 162800072 942780416 169014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11844] ppid=11838 vsize=920684 CPUtime=0.08
/proc/11840/task/11844/stat : 11844 (java) S 11838 11840 11001 0 -1 64 21 0 0 0 6 2 0 0 15 0 12 0 162800075 942780416 169014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11845] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11845/stat : 11845 (java) S 11838 11840 11001 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162800075 942780416 169014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11846] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11846/stat : 11846 (java) S 11838 11840 11001 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162800075 942780416 169014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11847] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11847/stat : 11847 (java) S 11838 11840 11001 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162800079 942780416 169014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11848] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11848/stat : 11848 (java) S 11838 11840 11001 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 162800079 942780416 169014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11849] ppid=11838 vsize=920684 CPUtime=1.17
/proc/11840/task/11849/stat : 11849 (java) S 11838 11840 11001 0 -1 64 2065 0 0 0 117 0 0 0 17 0 12 0 162800079 942780416 169014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11850] ppid=11838 vsize=920684 CPUtime=1.56
/proc/11840/task/11850/stat : 11850 (java) S 11838 11840 11001 0 -1 64 4251 0 0 0 154 2 0 0 17 0 12 0 162800079 942780416 169014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11851] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11851/stat : 11851 (java) S 11838 11840 11001 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162800079 942780416 169014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11852] ppid=11838 vsize=920684 CPUtime=0
/proc/11840/task/11852/stat : 11852 (java) S 11838 11840 11001 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 162800079 942780416 169014 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.92
Current children cumulated vsize (KiB) 920684



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+191.558 s]
/proc/loadavg: 2.24 2.07 2.02 3/100 11853
/proc/meminfo: memFree=974568/2055920 swapFree=4192812/4192956
[pid=11840] ppid=11838 vsize=924688 CPUtime=191.86
/proc/11840/stat : 11840 (java) S 11838 11840 11001 0 -1 0 197302 0 1 0 19107 79 0 0 25 0 12 0 162800069 946880512 188644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11840/statm: 231172 188644 2482 14 0 217609 0
[pid=11840/tid=11842] ppid=11838 vsize=924688 CPUtime=4.59
/proc/11840/task/11842/stat : 11842 (java) S 11838 11840 11001 0 -1 64 94567 0 0 0 424 35 0 0 16 0 12 0 162800072 946880512 188644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11843] ppid=11838 vsize=924688 CPUtime=4.26
/proc/11840/task/11843/stat : 11843 (java) S 11838 11840 11001 0 -1 64 74451 0 0 0 399 27 0 0 15 0 12 0 162800072 946880512 188644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11844] ppid=11838 vsize=924688 CPUtime=0.17
/proc/11840/task/11844/stat : 11844 (java) R 11838 11840 11001 0 -1 64 1530 0 0 0 14 3 0 0 16 0 12 0 162800075 946880512 188644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681612 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11845] ppid=11838 vsize=924688 CPUtime=0
/proc/11840/task/11845/stat : 11845 (java) S 11838 11840 11001 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162800075 946880512 188644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11846] ppid=11838 vsize=924688 CPUtime=0
/proc/11840/task/11846/stat : 11846 (java) S 11838 11840 11001 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162800075 946880512 188644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11847] ppid=11838 vsize=924688 CPUtime=0
/proc/11840/task/11847/stat : 11847 (java) S 11838 11840 11001 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 162800079 946880512 188644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11848] ppid=11838 vsize=924688 CPUtime=0
/proc/11840/task/11848/stat : 11848 (java) S 11838 11840 11001 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 162800079 946880512 188644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11849] ppid=11838 vsize=924688 CPUtime=1.18
/proc/11840/task/11849/stat : 11849 (java) S 11838 11840 11001 0 -1 64 2065 0 0 0 118 0 0 0 16 0 12 0 162800079 946880512 188644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11850] ppid=11838 vsize=924688 CPUtime=1.57
/proc/11840/task/11850/stat : 11850 (java) S 11838 11840 11001 0 -1 64 4251 0 0 0 155 2 0 0 16 0 12 0 162800079 946880512 188644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11840/tid=11851] ppid=11838 vsize=924688 CPUtime=0
/proc/11840/task/11851/stat : 11851 (java) S 11838 11840 11001 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 162800079 946880512 188644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11840/tid=11852] ppid=11838 vsize=924688 CPUtime=0
/proc/11840/task/11852/stat : 11852 (java) S 11838 11840 11001 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 162800079 946880512 188644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.86
Current children cumulated vsize (KiB) 924688

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

Child status: 143
Real time (s): 192.969
CPU time (s): 193.268
CPU user time (s): 192.353
CPU system time (s): 0.91486
CPU usage (%): 100.155
Max. virtual memory (cumulated for all children) (KiB): 928688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 192.353
system time used= 0.91486
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199081
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= 8631
involuntary context switches= 6066

runsolver used 0.228965 s user time and 0.646901 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Sun Jan  7 04:27:26 UTC 2007


IDJOB= 200861
IDBENCH= 3731
FILE ID= node7/200861-1168144046

PBS_JOBID= 3477834

Free space on /tmp= 66545 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp14/fapp14-2500-7.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/200861-1168144046/sat4jCSP-bf3.jar /tmp/evaluation/200861-1168144046/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-200861-1168144046 -o ROOT/results/node7/solver-200861-1168144046 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/200861-1168144046/sat4jCSP-bf3.jar /tmp/evaluation/200861-1168144046/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  a79c9b99e8808e3f0c1cc2f1e05bf11a

RANDOM SEED= 472836316

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.220
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.220
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:       1721256 kB
Buffers:         34636 kB
Cached:         171268 kB
SwapCached:          0 kB
Active:         181564 kB
Inactive:        86532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1721256 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8064 kB
Writeback:           0 kB
Mapped:          82432 kB
Slab:            51384 kB
Committed_AS:  4655636 kB
PageTables:       2332 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= 66545 MiB



End job on node7 on Sun Jan  7 04:30:40 UTC 2007