Trace number 233543

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? 268.936 269.036

General information on the benchmark

Nametaillard/
os-taillard-15/os-taillard-15-95-3.xml
MD5SUM70c6e1071e2d8fc4bc31e6131cae8760
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 variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size899
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.17	c version CSP COMPETITION BUGFIX 3
0.18	c sun.arch.data.model	32
0.18	c java.version	1.5.0_10
0.18	c os.name	Linux
0.18	c os.version	2.6.9-22.EL.rootsmp
0.18	c os.arch	i386
0.18	c Free memory 722620888
0.18	c Max memory 723845120
0.18	c Total memory 723845120
0.18	c Number of processors 2
0.27	c --- Begin Solver configuration ---
0.27	c Stops conflict analysis at the first Unique Implication Point
0.27	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.27	c Learn all clauses as in MiniSAT
0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27	c VSIDS like heuristics from MiniSAT using a heap
0.27	c No reason simplification
0.27	c --- End Solver configuration ---
0.27	c solving /tmp/evaluation/233543-1168326793/unknown.xml
0.27	c reading problem ... 
0.56	c reading problem named ?
0.56	c reading domains done.
0.85	c reading variables
c reading variables (225) done.
1.42	c reading predicates 
c reading relations (2) done.
1.66	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
268.83	c starts		: 0
268.83	c conflicts		: 0
268.83	c decisions		: 0
268.83	c propagations		: 0
268.83	c inspects		: 0
268.83	c learnt literals	: 0
268.83	c learnt binary clauses	: 0
268.83	c learnt ternary clauses	: 0
268.83	c learnt clauses	: 0
268.83	c root simplifications	: 0
268.83	c removed literals (reason simplification)	: 0
268.83	c reason swapping (by a shorter reason)	: 0
268.83	c Calls to reduceDB	: 0
268.83	c speed (decisions/second)	: 0.0
268.83	c non guided choices	0
268.83	s UNKNOWN
268.83	c Total wall clock time (in seconds) : 268.561
268.83	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/node24/watcher-233543-1168326793 -o ROOT/results/node24/solver-233543-1168326793 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233543-1168326793/sat4jCSP-bf3.jar /tmp/evaluation/233543-1168326793/unknown.xml 

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

/proc/loadavg: 2.20 2.38 2.34 4/97 24739
/proc/meminfo: memFree=974952/2055920 swapFree=4192812/4192956
[pid=24738] ppid=24736 vsize=18540 CPUtime=0
/proc/24738/stat : 24738 (runsolver) R 24736 24738 24680 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 181074587 18984960 279 18446744073709551615 4194304 4267372 548682069008 18446744073709551615 237788261671 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/24738/statm: 4635 279 244 17 0 2626 0

[startup+0.107169 s]
/proc/loadavg: 2.20 2.38 2.34 4/97 24739
/proc/meminfo: memFree=974952/2055920 swapFree=4192812/4192956
[pid=24738] ppid=24736 vsize=897120 CPUtime=0.09
/proc/24738/stat : 24738 (java) R 24736 24738 24680 0 -1 0 3216 0 1 0 7 2 0 0 17 0 6 0 181074587 918650880 2976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154623744 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/24738/statm: 224280 2976 1514 14 0 211300 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 897120

