Trace number 2065373

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.14.6+minisatUNSAT 882.56 886.974

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-16_ext.xml
MD5SUM447701dbcdc5f5f48a573c263ab99ef3
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 benchmark1.05484
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 20:50:51 2009
0.00/0.08	c 0	PID 15026
0.00/0.08	c 0	HOST node70.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2065373-1247338251.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065373-1247338251.xml' 'HOME/temp.csp'
0.07/0.67	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.07/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.71	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.79	c 1	Parsing HOME/temp.csp
1.23/1.37	c 2	parsed 31 expressions
1.23/1.38	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.38	c 2	Converting to clausal form CSP
1.32/1.40	c 2	converted 4 (10%) expressions
1.32/1.40	c 2	converted 7 (20%) expressions
1.32/1.40	c 2	converted 10 (30%) expressions
1.32/1.40	c 2	converted 13 (40%) expressions
1.32/1.40	c 2	converted 16 (50%) expressions
1.32/1.40	c 2	converted 19 (60%) expressions
1.32/1.41	c 2	converted 22 (70%) expressions
1.32/1.43	c 2	converted 25 (80%) expressions
1.82/1.99	c 2	converted 28 (90%) expressions
2.52/2.69	c 3	converted 31 (100%) expressions
2.52/2.69	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.52/2.69	c 3	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.52/2.69	c 3	Propagation in CSP
2.52/2.69	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.52/2.69	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.52/2.69	c 3	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.52/2.70	c 3	Simplifing CSP by introducing new Boolean variables
2.52/2.70	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.62/2.70	c 3	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.81/2.95	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.81/2.95	c 3	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
2.81/2.95	c 3	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
2.81/2.95	c 3	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.81/2.95	c 3	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.81/2.95	c 3	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
2.81/2.96	c 3	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
2.81/2.96	c 3	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
2.81/2.96	c 3	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.81/2.96	c 3	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
2.81/2.96	c 3	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
154.67/155.54	c 156	1 (10%) CSP clauses are encoded (140967 clauses, 6555785 bytes)
315.19/316.82	c 317	2 (20%) CSP clauses are encoded (282027 clauses, 13131689 bytes)
476.40/478.82	c 479	3 (30%) CSP clauses are encoded (422946 clauses, 20382162 bytes)
650.84/654.20	c 655	4 (40%) CSP clauses are encoded (563950 clauses, 27401588 bytes)
818.62/822.71	c 823	5 (50%) CSP clauses are encoded (704280 clauses, 34381391 bytes)
818.62/822.71	c 823	5 CSP clauses encoded
818.62/822.71	c 823	Writing map file : HOME/temp.map
818.62/822.71	c 823	Heap : 59 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
818.62/822.71	c 823	SAT : 180 SAT variables, 704280 SAT clauses, 34381391 bytes
818.62/822.71	c 823	Heap : 59 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
818.62/822.75	c 823	SOLVING HOME/temp.cnf
818.62/822.75	c 823	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
818.62/822.75	c 823	This is MiniSat 2.0 beta
818.62/822.75	c 823	WARNING: for repeatability, setting FPU to use double precision
818.62/822.75	c 823	============================[ Problem Statistics ]=============================
818.62/822.75	c 823	|                                                                             |
818.62/822.76	c 823	|  Number of variables:  180                                                  |
818.62/822.76	c 823	|  Number of clauses:    704280                                               |
819.59/823.75	c 824	|  Parsing time:         0.88         s                                       |
819.68/823.82	c 824	============================[ Search Statistics ]==============================
819.68/823.82	c 824	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
819.68/823.82	c 824	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
819.68/823.82	c 824	===============================================================================
819.68/823.82	c 824	|         0 |     180   704280  8840304 |   234760        0    nan |  0.000 % |
819.89/824.05	c 824	|       100 |     180   704280  8840304 |   258236      100      8 |  0.003 % |
820.28/824.43	c 825	|       250 |     180   704280  8840304 |   284059      250      9 |  0.028 % |
820.68/824.88	c 825	|       476 |     180   704280  8840304 |   312465      476     10 |  0.025 % |
821.38/825.50	c 826	|       813 |     180   704280  8840304 |   343712      813     10 |  0.031 % |
822.27/826.40	c 827	|      1320 |     180   704280  8840304 |   378083     1320      9 |  0.031 % |
823.46/827.60	c 828	|      2080 |     180   704280  8840304 |   415891     2080      9 |  0.034 % |
825.36/829.52	c 830	|      3219 |     180   704280  8840304 |   457480     3219      9 |  0.034 % |
829.23/833.48	c 834	|      4929 |     179   704280  8840304 |   503228     4928     10 |  0.559 % |
835.01/839.23	c 840	|      7491 |     179   704280  8840304 |   553551     7490     10 |  0.611 % |
841.77/846.08	c 846	|     11335 |     178   704280  8840304 |   608906    11333     10 |  1.114 % |
851.13/855.48	c 856	|     17102 |     178   704280  8840304 |   669797    17100     10 |  1.124 % |
864.96/869.36	c 870	|     25752 |     175   704280  8840304 |   736777    25749     11 |  3.892 % |
882.38/886.81	c 887	===============================================================================
882.38/886.81	c 887	restarts              : 13
882.38/886.81	c 887	conflicts             : 37592          (591 /sec)
882.38/886.81	c 887	decisions             : 44511          (1.90 % random) (700 /sec)
882.38/886.81	c 887	propagations          : 489440         (7694 /sec)
882.38/886.81	c 887	conflict literals     : 383243         (21.28 % deleted)
882.38/886.81	c 887	Memory used           : 68.03 MB
882.38/886.81	c 887	CPU time              : 63.6133 s
882.38/886.81	c 887	
882.38/886.81	c 887	UNSATISFIABLE
882.38/886.82	c 887	DECODING HOME/temp.out WITH HOME/temp.map
882.38/886.82	c 887	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
882.40/886.91	c 887	Decoding HOME/temp.out
882.40/886.92	s UNSATISFIABLE
882.40/886.93	c 887	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
882.40/886.95	c 887	CPU 882.51 (0.05 0.02 881.73 0.71)
882.40/886.95	c 887	END Sat Jul 11 21:05:38 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065373-1247338251/watcher-2065373-1247338251 -o /tmp/evaluation-result-2065373-1247338251/solver-2065373-1247338251 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2065373-1247338251.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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.25 2.50 2.26 4/74 15026
/proc/meminfo: memFree=1894984/2055920 swapFree=4192812/4192956
[pid=15026] ppid=15024 vsize=4708 CPUtime=0
/proc/15026/stat : 15026 (sugar) R 15024 15026 14081 0 -1 4194304 57 0 0 0 0 0 0 0 22 0 1 0 20887799 4820992 42 996147200 4194304 4206940 548682068608 18446744073709551615 233399449017 0 0 4096 0 0 0 0 17 1 0 0
/proc/15026/statm: 1177 42 32 3 0 8 0

