Trace number 237237

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? (exit code) 192.37 192.276

General information on the benchmark

Namezhou/
queens1.xml
MD5SUM726185241a7b95d15ca46fa1333f998a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.448931
SatisfiableYES
(Un)Satisfiability was proved
Number of variables96
Number of constraints13680
Maximum constraint arity2
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13680
Global constraints used (with number of constraints)

Solver Data (download as text)

0.26	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.26	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.26	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.28	c version CSP COMPETITION BUGFIX 3 CACHED
0.28	c sun.arch.data.model	32
0.28	c java.version	1.5.0_10
0.28	c os.name	Linux
0.28	c os.version	2.6.9-22.EL.rootsmp
0.28	c os.arch	i386
0.28	c Free memory 722620888
0.28	c Max memory 723845120
0.28	c Total memory 723845120
0.28	c Number of processors 2
0.38	c --- Begin Solver configuration ---
0.38	c Stops conflict analysis at the first Unique Implication Point
0.38	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.38	c Learn all clauses as in MiniSAT
0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38	c VSIDS like heuristics from MiniSAT using a heap
0.38	c No reason simplification
0.38	c --- End Solver configuration ---
0.38	c solving /tmp/evaluation/237237-1168347125/unknown.xml
0.38	c reading problem ... 
0.65	c reading problem named ?
0.65	c reading domains done.
0.66	c reading variables
c reading variables (96) done.
0.89	c reading predicates 
c reading relations (13681) done.
32.89	c reading constraints

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-237237-1168347125 -o ROOT/results/node9/solver-237237-1168347125 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237237-1168347125/sat4jCSP-bf3-cached.jar /tmp/evaluation/237237-1168347125/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.12 2.03 2.15 5/94 17799
/proc/meminfo: memFree=1721536/2055920 swapFree=4191880/4192956
[pid=17798] ppid=17796 vsize=18540 CPUtime=0
/proc/17798/stat : 17798 (runsolver) R 17796 17798 17740 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 183107667 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 215418989863 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/17798/statm: 4635 279 244 17 0 2626 0

[startup+0.110113 s]
/proc/loadavg: 2.12 2.03 2.15 5/94 17799
/proc/meminfo: memFree=1721536/2055920 swapFree=4191880/4192956
[pid=17798] ppid=17796 vsize=895436 CPUtime=0.03
/proc/17798/stat : 17798 (java) R 17796 17798 17740 0 -1 0 2698 0 35 0 1 2 0 0 18 0 3 0 183107667 916926464 2494 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152641138 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/17798/statm: 223859 2494 1297 14 0 210879 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 895436

[startup+0.518157 s]
/proc/loadavg: 2.12 2.03 2.15 5/94 17799
/proc/meminfo: memFree=1721536/2055920 swapFree=4191880/4192956
[pid=17798] ppid=17796 vsize=905620 CPUtime=0.38
/proc/17798/stat : 17798 (java) R 17796 17798 17740 0 -1 0 5275 0 47 0 34 4 0 0 18 0 12 0 183107667 927354880 4971 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17798/statm: 226405 4971 2060 14 0 212842 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 905620