[startup+0.515215 s]
/proc/loadavg: 2.20 2.38 2.34 4/97 24739
/proc/meminfo: memFree=974952/2055920 swapFree=4192812/4192956
[pid=24738] ppid=24736 vsize=905236 CPUtime=0.49
/proc/24738/stat : 24738 (java) R 24736 24738 24680 0 -1 0 5786 0 1 0 46 3 0 0 23 0 12 0 181074587 926961664 5381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4153180275 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24738/statm: 226309 5381 2247 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.33831 s]
/proc/loadavg: 2.27 2.39 2.34 4/108 24750
/proc/meminfo: memFree=952656/2055920 swapFree=4192812/4192956
[pid=24738] ppid=24736 vsize=906360 CPUtime=1.3
/proc/24738/stat : 24738 (java) R 24736 24738 24680 0 -1 0 13080 0 1 0 122 8 0 0 25 0 12 0 181074587 928112640 12195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154743158 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24738/statm: 226590 12195 2326 14 0 213027 0
[pid=24738/tid=24740] ppid=24736 vsize=906360 CPUtime=0
/proc/24738/task/24740/stat : 24740 (java) S 24736 24738 24680 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 181074590 928112640 12195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24741] ppid=24736 vsize=906360 CPUtime=0
/proc/24738/task/24741/stat : 24741 (java) S 24736 24738 24680 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 181074590 928112640 12195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24742] ppid=24736 vsize=906360 CPUtime=0
/proc/24738/task/24742/stat : 24742 (java) S 24736 24738 24680 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181074593 928112640 12195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24743] ppid=24736 vsize=906360 CPUtime=0
/proc/24738/task/24743/stat : 24743 (java) S 24736 24738 24680 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 181074594 928112640 12195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24744] ppid=24736 vsize=906360 CPUtime=0
/proc/24738/task/24744/stat : 24744 (java) S 24736 24738 24680 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 181074594 928112640 12195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24745] ppid=24736 vsize=906360 CPUtime=0
/proc/24738/task/24745/stat : 24745 (java) S 24736 24738 24680 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181074598 928112640 12195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24746] ppid=24736 vsize=906360 CPUtime=0
/proc/24738/task/24746/stat : 24746 (java) S 24736 24738 24680 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181074598 928112640 12195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24747] ppid=24736 vsize=906360 CPUtime=0.35
/proc/24738/task/24747/stat : 24747 (java) S 24736 24738 24680 0 -1 64 964 0 0 0 35 0 0 0 16 0 12 0 181074598 928112640 12195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24748] ppid=24736 vsize=906360 CPUtime=0.28
/proc/24738/task/24748/stat : 24748 (java) S 24736 24738 24680 0 -1 64 702 0 0 0 28 0 0 0 16 0 12 0 181074598 928112640 12195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24749] ppid=24736 vsize=906360 CPUtime=0
/proc/24738/task/24749/stat : 24749 (java) S 24736 24738 24680 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181074598 928112640 12195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24750] ppid=24736 vsize=906360 CPUtime=0
/proc/24738/task/24750/stat : 24750 (java) S 24736 24738 24680 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181074598 928112640 12195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 906360

[startup+2.99148 s]
/proc/loadavg: 2.27 2.39 2.34 3/108 24750
/proc/meminfo: memFree=903312/2055920 swapFree=4192812/4192956
[pid=24738] ppid=24736 vsize=910820 CPUtime=3.24
/proc/24738/stat : 24738 (java) R 24736 24738 24680 0 -1 0 32983 0 1 0 303 21 0 0 18 0 12 0 181074587 932679680 30648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054244353 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24738/statm: 227705 30648 2477 14 0 214142 0
[pid=24738/tid=24740] ppid=24736 vsize=910820 CPUtime=0.33
/proc/24738/task/24740/stat : 24740 (java) S 24736 24738 24680 0 -1 64 7268 0 0 0 29 4 0 0 18 0 12 0 181074590 932679680 30648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24741] ppid=24736 vsize=910820 CPUtime=0.32
/proc/24738/task/24741/stat : 24741 (java) S 24736 24738 24680 0 -1 64 3237 0 0 0 31 1 0 0 17 0 12 0 181074590 932679680 30648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24742] ppid=24736 vsize=910820 CPUtime=0
/proc/24738/task/24742/stat : 24742 (java) S 24736 24738 24680 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 181074593 932679680 30648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24743] ppid=24736 vsize=910820 CPUtime=0
/proc/24738/task/24743/stat : 24743 (java) S 24736 24738 24680 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181074594 932679680 30648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24744] ppid=24736 vsize=910820 CPUtime=0
/proc/24738/task/24744/stat : 24744 (java) S 24736 24738 24680 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181074594 932679680 30648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24745] ppid=24736 vsize=910820 CPUtime=0
/proc/24738/task/24745/stat : 24745 (java) S 24736 24738 24680 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181074598 932679680 30648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24746] ppid=24736 vsize=910820 CPUtime=0
/proc/24738/task/24746/stat : 24746 (java) S 24736 24738 24680 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181074598 932679680 30648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24747] ppid=24736 vsize=910820 CPUtime=0.59
/proc/24738/task/24747/stat : 24747 (java) S 24736 24738 24680 0 -1 64 1683 0 0 0 59 0 0 0 16 0 12 0 181074598 932679680 30648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24748] ppid=24736 vsize=910820 CPUtime=0.4
/proc/24738/task/24748/stat : 24748 (java) S 24736 24738 24680 0 -1 64 728 0 0 0 40 0 0 0 16 0 12 0 181074598 932679680 30648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24749] ppid=24736 vsize=910820 CPUtime=0
/proc/24738/task/24749/stat : 24749 (java) S 24736 24738 24680 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181074598 932679680 30648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24750] ppid=24736 vsize=910820 CPUtime=0
/proc/24738/task/24750/stat : 24750 (java) S 24736 24738 24680 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181074598 932679680 30648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 910820

