Trace number 1035074

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.12 1800.29

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-63021_ext.xml
MD5SUM63094bb3e0d5b7671c766ca5de694f92
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark101.245
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints351
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension351
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.24/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.24/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.24/0.25	c See www.sat4j.org for details.
0.24/0.25	c That software uses the Rhino library from the Mozilla project.
0.24/0.28	c version 9.9.9.token
0.24/0.28	c sun.arch.data.model	32
0.24/0.28	c java.version	1.6.0_06
0.24/0.28	c os.name	Linux
0.24/0.28	c os.version	2.6.9-22.EL.rootsmp
0.24/0.28	c os.arch	i386
0.24/0.28	c Free memory 669864272
0.24/0.28	c Max memory 672137216
0.24/0.28	c Total memory 672137216
0.24/0.28	c Number of processors 2
0.36/0.31	c c --- Begin Solver configuration ---
0.36/0.31	c Stops conflict analysis at the first Unique Implication Point
0.36/0.31	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.36/0.31	c Learn all clauses as in MiniSAT
0.36/0.31	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.36/0.31	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.36/0.31	c Expensive reason simplification
0.36/0.31	c MiniSAT restarts strategy
0.36/0.31	c timeout=2147483s
0.36/0.31	c DB Simplification allowed=false
0.36/0.31	c --- End Solver configuration ---
0.36/0.31	c solving HOME/instance-1035074-1214951473.xml
0.36/0.31	c reading problem ... 
0.49/0.48	c reading problem named null
0.49/0.48	c reading domains done.
0.49/0.48	c reading variables done.
0.65/0.53	c reading relations done.
1.79/1.65	c reading constraints
2.20/2.09	c done with constraints.
2.20/2.09	c ... done. Wall clock time 1.786s.
2.20/2.09	c #vars     729
2.20/2.09	c #constraints  57267
2.20/2.09	c constraints type 
2.20/2.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 57240
2.20/2.10	c org.sat4j.minisat.constraints.card.AtLeast => 27
1800.02/1800.21	c starts		: 19
1800.02/1800.21	c conflicts		: 302257
1800.02/1800.21	c decisions		: 397392
1800.02/1800.21	c propagations		: 14282501
1800.02/1800.21	c inspects		: 4098713281
1800.02/1800.21	c learnt literals	: 0
1800.02/1800.21	c learnt binary clauses	: 0
1800.02/1800.21	c learnt ternary clauses	: 7
1800.02/1800.21	c learnt clauses	: 302257
1800.02/1800.21	c ignored clauses	: 0
1800.02/1800.21	c root simplifications	: 0
1800.02/1800.21	c removed literals (reason simplification)	: 16891904
1800.02/1800.21	c reason swapping (by a shorter reason)	: 0
1800.02/1800.21	c Calls to reduceDB	: 0
1800.02/1800.21	c speed (assignments/second)	: 7943.07294111366
1800.02/1800.21	c non guided choices	96
1800.02/1800.21	s UNKNOWN
1800.02/1800.21	c Total wall clock time (in seconds) : 1799.903

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-1035074-1214951473/watcher-1035074-1214951473 -o /tmp/evaluation-result-1035074-1214951473/solver-1035074-1214951473 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1035074-1214951473.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.99 1.97 1.72 3/70 1560
/proc/meminfo: memFree=1640208/2055920 swapFree=4180448/4192956
[pid=1560] ppid=1558 vsize=1520 CPUtime=0
/proc/1560/stat : 1560 (java6) R 1558 1560 1264 0 -1 0 92 0 0 0 0 0 0 0 18 0 1 0 1974121860 1556480 75 996147200 134512640 134550740 4294956192 18446744073709551615 2574160 0 0 4096 0 0 0 0 17 1 0 0
/proc/1560/statm: 368 67 48 9 0 10 0

[startup+0.0326031 s]
/proc/loadavg: 1.99 1.97 1.72 3/70 1560
/proc/meminfo: memFree=1640208/2055920 swapFree=4180448/4192956
[pid=1560] ppid=1558 vsize=800744 CPUtime=0.02
/proc/1560/stat : 1560 (java) S 1558 1560 1264 0 -1 0 2345 0 1 0 1 1 0 0 18 0 4 0 1974121860 819961856 2083 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/1560/statm: 200186 2084 912 9 0 197569 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800744