[startup+1.34325 s]
/proc/loadavg: 2.11 2.03 2.15 4/105 17810
/proc/meminfo: memFree=1652712/2055920 swapFree=4191880/4192956
[pid=17798] ppid=17796 vsize=905240 CPUtime=1.18
/proc/17798/stat : 17798 (java) R 17796 17798 17740 0 -1 0 8005 0 51 0 112 6 0 0 19 0 12 0 183107667 926965760 7430 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17798/statm: 226310 7430 2456 14 0 212747 0
[pid=17798/tid=17800] ppid=17796 vsize=905240 CPUtime=0
/proc/17798/task/17800/stat : 17800 (java) S 17796 17798 17740 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 183107676 926965760 7430 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17801] ppid=17796 vsize=905240 CPUtime=0
/proc/17798/task/17801/stat : 17801 (java) S 17796 17798 17740 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 183107676 926965760 7430 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17802] ppid=17796 vsize=905240 CPUtime=0
/proc/17798/task/17802/stat : 17802 (java) S 17796 17798 17740 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 183107679 926965760 7430 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17803] ppid=17796 vsize=905240 CPUtime=0
/proc/17798/task/17803/stat : 17803 (java) S 17796 17798 17740 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 183107679 926965760 7430 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17804] ppid=17796 vsize=905240 CPUtime=0
/proc/17798/task/17804/stat : 17804 (java) S 17796 17798 17740 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 183107679 926965760 7430 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17805] ppid=17796 vsize=905240 CPUtime=0
/proc/17798/task/17805/stat : 17805 (java) S 17796 17798 17740 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183107683 926965760 7430 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17806] ppid=17796 vsize=905240 CPUtime=0
/proc/17798/task/17806/stat : 17806 (java) S 17796 17798 17740 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 183107683 926965760 7430 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17807] ppid=17796 vsize=905240 CPUtime=0.22
/proc/17798/task/17807/stat : 17807 (java) R 17796 17798 17740 0 -1 64 307 0 0 0 22 0 0 0 16 0 12 0 183107683 926965760 7430 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151585582 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17808] ppid=17796 vsize=905240 CPUtime=0.2
/proc/17798/task/17808/stat : 17808 (java) S 17796 17798 17740 0 -1 64 661 0 0 0 20 0 0 0 16 0 12 0 183107683 926965760 7430 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17809] ppid=17796 vsize=905240 CPUtime=0
/proc/17798/task/17809/stat : 17809 (java) S 17796 17798 17740 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183107683 926965760 7430 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17810] ppid=17796 vsize=905240 CPUtime=0
/proc/17798/task/17810/stat : 17810 (java) S 17796 17798 17740 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183107683 926965760 7430 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 905240

[startup+2.99044 s]
/proc/loadavg: 2.11 2.03 2.15 5/105 17810
/proc/meminfo: memFree=1598056/2055920 swapFree=4191880/4192956
[pid=17798] ppid=17796 vsize=908632 CPUtime=2.81
/proc/17798/stat : 17798 (java) R 17796 17798 17740 0 -1 0 12500 0 51 0 272 9 0 0 25 0 12 0 183107667 930439168 11158 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053845626 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17798/statm: 227158 11158 2462 14 0 213595 0
[pid=17798/tid=17800] ppid=17796 vsize=908632 CPUtime=0
/proc/17798/task/17800/stat : 17800 (java) S 17796 17798 17740 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 183107676 930439168 11158 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17801] ppid=17796 vsize=908632 CPUtime=0
/proc/17798/task/17801/stat : 17801 (java) S 17796 17798 17740 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 183107676 930439168 11158 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17802] ppid=17796 vsize=908632 CPUtime=0
/proc/17798/task/17802/stat : 17802 (java) S 17796 17798 17740 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 183107679 930439168 11158 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17803] ppid=17796 vsize=908632 CPUtime=0
/proc/17798/task/17803/stat : 17803 (java) S 17796 17798 17740 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 183107679 930439168 11158 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17804] ppid=17796 vsize=908632 CPUtime=0
/proc/17798/task/17804/stat : 17804 (java) S 17796 17798 17740 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 183107679 930439168 11158 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17805] ppid=17796 vsize=908632 CPUtime=0
/proc/17798/task/17805/stat : 17805 (java) S 17796 17798 17740 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183107683 930439168 11158 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17806] ppid=17796 vsize=908632 CPUtime=0
/proc/17798/task/17806/stat : 17806 (java) S 17796 17798 17740 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 183107683 930439168 11158 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17807] ppid=17796 vsize=908632 CPUtime=0.67
/proc/17798/task/17807/stat : 17807 (java) S 17796 17798 17740 0 -1 64 1137 0 0 0 67 0 0 0 16 0 12 0 183107683 930439168 11158 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17808] ppid=17796 vsize=908632 CPUtime=0.61
/proc/17798/task/17808/stat : 17808 (java) S 17796 17798 17740 0 -1 64 1495 0 0 0 61 0 0 0 16 0 12 0 183107683 930439168 11158 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17809] ppid=17796 vsize=908632 CPUtime=0
/proc/17798/task/17809/stat : 17809 (java) S 17796 17798 17740 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183107683 930439168 11158 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17810] ppid=17796 vsize=908632 CPUtime=0
/proc/17798/task/17810/stat : 17810 (java) S 17796 17798 17740 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183107683 930439168 11158 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 908632