[startup+0.154311 s]
/proc/loadavg: 2.25 2.50 2.26 4/74 15026
/proc/meminfo: memFree=1894984/2055920 swapFree=4192812/4192956
[pid=15026] ppid=15024 vsize=16868 CPUtime=0.07
/proc/15026/stat : 15026 (sugar) S 15024 15026 14081 0 -1 4194304 1227 128 0 0 5 2 0 0 23 0 1 0 20887799 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15026/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.202314 s]
/proc/loadavg: 2.25 2.50 2.26 4/74 15026
/proc/meminfo: memFree=1894984/2055920 swapFree=4192812/4192956
[pid=15026] ppid=15024 vsize=16868 CPUtime=0.07
/proc/15026/stat : 15026 (sugar) S 15024 15026 14081 0 -1 4194304 1227 128 0 0 5 2 0 0 23 0 1 0 20887799 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15026/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302323 s]
/proc/loadavg: 2.25 2.50 2.26 4/74 15026
/proc/meminfo: memFree=1894984/2055920 swapFree=4192812/4192956
[pid=15026] ppid=15024 vsize=16868 CPUtime=0.07
/proc/15026/stat : 15026 (sugar) S 15024 15026 14081 0 -1 4194304 1227 128 0 0 5 2 0 0 23 0 1 0 20887799 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15026/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70236 s]
/proc/loadavg: 2.25 2.50 2.26 4/74 15026
/proc/meminfo: memFree=1894984/2055920 swapFree=4192812/4192956
[pid=15026] ppid=15024 vsize=16868 CPUtime=0.07
/proc/15026/stat : 15026 (sugar) S 15024 15026 14081 0 -1 4194304 1245 128 0 0 5 2 0 0 15 0 1 0 20887799 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15026/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50244 s]
/proc/loadavg: 2.25 2.50 2.26 4/85 15048
/proc/meminfo: memFree=1879464/2055920 swapFree=4192812/4192956
[pid=15026] ppid=15024 vsize=16868 CPUtime=0.66
/proc/15026/stat : 15026 (sugar) S 15024 15026 14081 0 -1 4194304 1310 8039 0 1 5 2 52 7 16 0 1 0 20887799 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15026/statm: 4217 1111 409 3 0 796 0
[pid=15039] ppid=15026 vsize=5356 CPUtime=0
/proc/15039/stat : 15039 (sh) S 15026 15026 14081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20887870 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15039/statm: 1339 233 193 169 0 50 0
[pid=15040] ppid=15039 vsize=864472 CPUtime=0.77
/proc/15040/stat : 15040 (java) S 15039 15026 14081 0 -1 0 8562 0 1 0 73 4 0 0 18 0 9 0 20887871 885219328 7780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15040/statm: 216118 7780 2567 9 0 210623 0
[pid=15040/tid=15041] ppid=15039 vsize=864472 CPUtime=0.44
/proc/15040/task/15041/stat : 15041 (java) R 15039 15026 14081 0 -1 64 2571 0 1 0 43 1 0 0 18 0 9 0 20887872 885219328 7780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15042] ppid=15039 vsize=864472 CPUtime=0.26
/proc/15040/task/15042/stat : 15042 (java) R 15039 15026 14081 0 -1 64 4980 0 0 0 25 1 0 0 16 0 9 0 20887873 885219328 7780 996147200 134512640 134550932 4294955936 18446744073709551615 103733279 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15043] ppid=15039 vsize=864472 CPUtime=0
/proc/15040/task/15043/stat : 15043 (java) S 15039 15026 14081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20887873 885219328 7780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15044] ppid=15039 vsize=864472 CPUtime=0
/proc/15040/task/15044/stat : 15044 (java) S 15039 15026 14081 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20887873 885219328 7780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15045] ppid=15039 vsize=864472 CPUtime=0
/proc/15040/task/15045/stat : 15045 (java) S 15039 15026 14081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20887875 885219328 7780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15046] ppid=15039 vsize=864472 CPUtime=0.04
/proc/15040/task/15046/stat : 15046 (java) S 15039 15026 14081 0 -1 64 307 0 0 0 4 0 0 0 16 0 9 0 20887875 885219328 7780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15047] ppid=15039 vsize=864472 CPUtime=0
/proc/15040/task/15047/stat : 15047 (java) S 15039 15026 14081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20887875 885219328 7780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15048] ppid=15039 vsize=864472 CPUtime=0
/proc/15040/task/15048/stat : 15048 (java) S 15039 15026 14081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20887875 885219328 7780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886696