[startup+0.10161 s]
/proc/loadavg: 1.99 1.97 1.72 3/70 1560
/proc/meminfo: memFree=1640208/2055920 swapFree=4180448/4192956
[pid=1560] ppid=1558 vsize=804756 CPUtime=0.08
/proc/1560/stat : 1560 (java) S 1558 1560 1264 0 -1 0 3142 0 1 0 6 2 0 0 18 0 12 0 1974121860 824070144 2873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1560/statm: 201189 2880 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.301629 s]
/proc/loadavg: 1.99 1.97 1.72 3/70 1560
/proc/meminfo: memFree=1640208/2055920 swapFree=4180448/4192956
[pid=1560] ppid=1558 vsize=809080 CPUtime=0.36
/proc/1560/stat : 1560 (java) S 1558 1560 1264 0 -1 0 5323 0 1 0 32 4 0 0 18 0 12 0 1974121860 828497920 4650 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1560/statm: 202270 4650 1310 9 0 199639 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 809080

[startup+0.701673 s]
/proc/loadavg: 1.99 1.97 1.72 3/70 1560
/proc/meminfo: memFree=1640208/2055920 swapFree=4180448/4192956
[pid=1560] ppid=1558 vsize=809108 CPUtime=0.89
/proc/1560/stat : 1560 (java) S 1558 1560 1264 0 -1 0 6913 0 1 0 83 6 0 0 18 0 12 0 1974121860 828526592 6055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1560/statm: 202277 6055 1339 9 0 199639 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 809108

[startup+1.50276 s]
/proc/loadavg: 2.07 1.99 1.73 5/94 1610
/proc/meminfo: memFree=1609232/2055920 swapFree=4180448/4192956
[pid=1560] ppid=1558 vsize=809108 CPUtime=1.69
/proc/1560/stat : 1560 (java) S 1558 1560 1264 0 -1 0 15290 0 1 0 159 10 0 0 18 0 12 0 1974121860 828526592 13818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1560/statm: 202277 13818 1352 9 0 199639 0
[pid=1560/tid=1562] ppid=1558 vsize=809108 CPUtime=0.84
/proc/1560/task/1562/stat : 1562 (java) R 1558 1560 1264 0 -1 64 12089 0 1 0 76 8 0 0 21 0 12 0 1974121861 828526592 13819 996147200 134512640 134550740 4294956032 18446744073709551615 106734386 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1563] ppid=1558 vsize=809108 CPUtime=0
/proc/1560/task/1563/stat : 1563 (java) S 1558 1560 1264 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 1974121862 828526592 13819 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1564] ppid=1558 vsize=809108 CPUtime=0
/proc/1560/task/1564/stat : 1564 (java) S 1558 1560 1264 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1974121862 828526592 13819 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1560/tid=1565] ppid=1558 vsize=809108 CPUtime=0
/proc/1560/task/1565/stat : 1565 (java) S 1558 1560 1264 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1974121864 828526592 13819 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1566] ppid=1558 vsize=809108 CPUtime=0
/proc/1560/task/1566/stat : 1566 (java) S 1558 1560 1264 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 1974121864 828526592 13820 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1567] ppid=1558 vsize=809108 CPUtime=0
/proc/1560/task/1567/stat : 1567 (java) S 1558 1560 1264 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 1974121864 828526592 13821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1568] ppid=1558 vsize=809108 CPUtime=0
/proc/1560/task/1568/stat : 1568 (java) S 1558 1560 1264 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1974121868 828526592 13823 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1569] ppid=1558 vsize=809108 CPUtime=0.4
/proc/1560/task/1569/stat : 1569 (java) S 1558 1560 1264 0 -1 64 943 0 0 0 40 0 0 0 16 0 12 0 1974121869 828526592 13827 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1570] ppid=1558 vsize=809108 CPUtime=0.41
/proc/1560/task/1570/stat : 1570 (java) S 1558 1560 1264 0 -1 64 1497 0 0 0 41 0 0 0 16 0 12 0 1974121869 828526592 13831 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1571] ppid=1558 vsize=809108 CPUtime=0
/proc/1560/task/1571/stat : 1571 (java) S 1558 1560 1264 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1974121869 828526592 13835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1572] ppid=1558 vsize=809108 CPUtime=0
/proc/1560/task/1572/stat : 1572 (java) S 1558 1560 1264 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1974121869 828526592 13838 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 809108