[startup+6.28179 s]
/proc/loadavg: 2.11 2.03 2.15 4/105 17810
/proc/meminfo: memFree=1569264/2055920 swapFree=4191880/4192956
[pid=17798] ppid=17796 vsize=909524 CPUtime=6.08
/proc/17798/stat : 17798 (java) R 17796 17798 17740 0 -1 0 21410 0 51 0 592 16 0 0 25 0 12 0 183107667 931352576 19365 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17798/statm: 227381 19365 2484 14 0 213818 0
[pid=17798/tid=17800] ppid=17796 vsize=909524 CPUtime=0
/proc/17798/task/17800/stat : 17800 (java) S 17796 17798 17740 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 183107676 931352576 19365 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17801] ppid=17796 vsize=909524 CPUtime=0
/proc/17798/task/17801/stat : 17801 (java) S 17796 17798 17740 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 183107676 931352576 19365 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17802] ppid=17796 vsize=909524 CPUtime=0
/proc/17798/task/17802/stat : 17802 (java) S 17796 17798 17740 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 183107679 931352576 19365 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17803] ppid=17796 vsize=909524 CPUtime=0
/proc/17798/task/17803/stat : 17803 (java) S 17796 17798 17740 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 183107679 931352576 19365 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17804] ppid=17796 vsize=909524 CPUtime=0
/proc/17798/task/17804/stat : 17804 (java) S 17796 17798 17740 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 183107679 931352576 19365 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17805] ppid=17796 vsize=909524 CPUtime=0
/proc/17798/task/17805/stat : 17805 (java) S 17796 17798 17740 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183107683 931352576 19365 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17806] ppid=17796 vsize=909524 CPUtime=0
/proc/17798/task/17806/stat : 17806 (java) S 17796 17798 17740 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 183107683 931352576 19365 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17807] ppid=17796 vsize=909524 CPUtime=1.49
/proc/17798/task/17807/stat : 17807 (java) S 17796 17798 17740 0 -1 64 2098 0 0 0 148 1 0 0 15 0 12 0 183107683 931352576 19365 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17808] ppid=17796 vsize=909524 CPUtime=1.44
/proc/17798/task/17808/stat : 17808 (java) S 17796 17798 17740 0 -1 64 1593 0 0 0 144 0 0 0 15 0 12 0 183107683 931352576 19365 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17809] ppid=17796 vsize=909524 CPUtime=0
/proc/17798/task/17809/stat : 17809 (java) S 17796 17798 17740 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183107683 931352576 19365 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17810] ppid=17796 vsize=909524 CPUtime=0
/proc/17798/task/17810/stat : 17810 (java) S 17796 17798 17740 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183107683 931352576 19365 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 909524

