Trace number 1048297

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
Sugar v1.13+minisatUNSAT 863.232 867.758

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-4_ext.xml
MD5SUMdda15bb097170bfdb5da181f6f7a82bb
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.673896
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 01:51:42 2008
0.00/0.04	c 0	PID 15882
0.00/0.04	c 0	HOST node27.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1048297-1215042702.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1048297-1215042702.xml' 'HOME/temp.csp'
0.04/0.82	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.04/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.87	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.81/0.95	c 1	Parsing HOME/temp.csp
1.42/1.60	c 1	parsed 31 expressions
1.52/1.60	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.52/1.60	c 1	Converting to clausal form CSP
1.52/1.62	c 1	converted 4 (10%) expressions
1.52/1.62	c 1	converted 7 (20%) expressions
1.52/1.62	c 1	converted 10 (30%) expressions
1.52/1.62	c 1	converted 13 (40%) expressions
1.52/1.62	c 1	converted 16 (50%) expressions
1.52/1.62	c 1	converted 19 (60%) expressions
1.52/1.64	c 2	converted 22 (70%) expressions
1.61/1.74	c 2	converted 25 (80%) expressions
2.12/2.23	c 2	converted 28 (90%) expressions
2.81/2.96	c 3	converted 31 (100%) expressions
2.81/2.96	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.81/2.96	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.81/2.96	c 3	Propagation in CSP
2.81/2.96	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.81/2.96	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.81/2.96	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.81/2.96	c 3	Simplifing CSP by introducing new Boolean variables
2.81/2.96	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.81/2.96	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.12/3.23	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.12/3.23	c 3	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
3.12/3.23	c 3	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
3.12/3.23	c 3	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
3.12/3.24	c 3	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
3.12/3.24	c 3	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
3.12/3.24	c 3	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
3.12/3.24	c 3	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
3.12/3.24	c 3	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
3.12/3.24	c 3	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
3.12/3.24	c 3	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
156.64/157.58	c 157	1 (10%) CSP clauses are encoded (141290 clauses, 6426130 bytes)
304.49/306.14	c 306	2 (20%) CSP clauses are encoded (282208 clauses, 12847976 bytes)
467.37/469.82	c 470	3 (30%) CSP clauses are encoded (422848 clauses, 19839938 bytes)
626.67/629.94	c 630	4 (40%) CSP clauses are encoded (563780 clauses, 26849946 bytes)
781.09/785.10	c 785	5 (50%) CSP clauses are encoded (704548 clauses, 33510642 bytes)
781.09/785.10	c 785	5 CSP clauses encoded
781.09/785.11	c 785	Writing map file : HOME/temp.map
781.09/785.11	c 785	Heap : 62 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
781.09/785.11	c 785	SAT : 180 SAT variables, 704548 SAT clauses, 33510642 bytes
781.09/785.11	c 785	Heap : 62 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
781.09/785.16	c 785	SOLVING HOME/temp.cnf
781.09/785.16	c 785	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
781.09/785.17	c 785	This is MiniSat 2.0 beta
781.09/785.17	c 785	WARNING: for repeatability, setting FPU to use double precision
781.09/785.17	c 785	============================[ Problem Statistics ]=============================
781.09/785.17	c 785	|                                                                             |
781.09/785.17	c 785	|  Number of variables:  180                                                  |
781.09/785.17	c 785	|  Number of clauses:    704548                                               |
782.04/786.14	c 786	|  Parsing time:         0.86         s                                       |
782.14/786.21	c 786	============================[ Search Statistics ]==============================
782.14/786.21	c 786	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
782.14/786.21	c 786	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
782.14/786.21	c 786	===============================================================================
782.14/786.21	c 786	|         0 |     180   704548  8846034 |   234849        0    nan |  0.000 % |
782.53/786.68	c 787	|       101 |     180   704548  8846034 |   258334      101      8 |  0.003 % |
783.03/787.14	c 787	|       251 |     180   704548  8846034 |   284167      251      7 |  0.028 % |
783.53/787.64	c 788	|       476 |     180   704548  8846034 |   312584      476      7 |  0.031 % |
784.52/788.65	c 789	|       814 |     180   704548  8846034 |   343842      814      7 |  0.031 % |
785.72/789.86	c 790	|      1321 |     180   704548  8846034 |   378227     1321      8 |  0.037 % |
787.22/791.31	c 791	|      2082 |     180   704548  8846034 |   416049     2082      9 |  0.009 % |
788.91/793.07	c 793	|      3221 |     180   704548  8846034 |   457654     3221      9 |  0.031 % |
792.09/796.23	c 796	|      4929 |     180   704548  8846034 |   503420     4929      9 |  0.046 % |
796.47/800.68	c 801	|      7493 |     179   704548  8846034 |   553762     7492      9 |  0.559 % |
803.53/807.79	c 808	|     11338 |     178   704548  8846034 |   609138    11336      9 |  1.114 % |
816.17/820.47	c 820	|     17104 |     178   704548  8846034 |   670052    17102     10 |  1.130 % |
831.89/836.26	c 836	|     25754 |     178   704548  8846034 |   737057    25752     11 |  1.130 % |
856.23/860.77	c 861	|     38728 |     175   704548  8846034 |   810763    38725     10 |  3.892 % |
863.00/867.56	c 867	===============================================================================
863.00/867.56	c 867	restarts              : 14
863.00/867.56	c 867	conflicts             : 42622          (521 /sec)
863.00/867.56	c 867	decisions             : 50356          (1.88 % random) (615 /sec)
863.00/867.56	c 867	propagations          : 405806         (4960 /sec)
863.00/867.56	c 867	conflict literals     : 436890         (18.98 % deleted)
863.00/867.56	c 867	Memory used           : 72.06 MB
863.00/867.56	c 867	CPU time              : 81.8166 s
863.00/867.56	c 867	
863.00/867.57	c 867	UNSATISFIABLE
863.00/867.58	c 867	DECODING HOME/temp.out WITH HOME/temp.map
863.00/867.58	c 867	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
863.09/867.67	c 868	Decoding HOME/temp.out
863.09/867.68	s UNSATISFIABLE
863.09/867.69	c 868	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
863.09/867.74	c 868	CPU 862.44 (0.03 0.01 862.41 0.74)
863.09/867.74	c 868	END Thu Jul  3 02:06:10 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1048297-1215042702/watcher-1048297-1215042702 -o /tmp/evaluation-result-1048297-1215042702/solver-1048297-1215042702 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1048297-1215042702.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.92 1.98 1.90 4/82 15882
/proc/meminfo: memFree=1742216/2055920 swapFree=4192812/4192956
[pid=15882] ppid=15880 vsize=12272 CPUtime=0
/proc/15882/stat : 15882 (sugar) R 15880 15882 15151 0 -1 4194304 355 0 0 0 0 0 0 0 18 0 1 0 115940306 12566528 323 996147200 4194304 4206940 548682068608 18446744073709551615 233606286804 0 0 4224 0 0 0 0 17 0 0 0
/proc/15882/statm: 3068 324 244 3 0 168 0