[startup+3.1016 s]
/proc/loadavg: 2.25 2.50 2.26 3/85 15048
/proc/meminfo: memFree=1844136/2055920 swapFree=4192812/4192956
[pid=15026] ppid=15024 vsize=16868 CPUtime=0.66
/proc/15026/stat : 15026 (sugar) S 15024 15026 14081 0 -1 4194304 1310 8039 0 1 5 2 52 7 15 0 1 0 20887799 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15026/statm: 4217 1111 409 3 0 796 0
[pid=15039] ppid=15026 vsize=5356 CPUtime=0
/proc/15039/stat : 15039 (sh) S 15026 15026 14081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20887870 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15039/statm: 1339 233 193 169 0 50 0
[pid=15040] ppid=15039 vsize=864364 CPUtime=2.35
/proc/15040/stat : 15040 (java) S 15039 15026 14081 0 -1 0 18626 0 1 0 226 9 0 0 18 0 9 0 20887871 885108736 17136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15040/statm: 216091 17136 2590 9 0 210568 0
[pid=15040/tid=15041] ppid=15039 vsize=864364 CPUtime=0.91
/proc/15040/task/15041/stat : 15041 (java) R 15039 15026 14081 0 -1 64 3296 0 1 0 90 1 0 0 18 0 9 0 20887872 885108736 17136 996147200 134512640 134550932 4294955936 18446744073709551615 4125952222 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15042] ppid=15039 vsize=864364 CPUtime=1.34
/proc/15040/task/15042/stat : 15042 (java) S 15039 15026 14081 0 -1 64 14297 0 0 0 128 6 0 0 17 0 9 0 20887873 885108736 17136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15043] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15043/stat : 15043 (java) S 15039 15026 14081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20887873 885108736 17136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15044] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15044/stat : 15044 (java) S 15039 15026 14081 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20887873 885108736 17136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15045] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15045/stat : 15045 (java) S 15039 15026 14081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20887875 885108736 17136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15046] ppid=15039 vsize=864364 CPUtime=0.07
/proc/15040/task/15046/stat : 15046 (java) S 15039 15026 14081 0 -1 64 329 0 0 0 7 0 0 0 16 0 9 0 20887875 885108736 17136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15047] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15047/stat : 15047 (java) S 15039 15026 14081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20887875 885108736 17136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15048] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15048/stat : 15048 (java) S 15039 15026 14081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20887875 885108736 17136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886588