[startup+12.7075 s]
/proc/loadavg: 2.17 2.04 2.15 3/105 17810
/proc/meminfo: memFree=1517168/2055920 swapFree=4191880/4192956
[pid=17798] ppid=17796 vsize=912592 CPUtime=12.44
/proc/17798/stat : 17798 (java) R 17796 17798 17740 0 -1 0 32822 0 51 0 1220 24 0 0 25 0 12 0 183107667 934494208 29961 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154647685 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17798/statm: 228148 29961 2497 14 0 214585 0
[pid=17798/tid=17800] ppid=17796 vsize=912592 CPUtime=0.06
/proc/17798/task/17800/stat : 17800 (java) S 17796 17798 17740 0 -1 64 1556 0 0 0 6 0 0 0 17 0 12 0 183107676 934494208 29961 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17801] ppid=17796 vsize=912592 CPUtime=0.06
/proc/17798/task/17801/stat : 17801 (java) S 17796 17798 17740 0 -1 64 1675 0 0 0 6 0 0 0 17 0 12 0 183107676 934494208 29961 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17802] ppid=17796 vsize=912592 CPUtime=0
/proc/17798/task/17802/stat : 17802 (java) S 17796 17798 17740 0 -1 64 39 0 0 0 0 0 0 0 17 0 12 0 183107679 934494208 29961 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17803] ppid=17796 vsize=912592 CPUtime=0
/proc/17798/task/17803/stat : 17803 (java) S 17796 17798 17740 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 183107679 934494208 29961 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17804] ppid=17796 vsize=912592 CPUtime=0
/proc/17798/task/17804/stat : 17804 (java) S 17796 17798 17740 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 183107679 934494208 29961 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17805] ppid=17796 vsize=912592 CPUtime=0
/proc/17798/task/17805/stat : 17805 (java) S 17796 17798 17740 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183107683 934494208 29961 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17806] ppid=17796 vsize=912592 CPUtime=0.01
/proc/17798/task/17806/stat : 17806 (java) S 17796 17798 17740 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183107683 934494208 29961 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17807] ppid=17796 vsize=912592 CPUtime=2.41
/proc/17798/task/17807/stat : 17807 (java) S 17796 17798 17740 0 -1 64 3731 0 0 0 239 2 0 0 15 0 12 0 183107683 934494208 29961 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17808] ppid=17796 vsize=912592 CPUtime=2.05
/proc/17798/task/17808/stat : 17808 (java) S 17796 17798 17740 0 -1 64 1643 0 0 0 205 0 0 0 16 0 12 0 183107683 934494208 29961 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17809] ppid=17796 vsize=912592 CPUtime=0
/proc/17798/task/17809/stat : 17809 (java) S 17796 17798 17740 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183107683 934494208 29961 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17810] ppid=17796 vsize=912592 CPUtime=0
/proc/17798/task/17810/stat : 17810 (java) S 17796 17798 17740 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183107683 934494208 29961 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 912592

[startup+25.607 s]
/proc/loadavg: 2.29 2.07 2.16 3/105 17810
/proc/meminfo: memFree=1406192/2055920 swapFree=4191880/4192956
[pid=17798] ppid=17796 vsize=914544 CPUtime=25.32
/proc/17798/stat : 17798 (java) R 17796 17798 17740 0 -1 0 43695 0 51 0 2495 37 0 0 25 0 12 0 183107667 936493056 39894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154312386 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17798/statm: 228636 39894 2504 14 0 215073 0
[pid=17798/tid=17800] ppid=17796 vsize=914544 CPUtime=0.25
/proc/17798/task/17800/stat : 17800 (java) S 17796 17798 17740 0 -1 64 2720 0 0 0 24 1 0 0 17 0 12 0 183107676 936493056 39894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17798/tid=17801] ppid=17796 vsize=914544 CPUtime=0.23
/proc/17798/task/17801/stat : 17801 (java) S 17796 17798 17740 0 -1 64 4082 0 0 0 22 1 0 0 17 0 12 0 183107676 936493056 39894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17798/tid=17802] ppid=17796 vsize=914544 CPUtime=0.02
/proc/17798/task/17802/stat : 17802 (java) S 17796 17798 17740 0 -1 64 78 0 0 0 2 0 0 0 16 0 12 0 183107679 936493056 39894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17798/tid=17803] ppid=17796 vsize=914544 CPUtime=0
/proc/17798/task/17803/stat : 17803 (java) S 17796 17798 17740 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 183107679 936493056 39894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17804] ppid=17796 vsize=914544 CPUtime=0
/proc/17798/task/17804/stat : 17804 (java) S 17796 17798 17740 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 183107679 936493056 39894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17805] ppid=17796 vsize=914544 CPUtime=0
/proc/17798/task/17805/stat : 17805 (java) S 17796 17798 17740 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183107683 936493056 39894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17806] ppid=17796 vsize=914544 CPUtime=0.01
/proc/17798/task/17806/stat : 17806 (java) S 17796 17798 17740 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183107683 936493056 39894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17798/tid=17807] ppid=17796 vsize=914544 CPUtime=2.92
/proc/17798/task/17807/stat : 17807 (java) S 17796 17798 17740 0 -1 64 3843 0 0 0 290 2 0 0 15 0 12 0 183107683 936493056 39894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17798/tid=17808] ppid=17796 vsize=914544 CPUtime=2.37
/proc/17798/task/17808/stat : 17808 (java) S 17796 17798 17740 0 -1 64 1669 0 0 0 237 0 0 0 15 0 12 0 183107683 936493056 39894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17798/tid=17809] ppid=17796 vsize=914544 CPUtime=0
/proc/17798/task/17809/stat : 17809 (java) S 17796 17798 17740 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183107683 936493056 39894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17810] ppid=17796 vsize=914544 CPUtime=0
/proc/17798/task/17810/stat : 17810 (java) S 17796 17798 17740 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183107683 936493056 39894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 914544

