Trace number 1085518

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-13SAT 661.784 661.838

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr2/normalized-super-jobShop-e0ddr2-8.xml
MD5SUMcabb6d4bbf0c17b67d9604b726382443
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.298954
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size133
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.31	c See www.sat4j.org for details.
0.29/0.31	c That software uses the Rhino library from the Mozilla project.
0.29/0.36	c version 9.9.9.token
0.29/0.36	c sun.arch.data.model	32
0.29/0.36	c java.version	1.6.0_06
0.29/0.36	c os.name	Linux
0.29/0.36	c os.version	2.6.9-22.EL.rootsmp
0.29/0.36	c os.arch	i386
0.29/0.36	c Free memory 669864272
0.29/0.36	c Max memory 672137216
0.29/0.36	c Total memory 672137216
0.29/0.36	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1085518-1215234108.xml
0.38/0.41	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.68/0.70	c reading variables done.
0.98/1.06	c reading predicates  done.
1.17/1.24	c reading constraints
28.01/27.95	c done with constraints.
28.01/27.95	c ... done. Wall clock time 27.549s.
28.01/27.95	c #vars     12430
28.01/27.95	c #constraints  210267
28.01/27.95	c constraints type 
28.01/27.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 210167
28.01/27.96	c org.sat4j.minisat.constraints.card.AtLeast => 100
661.67/661.74	c starts		: 14
661.67/661.74	c conflicts		: 40671
661.67/661.74	c decisions		: 81428
661.67/661.74	c propagations		: 10053331
661.67/661.74	c inspects		: 243481028
661.67/661.74	c learnt literals	: 2
661.67/661.74	c learnt binary clauses	: 0
661.67/661.74	c learnt ternary clauses	: 0
661.67/661.74	c learnt clauses	: 40669
661.67/661.74	c ignored clauses	: 0
661.67/661.74	c root simplifications	: 0
661.67/661.74	c removed literals (reason simplification)	: 4940750
661.67/661.74	c reason swapping (by a shorter reason)	: 0
661.67/661.74	c Calls to reduceDB	: 0
661.67/661.74	c speed (assignments/second)	: 15863.219150739013
661.67/661.74	c non guided choices	1970
661.67/661.74	s SATISFIABLE
661.67/661.75	v 1 0 7 16 85 86 108 109 115 113 18 0 24 25 31 33 45 49 59 58 32 12 39 40 57 58 79 77 85 84 63 73 84 86 125 126 139 141 152 153 38 39 50 53 95 94 117 111 127 128 0 1 6 11 19 18 32 31 39 41 83 85 102 92 139 138 151 153 161 160 69 72 97 104 108 110 130 127 141 140 25 24 33 32 45 43 60 63 71 74 13 18 50 60 72 71 85 87 98 97 
661.67/661.75	c Total wall clock time (in seconds) : 661.337

Verifier Data (download as text)

OK

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-1085518-1215234108/watcher-1085518-1215234108 -o /tmp/evaluation-result-1085518-1215234108/solver-1085518-1215234108 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1085518-1215234108.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: 2.07 2.02 2.00 3/72 1456
/proc/meminfo: memFree=1611200/2055920 swapFree=4180448/4192956
[pid=1456] ppid=1454 vsize=18572 CPUtime=0
/proc/1456/stat : 1456 (runsolver) R 1454 1456 629 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2002385342 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 237788261671 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/1456/statm: 4643 292 257 25 0 2626 0

[startup+0.0784311 s]
/proc/loadavg: 2.07 2.02 2.00 3/72 1456
/proc/meminfo: memFree=1611200/2055920 swapFree=4180448/4192956
[pid=1456] ppid=1454 vsize=802236 CPUtime=0.06
/proc/1456/stat : 1456 (java) S 1454 1456 629 0 -1 0 2796 0 1 0 4 2 0 0 18 0 7 0 2002385342 821489664 2531 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/1456/statm: 200559 2531 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.10177 s]
/proc/loadavg: 2.07 2.02 2.00 3/72 1456
/proc/meminfo: memFree=1611200/2055920 swapFree=4180448/4192956
[pid=1456] ppid=1454 vsize=804612 CPUtime=0.09
/proc/1456/stat : 1456 (java) S 1454 1456 629 0 -1 0 2997 0 1 0 7 2 0 0 18 0 12 0 2002385342 823922688 2730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1456/statm: 201153 2730 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.302791 s]
/proc/loadavg: 2.07 2.02 2.00 3/72 1456
/proc/meminfo: memFree=1611200/2055920 swapFree=4180448/4192956
[pid=1456] ppid=1454 vsize=808244 CPUtime=0.29
/proc/1456/stat : 1456 (java) S 1454 1456 629 0 -1 0 4936 0 1 0 26 3 0 0 18 0 12 0 2002385342 827641856 4263 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1456/statm: 202061 4263 1298 9 0 199430 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808244