[startup+3.10292 s]
/proc/loadavg: 2.07 1.99 1.73 3/94 1620
/proc/meminfo: memFree=1545296/2055920 swapFree=4180448/4192956
[pid=1560] ppid=1558 vsize=810244 CPUtime=3.31
/proc/1560/stat : 1560 (java) S 1558 1560 1264 0 -1 0 22506 0 1 0 318 13 0 0 18 0 13 0 1974121860 829689856 19863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1560/statm: 202561 19863 1380 9 0 199923 0
[pid=1560/tid=1562] ppid=1558 vsize=810244 CPUtime=1.68
/proc/1560/task/1562/stat : 1562 (java) R 1558 1560 1264 0 -1 64 17087 0 1 0 156 12 0 0 25 0 13 0 1974121861 829689856 19863 996147200 134512640 134550740 4294956032 18446744073709551615 4109897082 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1563] ppid=1558 vsize=810244 CPUtime=0.02
/proc/1560/task/1563/stat : 1563 (java) S 1558 1560 1264 0 -1 64 629 0 0 0 2 0 0 0 17 0 13 0 1974121862 829689856 19863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1564] ppid=1558 vsize=810244 CPUtime=0
/proc/1560/task/1564/stat : 1564 (java) S 1558 1560 1264 0 -1 64 108 0 0 0 0 0 0 0 17 0 13 0 1974121862 829689856 19863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1565] ppid=1558 vsize=810244 CPUtime=0
/proc/1560/task/1565/stat : 1565 (java) S 1558 1560 1264 0 -1 64 30 0 0 0 0 0 0 0 17 0 13 0 1974121864 829689856 19863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1566] ppid=1558 vsize=810244 CPUtime=0
/proc/1560/task/1566/stat : 1566 (java) S 1558 1560 1264 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1974121864 829689856 19863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1567] ppid=1558 vsize=810244 CPUtime=0
/proc/1560/task/1567/stat : 1567 (java) S 1558 1560 1264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1974121864 829689856 19863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1568] ppid=1558 vsize=810244 CPUtime=0
/proc/1560/task/1568/stat : 1568 (java) S 1558 1560 1264 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 1974121868 829689856 19863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1569] ppid=1558 vsize=810244 CPUtime=0.73
/proc/1560/task/1569/stat : 1569 (java) S 1558 1560 1264 0 -1 64 1032 0 0 0 73 0 0 0 16 0 13 0 1974121869 829689856 19863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1570] ppid=1558 vsize=810244 CPUtime=0.84
/proc/1560/task/1570/stat : 1570 (java) S 1558 1560 1264 0 -1 64 2855 0 0 0 84 0 0 0 16 0 13 0 1974121869 829689856 19863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1571] ppid=1558 vsize=810244 CPUtime=0
/proc/1560/task/1571/stat : 1571 (java) S 1558 1560 1264 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1974121869 829689856 19863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1572] ppid=1558 vsize=810244 CPUtime=0
/proc/1560/task/1572/stat : 1572 (java) S 1558 1560 1264 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1974121869 829689856 19863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.31
Current children cumulated vsize (KiB) 810244