[startup+51.2979 s]
/proc/loadavg: 2.53 2.15 2.18 4/105 17810
/proc/meminfo: memFree=1132272/2055920 swapFree=4191880/4192956
[pid=17798] ppid=17796 vsize=915568 CPUtime=51.09
/proc/17798/stat : 17798 (java) R 17796 17798 17740 0 -1 0 80873 0 51 0 5049 60 0 0 25 0 12 0 183107667 937541632 71643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154311303 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17798/statm: 228892 71643 2506 14 0 215329 0
[pid=17798/tid=17800] ppid=17796 vsize=915568 CPUtime=1.16
/proc/17798/task/17800/stat : 17800 (java) S 17796 17798 17740 0 -1 64 17863 0 0 0 109 7 0 0 17 0 12 0 183107676 937541632 71643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17801] ppid=17796 vsize=915568 CPUtime=1.12
/proc/17798/task/17801/stat : 17801 (java) S 17796 17798 17740 0 -1 64 18884 0 0 0 105 7 0 0 17 0 12 0 183107676 937541632 71643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17802] ppid=17796 vsize=915568 CPUtime=0.07
/proc/17798/task/17802/stat : 17802 (java) S 17796 17798 17740 0 -1 64 87 0 0 0 7 0 0 0 15 0 12 0 183107679 937541632 71643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17803] ppid=17796 vsize=915568 CPUtime=0
/proc/17798/task/17803/stat : 17803 (java) S 17796 17798 17740 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 183107679 937541632 71643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17804] ppid=17796 vsize=915568 CPUtime=0
/proc/17798/task/17804/stat : 17804 (java) S 17796 17798 17740 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 183107679 937541632 71643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17805] ppid=17796 vsize=915568 CPUtime=0
/proc/17798/task/17805/stat : 17805 (java) S 17796 17798 17740 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183107683 937541632 71643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17806] ppid=17796 vsize=915568 CPUtime=0.01
/proc/17798/task/17806/stat : 17806 (java) S 17796 17798 17740 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183107683 937541632 71643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17798/tid=17807] ppid=17796 vsize=915568 CPUtime=5.84
/proc/17798/task/17807/stat : 17807 (java) S 17796 17798 17740 0 -1 64 4003 0 0 0 581 3 0 0 16 0 12 0 183107683 937541632 71643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17808] ppid=17796 vsize=915568 CPUtime=5.44
/proc/17798/task/17808/stat : 17808 (java) S 17796 17798 17740 0 -1 64 2037 0 0 0 543 1 0 0 16 0 12 0 183107683 937541632 71643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17809] ppid=17796 vsize=915568 CPUtime=0
/proc/17798/task/17809/stat : 17809 (java) S 17796 17798 17740 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183107683 937541632 71643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17810] ppid=17796 vsize=915568 CPUtime=0
/proc/17798/task/17810/stat : 17810 (java) S 17796 17798 17740 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183107683 937541632 71643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 915568

