Trace number 1034840

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? (TO) 1800.07 1813.87

General information on the benchmark

Namecsp/rand-2-24/
normalized-rand-24-24-276-139-54021_ext.xml
MD5SUM03181f34bef1168c4867222722763e4f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark49.4715
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints276
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension276
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.30/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.30/0.32	c See www.sat4j.org for details.
0.30/0.32	c That software uses the Rhino library from the Mozilla project.
0.30/0.36	c version 9.9.9.token
0.30/0.36	c sun.arch.data.model	32
0.30/0.36	c java.version	1.6.0_06
0.30/0.36	c os.name	Linux
0.30/0.36	c os.version	2.6.9-22.EL.rootsmp
0.30/0.36	c os.arch	i386
0.30/0.36	c Free memory 669864272
0.30/0.36	c Max memory 672137216
0.30/0.36	c Total memory 672137216
0.30/0.36	c Number of processors 2
0.40/0.41	c c --- Begin Solver configuration ---
0.40/0.41	c Stops conflict analysis at the first Unique Implication Point
0.40/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.40/0.41	c Learn all clauses as in MiniSAT
0.40/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.40/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.40/0.41	c Expensive reason simplification
0.40/0.41	c MiniSAT restarts strategy
0.40/0.41	c timeout=2147483s
0.40/0.41	c DB Simplification allowed=false
0.40/0.41	c --- End Solver configuration ---
0.40/0.41	c solving HOME/instance-1034840-1214949713.xml
0.40/0.41	c reading problem ... 
0.59/0.67	c reading problem named null
0.59/0.67	c reading domains done.
0.59/0.67	c reading variables done.
0.68/0.70	c reading relations done.
1.68/1.73	c reading constraints
2.08/2.15	c done with constraints.
2.08/2.15	c ... done. Wall clock time 1.744s.
2.08/2.15	c #vars     576
2.08/2.15	c #constraints  38412
2.08/2.15	c constraints type 
2.08/2.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 38388
2.08/2.15	c org.sat4j.minisat.constraints.card.AtLeast => 24
1800.00/1813.82	c starts		: 18
1800.00/1813.82	c conflicts		: 288194
1800.00/1813.82	c decisions		: 379282
1800.00/1813.82	c propagations		: 12591346
1800.00/1813.82	c inspects		: 4256852257
1800.00/1813.82	c learnt literals	: 0
1800.00/1813.82	c learnt binary clauses	: 4
1800.00/1813.82	c learnt ternary clauses	: 32
1800.00/1813.82	c learnt clauses	: 288194
1800.00/1813.82	c ignored clauses	: 0
1800.00/1813.82	c root simplifications	: 0
1800.00/1813.82	c removed literals (reason simplification)	: 13559994
1800.00/1813.82	c reason swapping (by a shorter reason)	: 0
1800.00/1813.82	c Calls to reduceDB	: 0
1800.00/1813.82	c speed (assignments/second)	: 6950.162889104038
1800.00/1813.82	c non guided choices	79
1800.00/1813.82	s UNKNOWN
1800.00/1813.82	c Total wall clock time (in seconds) : 1813.409

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1034840-1214949713/watcher-1034840-1214949713 -o /tmp/evaluation-result-1034840-1214949713/solver-1034840-1214949713 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1034840-1214949713.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.90 0.92 0.35 4/72 702
/proc/meminfo: memFree=1516120/2055920 swapFree=4119900/4192956
[pid=702] ppid=700 vsize=1804 CPUtime=0
/proc/702/stat : 702 (java6) D 700 702 531 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1283217247 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/702/statm: 451 155 111 9 0 93 0

[startup+0.026111 s]
/proc/loadavg: 1.90 0.92 0.35 4/72 702
/proc/meminfo: memFree=1516120/2055920 swapFree=4119900/4192956
[pid=702] ppid=700 vsize=798812 CPUtime=0.01
/proc/702/stat : 702 (java) S 700 702 531 0 -1 0 1818 0 1 0 0 1 0 0 18 0 4 0 1283217247 817983488 1556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/702/statm: 199703 1556 491 9 0 197481 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798812