[startup+0.0727939 s]
/proc/loadavg: 1.92 1.98 1.90 4/82 15882
/proc/meminfo: memFree=1742216/2055920 swapFree=4192812/4192956
[pid=15882] ppid=15880 vsize=13600 CPUtime=0.04
/proc/15882/stat : 15882 (sugar) S 15880 15882 15151 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 115940306 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15882/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101955 s]
/proc/loadavg: 1.92 1.98 1.90 4/82 15882
/proc/meminfo: memFree=1742216/2055920 swapFree=4192812/4192956
[pid=15882] ppid=15880 vsize=13600 CPUtime=0.04
/proc/15882/stat : 15882 (sugar) S 15880 15882 15151 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 115940306 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15882/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301974 s]
/proc/loadavg: 1.92 1.98 1.90 4/82 15882
/proc/meminfo: memFree=1742216/2055920 swapFree=4192812/4192956
[pid=15882] ppid=15880 vsize=13600 CPUtime=0.04
/proc/15882/stat : 15882 (sugar) S 15880 15882 15151 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 115940306 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15882/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702015 s]
/proc/loadavg: 1.92 1.98 1.90 4/82 15882
/proc/meminfo: memFree=1742216/2055920 swapFree=4192812/4192956
[pid=15882] ppid=15880 vsize=13600 CPUtime=0.04
/proc/15882/stat : 15882 (sugar) S 15880 15882 15151 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 115940306 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15882/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50209 s]
/proc/loadavg: 1.92 1.98 1.90 3/93 15904
/proc/meminfo: memFree=1733096/2055920 swapFree=4192812/4192956
[pid=15882] ppid=15880 vsize=13600 CPUtime=0.81
/proc/15882/stat : 15882 (sugar) S 15880 15882 15151 0 -1 4194304 973 7970 0 1 3 1 72 5 15 0 1 0 115940306 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15882/statm: 3400 797 370 3 0 500 0
[pid=15895] ppid=15882 vsize=5356 CPUtime=0
/proc/15895/stat : 15895 (sh) S 15882 15882 15151 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 115940393 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15895/statm: 1339 233 193 169 0 50 0
[pid=15896] ppid=15895 vsize=864076 CPUtime=0.61
/proc/15896/stat : 15896 (java) S 15895 15882 15151 0 -1 0 7303 0 1 0 58 3 0 0 20 0 9 0 115940394 884813824 6550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15896/statm: 216019 6550 2532 9 0 210601 0
[pid=15896/tid=15897] ppid=15895 vsize=864076 CPUtime=0.35
/proc/15896/task/15897/stat : 15897 (java) R 15895 15882 15151 0 -1 64 2472 0 1 0 35 0 0 0 25 0 9 0 115940395 884813824 6550 996147200 134512640 134550740 4294955952 18446744073709551615 4126475822 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15898] ppid=15895 vsize=864076 CPUtime=0.19
/proc/15896/task/15898/stat : 15898 (java) S 15895 15882 15151 0 -1 64 3823 0 0 0 18 1 0 0 16 0 9 0 115940396 884813824 6550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15899] ppid=15895 vsize=864076 CPUtime=0
/proc/15896/task/15899/stat : 15899 (java) S 15895 15882 15151 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 115940396 884813824 6550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15900] ppid=15895 vsize=864076 CPUtime=0
/proc/15896/task/15900/stat : 15900 (java) S 15895 15882 15151 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 115940396 884813824 6550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15901] ppid=15895 vsize=864076 CPUtime=0
/proc/15896/task/15901/stat : 15901 (java) S 15895 15882 15151 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 115940398 884813824 6550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15902] ppid=15895 vsize=864076 CPUtime=0.03
/proc/15896/task/15902/stat : 15902 (java) S 15895 15882 15151 0 -1 64 310 0 0 0 3 0 0 0 16 0 9 0 115940398 884813824 6550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15903] ppid=15895 vsize=864076 CPUtime=0
/proc/15896/task/15903/stat : 15903 (java) S 15895 15882 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 115940398 884813824 6550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15904] ppid=15895 vsize=864076 CPUtime=0
/proc/15896/task/15904/stat : 15904 (java) S 15895 15882 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 115940398 884813824 6550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883032