[startup+6.28684 s]
/proc/loadavg: 2.32 2.40 2.34 3/108 24750
/proc/meminfo: memFree=840400/2055920 swapFree=4192812/4192956
[pid=24738] ppid=24736 vsize=910048 CPUtime=6.52
/proc/24738/stat : 24738 (java) R 24736 24738 24680 0 -1 0 39960 0 1 0 627 25 0 0 25 0 12 0 181074587 931889152 37449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054244551 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24738/statm: 227512 37449 2478 14 0 213949 0
[pid=24738/tid=24740] ppid=24736 vsize=910048 CPUtime=0.51
/proc/24738/task/24740/stat : 24740 (java) S 24736 24738 24680 0 -1 64 11492 0 0 0 45 6 0 0 16 0 12 0 181074590 931889152 37449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24741] ppid=24736 vsize=910048 CPUtime=0.49
/proc/24738/task/24741/stat : 24741 (java) S 24736 24738 24680 0 -1 64 5974 0 0 0 46 3 0 0 16 0 12 0 181074590 931889152 37449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24742] ppid=24736 vsize=910048 CPUtime=0
/proc/24738/task/24742/stat : 24742 (java) S 24736 24738 24680 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181074593 931889152 37449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24743] ppid=24736 vsize=910048 CPUtime=0
/proc/24738/task/24743/stat : 24743 (java) S 24736 24738 24680 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181074594 931889152 37449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24744] ppid=24736 vsize=910048 CPUtime=0
/proc/24738/task/24744/stat : 24744 (java) S 24736 24738 24680 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181074594 931889152 37449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24745] ppid=24736 vsize=910048 CPUtime=0
/proc/24738/task/24745/stat : 24745 (java) S 24736 24738 24680 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181074598 931889152 37449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24746] ppid=24736 vsize=910048 CPUtime=0
/proc/24738/task/24746/stat : 24746 (java) S 24736 24738 24680 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 181074598 931889152 37449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24747] ppid=24736 vsize=910048 CPUtime=0.65
/proc/24738/task/24747/stat : 24747 (java) S 24736 24738 24680 0 -1 64 1687 0 0 0 65 0 0 0 16 0 12 0 181074598 931889152 37449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24748] ppid=24736 vsize=910048 CPUtime=0.43
/proc/24738/task/24748/stat : 24748 (java) S 24736 24738 24680 0 -1 64 732 0 0 0 43 0 0 0 17 0 12 0 181074598 931889152 37449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24749] ppid=24736 vsize=910048 CPUtime=0
/proc/24738/task/24749/stat : 24749 (java) S 24736 24738 24680 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181074598 931889152 37449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24750] ppid=24736 vsize=910048 CPUtime=0
/proc/24738/task/24750/stat : 24750 (java) S 24736 24738 24680 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181074598 931889152 37449 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 910048