[startup+0.10242 s]
/proc/loadavg: 1.90 0.92 0.35 4/72 702
/proc/meminfo: memFree=1516120/2055920 swapFree=4119900/4192956
[pid=702] ppid=700 vsize=804612 CPUtime=0.08
/proc/702/stat : 702 (java) S 700 702 531 0 -1 0 2996 0 1 0 7 1 0 0 18 0 12 0 1283217247 823922688 2729 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/702/statm: 201153 2729 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301445 s]
/proc/loadavg: 1.90 0.92 0.35 4/72 702
/proc/meminfo: memFree=1516120/2055920 swapFree=4119900/4192956
[pid=702] ppid=700 vsize=808872 CPUtime=0.3
/proc/702/stat : 702 (java) S 700 702 531 0 -1 0 4862 0 19 0 26 4 0 0 18 0 12 0 1283217247 828284928 4229 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/702/statm: 202218 4229 1297 9 0 199587 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 808872

[startup+0.70152 s]
/proc/loadavg: 1.90 0.92 0.35 4/72 702
/proc/meminfo: memFree=1516120/2055920 swapFree=4119900/4192956
[pid=702] ppid=700 vsize=808900 CPUtime=0.68
/proc/702/stat : 702 (java) S 700 702 531 0 -1 0 6121 0 19 0 62 6 0 0 18 0 12 0 1283217247 828313600 5486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/702/statm: 202225 5487 1335 9 0 199587 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808900

[startup+1.50168 s]
/proc/loadavg: 1.99 0.95 0.37 4/84 714
/proc/meminfo: memFree=1491832/2055920 swapFree=4119900/4192956
[pid=702] ppid=700 vsize=810300 CPUtime=1.48
/proc/702/stat : 702 (java) S 700 702 531 0 -1 0 9209 0 19 0 140 8 0 0 18 0 12 0 1283217247 829747200 8201 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/702/statm: 202575 8201 1351 9 0 199937 0
[pid=702/tid=704] ppid=700 vsize=810300 CPUtime=0.7
/proc/702/task/704/stat : 704 (java) R 700 702 531 0 -1 64 6208 0 2 0 65 5 0 0 22 0 12 0 1283217248 829747200 8201 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=705] ppid=700 vsize=810300 CPUtime=0
/proc/702/task/705/stat : 705 (java) S 700 702 531 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1283217249 829747200 8201 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=706] ppid=700 vsize=810300 CPUtime=0
/proc/702/task/706/stat : 706 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1283217249 829747200 8201 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=707] ppid=700 vsize=810300 CPUtime=0
/proc/702/task/707/stat : 707 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1283217251 829747200 8201 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=708] ppid=700 vsize=810300 CPUtime=0
/proc/702/task/708/stat : 708 (java) S 700 702 531 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1283217251 829747200 8201 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=709] ppid=700 vsize=810300 CPUtime=0
/proc/702/task/709/stat : 709 (java) S 700 702 531 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1283217251 829747200 8201 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=710] ppid=700 vsize=810300 CPUtime=0
/proc/702/task/710/stat : 710 (java) S 700 702 531 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1283217256 829747200 8201 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=711] ppid=700 vsize=810300 CPUtime=0.35
/proc/702/task/711/stat : 711 (java) R 700 702 531 0 -1 64 1178 0 15 0 34 1 0 0 16 0 12 0 1283217256 829747200 8201 996147200 134512640 134550740 4294956032 18446744073709551615 103137401 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=712] ppid=700 vsize=810300 CPUtime=0.4
/proc/702/task/712/stat : 712 (java) S 700 702 531 0 -1 64 1057 0 2 0 40 0 0 0 16 0 12 0 1283217256 829747200 8201 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=713] ppid=700 vsize=810300 CPUtime=0
/proc/702/task/713/stat : 713 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1283217256 829747200 8201 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=714] ppid=700 vsize=810300 CPUtime=0
/proc/702/task/714/stat : 714 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1283217256 829747200 8201 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810300