[startup+0.702828 s]
/proc/loadavg: 2.07 2.02 2.00 3/72 1456
/proc/meminfo: memFree=1611200/2055920 swapFree=4180448/4192956
[pid=1456] ppid=1454 vsize=808272 CPUtime=0.68
/proc/1456/stat : 1456 (java) S 1454 1456 629 0 -1 0 6351 0 1 0 64 4 0 0 18 0 12 0 2002385342 827670528 5479 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1456/statm: 202068 5479 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50293 s]
/proc/loadavg: 2.07 2.02 2.00 4/84 1468
/proc/meminfo: memFree=1592160/2055920 swapFree=4180448/4192956
[pid=1456] ppid=1454 vsize=811360 CPUtime=1.48
/proc/1456/stat : 1456 (java) S 1454 1456 629 0 -1 0 9817 0 1 0 142 6 0 0 18 0 12 0 2002385342 830832640 7688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1456/statm: 202840 7688 1351 9 0 200202 0
[pid=1456/tid=1458] ppid=1454 vsize=811360 CPUtime=0.75
/proc/1456/task/1458/stat : 1458 (java) R 1454 1456 629 0 -1 64 5289 0 1 0 71 4 0 0 18 0 12 0 2002385344 830832640 7688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1459] ppid=1454 vsize=811360 CPUtime=0
/proc/1456/task/1459/stat : 1459 (java) S 1454 1456 629 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002385345 830832640 7688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1460] ppid=1454 vsize=811360 CPUtime=0
/proc/1456/task/1460/stat : 1460 (java) S 1454 1456 629 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2002385345 830832640 7688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1461] ppid=1454 vsize=811360 CPUtime=0
/proc/1456/task/1461/stat : 1461 (java) S 1454 1456 629 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2002385347 830832640 7688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1462] ppid=1454 vsize=811360 CPUtime=0
/proc/1456/task/1462/stat : 1462 (java) S 1454 1456 629 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 2002385347 830832640 7688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1463] ppid=1454 vsize=811360 CPUtime=0
/proc/1456/task/1463/stat : 1463 (java) S 1454 1456 629 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2002385347 830832640 7688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1464] ppid=1454 vsize=811360 CPUtime=0
/proc/1456/task/1464/stat : 1464 (java) S 1454 1456 629 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002385351 830832640 7688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1465] ppid=1454 vsize=811360 CPUtime=0.48
/proc/1456/task/1465/stat : 1465 (java) R 1454 1456 629 0 -1 64 2593 0 0 0 48 0 0 0 17 0 12 0 2002385351 830832640 7688 996147200 134512640 134550740 4294956016 18446744073709551615 106220640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1466] ppid=1454 vsize=811360 CPUtime=0.21
/proc/1456/task/1466/stat : 1466 (java) S 1454 1456 629 0 -1 64 1173 0 0 0 21 0 0 0 16 0 12 0 2002385351 830832640 7688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1467] ppid=1454 vsize=811360 CPUtime=0
/proc/1456/task/1467/stat : 1467 (java) S 1454 1456 629 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2002385352 830832640 7688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1468] ppid=1454 vsize=811360 CPUtime=0
/proc/1456/task/1468/stat : 1468 (java) S 1454 1456 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2002385352 830832640 7688 996147200 134512640 134550740 4294956016 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) 811360