[startup+6.30125 s]
/proc/loadavg: 2.07 1.99 1.73 3/87 1623
/proc/meminfo: memFree=1559496/2055920 swapFree=4180448/4192956
[pid=1560] ppid=1558 vsize=810180 CPUtime=6.51
/proc/1560/stat : 1560 (java) S 1558 1560 1264 0 -1 0 22908 0 1 0 637 14 0 0 18 0 13 0 1974121860 829624320 19871 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1560/statm: 202545 19871 1383 9 0 199907 0
[pid=1560/tid=1562] ppid=1558 vsize=810180 CPUtime=4.73
/proc/1560/task/1562/stat : 1562 (java) R 1558 1560 1264 0 -1 64 17091 0 1 0 461 12 0 0 25 0 13 0 1974121861 829624320 19871 996147200 134512640 134550740 4294956032 18446744073709551615 4109896126 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1563] ppid=1558 vsize=810180 CPUtime=0.02
/proc/1560/task/1563/stat : 1563 (java) S 1558 1560 1264 0 -1 64 629 0 0 0 2 0 0 0 17 0 13 0 1974121862 829624320 19871 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1564] ppid=1558 vsize=810180 CPUtime=0
/proc/1560/task/1564/stat : 1564 (java) S 1558 1560 1264 0 -1 64 108 0 0 0 0 0 0 0 17 0 13 0 1974121862 829624320 19871 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1565] ppid=1558 vsize=810180 CPUtime=0
/proc/1560/task/1565/stat : 1565 (java) S 1558 1560 1264 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1974121864 829624320 19871 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1560/tid=1566] ppid=1558 vsize=810180 CPUtime=0
/proc/1560/task/1566/stat : 1566 (java) S 1558 1560 1264 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1974121864 829624320 19871 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1567] ppid=1558 vsize=810180 CPUtime=0
/proc/1560/task/1567/stat : 1567 (java) S 1558 1560 1264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1974121864 829624320 19871 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1568] ppid=1558 vsize=810180 CPUtime=0
/proc/1560/task/1568/stat : 1568 (java) S 1558 1560 1264 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 1974121868 829624320 19871 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1569] ppid=1558 vsize=810180 CPUtime=0.83
/proc/1560/task/1569/stat : 1569 (java) S 1558 1560 1264 0 -1 64 1419 0 0 0 82 1 0 0 16 0 13 0 1974121869 829624320 19871 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1570] ppid=1558 vsize=810180 CPUtime=0.88
/proc/1560/task/1570/stat : 1570 (java) S 1558 1560 1264 0 -1 64 2866 0 0 0 88 0 0 0 16 0 13 0 1974121869 829624320 19871 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1571] ppid=1558 vsize=810180 CPUtime=0
/proc/1560/task/1571/stat : 1571 (java) S 1558 1560 1264 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1974121869 829624320 19871 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1572] ppid=1558 vsize=810180 CPUtime=0
/proc/1560/task/1572/stat : 1572 (java) S 1558 1560 1264 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1974121869 829624320 19871 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1560/tid=1621] ppid=1558 vsize=810180 CPUtime=0
/proc/1560/task/1621/stat : 1621 (java) S 1558 1560 1264 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1974122071 829624320 19871 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.51
Current children cumulated vsize (KiB) 810180