[startup+12.6975 s]
/proc/loadavg: 2.54 2.44 2.36 3/109 24751
/proc/meminfo: memFree=802632/2055920 swapFree=4192812/4192956
[pid=24738] ppid=24736 vsize=910048 CPUtime=12.9
/proc/24738/stat : 24738 (java) R 24736 24738 24680 0 -1 0 49737 0 1 0 1259 31 0 0 25 0 12 0 181074587 931889152 46305 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054335170 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24738/statm: 227512 46305 2478 14 0 213949 0
[pid=24738/tid=24740] ppid=24736 vsize=910048 CPUtime=0.64
/proc/24738/task/24740/stat : 24740 (java) S 24736 24738 24680 0 -1 64 16748 0 0 0 54 10 0 0 16 0 12 0 181074590 931889152 46305 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24741] ppid=24736 vsize=910048 CPUtime=0.61
/proc/24738/task/24741/stat : 24741 (java) S 24736 24738 24680 0 -1 64 10471 0 0 0 56 5 0 0 16 0 12 0 181074590 931889152 46305 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24742] ppid=24736 vsize=910048 CPUtime=0.01
/proc/24738/task/24742/stat : 24742 (java) S 24736 24738 24680 0 -1 64 14 0 0 0 1 0 0 0 16 0 12 0 181074593 931889152 46305 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24743] ppid=24736 vsize=910048 CPUtime=0
/proc/24738/task/24743/stat : 24743 (java) S 24736 24738 24680 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181074594 931889152 46305 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24744] ppid=24736 vsize=910048 CPUtime=0
/proc/24738/task/24744/stat : 24744 (java) S 24736 24738 24680 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181074594 931889152 46305 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24745] ppid=24736 vsize=910048 CPUtime=0
/proc/24738/task/24745/stat : 24745 (java) S 24736 24738 24680 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181074598 931889152 46305 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24746] ppid=24736 vsize=910048 CPUtime=0
/proc/24738/task/24746/stat : 24746 (java) S 24736 24738 24680 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 181074598 931889152 46305 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24747] ppid=24736 vsize=910048 CPUtime=0.67
/proc/24738/task/24747/stat : 24747 (java) S 24736 24738 24680 0 -1 64 1687 0 0 0 67 0 0 0 17 0 12 0 181074598 931889152 46305 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24748] ppid=24736 vsize=910048 CPUtime=0.44
/proc/24738/task/24748/stat : 24748 (java) S 24736 24738 24680 0 -1 64 732 0 0 0 44 0 0 0 17 0 12 0 181074598 931889152 46305 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24749] ppid=24736 vsize=910048 CPUtime=0
/proc/24738/task/24749/stat : 24749 (java) S 24736 24738 24680 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181074598 931889152 46305 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24750] ppid=24736 vsize=910048 CPUtime=0
/proc/24738/task/24750/stat : 24750 (java) S 24736 24738 24680 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181074598 931889152 46305 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.9
Current children cumulated vsize (KiB) 910048

[startup+25.5699 s]
/proc/loadavg: 2.45 2.43 2.35 3/97 24977
/proc/meminfo: memFree=1462688/2055920 swapFree=4192812/4192956
[pid=24738] ppid=24736 vsize=909436 CPUtime=25.78
/proc/24738/stat : 24738 (java) R 24736 24738 24680 0 -1 0 67968 0 1 0 2537 41 0 0 25 0 12 0 181074587 931262464 62891 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054259188 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24738/statm: 227359 62891 2478 14 0 213796 0
[pid=24738/tid=24740] ppid=24736 vsize=909436 CPUtime=0.82
/proc/24738/task/24740/stat : 24740 (java) S 24736 24738 24680 0 -1 64 26529 0 0 0 68 14 0 0 16 0 12 0 181074590 931262464 62891 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24741] ppid=24736 vsize=909436 CPUtime=0.79
/proc/24738/task/24741/stat : 24741 (java) S 24736 24738 24680 0 -1 64 18891 0 0 0 70 9 0 0 16 0 12 0 181074590 931262464 62891 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24742] ppid=24736 vsize=909436 CPUtime=0.01
/proc/24738/task/24742/stat : 24742 (java) S 24736 24738 24680 0 -1 64 17 0 0 0 1 0 0 0 15 0 12 0 181074593 931262464 62891 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24743] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24743/stat : 24743 (java) S 24736 24738 24680 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181074594 931262464 62891 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24744] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24744/stat : 24744 (java) S 24736 24738 24680 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181074594 931262464 62891 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24745] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24745/stat : 24745 (java) S 24736 24738 24680 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181074598 931262464 62891 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24746] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24746/stat : 24746 (java) S 24736 24738 24680 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 181074598 931262464 62891 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24747] ppid=24736 vsize=909436 CPUtime=0.69
/proc/24738/task/24747/stat : 24747 (java) S 24736 24738 24680 0 -1 64 1687 0 0 0 69 0 0 0 17 0 12 0 181074598 931262464 62891 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24748] ppid=24736 vsize=909436 CPUtime=0.47
/proc/24738/task/24748/stat : 24748 (java) S 24736 24738 24680 0 -1 64 736 0 0 0 47 0 0 0 17 0 12 0 181074598 931262464 62891 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24749] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24749/stat : 24749 (java) S 24736 24738 24680 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181074598 931262464 62891 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24750] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24750/stat : 24750 (java) S 24736 24738 24680 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181074598 931262464 62891 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.78
Current children cumulated vsize (KiB) 909436