[startup+3.10108 s]
/proc/loadavg: 2.07 2.02 2.00 4/84 1468
/proc/meminfo: memFree=1575328/2055920 swapFree=4180448/4192956
[pid=1456] ppid=1454 vsize=823220 CPUtime=3.23
/proc/1456/stat : 1456 (java) S 1454 1456 629 0 -1 0 20810 0 1 0 312 11 0 0 18 0 12 0 2002385342 842977280 12078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1456/statm: 205805 12078 1378 9 0 203167 0
[pid=1456/tid=1458] ppid=1454 vsize=823220 CPUtime=1.06
/proc/1456/task/1458/stat : 1458 (java) R 1454 1456 629 0 -1 64 6578 0 1 0 102 4 0 0 22 0 12 0 2002385344 842977280 12078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1459] ppid=1454 vsize=823220 CPUtime=0
/proc/1456/task/1459/stat : 1459 (java) S 1454 1456 629 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002385345 842977280 12078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1460] ppid=1454 vsize=823220 CPUtime=0
/proc/1456/task/1460/stat : 1460 (java) S 1454 1456 629 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2002385345 842977280 12078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1461] ppid=1454 vsize=823220 CPUtime=0
/proc/1456/task/1461/stat : 1461 (java) R 1454 1456 629 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2002385347 842977280 12078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1462] ppid=1454 vsize=823220 CPUtime=0
/proc/1456/task/1462/stat : 1462 (java) S 1454 1456 629 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 2002385347 842977280 12078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1463] ppid=1454 vsize=823220 CPUtime=0
/proc/1456/task/1463/stat : 1463 (java) S 1454 1456 629 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2002385347 842977280 12078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1464] ppid=1454 vsize=823220 CPUtime=0
/proc/1456/task/1464/stat : 1464 (java) S 1454 1456 629 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002385351 842977280 12078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1465] ppid=1454 vsize=823220 CPUtime=1.02
/proc/1456/task/1465/stat : 1465 (java) R 1454 1456 629 0 -1 64 5235 0 0 0 101 1 0 0 16 0 12 0 2002385351 842977280 12078 996147200 134512640 134550740 4294956016 18446744073709551615 106084315 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1466] ppid=1454 vsize=823220 CPUtime=1.1
/proc/1456/task/1466/stat : 1466 (java) S 1454 1456 629 0 -1 64 8235 0 0 0 107 3 0 0 19 0 12 0 2002385351 842977280 12078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1467] ppid=1454 vsize=823220 CPUtime=0
/proc/1456/task/1467/stat : 1467 (java) S 1454 1456 629 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2002385352 842977280 12078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1468] ppid=1454 vsize=823220 CPUtime=0
/proc/1456/task/1468/stat : 1468 (java) S 1454 1456 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2002385352 842977280 12078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 823220

[startup+6.30242 s]
/proc/loadavg: 2.23 2.05 2.01 3/84 1468
/proc/meminfo: memFree=1507104/2055920 swapFree=4180448/4192956
[pid=1456] ppid=1454 vsize=823188 CPUtime=6.42
/proc/1456/stat : 1456 (java) S 1454 1456 629 0 -1 0 37037 0 1 0 624 18 0 0 18 0 12 0 2002385342 842944512 28299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1456/statm: 205797 28299 1384 9 0 203159 0
[pid=1456/tid=1458] ppid=1454 vsize=823188 CPUtime=3.95
/proc/1456/task/1458/stat : 1458 (java) R 1454 1456 629 0 -1 64 17273 0 1 0 385 10 0 0 25 0 12 0 2002385344 842944512 28299 996147200 134512640 134550740 4294956016 18446744073709551615 4110014641 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1459] ppid=1454 vsize=823188 CPUtime=0.06
/proc/1456/task/1459/stat : 1459 (java) S 1454 1456 629 0 -1 64 3014 0 0 0 5 1 0 0 16 0 12 0 2002385345 842944512 28299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1460] ppid=1454 vsize=823188 CPUtime=0.06
/proc/1456/task/1460/stat : 1460 (java) S 1454 1456 629 0 -1 64 2421 0 0 0 6 0 0 0 16 0 12 0 2002385345 842944512 28299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1461] ppid=1454 vsize=823188 CPUtime=0
/proc/1456/task/1461/stat : 1461 (java) S 1454 1456 629 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 2002385347 842944512 28299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1462] ppid=1454 vsize=823188 CPUtime=0
/proc/1456/task/1462/stat : 1462 (java) S 1454 1456 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002385347 842944512 28299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1463] ppid=1454 vsize=823188 CPUtime=0
/proc/1456/task/1463/stat : 1463 (java) S 1454 1456 629 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002385347 842944512 28299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1464] ppid=1454 vsize=823188 CPUtime=0
/proc/1456/task/1464/stat : 1464 (java) S 1454 1456 629 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002385351 842944512 28299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1465] ppid=1454 vsize=823188 CPUtime=1.09
/proc/1456/task/1465/stat : 1465 (java) S 1454 1456 629 0 -1 64 5239 0 0 0 108 1 0 0 17 0 12 0 2002385351 842944512 28299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1466] ppid=1454 vsize=823188 CPUtime=1.2
/proc/1456/task/1466/stat : 1466 (java) S 1454 1456 629 0 -1 64 8244 0 0 0 117 3 0 0 16 0 12 0 2002385351 842944512 28299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1467] ppid=1454 vsize=823188 CPUtime=0
/proc/1456/task/1467/stat : 1467 (java) S 1454 1456 629 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2002385352 842944512 28299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1468] ppid=1454 vsize=823188 CPUtime=0
/proc/1456/task/1468/stat : 1468 (java) S 1454 1456 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2002385352 842944512 28299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 823188