[startup+12.7029 s]
/proc/loadavg: 2.06 1.99 1.73 3/87 1623
/proc/meminfo: memFree=1559312/2055920 swapFree=4180448/4192956
[pid=1560] ppid=1558 vsize=809876 CPUtime=12.91
/proc/1560/stat : 1560 (java) S 1558 1560 1264 0 -1 0 22913 0 1 0 1277 14 0 0 18 0 13 0 1974121860 829313024 19798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1560/statm: 202469 19798 1383 9 0 199831 0
[pid=1560/tid=1562] ppid=1558 vsize=809876 CPUtime=11.09
/proc/1560/task/1562/stat : 1562 (java) R 1558 1560 1264 0 -1 64 17093 0 1 0 1097 12 0 0 25 0 13 0 1974121861 829313024 19798 996147200 134512640 134550740 4294956032 18446744073709551615 4109840384 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1563] ppid=1558 vsize=809876 CPUtime=0.02
/proc/1560/task/1563/stat : 1563 (java) S 1558 1560 1264 0 -1 64 629 0 0 0 2 0 0 0 17 0 13 0 1974121862 829313024 19798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1564] ppid=1558 vsize=809876 CPUtime=0
/proc/1560/task/1564/stat : 1564 (java) S 1558 1560 1264 0 -1 64 108 0 0 0 0 0 0 0 17 0 13 0 1974121862 829313024 19798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1565] ppid=1558 vsize=809876 CPUtime=0
/proc/1560/task/1565/stat : 1565 (java) S 1558 1560 1264 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1974121864 829313024 19798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1560/tid=1566] ppid=1558 vsize=809876 CPUtime=0
/proc/1560/task/1566/stat : 1566 (java) S 1558 1560 1264 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1974121864 829313024 19798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1567] ppid=1558 vsize=809876 CPUtime=0
/proc/1560/task/1567/stat : 1567 (java) S 1558 1560 1264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1974121864 829313024 19798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1568] ppid=1558 vsize=809876 CPUtime=0
/proc/1560/task/1568/stat : 1568 (java) S 1558 1560 1264 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 1974121868 829313024 19798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1569] ppid=1558 vsize=809876 CPUtime=0.85
/proc/1560/task/1569/stat : 1569 (java) S 1558 1560 1264 0 -1 64 1420 0 0 0 84 1 0 0 16 0 13 0 1974121869 829313024 19798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1570] ppid=1558 vsize=809876 CPUtime=0.91
/proc/1560/task/1570/stat : 1570 (java) S 1558 1560 1264 0 -1 64 2868 0 0 0 91 0 0 0 17 0 13 0 1974121869 829313024 19798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1571] ppid=1558 vsize=809876 CPUtime=0
/proc/1560/task/1571/stat : 1571 (java) S 1558 1560 1264 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1974121869 829313024 19798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1572] ppid=1558 vsize=809876 CPUtime=0
/proc/1560/task/1572/stat : 1572 (java) S 1558 1560 1264 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1974121869 829313024 19798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1560/tid=1621] ppid=1558 vsize=809876 CPUtime=0
/proc/1560/task/1621/stat : 1621 (java) S 1558 1560 1264 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1974122071 829313024 19798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.91
Current children cumulated vsize (KiB) 809876