[startup+3.10227 s]
/proc/loadavg: 1.92 1.98 1.90 4/93 15904
/proc/meminfo: memFree=1704296/2055920 swapFree=4192812/4192956
[pid=15882] ppid=15880 vsize=13600 CPUtime=0.81
/proc/15882/stat : 15882 (sugar) S 15880 15882 15151 0 -1 4194304 974 7970 0 1 3 1 72 5 15 0 1 0 115940306 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15882/statm: 3400 797 370 3 0 500 0
[pid=15895] ppid=15882 vsize=5356 CPUtime=0
/proc/15895/stat : 15895 (sh) S 15882 15882 15151 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 115940393 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15895/statm: 1339 233 193 169 0 50 0
[pid=15896] ppid=15895 vsize=864872 CPUtime=2.21
/proc/15896/stat : 15896 (java) S 15895 15882 15151 0 -1 0 18796 0 1 0 211 10 0 0 20 0 9 0 115940394 885628928 17573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15896/statm: 216218 17573 2540 9 0 210793 0
[pid=15896/tid=15897] ppid=15895 vsize=864872 CPUtime=0.81
/proc/15896/task/15897/stat : 15897 (java) R 15895 15882 15151 0 -1 64 3217 0 1 0 80 1 0 0 25 0 9 0 115940395 885628928 17573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15898] ppid=15895 vsize=864872 CPUtime=1.32
/proc/15896/task/15898/stat : 15898 (java) R 15895 15882 15151 0 -1 64 14562 0 0 0 125 7 0 0 18 0 9 0 115940396 885628928 17573 996147200 134512640 134550740 4294955952 18446744073709551615 104181398 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15899] ppid=15895 vsize=864872 CPUtime=0
/proc/15896/task/15899/stat : 15899 (java) S 15895 15882 15151 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 115940396 885628928 17573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15900] ppid=15895 vsize=864872 CPUtime=0
/proc/15896/task/15900/stat : 15900 (java) S 15895 15882 15151 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 115940396 885628928 17573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15901] ppid=15895 vsize=864872 CPUtime=0
/proc/15896/task/15901/stat : 15901 (java) S 15895 15882 15151 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 115940398 885628928 17573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15902] ppid=15895 vsize=864872 CPUtime=0.05
/proc/15896/task/15902/stat : 15902 (java) S 15895 15882 15151 0 -1 64 319 0 0 0 5 0 0 0 16 0 9 0 115940398 885628928 17573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15903] ppid=15895 vsize=864872 CPUtime=0
/proc/15896/task/15903/stat : 15903 (java) S 15895 15882 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 115940398 885628928 17573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15904] ppid=15895 vsize=864872 CPUtime=0
/proc/15896/task/15904/stat : 15904 (java) S 15895 15882 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 115940398 885628928 17573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883828