[startup+12.7011 s]
/proc/loadavg: 2.21 2.05 2.01 3/84 1468
/proc/meminfo: memFree=1470176/2055920 swapFree=4180448/4192956
[pid=1456] ppid=1454 vsize=822800 CPUtime=12.81
/proc/1456/stat : 1456 (java) S 1454 1456 629 0 -1 0 45772 0 1 0 1260 21 0 0 18 0 12 0 2002385342 842547200 36940 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1456/statm: 205700 36940 1384 9 0 203062 0
[pid=1456/tid=1458] ppid=1454 vsize=822800 CPUtime=10
/proc/1456/task/1458/stat : 1458 (java) R 1454 1456 629 0 -1 64 17290 0 1 0 990 10 0 0 25 0 12 0 2002385344 842547200 36940 996147200 134512640 134550740 4294956016 18446744073709551615 4109754392 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1459] ppid=1454 vsize=822800 CPUtime=0.18
/proc/1456/task/1459/stat : 1459 (java) S 1454 1456 629 0 -1 64 7321 0 0 0 16 2 0 0 16 0 12 0 2002385345 842547200 36940 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1460] ppid=1454 vsize=822800 CPUtime=0.19
/proc/1456/task/1460/stat : 1460 (java) S 1454 1456 629 0 -1 64 6830 0 0 0 18 1 0 0 16 0 12 0 2002385345 842547200 36940 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1461] ppid=1454 vsize=822800 CPUtime=0.01
/proc/1456/task/1461/stat : 1461 (java) S 1454 1456 629 0 -1 64 84 0 0 0 1 0 0 0 16 0 12 0 2002385347 842547200 36940 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1462] ppid=1454 vsize=822800 CPUtime=0
/proc/1456/task/1462/stat : 1462 (java) S 1454 1456 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002385347 842547200 36940 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1463] ppid=1454 vsize=822800 CPUtime=0
/proc/1456/task/1463/stat : 1463 (java) S 1454 1456 629 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002385347 842547200 36940 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1464] ppid=1454 vsize=822800 CPUtime=0
/proc/1456/task/1464/stat : 1464 (java) S 1454 1456 629 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002385351 842547200 36940 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1465] ppid=1454 vsize=822800 CPUtime=1.14
/proc/1456/task/1465/stat : 1465 (java) S 1454 1456 629 0 -1 64 5241 0 0 0 113 1 0 0 16 0 12 0 2002385351 842547200 36940 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1466] ppid=1454 vsize=822800 CPUtime=1.22
/proc/1456/task/1466/stat : 1466 (java) S 1454 1456 629 0 -1 64 8244 0 0 0 119 3 0 0 16 0 12 0 2002385351 842547200 36940 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1467] ppid=1454 vsize=822800 CPUtime=0
/proc/1456/task/1467/stat : 1467 (java) S 1454 1456 629 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2002385352 842547200 36940 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1468] ppid=1454 vsize=822800 CPUtime=0
/proc/1456/task/1468/stat : 1468 (java) S 1454 1456 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2002385352 842547200 36940 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.81
Current children cumulated vsize (KiB) 822800