[startup+6.30292 s]
/proc/loadavg: 2.23 2.49 2.26 3/85 15048
/proc/meminfo: memFree=1831784/2055920 swapFree=4192812/4192956
[pid=15026] ppid=15024 vsize=16868 CPUtime=0.66
/proc/15026/stat : 15026 (sugar) S 15024 15026 14081 0 -1 4194304 1310 8039 0 1 5 2 52 7 15 0 1 0 20887799 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15026/statm: 4217 1111 409 3 0 796 0
[pid=15039] ppid=15026 vsize=5356 CPUtime=0
/proc/15039/stat : 15039 (sh) S 15026 15026 14081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20887870 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15039/statm: 1339 233 193 169 0 50 0
[pid=15040] ppid=15039 vsize=864364 CPUtime=5.53
/proc/15040/stat : 15040 (java) S 15039 15026 14081 0 -1 0 18638 0 1 0 544 9 0 0 18 0 9 0 20887871 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15040/statm: 216091 17137 2590 9 0 210568 0
[pid=15040/tid=15041] ppid=15039 vsize=864364 CPUtime=4.05
/proc/15040/task/15041/stat : 15041 (java) R 15039 15026 14081 0 -1 64 3307 0 1 0 404 1 0 0 25 0 9 0 20887872 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4126095957 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15042] ppid=15039 vsize=864364 CPUtime=1.38
/proc/15040/task/15042/stat : 15042 (java) S 15039 15026 14081 0 -1 64 14297 0 0 0 132 6 0 0 16 0 9 0 20887873 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15043] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15043/stat : 15043 (java) S 15039 15026 14081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20887873 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15044] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15044/stat : 15044 (java) S 15039 15026 14081 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20887873 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15045] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15045/stat : 15045 (java) S 15039 15026 14081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20887875 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15046] ppid=15039 vsize=864364 CPUtime=0.07
/proc/15040/task/15046/stat : 15046 (java) S 15039 15026 14081 0 -1 64 330 0 0 0 7 0 0 0 16 0 9 0 20887875 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15047] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15047/stat : 15047 (java) S 15039 15026 14081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20887875 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15048] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15048/stat : 15048 (java) S 15039 15026 14081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20887875 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886588