[startup+3.10299 s]
/proc/loadavg: 1.99 0.95 0.37 4/84 714
/proc/meminfo: memFree=1454968/2055920 swapFree=4119900/4192956
[pid=702] ppid=700 vsize=810624 CPUtime=3.09
/proc/702/stat : 702 (java) S 700 702 531 0 -1 0 17155 0 19 0 297 12 0 0 18 0 13 0 1283217247 830078976 16145 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/702/statm: 202656 16145 1374 9 0 200018 0
[pid=702/tid=704] ppid=700 vsize=810624 CPUtime=1.55
/proc/702/task/704/stat : 704 (java) R 700 702 531 0 -1 64 14073 0 2 0 146 9 0 0 25 0 13 0 1283217248 830078976 16145 996147200 134512640 134550740 4294956032 18446744073709551615 4109810023 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=705] ppid=700 vsize=810624 CPUtime=0
/proc/702/task/705/stat : 705 (java) S 700 702 531 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 1283217249 830078976 16146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=706] ppid=700 vsize=810624 CPUtime=0
/proc/702/task/706/stat : 706 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1283217249 830078976 16146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=707] ppid=700 vsize=810624 CPUtime=0
/proc/702/task/707/stat : 707 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 1283217251 830078976 16146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=708] ppid=700 vsize=810624 CPUtime=0
/proc/702/task/708/stat : 708 (java) S 700 702 531 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1283217251 830078976 16146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=709] ppid=700 vsize=810624 CPUtime=0
/proc/702/task/709/stat : 709 (java) S 700 702 531 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1283217251 830078976 16146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=710] ppid=700 vsize=810624 CPUtime=0
/proc/702/task/710/stat : 710 (java) S 700 702 531 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1283217256 830078976 16146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=711] ppid=700 vsize=810624 CPUtime=0.69
/proc/702/task/711/stat : 711 (java) S 700 702 531 0 -1 64 1207 0 15 0 68 1 0 0 15 0 13 0 1283217256 830078976 16146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=712] ppid=700 vsize=810624 CPUtime=0.8
/proc/702/task/712/stat : 712 (java) S 700 702 531 0 -1 64 1105 0 2 0 80 0 0 0 16 0 13 0 1283217256 830078976 16146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=713] ppid=700 vsize=810624 CPUtime=0
/proc/702/task/713/stat : 713 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1283217256 830078976 16146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=714] ppid=700 vsize=810624 CPUtime=0
/proc/702/task/714/stat : 714 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1283217256 830078976 16146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 810624

[startup+6.30162 s]
/proc/loadavg: 1.99 0.95 0.37 3/85 715
/proc/meminfo: memFree=1446320/2055920 swapFree=4119900/4192956
[pid=702] ppid=700 vsize=810496 CPUtime=6.28
/proc/702/stat : 702 (java) S 700 702 531 0 -1 0 18478 0 19 0 615 13 0 0 18 0 13 0 1283217247 829947904 17237 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/702/statm: 202624 17237 1378 9 0 199986 0
[pid=702/tid=704] ppid=700 vsize=810496 CPUtime=4.58
/proc/702/task/704/stat : 704 (java) R 700 702 531 0 -1 64 15172 0 2 0 448 10 0 0 25 0 13 0 1283217248 829947904 17237 996147200 134512640 134550740 4294956032 18446744073709551615 4109790399 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=705] ppid=700 vsize=810496 CPUtime=0
/proc/702/task/705/stat : 705 (java) S 700 702 531 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 1283217249 829947904 17237 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=706] ppid=700 vsize=810496 CPUtime=0
/proc/702/task/706/stat : 706 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1283217249 829947904 17237 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=707] ppid=700 vsize=810496 CPUtime=0
/proc/702/task/707/stat : 707 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1283217251 829947904 17237 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=708] ppid=700 vsize=810496 CPUtime=0
/proc/702/task/708/stat : 708 (java) S 700 702 531 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1283217251 829947904 17237 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=709] ppid=700 vsize=810496 CPUtime=0
/proc/702/task/709/stat : 709 (java) S 700 702 531 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1283217251 829947904 17237 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=710] ppid=700 vsize=810496 CPUtime=0
/proc/702/task/710/stat : 710 (java) S 700 702 531 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1283217256 829947904 17237 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=711] ppid=700 vsize=810496 CPUtime=0.75
/proc/702/task/711/stat : 711 (java) S 700 702 531 0 -1 64 1213 0 15 0 74 1 0 0 16 0 13 0 1283217256 829947904 17237 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=712] ppid=700 vsize=810496 CPUtime=0.91
/proc/702/task/712/stat : 712 (java) S 700 702 531 0 -1 64 1323 0 2 0 91 0 0 0 16 0 13 0 1283217256 829947904 17237 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=713] ppid=700 vsize=810496 CPUtime=0
/proc/702/task/713/stat : 713 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1283217256 829947904 17237 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=714] ppid=700 vsize=810496 CPUtime=0
/proc/702/task/714/stat : 714 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1283217256 829947904 17237 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=715] ppid=700 vsize=810496 CPUtime=0
/proc/702/task/715/stat : 715 (java) S 700 702 531 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1283217463 829947904 17237 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 810496