[startup+25.5024 s]
/proc/loadavg: 2.16 2.05 2.01 3/84 1468
/proc/meminfo: memFree=1417696/2055920 swapFree=4180448/4192956
[pid=1456] ppid=1454 vsize=822800 CPUtime=25.62
/proc/1456/stat : 1456 (java) S 1454 1456 629 0 -1 0 59532 0 1 0 2534 28 0 0 18 0 12 0 2002385342 842547200 50395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1456/statm: 205700 50395 1386 9 0 203062 0
[pid=1456/tid=1458] ppid=1454 vsize=822800 CPUtime=22.26
/proc/1456/task/1458/stat : 1458 (java) R 1454 1456 629 0 -1 64 17318 0 1 0 2216 10 0 0 25 0 12 0 2002385344 842547200 50395 996147200 134512640 134550740 4294956016 18446744073709551615 4110014578 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1459] ppid=1454 vsize=822800 CPUtime=0.36
/proc/1456/task/1459/stat : 1459 (java) S 1454 1456 629 0 -1 64 13610 0 0 0 30 6 0 0 16 0 12 0 2002385345 842547200 50395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1460] ppid=1454 vsize=822800 CPUtime=0.37
/proc/1456/task/1460/stat : 1460 (java) S 1454 1456 629 0 -1 64 14271 0 0 0 33 4 0 0 16 0 12 0 2002385345 842547200 50395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1461] ppid=1454 vsize=822800 CPUtime=0.01
/proc/1456/task/1461/stat : 1461 (java) S 1454 1456 629 0 -1 64 84 0 0 0 1 0 0 0 16 0 12 0 2002385347 842547200 50395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1462] ppid=1454 vsize=822800 CPUtime=0
/proc/1456/task/1462/stat : 1462 (java) S 1454 1456 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002385347 842547200 50395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1463] ppid=1454 vsize=822800 CPUtime=0
/proc/1456/task/1463/stat : 1463 (java) S 1454 1456 629 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002385347 842547200 50395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1464] ppid=1454 vsize=822800 CPUtime=0
/proc/1456/task/1464/stat : 1464 (java) S 1454 1456 629 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002385351 842547200 50395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=1456] ppid=1454 vsize=823124 CPUtime=655.87
/proc/1456/stat : 1456 (java) S 1454 1456 629 0 -1 0 93301 0 1 0 65544 43 0 0 18 0 13 0 2002385342 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1456/statm: 205781 81675 1395 9 0 203143 0
[pid=1456/tid=1458] ppid=1454 vsize=823124 CPUtime=650.97
/proc/1456/task/1458/stat : 1458 (java) R 1454 1456 629 0 -1 64 17348 0 1 0 65087 10 0 0 25 0 13 0 2002385344 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4109651364 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1459] ppid=1454 vsize=823124 CPUtime=0.68
/proc/1456/task/1459/stat : 1459 (java) S 1454 1456 629 0 -1 64 27543 0 0 0 56 12 0 0 17 0 13 0 2002385345 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1460] ppid=1454 vsize=823124 CPUtime=0.73
/proc/1456/task/1460/stat : 1460 (java) S 1454 1456 629 0 -1 64 34048 0 0 0 60 13 0 0 17 0 13 0 2002385345 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1461] ppid=1454 vsize=823124 CPUtime=0.01
/proc/1456/task/1461/stat : 1461 (java) S 1454 1456 629 0 -1 64 84 0 0 0 1 0 0 0 16 0 13 0 2002385347 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1462] ppid=1454 vsize=823124 CPUtime=0
/proc/1456/task/1462/stat : 1462 (java) S 1454 1456 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002385347 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1463] ppid=1454 vsize=823124 CPUtime=0
/proc/1456/task/1463/stat : 1463 (java) S 1454 1456 629 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002385347 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1464] ppid=1454 vsize=823124 CPUtime=0
/proc/1456/task/1464/stat : 1464 (java) S 1454 1456 629 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002385351 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1465] ppid=1454 vsize=823124 CPUtime=1.63
/proc/1456/task/1465/stat : 1465 (java) S 1454 1456 629 0 -1 64 5248 0 0 0 162 1 0 0 16 0 13 0 2002385351 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1466] ppid=1454 vsize=823124 CPUtime=1.79
/proc/1456/task/1466/stat : 1466 (java) S 1454 1456 629 0 -1 64 8263 0 0 0 176 3 0 0 16 0 13 0 2002385351 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1467] ppid=1454 vsize=823124 CPUtime=0
/proc/1456/task/1467/stat : 1467 (java) S 1454 1456 629 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 2002385352 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1468] ppid=1454 vsize=823124 CPUtime=0
/proc/1456/task/1468/stat : 1468 (java) S 1454 1456 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2002385352 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1469] ppid=1454 vsize=823124 CPUtime=0
/proc/1456/task/1469/stat : 1469 (java) S 1454 1456 629 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 2002388142 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 655.87
Current children cumulated vsize (KiB) 823124