[startup+12.7026 s]
/proc/loadavg: 2.21 2.48 2.26 3/85 15050
/proc/meminfo: memFree=1831592/2055920 swapFree=4192812/4192956
[pid=15026] ppid=15024 vsize=16868 CPUtime=0.66
/proc/15026/stat : 15026 (sugar) S 15024 15026 14081 0 -1 4194304 1310 8039 0 1 5 2 52 7 15 0 1 0 20887799 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15026/statm: 4217 1111 409 3 0 796 0
[pid=15039] ppid=15026 vsize=5356 CPUtime=0
/proc/15039/stat : 15039 (sh) S 15026 15026 14081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20887870 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15039/statm: 1339 233 193 169 0 50 0
[pid=15040] ppid=15039 vsize=864364 CPUtime=11.9
/proc/15040/stat : 15040 (java) S 15039 15026 14081 0 -1 0 18638 0 1 0 1181 9 0 0 18 0 9 0 20887871 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15040/statm: 216091 17137 2590 9 0 210568 0
[pid=15040/tid=15041] ppid=15039 vsize=864364 CPUtime=10.42
/proc/15040/task/15041/stat : 15041 (java) R 15039 15026 14081 0 -1 64 3307 0 1 0 1041 1 0 0 25 0 9 0 20887872 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4126556544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15042] ppid=15039 vsize=864364 CPUtime=1.38
/proc/15040/task/15042/stat : 15042 (java) S 15039 15026 14081 0 -1 64 14297 0 0 0 132 6 0 0 16 0 9 0 20887873 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15043] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15043/stat : 15043 (java) S 15039 15026 14081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20887873 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15044] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15044/stat : 15044 (java) S 15039 15026 14081 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20887873 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15045] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15045/stat : 15045 (java) S 15039 15026 14081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20887875 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15046] ppid=15039 vsize=864364 CPUtime=0.07
/proc/15040/task/15046/stat : 15046 (java) S 15039 15026 14081 0 -1 64 330 0 0 0 7 0 0 0 16 0 9 0 20887875 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15047] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15047/stat : 15047 (java) S 15039 15026 14081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20887875 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15048] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15048/stat : 15048 (java) S 15039 15026 14081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20887875 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 886588

[startup+25.5028 s]
/proc/loadavg: 2.16 2.45 2.26 3/85 15050
/proc/meminfo: memFree=1831272/2055920 swapFree=4192812/4192956
[pid=15026] ppid=15024 vsize=16868 CPUtime=0.66
/proc/15026/stat : 15026 (sugar) S 15024 15026 14081 0 -1 4194304 1310 8039 0 1 5 2 52 7 15 0 1 0 20887799 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15026/statm: 4217 1111 409 3 0 796 0
[pid=15039] ppid=15026 vsize=5356 CPUtime=0
/proc/15039/stat : 15039 (sh) S 15026 15026 14081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20887870 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15039/statm: 1339 233 193 169 0 50 0
[pid=15040] ppid=15039 vsize=864364 CPUtime=24.63
/proc/15040/stat : 15040 (java) S 15039 15026 14081 0 -1 0 18653 0 1 0 2453 10 0 0 18 0 9 0 20887871 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15040/statm: 216091 17137 2590 9 0 210568 0
[pid=15040/tid=15041] ppid=15039 vsize=864364 CPUtime=23.09
/proc/15040/task/15041/stat : 15041 (java) R 15039 15026 14081 0 -1 64 3322 0 1 0 2307 2 0 0 25 0 9 0 20887872 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4126561223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15042] ppid=15039 vsize=864364 CPUtime=1.45
/proc/15040/task/15042/stat : 15042 (java) S 15039 15026 14081 0 -1 64 14297 0 0 0 138 7 0 0 16 0 9 0 20887873 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15043] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15043/stat : 15043 (java) S 15039 15026 14081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20887873 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15044] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15044/stat : 15044 (java) S 15039 15026 14081 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20887873 885108736 17137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15045] ppid=15039 vsize=864364 CPUtime=0

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

/proc/15040/task/15046/stat : 15046 (java) S 15039 15026 14081 0 -1 64 339 0 0 0 8 0 0 0 17 0 9 0 20887875 885108736 25465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15047] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15047/stat : 15047 (java) S 15039 15026 14081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20887875 885108736 25465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15048] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15048/stat : 15048 (java) S 15039 15026 14081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20887875 885108736 25465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 698.8
Current children cumulated vsize (KiB) 886588