[startup+51.2327 s]
/proc/loadavg: 2.27 2.38 2.34 3/97 24977
/proc/meminfo: memFree=1278888/2055920 swapFree=4192812/4192956
[pid=24738] ppid=24736 vsize=909436 CPUtime=51.41
/proc/24738/stat : 24738 (java) R 24736 24738 24680 0 -1 0 116003 0 1 0 5084 57 0 0 25 0 12 0 181074587 931262464 110048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054323507 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24738/statm: 227359 110048 2478 14 0 213796 0
[pid=24738/tid=24740] ppid=24736 vsize=909436 CPUtime=1.22
/proc/24738/task/24740/stat : 24740 (java) S 24736 24738 24680 0 -1 64 48659 0 0 0 101 21 0 0 16 0 12 0 181074590 931262464 110048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24741] ppid=24736 vsize=909436 CPUtime=1.19
/proc/24738/task/24741/stat : 24741 (java) S 24736 24738 24680 0 -1 64 44747 0 0 0 102 17 0 0 16 0 12 0 181074590 931262464 110048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24742] ppid=24736 vsize=909436 CPUtime=0.02
/proc/24738/task/24742/stat : 24742 (java) S 24736 24738 24680 0 -1 64 17 0 0 0 2 0 0 0 15 0 12 0 181074593 931262464 110048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24743] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24743/stat : 24743 (java) S 24736 24738 24680 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181074594 931262464 110048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24744] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24744/stat : 24744 (java) S 24736 24738 24680 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181074594 931262464 110048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24745] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24745/stat : 24745 (java) S 24736 24738 24680 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181074598 931262464 110048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24746] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24746/stat : 24746 (java) S 24736 24738 24680 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 181074598 931262464 110048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24747] ppid=24736 vsize=909436 CPUtime=0.69
/proc/24738/task/24747/stat : 24747 (java) S 24736 24738 24680 0 -1 64 1687 0 0 0 69 0 0 0 17 0 12 0 181074598 931262464 110048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24748] ppid=24736 vsize=909436 CPUtime=0.47
/proc/24738/task/24748/stat : 24748 (java) S 24736 24738 24680 0 -1 64 736 0 0 0 47 0 0 0 17 0 12 0 181074598 931262464 110048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24749] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24749/stat : 24749 (java) S 24736 24738 24680 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181074598 931262464 110048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24750] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24750/stat : 24750 (java) S 24736 24738 24680 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181074598 931262464 110048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.41
Current children cumulated vsize (KiB) 909436