[startup+659.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 1469
/proc/meminfo: memFree=1288792/2055920 swapFree=4180448/4192956
[pid=1456] ppid=1454 vsize=823124 CPUtime=659.07
/proc/1456/stat : 1456 (java) S 1454 1456 629 0 -1 0 93301 0 1 0 65864 43 0 0 18 0 13 0 2002385342 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1456/statm: 205781 81675 1395 9 0 203143 0
[pid=1456/tid=1458] ppid=1454 vsize=823124 CPUtime=654.16
/proc/1456/task/1458/stat : 1458 (java) R 1454 1456 629 0 -1 64 17348 0 1 0 65406 10 0 0 25 0 13 0 2002385344 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4109871213 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1459] ppid=1454 vsize=823124 CPUtime=0.68
/proc/1456/task/1459/stat : 1459 (java) S 1454 1456 629 0 -1 64 27543 0 0 0 56 12 0 0 17 0 13 0 2002385345 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1460] ppid=1454 vsize=823124 CPUtime=0.73
/proc/1456/task/1460/stat : 1460 (java) S 1454 1456 629 0 -1 64 34048 0 0 0 60 13 0 0 17 0 13 0 2002385345 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1461] ppid=1454 vsize=823124 CPUtime=0.01
/proc/1456/task/1461/stat : 1461 (java) S 1454 1456 629 0 -1 64 84 0 0 0 1 0 0 0 16 0 13 0 2002385347 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1462] ppid=1454 vsize=823124 CPUtime=0
/proc/1456/task/1462/stat : 1462 (java) S 1454 1456 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002385347 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1463] ppid=1454 vsize=823124 CPUtime=0
/proc/1456/task/1463/stat : 1463 (java) S 1454 1456 629 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002385347 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1464] ppid=1454 vsize=823124 CPUtime=0
/proc/1456/task/1464/stat : 1464 (java) S 1454 1456 629 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002385351 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1465] ppid=1454 vsize=823124 CPUtime=1.63
/proc/1456/task/1465/stat : 1465 (java) S 1454 1456 629 0 -1 64 5248 0 0 0 162 1 0 0 16 0 13 0 2002385351 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1466] ppid=1454 vsize=823124 CPUtime=1.79
/proc/1456/task/1466/stat : 1466 (java) S 1454 1456 629 0 -1 64 8263 0 0 0 176 3 0 0 16 0 13 0 2002385351 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1467] ppid=1454 vsize=823124 CPUtime=0
/proc/1456/task/1467/stat : 1467 (java) S 1454 1456 629 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 2002385352 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1468] ppid=1454 vsize=823124 CPUtime=0
/proc/1456/task/1468/stat : 1468 (java) S 1454 1456 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2002385352 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1469] ppid=1454 vsize=823124 CPUtime=0
/proc/1456/task/1469/stat : 1469 (java) S 1454 1456 629 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 2002388142 842878976 81675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 659.07
Current children cumulated vsize (KiB) 823124

[startup+660.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 1469
/proc/meminfo: memFree=1288792/2055920 swapFree=4180448/4192956
[pid=1456] ppid=1454 vsize=822964 CPUtime=660.67
/proc/1456/stat : 1456 (java) S 1454 1456 629 0 -1 0 99356 0 1 0 66022 45 0 0 18 0 13 0 2002385342 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1456/statm: 205741 87689 1395 9 0 203103 0
[pid=1456/tid=1458] ppid=1454 vsize=822964 CPUtime=655.62
/proc/1456/task/1458/stat : 1458 (java) R 1454 1456 629 0 -1 64 17349 0 1 0 65552 10 0 0 25 0 13 0 2002385344 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4109340768 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1459] ppid=1454 vsize=822964 CPUtime=0.75
/proc/1456/task/1459/stat : 1459 (java) S 1454 1456 629 0 -1 64 31140 0 0 0 62 13 0 0 17 0 13 0 2002385345 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1460] ppid=1454 vsize=822964 CPUtime=0.81
/proc/1456/task/1460/stat : 1460 (java) S 1454 1456 629 0 -1 64 36505 0 0 0 67 14 0 0 17 0 13 0 2002385345 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1461] ppid=1454 vsize=822964 CPUtime=0.01
/proc/1456/task/1461/stat : 1461 (java) S 1454 1456 629 0 -1 64 84 0 0 0 1 0 0 0 15 0 13 0 2002385347 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1462] ppid=1454 vsize=822964 CPUtime=0
/proc/1456/task/1462/stat : 1462 (java) S 1454 1456 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002385347 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1463] ppid=1454 vsize=822964 CPUtime=0
/proc/1456/task/1463/stat : 1463 (java) S 1454 1456 629 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002385347 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1464] ppid=1454 vsize=822964 CPUtime=0
/proc/1456/task/1464/stat : 1464 (java) S 1454 1456 629 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002385351 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1465] ppid=1454 vsize=822964 CPUtime=1.63
/proc/1456/task/1465/stat : 1465 (java) S 1454 1456 629 0 -1 64 5248 0 0 0 162 1 0 0 16 0 13 0 2002385351 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1466] ppid=1454 vsize=822964 CPUtime=1.79
/proc/1456/task/1466/stat : 1466 (java) S 1454 1456 629 0 -1 64 8263 0 0 0 176 3 0 0 16 0 13 0 2002385351 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1467] ppid=1454 vsize=822964 CPUtime=0
/proc/1456/task/1467/stat : 1467 (java) S 1454 1456 629 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 2002385352 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1468] ppid=1454 vsize=822964 CPUtime=0
/proc/1456/task/1468/stat : 1468 (java) S 1454 1456 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2002385352 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1469] ppid=1454 vsize=822964 CPUtime=0
/proc/1456/task/1469/stat : 1469 (java) S 1454 1456 629 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 2002388142 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 660.67
Current children cumulated vsize (KiB) 822964