[startup+762.302 s]
/proc/loadavg: 2.00 2.04 2.10 3/85 15056
/proc/meminfo: memFree=1761576/2055920 swapFree=4192812/4192956
[pid=15026] ppid=15024 vsize=16868 CPUtime=0.66
/proc/15026/stat : 15026 (sugar) S 15024 15026 14081 0 -1 4194304 1310 8039 0 1 5 2 52 7 16 0 1 0 20887799 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15026/statm: 4217 1111 409 3 0 796 0
[pid=15039] ppid=15026 vsize=5356 CPUtime=0
/proc/15039/stat : 15039 (sh) S 15026 15026 14081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20887870 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15039/statm: 1339 233 193 169 0 50 0
[pid=15040] ppid=15039 vsize=864364 CPUtime=757.85
/proc/15040/stat : 15040 (java) S 15039 15026 14081 0 -1 0 35617 0 1 0 75744 41 0 0 18 0 9 0 20887871 885108736 25465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15040/statm: 216091 25465 2590 9 0 210568 0
[pid=15040/tid=15041] ppid=15039 vsize=864364 CPUtime=754.05
/proc/15040/task/15041/stat : 15041 (java) R 15039 15026 14081 0 -1 64 3772 0 1 0 75384 21 0 0 25 0 9 0 20887872 885108736 25465 996147200 134512640 134550932 4294955936 18446744073709551615 4126557953 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15042] ppid=15039 vsize=864364 CPUtime=3.68
/proc/15040/task/15042/stat : 15042 (java) S 15039 15026 14081 0 -1 64 30802 0 0 0 350 18 0 0 16 0 9 0 20887873 885108736 25465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15043] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15043/stat : 15043 (java) S 15039 15026 14081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20887873 885108736 25465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15044] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15044/stat : 15044 (java) S 15039 15026 14081 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20887873 885108736 25465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15045] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15045/stat : 15045 (java) S 15039 15026 14081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20887875 885108736 25465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15046] ppid=15039 vsize=864364 CPUtime=0.08
/proc/15040/task/15046/stat : 15046 (java) S 15039 15026 14081 0 -1 64 339 0 0 0 8 0 0 0 17 0 9 0 20887875 885108736 25465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15047] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15047/stat : 15047 (java) S 15039 15026 14081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20887875 885108736 25465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15048] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15048/stat : 15048 (java) S 15039 15026 14081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20887875 885108736 25465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 758.51
Current children cumulated vsize (KiB) 886588

[startup+822.302 s]
/proc/loadavg: 2.00 2.03 2.09 3/85 15056
/proc/meminfo: memFree=1761512/2055920 swapFree=4192812/4192956
[pid=15026] ppid=15024 vsize=16868 CPUtime=0.66
/proc/15026/stat : 15026 (sugar) S 15024 15026 14081 0 -1 4194304 1310 8039 0 1 5 2 52 7 16 0 1 0 20887799 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15026/statm: 4217 1111 409 3 0 796 0
[pid=15039] ppid=15026 vsize=5356 CPUtime=0
/proc/15039/stat : 15039 (sh) S 15026 15026 14081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20887870 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15039/statm: 1339 233 193 169 0 50 0
[pid=15040] ppid=15039 vsize=864364 CPUtime=817.56
/proc/15040/stat : 15040 (java) S 15039 15026 14081 0 -1 0 35645 0 1 0 81712 44 0 0 18 0 9 0 20887871 885108736 25465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15040/statm: 216091 25465 2590 9 0 210568 0
[pid=15040/tid=15041] ppid=15039 vsize=864364 CPUtime=813.7
/proc/15040/task/15041/stat : 15041 (java) R 15039 15026 14081 0 -1 64 3800 0 1 0 81346 24 0 0 25 0 9 0 20887872 885108736 25465 996147200 134512640 134550932 4294955936 18446744073709551615 4126606439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15042] ppid=15039 vsize=864364 CPUtime=3.75
/proc/15040/task/15042/stat : 15042 (java) S 15039 15026 14081 0 -1 64 30802 0 0 0 357 18 0 0 16 0 9 0 20887873 885108736 25465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15043] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15043/stat : 15043 (java) S 15039 15026 14081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20887873 885108736 25465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15044] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15044/stat : 15044 (java) S 15039 15026 14081 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20887873 885108736 25465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15045] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15045/stat : 15045 (java) S 15039 15026 14081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20887875 885108736 25465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15046] ppid=15039 vsize=864364 CPUtime=0.08
/proc/15040/task/15046/stat : 15046 (java) S 15039 15026 14081 0 -1 64 339 0 0 0 8 0 0 0 17 0 9 0 20887875 885108736 25465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15047] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15047/stat : 15047 (java) S 15039 15026 14081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20887875 885108736 25465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15040/tid=15048] ppid=15039 vsize=864364 CPUtime=0
/proc/15040/task/15048/stat : 15048 (java) S 15039 15026 14081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20887875 885108736 25465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 818.22
Current children cumulated vsize (KiB) 886588