[startup+12.7029 s]
/proc/loadavg: 1.99 0.98 0.38 3/85 715
/proc/meminfo: memFree=1439088/2055920 swapFree=4119900/4192956
[pid=702] ppid=700 vsize=809724 CPUtime=12.66
/proc/702/stat : 702 (java) S 700 702 531 0 -1 0 19896 0 19 0 1252 14 0 0 18 0 13 0 1283217247 829157376 18460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/702/statm: 202431 18460 1378 9 0 199793 0
[pid=702/tid=704] ppid=700 vsize=809724 CPUtime=10.93
/proc/702/task/704/stat : 704 (java) R 700 702 531 0 -1 64 16586 0 2 0 1082 11 0 0 25 0 13 0 1283217248 829157376 18460 996147200 134512640 134550740 4294956032 18446744073709551615 4109832687 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=705] ppid=700 vsize=809724 CPUtime=0
/proc/702/task/705/stat : 705 (java) S 700 702 531 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 1283217249 829157376 18460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=706] ppid=700 vsize=809724 CPUtime=0
/proc/702/task/706/stat : 706 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1283217249 829157376 18460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=707] ppid=700 vsize=809724 CPUtime=0
/proc/702/task/707/stat : 707 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1283217251 829157376 18460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=708] ppid=700 vsize=809724 CPUtime=0
/proc/702/task/708/stat : 708 (java) S 700 702 531 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1283217251 829157376 18460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=709] ppid=700 vsize=809724 CPUtime=0
/proc/702/task/709/stat : 709 (java) S 700 702 531 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1283217251 829157376 18460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=710] ppid=700 vsize=809724 CPUtime=0
/proc/702/task/710/stat : 710 (java) S 700 702 531 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1283217256 829157376 18460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=711] ppid=700 vsize=809724 CPUtime=0.78
/proc/702/task/711/stat : 711 (java) S 700 702 531 0 -1 64 1215 0 15 0 77 1 0 0 16 0 13 0 1283217256 829157376 18460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=712] ppid=700 vsize=809724 CPUtime=0.92
/proc/702/task/712/stat : 712 (java) S 700 702 531 0 -1 64 1325 0 2 0 92 0 0 0 16 0 13 0 1283217256 829157376 18460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=713] ppid=700 vsize=809724 CPUtime=0
/proc/702/task/713/stat : 713 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1283217256 829157376 18460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=714] ppid=700 vsize=809724 CPUtime=0
/proc/702/task/714/stat : 714 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1283217256 829157376 18460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=715] ppid=700 vsize=809724 CPUtime=0
/proc/702/task/715/stat : 715 (java) S 700 702 531 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1283217463 829157376 18460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 809724