[startup+6.30158 s]
/proc/loadavg: 1.93 1.98 1.90 3/93 15904
/proc/meminfo: memFree=1677544/2055920 swapFree=4192812/4192956
[pid=15882] ppid=15880 vsize=13600 CPUtime=0.81
/proc/15882/stat : 15882 (sugar) S 15880 15882 15151 0 -1 4194304 974 7970 0 1 3 1 72 5 15 0 1 0 115940306 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15882/statm: 3400 797 370 3 0 500 0
[pid=15895] ppid=15882 vsize=5356 CPUtime=0
/proc/15895/stat : 15895 (sh) S 15882 15882 15151 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 115940393 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15895/statm: 1339 233 193 169 0 50 0
[pid=15896] ppid=15895 vsize=864480 CPUtime=5.38
/proc/15896/stat : 15896 (java) S 15895 15882 15151 0 -1 0 18896 0 1 0 528 10 0 0 20 0 9 0 115940394 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15896/statm: 216120 17514 2564 9 0 210667 0
[pid=15896/tid=15897] ppid=15895 vsize=864480 CPUtime=3.8
/proc/15896/task/15897/stat : 15897 (java) R 15895 15882 15151 0 -1 64 3299 0 1 0 378 2 0 0 25 0 9 0 115940395 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4126518823 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15898] ppid=15895 vsize=864480 CPUtime=1.49
/proc/15896/task/15898/stat : 15898 (java) S 15895 15882 15151 0 -1 64 14562 0 0 0 142 7 0 0 16 0 9 0 115940396 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15899] ppid=15895 vsize=864480 CPUtime=0
/proc/15896/task/15899/stat : 15899 (java) S 15895 15882 15151 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 115940396 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15900] ppid=15895 vsize=864480 CPUtime=0
/proc/15896/task/15900/stat : 15900 (java) S 15895 15882 15151 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 115940396 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15901] ppid=15895 vsize=864480 CPUtime=0
/proc/15896/task/15901/stat : 15901 (java) S 15895 15882 15151 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 115940398 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15902] ppid=15895 vsize=864480 CPUtime=0.07
/proc/15896/task/15902/stat : 15902 (java) S 15895 15882 15151 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 115940398 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15903] ppid=15895 vsize=864480 CPUtime=0
/proc/15896/task/15903/stat : 15903 (java) S 15895 15882 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 115940398 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15904] ppid=15895 vsize=864480 CPUtime=0
/proc/15896/task/15904/stat : 15904 (java) S 15895 15882 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 115940398 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883436