[startup+882.307 s]
/proc/loadavg: 2.00 2.02 2.08 3/77 15058
/proc/meminfo: memFree=1781096/2055920 swapFree=4192812/4192956
[pid=15026] ppid=15024 vsize=16868 CPUtime=818.66
/proc/15026/stat : 15026 (sugar) S 15024 15026 14081 0 -1 4194304 1374 44011 0 2 5 2 81803 56 16 0 1 0 20887799 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15026/statm: 4217 1112 409 3 0 796 0
[pid=15057] ppid=15026 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15026 15026 14081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20970074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=69372 CPUtime=59.25
/proc/15058/stat : 15058 (minisat) R 15057 15026 14081 0 -1 4194304 16372 0 0 0 5913 12 0 0 25 0 1 0 20970074 71036928 16358 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15058/statm: 17343 16358 75 150 0 17190 0
Current children cumulated CPU time (s) 877.91
Current children cumulated vsize (KiB) 91596

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

[startup+883.201 s]
/proc/loadavg: 2.00 2.02 2.08 3/77 15058
/proc/meminfo: memFree=1781096/2055920 swapFree=4192812/4192956
[pid=15026] ppid=15024 vsize=16868 CPUtime=818.66
/proc/15026/stat : 15026 (sugar) S 15024 15026 14081 0 -1 4194304 1374 44011 0 2 5 2 81803 56 16 0 1 0 20887799 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15026/statm: 4217 1112 409 3 0 796 0
[pid=15057] ppid=15026 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15026 15026 14081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20970074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=69372 CPUtime=60.14
/proc/15058/stat : 15058 (minisat) R 15057 15026 14081 0 -1 4194304 16395 0 0 0 6002 12 0 0 25 0 1 0 20970074 71036928 16381 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/15058/statm: 17343 16381 75 150 0 17190 0
Current children cumulated CPU time (s) 878.8
Current children cumulated vsize (KiB) 91596

[startup+884.802 s]
/proc/loadavg: 2.00 2.02 2.08 3/77 15058
/proc/meminfo: memFree=1780968/2055920 swapFree=4192812/4192956
[pid=15026] ppid=15024 vsize=16868 CPUtime=818.66
/proc/15026/stat : 15026 (sugar) S 15024 15026 14081 0 -1 4194304 1374 44011 0 2 5 2 81803 56 16 0 1 0 20887799 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15026/statm: 4217 1112 409 3 0 796 0
[pid=15057] ppid=15026 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15026 15026 14081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20970074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=69504 CPUtime=61.73
/proc/15058/stat : 15058 (minisat) R 15057 15026 14081 0 -1 4194304 16421 0 0 0 6161 12 0 0 25 0 1 0 20970074 71172096 16407 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15058/statm: 17376 16407 75 150 0 17223 0
Current children cumulated CPU time (s) 880.39
Current children cumulated vsize (KiB) 91728