[startup+102.444 s]
/proc/loadavg: 2.41 2.40 2.35 3/97 24977
/proc/meminfo: memFree=979624/2055920 swapFree=4192812/4192956
[pid=24738] ppid=24736 vsize=909436 CPUtime=102.58
/proc/24738/stat : 24738 (java) R 24736 24738 24680 0 -1 0 191440 0 1 0 10170 88 0 0 25 0 12 0 181074587 931262464 183098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054209697 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24738/statm: 227359 183098 2479 14 0 213796 0
[pid=24738/tid=24740] ppid=24736 vsize=909436 CPUtime=2.13
/proc/24738/task/24740/stat : 24740 (java) S 24736 24738 24680 0 -1 64 80179 0 0 0 180 33 0 0 16 0 12 0 181074590 931262464 183098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24741] ppid=24736 vsize=909436 CPUtime=2.09
/proc/24738/task/24741/stat : 24741 (java) S 24736 24738 24680 0 -1 64 87938 0 0 0 176 33 0 0 16 0 12 0 181074590 931262464 183098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24742] ppid=24736 vsize=909436 CPUtime=0.46
/proc/24738/task/24742/stat : 24742 (java) S 24736 24738 24680 0 -1 64 645 0 0 0 45 1 0 0 15 0 12 0 181074593 931262464 183098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24743] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24743/stat : 24743 (java) S 24736 24738 24680 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181074594 931262464 183098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24744] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24744/stat : 24744 (java) S 24736 24738 24680 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181074594 931262464 183098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24745] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24745/stat : 24745 (java) S 24736 24738 24680 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181074598 931262464 183098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24746] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24746/stat : 24746 (java) S 24736 24738 24680 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181074598 931262464 183098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24747] ppid=24736 vsize=909436 CPUtime=0.69
/proc/24738/task/24747/stat : 24747 (java) S 24736 24738 24680 0 -1 64 1687 0 0 0 69 0 0 0 17 0 12 0 181074598 931262464 183098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24748] ppid=24736 vsize=909436 CPUtime=0.48
/proc/24738/task/24748/stat : 24748 (java) S 24736 24738 24680 0 -1 64 736 0 0 0 48 0 0 0 17 0 12 0 181074598 931262464 183098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24749] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24749/stat : 24749 (java) S 24736 24738 24680 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181074598 931262464 183098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24750] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24750/stat : 24750 (java) S 24736 24738 24680 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181074598 931262464 183098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.58
Current children cumulated vsize (KiB) 909436

[startup+162.527 s]
/proc/loadavg: 2.15 2.33 2.32 3/97 24977
/proc/meminfo: memFree=978472/2055920 swapFree=4192812/4192956
[pid=24738] ppid=24736 vsize=909436 CPUtime=162.61
/proc/24738/stat : 24738 (java) R 24736 24738 24680 0 -1 0 193516 0 1 0 16170 91 0 0 25 0 12 0 181074587 931262464 183344 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054244551 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24738/statm: 227359 183344 2479 14 0 213796 0
[pid=24738/tid=24740] ppid=24736 vsize=909436 CPUtime=3.2
/proc/24738/task/24740/stat : 24740 (java) S 24736 24738 24680 0 -1 64 80865 0 0 0 286 34 0 0 17 0 12 0 181074590 931262464 183344 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24741] ppid=24736 vsize=909436 CPUtime=3.23
/proc/24738/task/24741/stat : 24741 (java) S 24736 24738 24680 0 -1 64 88579 0 0 0 289 34 0 0 16 0 12 0 181074590 931262464 183344 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24742] ppid=24736 vsize=909436 CPUtime=0.84
/proc/24738/task/24742/stat : 24742 (java) S 24736 24738 24680 0 -1 64 1271 0 0 0 81 3 0 0 15 0 12 0 181074593 931262464 183344 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24743] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24743/stat : 24743 (java) S 24736 24738 24680 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181074594 931262464 183344 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24744] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24744/stat : 24744 (java) S 24736 24738 24680 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181074594 931262464 183344 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24745] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24745/stat : 24745 (java) S 24736 24738 24680 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181074598 931262464 183344 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24746] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24746/stat : 24746 (java) S 24736 24738 24680 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181074598 931262464 183344 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24747] ppid=24736 vsize=909436 CPUtime=0.69
/proc/24738/task/24747/stat : 24747 (java) S 24736 24738 24680 0 -1 64 1687 0 0 0 69 0 0 0 17 0 12 0 181074598 931262464 183344 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24748] ppid=24736 vsize=909436 CPUtime=0.48
/proc/24738/task/24748/stat : 24748 (java) S 24736 24738 24680 0 -1 64 736 0 0 0 48 0 0 0 17 0 12 0 181074598 931262464 183344 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24749] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24749/stat : 24749 (java) S 24736 24738 24680 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181074598 931262464 183344 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24750] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24750/stat : 24750 (java) S 24736 24738 24680 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181074598 931262464 183344 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.61
Current children cumulated vsize (KiB) 909436