[startup+102.548 s]
/proc/loadavg: 2.59 2.22 2.20 3/105 17810
/proc/meminfo: memFree=556080/2055920 swapFree=4191880/4192956
[pid=17798] ppid=17796 vsize=915568 CPUtime=102.53
/proc/17798/stat : 17798 (java) R 17796 17798 17740 0 -1 0 168270 0 51 0 10154 99 0 0 25 0 12 0 183107667 937541632 157263 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053834176 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17798/statm: 228892 157263 2506 14 0 215329 0
[pid=17798/tid=17800] ppid=17796 vsize=915568 CPUtime=3.19
/proc/17798/task/17800/stat : 17800 (java) S 17796 17798 17740 0 -1 64 59601 0 0 0 293 26 0 0 17 0 12 0 183107676 937541632 157263 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17798/tid=17801] ppid=17796 vsize=915568 CPUtime=3.22
/proc/17798/task/17801/stat : 17801 (java) S 17796 17798 17740 0 -1 64 63518 0 0 0 299 23 0 0 17 0 12 0 183107676 937541632 157263 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17798/tid=17802] ppid=17796 vsize=915568 CPUtime=0.13
/proc/17798/task/17802/stat : 17802 (java) S 17796 17798 17740 0 -1 64 89 0 0 0 13 0 0 0 15 0 12 0 183107679 937541632 157263 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17798/tid=17803] ppid=17796 vsize=915568 CPUtime=0
/proc/17798/task/17803/stat : 17803 (java) S 17796 17798 17740 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 183107679 937541632 157263 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17804] ppid=17796 vsize=915568 CPUtime=0
/proc/17798/task/17804/stat : 17804 (java) S 17796 17798 17740 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 183107679 937541632 157263 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17805] ppid=17796 vsize=915568 CPUtime=0
/proc/17798/task/17805/stat : 17805 (java) S 17796 17798 17740 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183107683 937541632 157263 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17806] ppid=17796 vsize=915568 CPUtime=0.01
/proc/17798/task/17806/stat : 17806 (java) S 17796 17798 17740 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183107683 937541632 157263 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17798/tid=17807] ppid=17796 vsize=915568 CPUtime=13.63
/proc/17798/task/17807/stat : 17807 (java) S 17796 17798 17740 0 -1 64 4453 0 0 0 1358 5 0 0 16 0 12 0 183107683 937541632 157263 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17798/tid=17808] ppid=17796 vsize=915568 CPUtime=13.17
/proc/17798/task/17808/stat : 17808 (java) S 17796 17798 17740 0 -1 64 2477 0 0 0 1315 2 0 0 15 0 12 0 183107683 937541632 157263 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17798/tid=17809] ppid=17796 vsize=915568 CPUtime=0
/proc/17798/task/17809/stat : 17809 (java) S 17796 17798 17740 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183107683 937541632 157263 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17810] ppid=17796 vsize=915568 CPUtime=0
/proc/17798/task/17810/stat : 17810 (java) S 17796 17798 17740 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183107683 937541632 157263 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.53
Current children cumulated vsize (KiB) 915568