[startup+12.7022 s]
/proc/loadavg: 1.93 1.98 1.90 3/93 15904
/proc/meminfo: memFree=1677424/2055920 swapFree=4192812/4192956
[pid=15882] ppid=15880 vsize=13600 CPUtime=0.81
/proc/15882/stat : 15882 (sugar) S 15880 15882 15151 0 -1 4194304 974 7970 0 1 3 1 72 5 15 0 1 0 115940306 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15882/statm: 3400 797 370 3 0 500 0
[pid=15895] ppid=15882 vsize=5356 CPUtime=0
/proc/15895/stat : 15895 (sh) S 15882 15882 15151 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 115940393 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15895/statm: 1339 233 193 169 0 50 0
[pid=15896] ppid=15895 vsize=864480 CPUtime=11.75
/proc/15896/stat : 15896 (java) S 15895 15882 15151 0 -1 0 18897 0 1 0 1165 10 0 0 20 0 9 0 115940394 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15896/statm: 216120 17514 2564 9 0 210667 0
[pid=15896/tid=15897] ppid=15895 vsize=864480 CPUtime=10.16
/proc/15896/task/15897/stat : 15897 (java) R 15895 15882 15151 0 -1 64 3300 0 1 0 1014 2 0 0 25 0 9 0 115940395 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4126553920 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15898] ppid=15895 vsize=864480 CPUtime=1.49
/proc/15896/task/15898/stat : 15898 (java) S 15895 15882 15151 0 -1 64 14562 0 0 0 142 7 0 0 16 0 9 0 115940396 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15899] ppid=15895 vsize=864480 CPUtime=0
/proc/15896/task/15899/stat : 15899 (java) S 15895 15882 15151 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 115940396 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15900] ppid=15895 vsize=864480 CPUtime=0
/proc/15896/task/15900/stat : 15900 (java) S 15895 15882 15151 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 115940396 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15901] ppid=15895 vsize=864480 CPUtime=0
/proc/15896/task/15901/stat : 15901 (java) S 15895 15882 15151 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 115940398 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15902] ppid=15895 vsize=864480 CPUtime=0.07
/proc/15896/task/15902/stat : 15902 (java) S 15895 15882 15151 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 115940398 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15903] ppid=15895 vsize=864480 CPUtime=0
/proc/15896/task/15903/stat : 15903 (java) S 15895 15882 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 115940398 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15904] ppid=15895 vsize=864480 CPUtime=0
/proc/15896/task/15904/stat : 15904 (java) S 15895 15882 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 115940398 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 883436