[startup+661.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 1469
/proc/meminfo: memFree=1264728/2055920 swapFree=4180448/4192956
[pid=1456] ppid=1454 vsize=822964 CPUtime=661.47
/proc/1456/stat : 1456 (java) S 1454 1456 629 0 -1 0 99356 0 1 0 66102 45 0 0 18 0 13 0 2002385342 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1456/statm: 205741 87689 1395 9 0 203103 0
[pid=1456/tid=1458] ppid=1454 vsize=822964 CPUtime=656.42
/proc/1456/task/1458/stat : 1458 (java) R 1454 1456 629 0 -1 64 17349 0 1 0 65632 10 0 0 25 0 13 0 2002385344 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4109804390 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1459] ppid=1454 vsize=822964 CPUtime=0.75
/proc/1456/task/1459/stat : 1459 (java) S 1454 1456 629 0 -1 64 31140 0 0 0 62 13 0 0 17 0 13 0 2002385345 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1460] ppid=1454 vsize=822964 CPUtime=0.81
/proc/1456/task/1460/stat : 1460 (java) S 1454 1456 629 0 -1 64 36505 0 0 0 67 14 0 0 17 0 13 0 2002385345 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1461] ppid=1454 vsize=822964 CPUtime=0.01
/proc/1456/task/1461/stat : 1461 (java) S 1454 1456 629 0 -1 64 84 0 0 0 1 0 0 0 16 0 13 0 2002385347 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1462] ppid=1454 vsize=822964 CPUtime=0
/proc/1456/task/1462/stat : 1462 (java) S 1454 1456 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002385347 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1463] ppid=1454 vsize=822964 CPUtime=0
/proc/1456/task/1463/stat : 1463 (java) S 1454 1456 629 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002385347 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1464] ppid=1454 vsize=822964 CPUtime=0
/proc/1456/task/1464/stat : 1464 (java) S 1454 1456 629 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002385351 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1465] ppid=1454 vsize=822964 CPUtime=1.63
/proc/1456/task/1465/stat : 1465 (java) S 1454 1456 629 0 -1 64 5248 0 0 0 162 1 0 0 16 0 13 0 2002385351 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1466] ppid=1454 vsize=822964 CPUtime=1.79
/proc/1456/task/1466/stat : 1466 (java) S 1454 1456 629 0 -1 64 8263 0 0 0 176 3 0 0 16 0 13 0 2002385351 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1467] ppid=1454 vsize=822964 CPUtime=0
/proc/1456/task/1467/stat : 1467 (java) S 1454 1456 629 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 2002385352 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1468] ppid=1454 vsize=822964 CPUtime=0
/proc/1456/task/1468/stat : 1468 (java) S 1454 1456 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2002385352 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1469] ppid=1454 vsize=822964 CPUtime=0
/proc/1456/task/1469/stat : 1469 (java) S 1454 1456 629 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 2002388142 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 661.47
Current children cumulated vsize (KiB) 822964