[startup+885.607 s]
/proc/loadavg: 2.00 2.02 2.08 3/77 15058
/proc/meminfo: memFree=1780904/2055920 swapFree=4192812/4192956
[pid=15026] ppid=15024 vsize=16868 CPUtime=818.66
/proc/15026/stat : 15026 (sugar) S 15024 15026 14081 0 -1 4194304 1374 44011 0 2 5 2 81803 56 16 0 1 0 20887799 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15026/statm: 4217 1112 409 3 0 796 0
[pid=15057] ppid=15026 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15026 15026 14081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20970074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=69504 CPUtime=62.53
/proc/15058/stat : 15058 (minisat) R 15057 15026 14081 0 -1 4194304 16422 0 0 0 6241 12 0 0 25 0 1 0 20970074 71172096 16408 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15058/statm: 17376 16408 75 150 0 17223 0
Current children cumulated CPU time (s) 881.19
Current children cumulated vsize (KiB) 91728

[startup+886.402 s]
/proc/loadavg: 2.00 2.02 2.08 3/77 15058
/proc/meminfo: memFree=1780904/2055920 swapFree=4192812/4192956
[pid=15026] ppid=15024 vsize=16868 CPUtime=818.66
/proc/15026/stat : 15026 (sugar) S 15024 15026 14081 0 -1 4194304 1374 44011 0 2 5 2 81803 56 16 0 1 0 20887799 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15026/statm: 4217 1112 409 3 0 796 0
[pid=15057] ppid=15026 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15026 15026 14081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20970074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=69656 CPUtime=63.32
/proc/15058/stat : 15058 (minisat) R 15057 15026 14081 0 -1 4194304 16442 0 0 0 6320 12 0 0 25 0 1 0 20970074 71327744 16428 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15058/statm: 17414 16428 75 150 0 17261 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 91880

[startup+886.802 s]
/proc/loadavg: 2.00 2.02 2.08 3/77 15058
/proc/meminfo: memFree=1780840/2055920 swapFree=4192812/4192956
[pid=15026] ppid=15024 vsize=16868 CPUtime=818.66
/proc/15026/stat : 15026 (sugar) S 15024 15026 14081 0 -1 4194304 1374 44011 0 2 5 2 81803 56 16 0 1 0 20887799 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15026/statm: 4217 1112 409 3 0 796 0
[pid=15057] ppid=15026 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15026 15026 14081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20970074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=69656 CPUtime=63.72
/proc/15058/stat : 15058 (minisat) R 15057 15026 14081 0 -1 4194304 16462 0 0 0 6360 12 0 0 25 0 1 0 20970074 71327744 16448 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/15058/statm: 17414 16448 75 150 0 17261 0
Current children cumulated CPU time (s) 882.38
Current children cumulated vsize (KiB) 91880

[startup+886.902 s]
/proc/loadavg: 2.00 2.02 2.08 3/77 15058
/proc/meminfo: memFree=1780840/2055920 swapFree=4192812/4192956
[pid=15026] ppid=15024 vsize=16868 CPUtime=882.4
/proc/15026/stat : 15026 (sugar) S 15024 15026 14081 0 -1 4194304 1427 60767 0 2 5 2 88164 69 17 0 1 0 20887799 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15026/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 886.974
CPU time (s): 882.56
CPU user time (s): 881.798
CPU system time (s): 0.761884
CPU usage (%): 99.5024
Max. virtual memory (cumulated for all children) (KiB): 892720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 881.798
system time used= 0.761884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65966
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= 23165
involuntary context switches= 32596

runsolver used 1.05184 second user time and 3.02154 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-11 20:50:51
IDJOB=2065373
IDBENCH=54354
IDSOLVER=739
FILE ID=node70/2065373-1247338251
PBS_JOBID= 9506668
Free space on /tmp= 66412 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-16_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065373-1247338251/watcher-2065373-1247338251 -o /tmp/evaluation-result-2065373-1247338251/solver-2065373-1247338251 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2065373-1247338251.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 447701dbcdc5f5f48a573c263ab99ef3
RANDOM SEED=658437532

node70.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.214
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.214
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:       1895464 kB
Buffers:         13172 kB
Cached:          70536 kB
SwapCached:          0 kB
Active:          82744 kB
Inactive:        31676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1895464 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3020 kB
Writeback:           0 kB
Mapped:          41936 kB
Slab:            31468 kB
Committed_AS:   153660 kB
PageTables:       1800 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= 66412 MiB
End job on node70 at 2009-07-11 21:05:38