[startup+25.5025 s]
/proc/loadavg: 2.03 2.00 1.91 4/93 15904
/proc/meminfo: memFree=1664496/2055920 swapFree=4192812/4192956
[pid=15882] ppid=15880 vsize=13600 CPUtime=0.81
/proc/15882/stat : 15882 (sugar) S 15880 15882 15151 0 -1 4194304 974 7970 0 1 3 1 72 5 15 0 1 0 115940306 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15882/statm: 3400 797 370 3 0 500 0
[pid=15895] ppid=15882 vsize=5356 CPUtime=0
/proc/15895/stat : 15895 (sh) S 15882 15882 15151 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 115940393 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15895/statm: 1339 233 193 169 0 50 0
[pid=15896] ppid=15895 vsize=864480 CPUtime=24.49
/proc/15896/stat : 15896 (java) S 15895 15882 15151 0 -1 0 18905 0 1 0 2438 11 0 0 20 0 9 0 115940394 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15896/statm: 216120 17514 2564 9 0 210667 0
[pid=15896/tid=15897] ppid=15895 vsize=864480 CPUtime=22.85
/proc/15896/task/15897/stat : 15897 (java) R 15895 15882 15151 0 -1 64 3308 0 1 0 2283 2 0 0 25 0 9 0 115940395 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4126554000 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15898] ppid=15895 vsize=864480 CPUtime=1.53
/proc/15896/task/15898/stat : 15898 (java) S 15895 15882 15151 0 -1 64 14562 0 0 0 146 7 0 0 16 0 9 0 115940396 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15899] ppid=15895 vsize=864480 CPUtime=0
/proc/15896/task/15899/stat : 15899 (java) S 15895 15882 15151 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 115940396 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15900] ppid=15895 vsize=864480 CPUtime=0
/proc/15896/task/15900/stat : 15900 (java) S 15895 15882 15151 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 115940396 885227520 17514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/15895/stat : 15895 (sh) S 15882 15882 15151 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 115940393 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15895/statm: 1339 233 193 169 0 50 0
[pid=15896] ppid=15895 vsize=864480 CPUtime=697.89
/proc/15896/stat : 15896 (java) S 15895 15882 15151 0 -1 0 37106 0 1 0 69744 45 0 0 20 0 9 0 115940394 885227520 26657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15896/statm: 216120 26657 2564 9 0 210667 0
[pid=15896/tid=15897] ppid=15895 vsize=864480 CPUtime=693.84
/proc/15896/task/15897/stat : 15897 (java) R 15895 15882 15151 0 -1 64 3730 0 1 0 69360 24 0 0 25 0 9 0 115940395 885227520 26657 996147200 134512640 134550740 4294955952 18446744073709551615 4126553920 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15898] ppid=15895 vsize=864480 CPUtime=3.92
/proc/15896/task/15898/stat : 15898 (java) S 15895 15882 15151 0 -1 64 32329 0 0 0 373 19 0 0 16 0 9 0 115940396 885227520 26657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15899] ppid=15895 vsize=864480 CPUtime=0
/proc/15896/task/15899/stat : 15899 (java) S 15895 15882 15151 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 115940396 885227520 26657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15900] ppid=15895 vsize=864480 CPUtime=0
/proc/15896/task/15900/stat : 15900 (java) S 15895 15882 15151 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 115940396 885227520 26657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15901] ppid=15895 vsize=864480 CPUtime=0
/proc/15896/task/15901/stat : 15901 (java) S 15895 15882 15151 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 115940398 885227520 26657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15902] ppid=15895 vsize=864480 CPUtime=0.09
/proc/15896/task/15902/stat : 15902 (java) S 15895 15882 15151 0 -1 64 349 0 0 0 9 0 0 0 16 0 9 0 115940398 885227520 26657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15903] ppid=15895 vsize=864480 CPUtime=0
/proc/15896/task/15903/stat : 15903 (java) S 15895 15882 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 115940398 885227520 26657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15904] ppid=15895 vsize=864480 CPUtime=0
/proc/15896/task/15904/stat : 15904 (java) S 15895 15882 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 115940398 885227520 26657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 698.7
Current children cumulated vsize (KiB) 883436

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 1.92 4/85 15912
/proc/meminfo: memFree=1599216/2055920 swapFree=4192812/4192956
[pid=15882] ppid=15880 vsize=13600 CPUtime=0.81
/proc/15882/stat : 15882 (sugar) S 15880 15882 15151 0 -1 4194304 974 7970 0 1 3 1 72 5 16 0 1 0 115940306 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15882/statm: 3400 797 370 3 0 500 0
[pid=15895] ppid=15882 vsize=5356 CPUtime=0
/proc/15895/stat : 15895 (sh) S 15882 15882 15151 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 115940393 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15895/statm: 1339 233 193 169 0 50 0
[pid=15896] ppid=15895 vsize=864480 CPUtime=757.6
/proc/15896/stat : 15896 (java) S 15895 15882 15151 0 -1 0 37119 0 1 0 75714 46 0 0 20 0 9 0 115940394 885227520 26657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15896/statm: 216120 26657 2564 9 0 210667 0
[pid=15896/tid=15897] ppid=15895 vsize=864480 CPUtime=753.49
/proc/15896/task/15897/stat : 15897 (java) R 15895 15882 15151 0 -1 64 3743 0 1 0 75324 25 0 0 25 0 9 0 115940395 885227520 26657 996147200 134512640 134550740 4294955952 18446744073709551615 4126553933 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15898] ppid=15895 vsize=864480 CPUtime=3.99
/proc/15896/task/15898/stat : 15898 (java) S 15895 15882 15151 0 -1 64 32329 0 0 0 380 19 0 0 16 0 9 0 115940396 885227520 26657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15899] ppid=15895 vsize=864480 CPUtime=0
/proc/15896/task/15899/stat : 15899 (java) S 15895 15882 15151 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 115940396 885227520 26657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15900] ppid=15895 vsize=864480 CPUtime=0
/proc/15896/task/15900/stat : 15900 (java) S 15895 15882 15151 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 115940396 885227520 26657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15901] ppid=15895 vsize=864480 CPUtime=0
/proc/15896/task/15901/stat : 15901 (java) S 15895 15882 15151 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 115940398 885227520 26657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15902] ppid=15895 vsize=864480 CPUtime=0.09
/proc/15896/task/15902/stat : 15902 (java) S 15895 15882 15151 0 -1 64 349 0 0 0 9 0 0 0 16 0 9 0 115940398 885227520 26657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15903] ppid=15895 vsize=864480 CPUtime=0
/proc/15896/task/15903/stat : 15903 (java) S 15895 15882 15151 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 115940398 885227520 26657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15896/tid=15904] ppid=15895 vsize=864480 CPUtime=0
/proc/15896/task/15904/stat : 15904 (java) S 15895 15882 15151 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 115940398 885227520 26657 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 758.41
Current children cumulated vsize (KiB) 883436

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 15914
/proc/meminfo: memFree=1624880/2055920 swapFree=4192812/4192956
[pid=15882] ppid=15880 vsize=13600 CPUtime=781.13
/proc/15882/stat : 15882 (sugar) S 15880 15882 15151 0 -1 4194304 1031 45441 0 2 3 1 78051 58 16 0 1 0 115940306 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15882/statm: 3400 798 370 3 0 500 0
[pid=15913] ppid=15882 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15882 15882 15151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116018823 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15913/statm: 1339 232 193 169 0 50 0
[pid=15914] ppid=15913 vsize=69436 CPUtime=36.93
/proc/15914/stat : 15914 (minisat) R 15913 15882 15151 0 -1 4194304 16147 0 0 0 3682 11 0 0 25 0 1 0 116018824 71102464 16133 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15914/statm: 17359 16133 75 150 0 17206 0
Current children cumulated CPU time (s) 818.06
Current children cumulated vsize (KiB) 88392

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