[startup+661.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 1469
/proc/meminfo: memFree=1264728/2055920 swapFree=4180448/4192956
[pid=1456] ppid=1454 vsize=822964 CPUtime=661.67
/proc/1456/stat : 1456 (java) S 1454 1456 629 0 -1 0 99356 0 1 0 66122 45 0 0 18 0 13 0 2002385342 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1456/statm: 205741 87689 1395 9 0 203103 0
[pid=1456/tid=1458] ppid=1454 vsize=822964 CPUtime=656.62
/proc/1456/task/1458/stat : 1458 (java) R 1454 1456 629 0 -1 64 17349 0 1 0 65652 10 0 0 25 0 13 0 2002385344 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4109976485 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1459] ppid=1454 vsize=822964 CPUtime=0.75
/proc/1456/task/1459/stat : 1459 (java) S 1454 1456 629 0 -1 64 31140 0 0 0 62 13 0 0 17 0 13 0 2002385345 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1460] ppid=1454 vsize=822964 CPUtime=0.81
/proc/1456/task/1460/stat : 1460 (java) S 1454 1456 629 0 -1 64 36505 0 0 0 67 14 0 0 17 0 13 0 2002385345 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1461] ppid=1454 vsize=822964 CPUtime=0.01
/proc/1456/task/1461/stat : 1461 (java) S 1454 1456 629 0 -1 64 84 0 0 0 1 0 0 0 16 0 13 0 2002385347 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1462] ppid=1454 vsize=822964 CPUtime=0
/proc/1456/task/1462/stat : 1462 (java) S 1454 1456 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002385347 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1463] ppid=1454 vsize=822964 CPUtime=0
/proc/1456/task/1463/stat : 1463 (java) S 1454 1456 629 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002385347 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1464] ppid=1454 vsize=822964 CPUtime=0
/proc/1456/task/1464/stat : 1464 (java) S 1454 1456 629 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002385351 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1465] ppid=1454 vsize=822964 CPUtime=1.63
/proc/1456/task/1465/stat : 1465 (java) S 1454 1456 629 0 -1 64 5248 0 0 0 162 1 0 0 16 0 13 0 2002385351 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1466] ppid=1454 vsize=822964 CPUtime=1.79
/proc/1456/task/1466/stat : 1466 (java) S 1454 1456 629 0 -1 64 8263 0 0 0 176 3 0 0 16 0 13 0 2002385351 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1456/tid=1467] ppid=1454 vsize=822964 CPUtime=0
/proc/1456/task/1467/stat : 1467 (java) S 1454 1456 629 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 2002385352 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1468] ppid=1454 vsize=822964 CPUtime=0
/proc/1456/task/1468/stat : 1468 (java) S 1454 1456 629 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2002385352 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1456/tid=1469] ppid=1454 vsize=822964 CPUtime=0
/proc/1456/task/1469/stat : 1469 (java) S 1454 1456 629 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 2002388142 842715136 87689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 661.67
Current children cumulated vsize (KiB) 822964

[startup+661.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 1469
/proc/meminfo: memFree=1264728/2055920 swapFree=4180448/4192956
[pid=1456] ppid=1454 vsize=0 CPUtime=661.74
/proc/1456/stat : 1456 (java) Z 1454 1456 629 0 -1 12 99364 0 1 0 66127 47 0 0 16 0 2 0 2002385342 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1456/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 661.74
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 661.838
CPU time (s): 661.784
CPU user time (s): 661.273
CPU system time (s): 0.511922
CPU usage (%): 99.9918
Max. virtual memory (cumulated for all children) (KiB): 827224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 661.272
system time used= 0.511922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99364
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= 14909
involuntary context switches= 4803

runsolver used 0.741887 second user time and 2.29165 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-05 07:01:48
IDJOB=1085518
IDBENCH=57637
IDSOLVER=344
FILE ID=node24/1085518-1215234108
PBS_JOBID= 7881902
Free space on /tmp= 66464 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/super-jobShop/super-jobShop-e0ddr2/normalized-super-jobShop-e0ddr2-8.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-1085518-1215234108/watcher-1085518-1215234108 -o /tmp/evaluation-result-1085518-1215234108/solver-1085518-1215234108 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1085518-1215234108.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cabb6d4bbf0c17b67d9604b726382443
RANDOM SEED=1045609652

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:       1611680 kB
Buffers:         72456 kB
Cached:         289140 kB
SwapCached:       6556 kB
Active:         185964 kB
Inactive:       189220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1611680 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            1248 kB
Writeback:           0 kB
Mapped:          21148 kB
Slab:            54268 kB
Committed_AS:  3572680 kB
PageTables:       1780 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= 66460 MiB
End job on node24 at 2008-07-05 07:12:50