[startup+162.603 s]
/proc/loadavg: 2.68 2.32 2.24 3/105 17882
/proc/meminfo: memFree=708856/2055920 swapFree=4191880/4192956
[pid=17798] ppid=17796 vsize=915568 CPUtime=162.85
/proc/17798/stat : 17798 (java) S 17796 17798 17740 0 -1 0 214596 0 51 0 16161 124 0 0 17 0 12 0 183107667 937541632 202073 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17798/statm: 228892 202073 2507 14 0 215329 0
[pid=17798/tid=17800] ppid=17796 vsize=915568 CPUtime=4.35
/proc/17798/task/17800/stat : 17800 (java) S 17796 17798 17740 0 -1 64 79880 0 0 0 400 35 0 0 16 0 12 0 183107676 937541632 202073 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17798/tid=17801] ppid=17796 vsize=915568 CPUtime=4.36
/proc/17798/task/17801/stat : 17801 (java) S 17796 17798 17740 0 -1 64 86366 0 0 0 403 33 0 0 17 0 12 0 183107676 937541632 202073 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17798/tid=17802] ppid=17796 vsize=915568 CPUtime=26.7
/proc/17798/task/17802/stat : 17802 (java) R 17796 17798 17740 0 -1 64 2648 0 0 0 2668 2 0 0 25 0 12 0 183107679 937541632 202073 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631064 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17798/tid=17803] ppid=17796 vsize=915568 CPUtime=0.01
/proc/17798/task/17803/stat : 17803 (java) S 17796 17798 17740 0 -1 64 8 0 0 0 1 0 0 0 16 0 12 0 183107679 937541632 202073 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17798/tid=17804] ppid=17796 vsize=915568 CPUtime=0
/proc/17798/task/17804/stat : 17804 (java) S 17796 17798 17740 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 183107679 937541632 202073 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17805] ppid=17796 vsize=915568 CPUtime=0
/proc/17798/task/17805/stat : 17805 (java) S 17796 17798 17740 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183107683 937541632 202073 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17806] ppid=17796 vsize=915568 CPUtime=0.01
/proc/17798/task/17806/stat : 17806 (java) S 17796 17798 17740 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183107683 937541632 202073 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17798/tid=17807] ppid=17796 vsize=915568 CPUtime=18.55
/proc/17798/task/17807/stat : 17807 (java) S 17796 17798 17740 0 -1 64 4723 0 0 0 1849 6 0 0 16 0 12 0 183107683 937541632 202073 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17798/tid=17808] ppid=17796 vsize=915568 CPUtime=18.33
/proc/17798/task/17808/stat : 17808 (java) S 17796 17798 17740 0 -1 64 2760 0 0 0 1830 3 0 0 15 0 12 0 183107683 937541632 202073 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17798/tid=17809] ppid=17796 vsize=915568 CPUtime=0
/proc/17798/task/17809/stat : 17809 (java) S 17796 17798 17740 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 183107683 937541632 202073 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17798/tid=17810] ppid=17796 vsize=915568 CPUtime=0
/proc/17798/task/17810/stat : 17810 (java) S 17796 17798 17740 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183107683 937541632 202073 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.85
Current children cumulated vsize (KiB) 915568

Child status: 1
Real time (s): 192.276
CPU time (s): 192.37
CPU user time (s): 191.004
CPU system time (s): 1.36579
CPU usage (%): 100.049
Max. virtual memory (cumulated for all children) (KiB): 915568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 191.004
system time used= 1.36579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214634
page faults= 51
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11558
involuntary context switches= 14387

runsolver used 0.249962 s user time and 0.671897 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue Jan  9 12:52:05 UTC 2007


IDJOB= 237237
IDBENCH= 6908
FILE ID= node9/237237-1168347125

PBS_JOBID= 3503606

Free space on /tmp= 66540 MiB

BENCH NAME= HOME/pub/bench/CPAI06/zhou/queens1.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237237-1168347125/sat4jCSP-bf3-cached.jar /tmp/evaluation/237237-1168347125/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-237237-1168347125 -o ROOT/results/node9/solver-237237-1168347125 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237237-1168347125/sat4jCSP-bf3-cached.jar /tmp/evaluation/237237-1168347125/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  726185241a7b95d15ca46fa1333f998a

RANDOM SEED= 69780153

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.231
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.231
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:       1721952 kB
Buffers:         12272 kB
Cached:          60860 kB
SwapCached:        376 kB
Active:         253100 kB
Inactive:        35764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1721952 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            6288 kB
Writeback:           0 kB
Mapped:         236068 kB
Slab:            29420 kB
Committed_AS:  6175764 kB
PageTables:       2712 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= 66540 MiB



End job on node9 on Tue Jan  9 12:55:18 UTC 2007