[startup+25.5024 s]
/proc/loadavg: 1.99 1.02 0.40 3/85 715
/proc/meminfo: memFree=1416240/2055920 swapFree=4119900/4192956
[pid=702] ppid=700 vsize=809724 CPUtime=25.46
/proc/702/stat : 702 (java) S 700 702 531 0 -1 0 24433 0 20 0 2529 17 0 0 18 0 13 0 1283217247 829157376 22997 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/702/statm: 202431 22997 1383 9 0 199793 0
[pid=702/tid=704] ppid=700 vsize=809724 CPUtime=23.65
/proc/702/task/704/stat : 704 (java) R 700 702 531 0 -1 64 17091 0 2 0 2353 12 0 0 25 0 13 0 1283217248 829157376 22997 996147200 134512640 134550740 4294956032 18446744073709551615 4109832683 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=705] ppid=700 vsize=809724 CPUtime=0
/proc/702/task/705/stat : 705 (java) S 700 702 531 0 -1 64 450 0 0 0 0 0 0 0 17 0 13 0 1283217249 829157376 22997 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=706] ppid=700 vsize=809724 CPUtime=0.05
/proc/702/task/706/stat : 706 (java) S 700 702 531 0 -1 64 3555 0 0 0 4 1 0 0 17 0 13 0 1283217249 829157376 22997 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=707] ppid=700 vsize=809724 CPUtime=0
/proc/702/task/707/stat : 707 (java) S 700 702 531 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1283217251 829157376 22997 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=708] ppid=700 vsize=809724 CPUtime=0
/proc/702/task/708/stat : 708 (java) S 700 702 531 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1283217251 829157376 22997 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=702] ppid=700 vsize=814852 CPUtime=1590.31
/proc/702/stat : 702 (java) S 700 702 531 0 -1 0 59504 0 20 0 158991 40 0 0 18 0 13 0 1283217247 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/702/statm: 203713 52038 1383 9 0 201075 0
[pid=702/tid=704] ppid=700 vsize=814852 CPUtime=1587.41
/proc/702/task/704/stat : 704 (java) R 700 702 531 0 -1 64 17093 0 2 0 158723 18 0 0 25 0 13 0 1283217248 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4109832422 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=705] ppid=700 vsize=814852 CPUtime=0.56
/proc/702/task/705/stat : 705 (java) S 700 702 531 0 -1 64 18600 0 0 0 48 8 0 0 20 0 13 0 1283217249 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=706] ppid=700 vsize=814852 CPUtime=0.56
/proc/702/task/706/stat : 706 (java) S 700 702 531 0 -1 64 20474 0 0 0 47 9 0 0 19 0 13 0 1283217249 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=707] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/707/stat : 707 (java) S 700 702 531 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1283217251 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=708] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/708/stat : 708 (java) S 700 702 531 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1283217251 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=709] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/709/stat : 709 (java) S 700 702 531 0 -1 64 5 0 1 0 0 0 0 0 17 0 13 0 1283217251 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=710] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/710/stat : 710 (java) S 700 702 531 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=711] ppid=700 vsize=814852 CPUtime=0.78
/proc/702/task/711/stat : 711 (java) S 700 702 531 0 -1 64 1215 0 15 0 77 1 0 0 16 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=712] ppid=700 vsize=814852 CPUtime=0.94
/proc/702/task/712/stat : 712 (java) S 700 702 531 0 -1 64 1325 0 2 0 94 0 0 0 17 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=713] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/713/stat : 713 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=714] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/714/stat : 714 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=715] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/715/stat : 715 (java) S 700 702 531 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1283217463 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.31
Current children cumulated vsize (KiB) 814852

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.69 3/85 744
/proc/meminfo: memFree=1438128/2055920 swapFree=4119900/4192956
[pid=702] ppid=700 vsize=814852 CPUtime=1649.79
/proc/702/stat : 702 (java) S 700 702 531 0 -1 0 59504 0 20 0 164939 40 0 0 18 0 13 0 1283217247 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/702/statm: 203713 52038 1383 9 0 201075 0
[pid=702/tid=704] ppid=700 vsize=814852 CPUtime=1646.89
/proc/702/task/704/stat : 704 (java) R 700 702 531 0 -1 64 17093 0 2 0 164671 18 0 0 25 0 13 0 1283217248 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4109832707 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=705] ppid=700 vsize=814852 CPUtime=0.56
/proc/702/task/705/stat : 705 (java) S 700 702 531 0 -1 64 18600 0 0 0 48 8 0 0 20 0 13 0 1283217249 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=706] ppid=700 vsize=814852 CPUtime=0.56
/proc/702/task/706/stat : 706 (java) S 700 702 531 0 -1 64 20474 0 0 0 47 9 0 0 19 0 13 0 1283217249 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=707] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/707/stat : 707 (java) S 700 702 531 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1283217251 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=708] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/708/stat : 708 (java) S 700 702 531 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1283217251 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=709] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/709/stat : 709 (java) S 700 702 531 0 -1 64 5 0 1 0 0 0 0 0 17 0 13 0 1283217251 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=710] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/710/stat : 710 (java) S 700 702 531 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=711] ppid=700 vsize=814852 CPUtime=0.78
/proc/702/task/711/stat : 711 (java) S 700 702 531 0 -1 64 1215 0 15 0 77 1 0 0 16 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=712] ppid=700 vsize=814852 CPUtime=0.94
/proc/702/task/712/stat : 712 (java) S 700 702 531 0 -1 64 1325 0 2 0 94 0 0 0 17 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=713] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/713/stat : 713 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=714] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/714/stat : 714 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=715] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/715/stat : 715 (java) S 700 702 531 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1283217463 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.79
Current children cumulated vsize (KiB) 814852

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.71 3/85 744
/proc/meminfo: memFree=1438064/2055920 swapFree=4119900/4192956
[pid=702] ppid=700 vsize=814852 CPUtime=1709.28
/proc/702/stat : 702 (java) S 700 702 531 0 -1 0 59504 0 20 0 170888 40 0 0 18 0 13 0 1283217247 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/702/statm: 203713 52038 1383 9 0 201075 0
[pid=702/tid=704] ppid=700 vsize=814852 CPUtime=1706.37
/proc/702/task/704/stat : 704 (java) R 700 702 531 0 -1 64 17093 0 2 0 170619 18 0 0 25 0 13 0 1283217248 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4109832783 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=705] ppid=700 vsize=814852 CPUtime=0.56
/proc/702/task/705/stat : 705 (java) S 700 702 531 0 -1 64 18600 0 0 0 48 8 0 0 20 0 13 0 1283217249 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=706] ppid=700 vsize=814852 CPUtime=0.56
/proc/702/task/706/stat : 706 (java) S 700 702 531 0 -1 64 20474 0 0 0 47 9 0 0 19 0 13 0 1283217249 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=707] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/707/stat : 707 (java) S 700 702 531 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1283217251 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=708] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/708/stat : 708 (java) S 700 702 531 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1283217251 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=709] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/709/stat : 709 (java) S 700 702 531 0 -1 64 5 0 1 0 0 0 0 0 17 0 13 0 1283217251 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=710] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/710/stat : 710 (java) S 700 702 531 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=711] ppid=700 vsize=814852 CPUtime=0.78
/proc/702/task/711/stat : 711 (java) S 700 702 531 0 -1 64 1215 0 15 0 77 1 0 0 16 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=712] ppid=700 vsize=814852 CPUtime=0.94
/proc/702/task/712/stat : 712 (java) S 700 702 531 0 -1 64 1325 0 2 0 94 0 0 0 17 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=713] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/713/stat : 713 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=714] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/714/stat : 714 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=715] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/715/stat : 715 (java) S 700 702 531 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1283217463 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.28
Current children cumulated vsize (KiB) 814852

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.73 3/85 744
/proc/meminfo: memFree=1438000/2055920 swapFree=4119900/4192956
[pid=702] ppid=700 vsize=814852 CPUtime=1768.77
/proc/702/stat : 702 (java) S 700 702 531 0 -1 0 59504 0 20 0 176837 40 0 0 18 0 13 0 1283217247 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/702/statm: 203713 52038 1383 9 0 201075 0
[pid=702/tid=704] ppid=700 vsize=814852 CPUtime=1765.87
/proc/702/task/704/stat : 704 (java) R 700 702 531 0 -1 64 17093 0 2 0 176568 19 0 0 25 0 13 0 1283217248 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4109832783 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=705] ppid=700 vsize=814852 CPUtime=0.56
/proc/702/task/705/stat : 705 (java) S 700 702 531 0 -1 64 18600 0 0 0 48 8 0 0 20 0 13 0 1283217249 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=706] ppid=700 vsize=814852 CPUtime=0.56
/proc/702/task/706/stat : 706 (java) S 700 702 531 0 -1 64 20474 0 0 0 47 9 0 0 19 0 13 0 1283217249 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=707] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/707/stat : 707 (java) S 700 702 531 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1283217251 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=708] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/708/stat : 708 (java) S 700 702 531 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1283217251 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=709] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/709/stat : 709 (java) S 700 702 531 0 -1 64 5 0 1 0 0 0 0 0 17 0 13 0 1283217251 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=710] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/710/stat : 710 (java) S 700 702 531 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=711] ppid=700 vsize=814852 CPUtime=0.78
/proc/702/task/711/stat : 711 (java) S 700 702 531 0 -1 64 1215 0 15 0 77 1 0 0 16 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=712] ppid=700 vsize=814852 CPUtime=0.94
/proc/702/task/712/stat : 712 (java) S 700 702 531 0 -1 64 1325 0 2 0 94 0 0 0 17 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=713] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/713/stat : 713 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=714] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/714/stat : 714 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=715] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/715/stat : 715 (java) S 700 702 531 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1283217463 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.77
Current children cumulated vsize (KiB) 814852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.8 s]
/proc/loadavg: 2.00 1.99 1.73 3/85 744
/proc/meminfo: memFree=1438000/2055920 swapFree=4119900/4192956
[pid=702] ppid=700 vsize=814852 CPUtime=1800
/proc/702/stat : 702 (java) S 700 702 531 0 -1 0 59504 0 20 0 179960 40 0 0 18 0 13 0 1283217247 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/702/statm: 203713 52038 1383 9 0 201075 0
[pid=702/tid=704] ppid=700 vsize=814852 CPUtime=1797.1
/proc/702/task/704/stat : 704 (java) R 700 702 531 0 -1 64 17093 0 2 0 179691 19 0 0 25 0 13 0 1283217248 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4109832480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=705] ppid=700 vsize=814852 CPUtime=0.56
/proc/702/task/705/stat : 705 (java) S 700 702 531 0 -1 64 18600 0 0 0 48 8 0 0 20 0 13 0 1283217249 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=706] ppid=700 vsize=814852 CPUtime=0.56
/proc/702/task/706/stat : 706 (java) S 700 702 531 0 -1 64 20474 0 0 0 47 9 0 0 19 0 13 0 1283217249 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=707] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/707/stat : 707 (java) S 700 702 531 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1283217251 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=708] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/708/stat : 708 (java) S 700 702 531 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1283217251 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=709] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/709/stat : 709 (java) S 700 702 531 0 -1 64 5 0 1 0 0 0 0 0 17 0 13 0 1283217251 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=710] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/710/stat : 710 (java) S 700 702 531 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=711] ppid=700 vsize=814852 CPUtime=0.78
/proc/702/task/711/stat : 711 (java) S 700 702 531 0 -1 64 1215 0 15 0 77 1 0 0 16 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=702/tid=712] ppid=700 vsize=814852 CPUtime=0.94
/proc/702/task/712/stat : 712 (java) S 700 702 531 0 -1 64 1325 0 2 0 94 0 0 0 17 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=713] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/713/stat : 713 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=714] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/714/stat : 714 (java) S 700 702 531 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1283217256 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=702/tid=715] ppid=700 vsize=814852 CPUtime=0
/proc/702/task/715/stat : 715 (java) S 700 702 531 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1283217463 834408448 52038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 814852

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

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