[startup+25.5022 s]
/proc/loadavg: 2.05 1.99 1.73 3/87 1623
/proc/meminfo: memFree=1559064/2055920 swapFree=4180448/4192956
[pid=1560] ppid=1558 vsize=809876 CPUtime=25.7
/proc/1560/stat : 1560 (java) S 1558 1560 1264 0 -1 0 22913 0 1 0 2556 14 0 0 18 0 13 0 1974121860 829313024 19798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1560/statm: 202469 19798 1383 9 0 199831 0
[pid=1560/tid=1562] ppid=1558 vsize=809876 CPUtime=23.89
/proc/1560/task/1562/stat : 1562 (java) R 1558 1560 1264 0 -1 64 17093 0 1 0 2377 12 0 0 25 0 13 0 1974121861 829313024 19798 996147200 134512640 134550740 4294956032 18446744073709551615 4109779775 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1563] ppid=1558 vsize=809876 CPUtime=0.02
/proc/1560/task/1563/stat : 1563 (java) S 1558 1560 1264 0 -1 64 629 0 0 0 2 0 0 0 17 0 13 0 1974121862 829313024 19798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1564] ppid=1558 vsize=809876 CPUtime=0
/proc/1560/task/1564/stat : 1564 (java) S 1558 1560 1264 0 -1 64 108 0 0 0 0 0 0 0 17 0 13 0 1974121862 829313024 19798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1565] ppid=1558 vsize=809876 CPUtime=0
/proc/1560/task/1565/stat : 1565 (java) S 1558 1560 1264 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1974121864 829313024 19798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1560/tid=1566] ppid=1558 vsize=809876 CPUtime=0
/proc/1560/task/1566/stat : 1566 (java) S 1558 1560 1264 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1974121864 829313024 19798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=1560] ppid=1558 vsize=815004 CPUtime=1602.19
/proc/1560/stat : 1560 (java) S 1558 1560 1264 0 -1 0 72035 0 1 0 160182 37 0 0 18 0 13 0 1974121860 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1560/statm: 203751 62029 1383 9 0 201113 0
[pid=1560/tid=1562] ppid=1558 vsize=815004 CPUtime=1599.17
/proc/1560/task/1562/stat : 1562 (java) R 1558 1560 1264 0 -1 64 17096 0 1 0 159904 13 0 0 25 0 13 0 1974121861 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4109779775 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1563] ppid=1558 vsize=815004 CPUtime=0.51
/proc/1560/task/1563/stat : 1563 (java) S 1558 1560 1264 0 -1 64 20533 0 0 0 44 7 0 0 17 0 13 0 1974121862 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1564] ppid=1558 vsize=815004 CPUtime=0.67
/proc/1560/task/1564/stat : 1564 (java) S 1558 1560 1264 0 -1 64 29296 0 0 0 54 13 0 0 19 0 13 0 1974121862 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1565] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1565/stat : 1565 (java) S 1558 1560 1264 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 1974121864 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1566] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1566/stat : 1566 (java) S 1558 1560 1264 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1974121864 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1567] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1567/stat : 1567 (java) S 1558 1560 1264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1974121864 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1568] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1568/stat : 1568 (java) S 1558 1560 1264 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 1974121868 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1569] ppid=1558 vsize=815004 CPUtime=0.86
/proc/1560/task/1569/stat : 1569 (java) S 1558 1560 1264 0 -1 64 1420 0 0 0 85 1 0 0 17 0 13 0 1974121869 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1570] ppid=1558 vsize=815004 CPUtime=0.92
/proc/1560/task/1570/stat : 1570 (java) S 1558 1560 1264 0 -1 64 2868 0 0 0 92 0 0 0 17 0 13 0 1974121869 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1571] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1571/stat : 1571 (java) S 1558 1560 1264 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1974121869 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1572] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1572/stat : 1572 (java) S 1558 1560 1264 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1974121869 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1560/tid=1621] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1621/stat : 1621 (java) S 1558 1560 1264 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1974122071 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.19
Current children cumulated vsize (KiB) 815004

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 1625
/proc/meminfo: memFree=1382232/2055920 swapFree=4180448/4192956
[pid=1560] ppid=1558 vsize=815004 CPUtime=1662.17
/proc/1560/stat : 1560 (java) S 1558 1560 1264 0 -1 0 72035 0 1 0 166180 37 0 0 18 0 13 0 1974121860 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1560/statm: 203751 62029 1383 9 0 201113 0
[pid=1560/tid=1562] ppid=1558 vsize=815004 CPUtime=1659.15
/proc/1560/task/1562/stat : 1562 (java) R 1558 1560 1264 0 -1 64 17096 0 1 0 165901 14 0 0 25 0 13 0 1974121861 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4109854314 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1563] ppid=1558 vsize=815004 CPUtime=0.51
/proc/1560/task/1563/stat : 1563 (java) S 1558 1560 1264 0 -1 64 20533 0 0 0 44 7 0 0 17 0 13 0 1974121862 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1564] ppid=1558 vsize=815004 CPUtime=0.67
/proc/1560/task/1564/stat : 1564 (java) S 1558 1560 1264 0 -1 64 29296 0 0 0 54 13 0 0 19 0 13 0 1974121862 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1565] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1565/stat : 1565 (java) S 1558 1560 1264 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 1974121864 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1566] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1566/stat : 1566 (java) S 1558 1560 1264 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1974121864 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1567] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1567/stat : 1567 (java) S 1558 1560 1264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1974121864 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1568] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1568/stat : 1568 (java) S 1558 1560 1264 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 1974121868 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1569] ppid=1558 vsize=815004 CPUtime=0.86
/proc/1560/task/1569/stat : 1569 (java) S 1558 1560 1264 0 -1 64 1420 0 0 0 85 1 0 0 17 0 13 0 1974121869 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1570] ppid=1558 vsize=815004 CPUtime=0.92
/proc/1560/task/1570/stat : 1570 (java) S 1558 1560 1264 0 -1 64 2868 0 0 0 92 0 0 0 17 0 13 0 1974121869 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1571] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1571/stat : 1571 (java) S 1558 1560 1264 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1974121869 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1572] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1572/stat : 1572 (java) S 1558 1560 1264 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1974121869 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1560/tid=1621] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1621/stat : 1621 (java) S 1558 1560 1264 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1974122071 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.17
Current children cumulated vsize (KiB) 815004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 1625
/proc/meminfo: memFree=1382232/2055920 swapFree=4180448/4192956
[pid=1560] ppid=1558 vsize=815004 CPUtime=1722.14
/proc/1560/stat : 1560 (java) S 1558 1560 1264 0 -1 0 72035 0 1 0 172177 37 0 0 18 0 13 0 1974121860 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1560/statm: 203751 62029 1383 9 0 201113 0
[pid=1560/tid=1562] ppid=1558 vsize=815004 CPUtime=1719.13
/proc/1560/task/1562/stat : 1562 (java) R 1558 1560 1264 0 -1 64 17096 0 1 0 171899 14 0 0 25 0 13 0 1974121861 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4109855597 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1563] ppid=1558 vsize=815004 CPUtime=0.51
/proc/1560/task/1563/stat : 1563 (java) S 1558 1560 1264 0 -1 64 20533 0 0 0 44 7 0 0 17 0 13 0 1974121862 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1564] ppid=1558 vsize=815004 CPUtime=0.67
/proc/1560/task/1564/stat : 1564 (java) S 1558 1560 1264 0 -1 64 29296 0 0 0 54 13 0 0 19 0 13 0 1974121862 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1565] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1565/stat : 1565 (java) S 1558 1560 1264 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 1974121864 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1566] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1566/stat : 1566 (java) S 1558 1560 1264 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1974121864 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1567] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1567/stat : 1567 (java) S 1558 1560 1264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1974121864 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1568] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1568/stat : 1568 (java) S 1558 1560 1264 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 1974121868 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1569] ppid=1558 vsize=815004 CPUtime=0.86
/proc/1560/task/1569/stat : 1569 (java) S 1558 1560 1264 0 -1 64 1420 0 0 0 85 1 0 0 17 0 13 0 1974121869 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1570] ppid=1558 vsize=815004 CPUtime=0.92
/proc/1560/task/1570/stat : 1570 (java) S 1558 1560 1264 0 -1 64 2868 0 0 0 92 0 0 0 17 0 13 0 1974121869 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1571] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1571/stat : 1571 (java) S 1558 1560 1264 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1974121869 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1572] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1572/stat : 1572 (java) S 1558 1560 1264 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1974121869 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1560/tid=1621] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1621/stat : 1621 (java) S 1558 1560 1264 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1974122071 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.14
Current children cumulated vsize (KiB) 815004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 1625
/proc/meminfo: memFree=1382104/2055920 swapFree=4180448/4192956
[pid=1560] ppid=1558 vsize=815004 CPUtime=1782.12
/proc/1560/stat : 1560 (java) S 1558 1560 1264 0 -1 0 72035 0 1 0 178175 37 0 0 18 0 13 0 1974121860 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1560/statm: 203751 62029 1383 9 0 201113 0
[pid=1560/tid=1562] ppid=1558 vsize=815004 CPUtime=1779.11
/proc/1560/task/1562/stat : 1562 (java) R 1558 1560 1264 0 -1 64 17096 0 1 0 177897 14 0 0 25 0 13 0 1974121861 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4109779748 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1563] ppid=1558 vsize=815004 CPUtime=0.51
/proc/1560/task/1563/stat : 1563 (java) S 1558 1560 1264 0 -1 64 20533 0 0 0 44 7 0 0 17 0 13 0 1974121862 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1564] ppid=1558 vsize=815004 CPUtime=0.67
/proc/1560/task/1564/stat : 1564 (java) S 1558 1560 1264 0 -1 64 29296 0 0 0 54 13 0 0 19 0 13 0 1974121862 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1565] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1565/stat : 1565 (java) S 1558 1560 1264 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 1974121864 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1566] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1566/stat : 1566 (java) S 1558 1560 1264 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1974121864 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1567] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1567/stat : 1567 (java) S 1558 1560 1264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1974121864 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1568] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1568/stat : 1568 (java) S 1558 1560 1264 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 1974121868 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1569] ppid=1558 vsize=815004 CPUtime=0.86
/proc/1560/task/1569/stat : 1569 (java) S 1558 1560 1264 0 -1 64 1420 0 0 0 85 1 0 0 17 0 13 0 1974121869 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1570] ppid=1558 vsize=815004 CPUtime=0.92
/proc/1560/task/1570/stat : 1570 (java) S 1558 1560 1264 0 -1 64 2868 0 0 0 92 0 0 0 17 0 13 0 1974121869 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1571] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1571/stat : 1571 (java) S 1558 1560 1264 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1974121869 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1572] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1572/stat : 1572 (java) S 1558 1560 1264 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1974121869 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1560/tid=1621] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1621/stat : 1621 (java) S 1558 1560 1264 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1974122071 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.12
Current children cumulated vsize (KiB) 815004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 1631
/proc/meminfo: memFree=1382104/2055920 swapFree=4180448/4192956
[pid=1560] ppid=1558 vsize=815004 CPUtime=1800.02
/proc/1560/stat : 1560 (java) S 1558 1560 1264 0 -1 0 72035 0 1 0 179965 37 0 0 18 0 13 0 1974121860 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1560/statm: 203751 62029 1383 9 0 201113 0
[pid=1560/tid=1562] ppid=1558 vsize=815004 CPUtime=1797.01
/proc/1560/task/1562/stat : 1562 (java) R 1558 1560 1264 0 -1 64 17096 0 1 0 179687 14 0 0 25 0 13 0 1974121861 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4109854314 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1563] ppid=1558 vsize=815004 CPUtime=0.51
/proc/1560/task/1563/stat : 1563 (java) S 1558 1560 1264 0 -1 64 20533 0 0 0 44 7 0 0 17 0 13 0 1974121862 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1564] ppid=1558 vsize=815004 CPUtime=0.67
/proc/1560/task/1564/stat : 1564 (java) S 1558 1560 1264 0 -1 64 29296 0 0 0 54 13 0 0 19 0 13 0 1974121862 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1565] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1565/stat : 1565 (java) S 1558 1560 1264 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 1974121864 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1566] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1566/stat : 1566 (java) S 1558 1560 1264 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1974121864 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1567] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1567/stat : 1567 (java) S 1558 1560 1264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1974121864 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1568] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1568/stat : 1568 (java) S 1558 1560 1264 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 1974121868 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1569] ppid=1558 vsize=815004 CPUtime=0.86
/proc/1560/task/1569/stat : 1569 (java) S 1558 1560 1264 0 -1 64 1420 0 0 0 85 1 0 0 17 0 13 0 1974121869 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1570] ppid=1558 vsize=815004 CPUtime=0.92
/proc/1560/task/1570/stat : 1570 (java) S 1558 1560 1264 0 -1 64 2868 0 0 0 92 0 0 0 17 0 13 0 1974121869 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1571] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1571/stat : 1571 (java) S 1558 1560 1264 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1974121869 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1560/tid=1572] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1572/stat : 1572 (java) S 1558 1560 1264 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1974121869 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1560/tid=1621] ppid=1558 vsize=815004 CPUtime=0
/proc/1560/task/1621/stat : 1621 (java) S 1558 1560 1264 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1974122071 834564096 62029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 815004

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): 1800.29
CPU time (s): 1800.12
CPU user time (s): 1799.7
CPU system time (s): 0.421935
CPU usage (%): 99.9905
Max. virtual memory (cumulated for all children) (KiB): 815008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.421935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72054
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= 37148
involuntary context switches= 9896

runsolver used 2.16467 second user time and 6.06808 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-02 00:31:13
IDJOB=1035074
IDBENCH=53377
IDSOLVER=344
FILE ID=node24/1035074-1214951473
PBS_JOBID= 7870285
Free space on /tmp= 66532 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rand-2-27/normalized-rand-27-27-351-163-63021_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-1035074-1214951473/watcher-1035074-1214951473 -o /tmp/evaluation-result-1035074-1214951473/solver-1035074-1214951473 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1035074-1214951473.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 63094bb3e0d5b7671c766ca5de694f92
RANDOM SEED=1823429136

node24.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.232
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.232
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:       1640688 kB
Buffers:         41432 kB
Cached:         287116 kB
SwapCached:       6556 kB
Active:          65536 kB
Inactive:       273148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1640688 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            1448 kB
Writeback:           0 kB
Mapped:          16080 kB
Slab:            62008 kB
Committed_AS:  3356468 kB
PageTables:       1756 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= 66528 MiB
End job on node24 at 2008-07-02 01:01:15