[startup+222.603 s]
/proc/loadavg: 2.05 2.26 2.30 3/97 24977
/proc/meminfo: memFree=976808/2055920 swapFree=4192812/4192956
[pid=24738] ppid=24736 vsize=909436 CPUtime=222.63
/proc/24738/stat : 24738 (java) R 24736 24738 24680 0 -1 0 199612 0 1 0 22167 96 0 0 25 0 12 0 181074587 931262464 183743 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054294718 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24738/statm: 227359 183743 2479 14 0 213796 0
[pid=24738/tid=24740] ppid=24736 vsize=909436 CPUtime=4.33
/proc/24738/task/24740/stat : 24740 (java) S 24736 24738 24680 0 -1 64 81841 0 0 0 399 34 0 0 16 0 12 0 181074590 931262464 183743 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24741] ppid=24736 vsize=909436 CPUtime=4.28
/proc/24738/task/24741/stat : 24741 (java) S 24736 24738 24680 0 -1 64 89826 0 0 0 393 35 0 0 16 0 12 0 181074590 931262464 183743 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24742] ppid=24736 vsize=909436 CPUtime=3.42
/proc/24738/task/24742/stat : 24742 (java) S 24736 24738 24680 0 -1 64 5027 0 0 0 336 6 0 0 15 0 12 0 181074593 931262464 183743 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24743] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24743/stat : 24743 (java) S 24736 24738 24680 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181074594 931262464 183743 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24744] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24744/stat : 24744 (java) S 24736 24738 24680 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181074594 931262464 183743 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24745] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24745/stat : 24745 (java) S 24736 24738 24680 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181074598 931262464 183743 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24746] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24746/stat : 24746 (java) S 24736 24738 24680 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181074598 931262464 183743 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24747] ppid=24736 vsize=909436 CPUtime=0.69
/proc/24738/task/24747/stat : 24747 (java) S 24736 24738 24680 0 -1 64 1687 0 0 0 69 0 0 0 17 0 12 0 181074598 931262464 183743 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24748] ppid=24736 vsize=909436 CPUtime=0.48
/proc/24738/task/24748/stat : 24748 (java) S 24736 24738 24680 0 -1 64 736 0 0 0 48 0 0 0 17 0 12 0 181074598 931262464 183743 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24738/tid=24749] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24749/stat : 24749 (java) S 24736 24738 24680 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181074598 931262464 183743 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24738/tid=24750] ppid=24736 vsize=909436 CPUtime=0
/proc/24738/task/24750/stat : 24750 (java) S 24736 24738 24680 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181074598 931262464 183743 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.63
Current children cumulated vsize (KiB) 909436

Child status: 1
Real time (s): 269.036
CPU time (s): 268.936
CPU user time (s): 267.618
CPU system time (s): 1.3178
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (KiB): 912464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 267.618
system time used= 1.3178
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252874
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= 12862
involuntary context switches= 10266

runsolver used 0.343947 s user time and 0.866868 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Tue Jan  9 07:13:13 UTC 2007


IDJOB= 233543
IDBENCH= 6615
FILE ID= node24/233543-1168326793

PBS_JOBID= 3503008

Free space on /tmp= 66473 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-15/os-taillard-15-95-3.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233543-1168326793/sat4jCSP-bf3.jar /tmp/evaluation/233543-1168326793/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-233543-1168326793 -o ROOT/results/node24/solver-233543-1168326793 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233543-1168326793/sat4jCSP-bf3.jar /tmp/evaluation/233543-1168326793/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  70c6e1071e2d8fc4bc31e6131cae8760

RANDOM SEED= 395696824

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.234
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.234
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:        975368 kB
Buffers:          9040 kB
Cached:         225968 kB
SwapCached:          0 kB
Active:         872764 kB
Inactive:       156768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        975368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2960 kB
Writeback:           0 kB
Mapped:         823956 kB
Slab:            34164 kB
Committed_AS:  4647068 kB
PageTables:       3852 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= 66472 MiB



End job on node24 on Tue Jan  9 07:17:42 UTC 2007