Child status: 143
Real time (s): 1813.87
CPU time (s): 1800.07
CPU user time (s): 1799.62
CPU system time (s): 0.442932
CPU usage (%): 99.239
Max. virtual memory (cumulated for all children) (KiB): 814852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 0.442932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59523
page faults= 20
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37763
involuntary context switches= 69047

runsolver used 2.19167 second user time and 6.09807 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-02 00:01:53
IDJOB=1034840
IDBENCH=53364
IDSOLVER=344
FILE ID=node20/1034840-1214949713
PBS_JOBID= 7870294
Free space on /tmp= 66416 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rand-2-24/normalized-rand-24-24-276-139-54021_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1034840-1214949713/watcher-1034840-1214949713 -o /tmp/evaluation-result-1034840-1214949713/solver-1034840-1214949713 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1034840-1214949713.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 03181f34bef1168c4867222722763e4f
RANDOM SEED=1657508814

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

/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.263
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.263
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:       1516664 kB
Buffers:         43364 kB
Cached:         329764 kB
SwapCached:      67308 kB
Active:         272876 kB
Inactive:       193504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1516664 kB
SwapTotal:     4192956 kB
SwapFree:      4119900 kB
Dirty:           17608 kB
Writeback:           0 kB
Mapped:          98420 kB
Slab:            58208 kB
Committed_AS:  2582112 kB
PageTables:       1924 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= 66544 MiB
End job on node20 at 2008-07-02 00:32:09