[startup+844.701 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 15914
/proc/meminfo: memFree=1622832/2055920 swapFree=4192812/4192956
[pid=15882] ppid=15880 vsize=13600 CPUtime=781.13
/proc/15882/stat : 15882 (sugar) S 15880 15882 15151 0 -1 4194304 1031 45441 0 2 3 1 78051 58 16 0 1 0 115940306 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15882/statm: 3400 798 370 3 0 500 0
[pid=15913] ppid=15882 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15882 15882 15151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116018823 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15913/statm: 1339 232 193 169 0 50 0
[pid=15914] ppid=15913 vsize=71840 CPUtime=59.23
/proc/15914/stat : 15914 (minisat) R 15913 15882 15151 0 -1 4194304 16654 0 0 0 5911 12 0 0 25 0 1 0 116018824 73564160 16640 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15914/statm: 17960 16640 75 150 0 17807 0
Current children cumulated CPU time (s) 840.36
Current children cumulated vsize (KiB) 90796

[startup+857.502 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 15914
/proc/meminfo: memFree=1622064/2055920 swapFree=4192812/4192956
[pid=15882] ppid=15880 vsize=13600 CPUtime=781.13
/proc/15882/stat : 15882 (sugar) S 15880 15882 15151 0 -1 4194304 1031 45441 0 2 3 1 78051 58 16 0 1 0 115940306 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15882/statm: 3400 798 370 3 0 500 0
[pid=15913] ppid=15882 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15882 15882 15151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116018823 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15913/statm: 1339 232 193 169 0 50 0
[pid=15914] ppid=15913 vsize=72856 CPUtime=71.96
/proc/15914/stat : 15914 (minisat) R 15913 15882 15151 0 -1 4194304 16900 0 0 0 7184 12 0 0 25 0 1 0 116018824 74604544 16886 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/15914/statm: 18214 16886 75 150 0 18061 0
Current children cumulated CPU time (s) 853.09
Current children cumulated vsize (KiB) 91812

[startup+863.901 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 15974
/proc/meminfo: memFree=1703152/2055920 swapFree=4192812/4192956
[pid=15882] ppid=15880 vsize=13600 CPUtime=781.13
/proc/15882/stat : 15882 (sugar) S 15880 15882 15151 0 -1 4194304 1031 45441 0 2 3 1 78051 58 16 0 1 0 115940306 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15882/statm: 3400 798 370 3 0 500 0
[pid=15913] ppid=15882 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15882 15882 15151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116018823 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15913/statm: 1339 232 193 169 0 50 0
[pid=15914] ppid=15913 vsize=73232 CPUtime=78.28
/proc/15914/stat : 15914 (minisat) R 15913 15882 15151 0 -1 4194304 16975 0 0 0 7816 12 0 0 25 0 1 0 116018824 74989568 16961 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15914/statm: 18308 16961 75 150 0 18155 0
Current children cumulated CPU time (s) 859.41
Current children cumulated vsize (KiB) 92188

[startup+865.502 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 15974
/proc/meminfo: memFree=1702896/2055920 swapFree=4192812/4192956
[pid=15882] ppid=15880 vsize=13600 CPUtime=781.13
/proc/15882/stat : 15882 (sugar) S 15880 15882 15151 0 -1 4194304 1031 45441 0 2 3 1 78051 58 16 0 1 0 115940306 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15882/statm: 3400 798 370 3 0 500 0
[pid=15913] ppid=15882 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15882 15882 15151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116018823 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15913/statm: 1339 232 193 169 0 50 0
[pid=15914] ppid=15913 vsize=73456 CPUtime=79.87
/proc/15914/stat : 15914 (minisat) R 15913 15882 15151 0 -1 4194304 17011 0 0 0 7975 12 0 0 25 0 1 0 116018824 75218944 16997 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15914/statm: 18364 16997 75 150 0 18211 0
Current children cumulated CPU time (s) 861
Current children cumulated vsize (KiB) 92412

[startup+867.103 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 15974
/proc/meminfo: memFree=1702512/2055920 swapFree=4192812/4192956
[pid=15882] ppid=15880 vsize=13600 CPUtime=781.13
/proc/15882/stat : 15882 (sugar) S 15880 15882 15151 0 -1 4194304 1031 45441 0 2 3 1 78051 58 16 0 1 0 115940306 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15882/statm: 3400 798 370 3 0 500 0
[pid=15913] ppid=15882 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15882 15882 15151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116018823 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15913/statm: 1339 232 193 169 0 50 0
[pid=15914] ppid=15913 vsize=73456 CPUtime=81.47
/proc/15914/stat : 15914 (minisat) R 15913 15882 15151 0 -1 4194304 17018 0 0 0 8135 12 0 0 25 0 1 0 116018824 75218944 17004 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15914/statm: 18364 17004 75 150 0 18211 0
Current children cumulated CPU time (s) 862.6
Current children cumulated vsize (KiB) 92412

[startup+867.503 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 15974
/proc/meminfo: memFree=1702512/2055920 swapFree=4192812/4192956
[pid=15882] ppid=15880 vsize=13600 CPUtime=781.13
/proc/15882/stat : 15882 (sugar) S 15880 15882 15151 0 -1 4194304 1031 45441 0 2 3 1 78051 58 16 0 1 0 115940306 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15882/statm: 3400 798 370 3 0 500 0
[pid=15913] ppid=15882 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15882 15882 15151 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116018823 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15913/statm: 1339 232 193 169 0 50 0
[pid=15914] ppid=15913 vsize=73784 CPUtime=81.87
/proc/15914/stat : 15914 (minisat) R 15913 15882 15151 0 -1 4194304 17091 0 0 0 8175 12 0 0 25 0 1 0 116018824 75554816 17077 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15914/statm: 18446 17077 75 150 0 18293 0
Current children cumulated CPU time (s) 863
Current children cumulated vsize (KiB) 92740

[startup+867.703 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 15974
/proc/meminfo: memFree=1702512/2055920 swapFree=4192812/4192956
[pid=15882] ppid=15880 vsize=13600 CPUtime=863.09
/proc/15882/stat : 15882 (sugar) S 15880 15882 15151 0 -1 4194304 1089 62826 0 2 3 1 86233 72 15 0 1 0 115940306 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15882/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 863.09
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 867.758
CPU time (s): 863.232
CPU user time (s): 862.451
CPU system time (s): 0.780881
CPU usage (%): 99.4784
Max. virtual memory (cumulated for all children) (KiB): 889568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 862.451
system time used= 0.780881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67590
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20970
involuntary context switches= 37008

runsolver used 0.987849 second user time and 2.98955 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-03 01:51:42
IDJOB=1048297
IDBENCH=54356
IDSOLVER=346
FILE ID=node27/1048297-1215042702
PBS_JOBID= 7875119
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-4_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048297-1215042702/watcher-1048297-1215042702 -o /tmp/evaluation-result-1048297-1215042702/solver-1048297-1215042702 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1048297-1215042702.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dda15bb097170bfdb5da181f6f7a82bb
RANDOM SEED=578371196

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1742632 kB
Buffers:         29984 kB
Cached:         139608 kB
SwapCached:          0 kB
Active:         204232 kB
Inactive:        53904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2256 kB
Writeback:           0 kB
Mapped:         111128 kB
Slab:            40376 kB
Committed_AS:   315620 kB
PageTables:       1804 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node27 at 2008-07-03 02:06:10