Trace number 2073700

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+minisatSAT 650.879 651.918

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle22.xml
MD5SUMf276a46bd828722ff96f92f095d5cf90
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.304953
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints662
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension60
Number of constraints which are defined in intension602
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.08	c 0	BEGIN Sun Jul 12 02:34:30 2009
0.04/0.08	c 0	PID 22260
0.04/0.08	c 0	HOST node17.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2073700-1247358870.xml TO HOME/temp.csp
0.04/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-2073700-1247358870.xml' 'HOME/temp.csp'
0.06/0.73	c 1	1 domains, 132 variables, 6 predicates, 4 relations, 662 constraints
0.06/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	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.70/0.84	c 1	Parsing HOME/temp.csp
1.01/1.19	c 1	parsed 805 expressions
1.11/1.20	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.20	c 1	Converting to clausal form CSP
1.11/1.22	c 1	converted 81 (10%) expressions
1.21/1.38	c 1	converted 161 (20%) expressions
2.60/2.70	c 3	converted 242 (30%) expressions
2.69/2.81	c 3	converted 322 (40%) expressions
2.69/2.83	c 3	converted 403 (50%) expressions
2.79/2.92	c 3	converted 483 (60%) expressions
2.79/2.93	c 3	converted 564 (70%) expressions
2.79/2.94	c 3	converted 644 (80%) expressions
2.79/2.94	c 3	converted 725 (90%) expressions
3.98/4.15	c 4	converted 805 (100%) expressions
3.98/4.15	c 4	CSP : 132 integers, 0 booleans, 662 clauses, largest domain size 26
3.98/4.15	c 4	Heap : 76 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.98/4.15	c 4	Propagation in CSP
3.98/4.15	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.98/4.15	c 4	CSP : 132 integers, 0 booleans, 662 clauses, largest domain size 26
3.98/4.15	c 4	Heap : 76 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.98/4.16	c 4	Simplifing CSP by introducing new Boolean variables
3.98/4.18	c 4	CSP : 132 integers, 4512 booleans, 5174 clauses, largest domain size 26
3.98/4.18	c 4	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.48/4.63	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.48/4.66	c 5	14 (10%) CSP integer variables are encoded (336 clauses, 3552 bytes)
4.48/4.66	c 5	27 (20%) CSP integer variables are encoded (648 clauses, 6984 bytes)
4.48/4.66	c 5	40 (30%) CSP integer variables are encoded (960 clauses, 10417 bytes)
4.48/4.66	c 5	53 (40%) CSP integer variables are encoded (1272 clauses, 14473 bytes)
4.48/4.66	c 5	66 (50%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
4.48/4.66	c 5	80 (60%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
4.48/4.66	c 5	93 (70%) CSP integer variables are encoded (2232 clauses, 26953 bytes)
4.48/4.66	c 5	106 (80%) CSP integer variables are encoded (2544 clauses, 31009 bytes)
4.48/4.66	c 5	119 (90%) CSP integer variables are encoded (2856 clauses, 35065 bytes)
4.48/4.66	c 5	132 (100%) CSP integer variables are encoded (3168 clauses, 39121 bytes)
28.38/28.55	c 29	518 (10%) CSP clauses are encoded (459353 clauses, 17728576 bytes)
28.38/28.59	c 29	1035 (20%) CSP clauses are encoded (470945 clauses, 17942838 bytes)
28.48/28.61	c 29	1553 (30%) CSP clauses are encoded (482563 clauses, 18159658 bytes)
28.48/28.64	c 29	2070 (40%) CSP clauses are encoded (494530 clauses, 18362928 bytes)
28.48/28.66	c 29	2587 (50%) CSP clauses are encoded (506522 clauses, 18569466 bytes)
28.48/28.68	c 29	3105 (60%) CSP clauses are encoded (518565 clauses, 18782418 bytes)
28.57/28.70	c 29	3622 (70%) CSP clauses are encoded (530557 clauses, 18994926 bytes)
28.57/28.73	c 29	4140 (80%) CSP clauses are encoded (542600 clauses, 19213058 bytes)
28.57/28.75	c 29	4657 (90%) CSP clauses are encoded (554592 clauses, 19437191 bytes)
592.02/592.57	c 593	5174 (100%) CSP clauses are encoded (1378618 clauses, 91802826 bytes)
592.02/592.57	c 593	5174 CSP clauses encoded
592.02/592.57	c 593	Writing map file : HOME/temp.map
592.02/592.58	c 593	Heap : 139 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
592.02/592.58	c 593	SAT : 7812 SAT variables, 1378618 SAT clauses, 91802826 bytes
592.02/592.58	c 593	Heap : 139 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
592.11/592.63	c 593	SOLVING HOME/temp.cnf
592.11/592.63	c 593	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
592.11/592.63	c 593	This is MiniSat 2.0 beta
592.11/592.63	c 593	WARNING: for repeatability, setting FPU to use double precision
592.11/592.63	c 593	============================[ Problem Statistics ]=============================
592.11/592.63	c 593	|                                                                             |
592.11/592.64	c 593	|  Number of variables:  7812                                                 |
592.11/592.64	c 593	|  Number of clauses:    1378618                                              |
593.99/594.58	c 595	|  Parsing time:         1.73         s                                       |
594.08/594.69	c 595	============================[ Search Statistics ]==============================
594.08/594.69	c 595	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
594.08/594.69	c 595	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
594.08/594.69	c 595	===============================================================================
594.08/594.69	c 595	|         0 |    7812  1378618 17353100 |   459539        0    nan |  0.000 % |
594.28/594.83	c 595	|       100 |    7812  1378618 17353100 |   505493      100      9 |  0.000 % |
594.38/594.95	c 595	|       250 |    7812  1378618 17353100 |   556042      250      9 |  0.000 % |
594.58/595.12	c 595	|       475 |    7812  1378618 17353100 |   611646      475      8 |  0.000 % |
594.97/595.53	c 596	|       813 |    7812  1378618 17353100 |   672811      813      9 |  0.000 % |
595.37/595.92	c 596	|      1319 |    7812  1378618 17353100 |   740092     1319      9 |  0.000 % |
596.05/596.60	c 597	|      2080 |    7812  1378618 17353100 |   814101     2080     11 |  0.000 % |
597.14/597.76	c 598	|      3219 |    7812  1378618 17353100 |   895512     3219     11 |  0.000 % |
597.54/598.16	c 598	|      4927 |    7812  1378618 17353100 |   985063     4927     11 |  0.000 % |
599.72/600.34	c 600	|      7489 |    7812  1378618 17353100 |  1083569     7489     12 |  0.000 % |
602.89/603.51	c 604	|     11333 |    7812  1378618 17353100 |  1191926    11333     12 |  0.000 % |
607.35/608.09	c 608	|     17099 |    7812  1378618 17353100 |  1311119    17099     12 |  0.000 % |
613.59/614.32	c 614	|     25749 |    7812  1378618 17353100 |  1442231    25749     12 |  0.000 % |
619.93/620.73	c 621	|     38723 |    7812  1378618 17353100 |  1586454    38723     12 |  0.000 % |
636.38/637.36	c 637	|     58185 |    7812  1378618 17353100 |  1745099    58185     13 |  0.000 % |
650.54/651.62	c 652	===============================================================================
650.54/651.62	c 652	restarts              : 15
650.54/651.62	c 652	conflicts             : 76607          (1317 /sec)
650.54/651.62	c 652	decisions             : 125315         (1.68 % random) (2154 /sec)
650.54/651.62	c 652	propagations          : 3028170        (52045 /sec)
650.54/651.62	c 652	conflict literals     : 1019189        (20.77 % deleted)
650.54/651.62	c 652	Memory used           : 133.62 MB
650.54/651.62	c 652	CPU time              : 58.1842 s
650.54/651.62	c 652	
650.54/651.62	c 652	SATISFIABLE
650.54/651.65	c 652	DECODING HOME/temp.out WITH HOME/temp.map
650.54/651.65	c 652	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'
650.59/651.73	c 652	Decoding HOME/temp.out
650.59/651.82	s SATISFIABLE
650.59/651.82	v 22 0 18 15 18 19 18 20 25 8 18 14 3 14 17 22 17 24 19 14 13 24 14 0 7 20 14 20 17 19 14 19 4 5 17 14 13 19 14 6 4 13 4 18 8 18 8 14 13 13 20 17 22 0 24 13 4 1 0 24 14 20 0 6 14 6 1 14 22 18 6 14 22 10 18 4 11 20 19 4 13 8 18 20 17 4 20 13 22 8 19 19 8 13 6 13 4 18 18 15 4 17 21 24 0 22 4 23 14 13 19 17 4 4 4 6 14 18 20 18 20 14 14 13 18 3 14 13 18 11 14 6
650.59/651.86	c 652	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
650.59/651.87	c 652	CPU 650.81 (0.05 0.02 649.46 1.28)
650.59/651.87	c 652	END Sun Jul 12 02:45:22 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2073700-1247358870/watcher-2073700-1247358870 -o /tmp/evaluation-result-2073700-1247358870/solver-2073700-1247358870 -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-2073700-1247358870.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: 1.85 1.97 1.99 4/82 22260
/proc/meminfo: memFree=1746712/2055920 swapFree=4192812/4192956
[pid=22260] ppid=22258 vsize=18576 CPUtime=0
/proc/22260/stat : 22260 (runsolver) R 22258 22260 20053 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22954243 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22260/statm: 4644 284 249 26 0 2626 0

[startup+0.0557259 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 22260
/proc/meminfo: memFree=1746712/2055920 swapFree=4192812/4192956
[pid=22260] ppid=22258 vsize=14908 CPUtime=0.04
/proc/22260/stat : 22260 (sugar) R 22258 22260 20053 0 -1 4194304 883 0 0 0 3 1 0 0 20 0 1 0 22954243 15265792 851 996147200 4194304 4206940 548682068608 18446744073709551615 245482564238 0 0 4224 0 0 0 0 17 1 0 0
/proc/22260/statm: 3727 851 378 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14908

[startup+0.105155 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 22260
/proc/meminfo: memFree=1746712/2055920 swapFree=4192812/4192956
[pid=22260] ppid=22258 vsize=16868 CPUtime=0.06
/proc/22260/stat : 22260 (sugar) S 22258 22260 20053 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22954243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22260/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301755 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 22260
/proc/meminfo: memFree=1746712/2055920 swapFree=4192812/4192956
[pid=22260] ppid=22258 vsize=16868 CPUtime=0.06
/proc/22260/stat : 22260 (sugar) S 22258 22260 20053 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22954243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22260/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701797 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 22260
/proc/meminfo: memFree=1746712/2055920 swapFree=4192812/4192956
[pid=22260] ppid=22258 vsize=16868 CPUtime=0.06
/proc/22260/stat : 22260 (sugar) S 22258 22260 20053 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22954243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22260/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50288 s]
/proc/loadavg: 1.85 1.97 1.99 4/93 22282
/proc/meminfo: memFree=1735744/2055920 swapFree=4192812/4192956
[pid=22260] ppid=22258 vsize=16868 CPUtime=0.7
/proc/22260/stat : 22260 (sugar) S 22258 22260 20053 0 -1 4194304 1309 8222 0 1 5 1 59 5 15 0 1 0 22954243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22260/statm: 4217 1111 409 3 0 796 0
[pid=22273] ppid=22260 vsize=5356 CPUtime=0
/proc/22273/stat : 22273 (sh) S 22260 22260 20053 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22954320 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22273/statm: 1339 233 193 169 0 50 0
[pid=22274] ppid=22273 vsize=864344 CPUtime=0.71
/proc/22274/stat : 22274 (java) S 22273 22260 20053 0 -1 0 8231 0 1 0 67 4 0 0 18 0 9 0 22954320 885088256 7435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22274/statm: 216086 7435 2566 9 0 210591 0
[pid=22274/tid=22275] ppid=22273 vsize=864344 CPUtime=0.41
/proc/22274/task/22275/stat : 22275 (java) R 22273 22260 20053 0 -1 64 2582 0 1 0 40 1 0 0 18 0 9 0 22954321 885088256 7435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22276] ppid=22273 vsize=864344 CPUtime=0.22
/proc/22274/task/22276/stat : 22276 (java) R 22273 22260 20053 0 -1 64 4634 0 0 0 21 1 0 0 16 0 9 0 22954322 885088256 7435 996147200 134512640 134550932 4294955936 18446744073709551615 102758183 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22277] ppid=22273 vsize=864344 CPUtime=0
/proc/22274/task/22277/stat : 22277 (java) S 22273 22260 20053 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22954323 885088256 7435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22278] ppid=22273 vsize=864344 CPUtime=0
/proc/22274/task/22278/stat : 22278 (java) S 22273 22260 20053 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22954323 885088256 7435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22279] ppid=22273 vsize=864344 CPUtime=0
/proc/22274/task/22279/stat : 22279 (java) S 22273 22260 20053 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22954325 885088256 7435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22280] ppid=22273 vsize=864344 CPUtime=0.04
/proc/22274/task/22280/stat : 22280 (java) S 22273 22260 20053 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 22954325 885088256 7435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22281] ppid=22273 vsize=864344 CPUtime=0
/proc/22274/task/22281/stat : 22281 (java) S 22273 22260 20053 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22954325 885088256 7435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22282] ppid=22273 vsize=864344 CPUtime=0
/proc/22274/task/22282/stat : 22282 (java) S 22273 22260 20053 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22954325 885088256 7435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886568

[startup+3.10204 s]
/proc/loadavg: 1.85 1.97 1.99 4/93 22282
/proc/meminfo: memFree=1707456/2055920 swapFree=4192812/4192956
[pid=22260] ppid=22258 vsize=16868 CPUtime=0.7
/proc/22260/stat : 22260 (sugar) S 22258 22260 20053 0 -1 4194304 1309 8222 0 1 5 1 59 5 15 0 1 0 22954243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22260/statm: 4217 1111 409 3 0 796 0
[pid=22273] ppid=22260 vsize=5356 CPUtime=0
/proc/22273/stat : 22273 (sh) S 22260 22260 20053 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22954320 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22273/statm: 1339 233 193 169 0 50 0
[pid=22274] ppid=22273 vsize=868544 CPUtime=2.29
/proc/22274/stat : 22274 (java) S 22273 22260 20053 0 -1 0 18596 0 1 0 221 8 0 0 18 0 9 0 22954320 889389056 17675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22274/statm: 217136 17675 2567 9 0 211641 0
[pid=22274/tid=22275] ppid=22273 vsize=868544 CPUtime=1.05
/proc/22274/task/22275/stat : 22275 (java) R 22273 22260 20053 0 -1 64 3243 0 1 0 104 1 0 0 24 0 9 0 22954321 889389056 17675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22276] ppid=22273 vsize=868544 CPUtime=1.06
/proc/22274/task/22276/stat : 22276 (java) R 22273 22260 20053 0 -1 64 13186 0 0 0 101 5 0 0 16 0 9 0 22954322 889389056 17675 996147200 134512640 134550932 4294955936 18446744073709551615 102759496 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22277] ppid=22273 vsize=868544 CPUtime=0
/proc/22274/task/22277/stat : 22277 (java) S 22273 22260 20053 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22954323 889389056 17675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22278] ppid=22273 vsize=868544 CPUtime=0
/proc/22274/task/22278/stat : 22278 (java) S 22273 22260 20053 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22954323 889389056 17675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22279] ppid=22273 vsize=868544 CPUtime=0
/proc/22274/task/22279/stat : 22279 (java) S 22273 22260 20053 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22954325 889389056 17675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22280] ppid=22273 vsize=868544 CPUtime=0.15
/proc/22274/task/22280/stat : 22280 (java) S 22273 22260 20053 0 -1 64 1464 0 0 0 15 0 0 0 16 0 9 0 22954325 889389056 17675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22281] ppid=22273 vsize=868544 CPUtime=0
/proc/22274/task/22281/stat : 22281 (java) S 22273 22260 20053 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22954325 889389056 17675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22282] ppid=22273 vsize=868544 CPUtime=0
/proc/22274/task/22282/stat : 22282 (java) S 22273 22260 20053 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22954325 889389056 17675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890768

[startup+6.30136 s]
/proc/loadavg: 1.94 1.98 1.99 4/93 22282
/proc/meminfo: memFree=1635520/2055920 swapFree=4192812/4192956
[pid=22260] ppid=22258 vsize=16868 CPUtime=0.71
/proc/22260/stat : 22260 (sugar) S 22258 22260 20053 0 -1 4194304 1311 8222 0 1 5 2 59 5 16 0 1 0 22954243 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22260/statm: 4217 1112 409 3 0 796 0
[pid=22273] ppid=22260 vsize=5356 CPUtime=0
/proc/22273/stat : 22273 (sh) S 22260 22260 20053 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22954320 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22273/statm: 1339 233 193 169 0 50 0
[pid=22274] ppid=22273 vsize=868708 CPUtime=5.49
/proc/22274/stat : 22274 (java) S 22273 22260 20053 0 -1 0 27397 0 1 0 535 14 0 0 18 0 9 0 22954320 889556992 26033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22274/statm: 217177 26033 2591 9 0 211654 0
[pid=22274/tid=22275] ppid=22273 vsize=868708 CPUtime=2.96
/proc/22274/task/22275/stat : 22275 (java) R 22273 22260 20053 0 -1 64 3834 0 1 0 293 3 0 0 25 0 9 0 22954321 889556992 26033 996147200 134512640 134550932 4294955936 18446744073709551615 102094223 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22274/tid=22276] ppid=22273 vsize=868708 CPUtime=2.31
/proc/22274/task/22276/stat : 22276 (java) S 22273 22260 20053 0 -1 64 21369 0 0 0 222 9 0 0 16 0 9 0 22954322 889556992 26033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22274/tid=22277] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22277/stat : 22277 (java) S 22273 22260 20053 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22954323 889556992 26033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22278] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22278/stat : 22278 (java) S 22273 22260 20053 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22954323 889556992 26033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22279] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22279/stat : 22279 (java) S 22273 22260 20053 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22954325 889556992 26033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22280] ppid=22273 vsize=868708 CPUtime=0.18
/proc/22274/task/22280/stat : 22280 (java) S 22273 22260 20053 0 -1 64 1491 0 0 0 18 0 0 0 16 0 9 0 22954325 889556992 26033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22274/tid=22281] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22281/stat : 22281 (java) S 22273 22260 20053 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22954325 889556992 26033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22282] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22282/stat : 22282 (java) S 22273 22260 20053 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22954325 889556992 26033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890932

[startup+12.703 s]
/proc/loadavg: 1.94 1.98 1.99 3/93 22282
/proc/meminfo: memFree=1637056/2055920 swapFree=4192812/4192956
[pid=22260] ppid=22258 vsize=16868 CPUtime=0.71
/proc/22260/stat : 22260 (sugar) S 22258 22260 20053 0 -1 4194304 1311 8222 0 1 5 2 59 5 16 0 1 0 22954243 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22260/statm: 4217 1112 409 3 0 796 0
[pid=22273] ppid=22260 vsize=5356 CPUtime=0
/proc/22273/stat : 22273 (sh) S 22260 22260 20053 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22954320 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22273/statm: 1339 233 193 169 0 50 0
[pid=22274] ppid=22273 vsize=868708 CPUtime=11.88
/proc/22274/stat : 22274 (java) S 22273 22260 20053 0 -1 0 28042 0 1 0 1170 18 0 0 18 0 9 0 22954320 889556992 26620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22274/statm: 217177 26620 2591 9 0 211654 0
[pid=22274/tid=22275] ppid=22273 vsize=868708 CPUtime=9.18
/proc/22274/task/22275/stat : 22275 (java) R 22273 22260 20053 0 -1 64 3893 0 1 0 911 7 0 0 25 0 9 0 22954321 889556992 26620 996147200 134512640 134550932 4294955936 18446744073709551615 4126906789 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22274/tid=22276] ppid=22273 vsize=868708 CPUtime=2.48
/proc/22274/task/22276/stat : 22276 (java) S 22273 22260 20053 0 -1 64 21949 0 0 0 239 9 0 0 16 0 9 0 22954322 889556992 26620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22274/tid=22277] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22277/stat : 22277 (java) S 22273 22260 20053 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22954323 889556992 26620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22278] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22278/stat : 22278 (java) S 22273 22260 20053 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22954323 889556992 26620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22279] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22279/stat : 22279 (java) S 22273 22260 20053 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22954325 889556992 26620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22280] ppid=22273 vsize=868708 CPUtime=0.19
/proc/22274/task/22280/stat : 22280 (java) S 22273 22260 20053 0 -1 64 1497 0 0 0 19 0 0 0 16 0 9 0 22954325 889556992 26620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22274/tid=22281] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22281/stat : 22281 (java) S 22273 22260 20053 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22954325 889556992 26620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22282] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22282/stat : 22282 (java) S 22273 22260 20053 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22954325 889556992 26620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 890932

[startup+25.5023 s]
/proc/loadavg: 1.95 1.98 1.99 3/93 22282
/proc/meminfo: memFree=1614976/2055920 swapFree=4192812/4192956
[pid=22260] ppid=22258 vsize=16868 CPUtime=0.71
/proc/22260/stat : 22260 (sugar) S 22258 22260 20053 0 -1 4194304 1311 8222 0 1 5 2 59 5 16 0 1 0 22954243 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22260/statm: 4217 1112 409 3 0 796 0
[pid=22273] ppid=22260 vsize=5356 CPUtime=0
/proc/22273/stat : 22273 (sh) S 22260 22260 20053 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22954320 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22273/statm: 1339 233 193 169 0 50 0
[pid=22274] ppid=22273 vsize=868708 CPUtime=24.67
/proc/22274/stat : 22274 (java) S 22273 22260 20053 0 -1 0 31773 0 1 0 2443 24 0 0 18 0 9 0 22954320 889556992 30292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22274/statm: 217177 30292 2591 9 0 211654 0
[pid=22274/tid=22275] ppid=22273 vsize=868708 CPUtime=21.73
/proc/22274/task/22275/stat : 22275 (java) R 22273 22260 20053 0 -1 64 3952 0 1 0 2162 11 0 0 25 0 9 0 22954321 889556992 30292 996147200 134512640 134550932 4294955936 18446744073709551615 103210908 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22274/tid=22276] ppid=22273 vsize=868708 CPUtime=2.72
/proc/22274/task/22276/stat : 22276 (java) S 22273 22260 20053 0 -1 64 25621 0 0 0 261 11 0 0 16 0 9 0 22954322 889556992 30292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22274/tid=22277] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22277/stat : 22277 (java) S 22273 22260 20053 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22954323 889556992 30292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22278] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22278/stat : 22278 (java) S 22273 22260 20053 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22954323 889556992 30292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22279] ppid=22273 vsize=868708 CPUtime=0

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

/proc/22273/statm: 1339 233 193 169 0 50 0
[pid=22274] ppid=22273 vsize=868708 CPUtime=461.17
/proc/22274/stat : 22274 (java) S 22273 22260 20053 0 -1 0 67349 0 1 0 46038 79 0 0 18 0 9 0 22954320 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22274/statm: 217177 46706 2591 9 0 211654 0
[pid=22274/tid=22275] ppid=22273 vsize=868708 CPUtime=455.47
/proc/22274/task/22275/stat : 22275 (java) R 22273 22260 20053 0 -1 64 4572 0 1 0 45500 47 0 0 25 0 9 0 22954321 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4126906799 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22274/tid=22276] ppid=22273 vsize=868708 CPUtime=5.45
/proc/22274/task/22276/stat : 22276 (java) S 22273 22260 20053 0 -1 64 60566 0 0 0 515 30 0 0 16 0 9 0 22954322 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22274/tid=22277] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22277/stat : 22277 (java) S 22273 22260 20053 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22954323 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22274/tid=22278] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22278/stat : 22278 (java) S 22273 22260 20053 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22954323 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22279] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22279/stat : 22279 (java) S 22273 22260 20053 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22954325 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22280] ppid=22273 vsize=868708 CPUtime=0.21
/proc/22274/task/22280/stat : 22280 (java) S 22273 22260 20053 0 -1 64 1508 0 0 0 21 0 0 0 16 0 9 0 22954325 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22274/tid=22281] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22281/stat : 22281 (java) S 22273 22260 20053 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22954325 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22282] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22282/stat : 22282 (java) S 22273 22260 20053 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22954325 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.88
Current children cumulated vsize (KiB) 890932

[startup+522.303 s]
/proc/loadavg: 1.97 1.92 1.95 3/84 22362
/proc/meminfo: memFree=1581640/2055920 swapFree=4192812/4192956
[pid=22260] ppid=22258 vsize=16868 CPUtime=0.71
/proc/22260/stat : 22260 (sugar) S 22258 22260 20053 0 -1 4194304 1311 8222 0 1 5 2 59 5 16 0 1 0 22954243 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22260/statm: 4217 1112 409 3 0 796 0
[pid=22273] ppid=22260 vsize=5356 CPUtime=0
/proc/22273/stat : 22273 (sh) S 22260 22260 20053 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22954320 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22273/statm: 1339 233 193 169 0 50 0
[pid=22274] ppid=22273 vsize=868708 CPUtime=521.14
/proc/22274/stat : 22274 (java) S 22273 22260 20053 0 -1 0 67379 0 1 0 52034 80 0 0 18 0 9 0 22954320 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22274/statm: 217177 46706 2591 9 0 211654 0
[pid=22274/tid=22275] ppid=22273 vsize=868708 CPUtime=515.31
/proc/22274/task/22275/stat : 22275 (java) R 22273 22260 20053 0 -1 64 4602 0 1 0 51483 48 0 0 25 0 9 0 22954321 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22274/tid=22276] ppid=22273 vsize=868708 CPUtime=5.6
/proc/22274/task/22276/stat : 22276 (java) S 22273 22260 20053 0 -1 64 60566 0 0 0 529 31 0 0 16 0 9 0 22954322 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22274/tid=22277] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22277/stat : 22277 (java) S 22273 22260 20053 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22954323 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22274/tid=22278] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22278/stat : 22278 (java) S 22273 22260 20053 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22954323 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22279] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22279/stat : 22279 (java) S 22273 22260 20053 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22954325 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22280] ppid=22273 vsize=868708 CPUtime=0.21
/proc/22274/task/22280/stat : 22280 (java) S 22273 22260 20053 0 -1 64 1508 0 0 0 21 0 0 0 16 0 9 0 22954325 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22274/tid=22281] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22281/stat : 22281 (java) S 22273 22260 20053 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22954325 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22282] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22282/stat : 22282 (java) S 22273 22260 20053 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22954325 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.85
Current children cumulated vsize (KiB) 890932

[startup+582.303 s]
/proc/loadavg: 1.99 1.93 1.95 3/84 22362
/proc/meminfo: memFree=1581640/2055920 swapFree=4192812/4192956
[pid=22260] ppid=22258 vsize=16868 CPUtime=0.71
/proc/22260/stat : 22260 (sugar) S 22258 22260 20053 0 -1 4194304 1311 8222 0 1 5 2 59 5 16 0 1 0 22954243 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22260/statm: 4217 1112 409 3 0 796 0
[pid=22273] ppid=22260 vsize=5356 CPUtime=0
/proc/22273/stat : 22273 (sh) S 22260 22260 20053 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22954320 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22273/statm: 1339 233 193 169 0 50 0
[pid=22274] ppid=22273 vsize=868708 CPUtime=581.12
/proc/22274/stat : 22274 (java) S 22273 22260 20053 0 -1 0 67419 0 1 0 58031 81 0 0 18 0 9 0 22954320 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22274/statm: 217177 46706 2591 9 0 211654 0
[pid=22274/tid=22275] ppid=22273 vsize=868708 CPUtime=575.1
/proc/22274/task/22275/stat : 22275 (java) R 22273 22260 20053 0 -1 64 4642 0 1 0 57462 48 0 0 25 0 9 0 22954321 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22274/tid=22276] ppid=22273 vsize=868708 CPUtime=5.78
/proc/22274/task/22276/stat : 22276 (java) S 22273 22260 20053 0 -1 64 60566 0 0 0 547 31 0 0 16 0 9 0 22954322 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22274/tid=22277] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22277/stat : 22277 (java) S 22273 22260 20053 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22954323 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22274/tid=22278] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22278/stat : 22278 (java) S 22273 22260 20053 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22954323 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22279] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22279/stat : 22279 (java) S 22273 22260 20053 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22954325 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22280] ppid=22273 vsize=868708 CPUtime=0.21
/proc/22274/task/22280/stat : 22280 (java) S 22273 22260 20053 0 -1 64 1508 0 0 0 21 0 0 0 16 0 9 0 22954325 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22274/tid=22281] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22281/stat : 22281 (java) S 22273 22260 20053 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22954325 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22274/tid=22282] ppid=22273 vsize=868708 CPUtime=0
/proc/22274/task/22282/stat : 22282 (java) R 22273 22260 20053 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22954325 889556992 46706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.83
Current children cumulated vsize (KiB) 890932

[startup+642.301 s]
/proc/loadavg: 1.99 1.94 1.95 3/76 22364
/proc/meminfo: memFree=1608392/2055920 swapFree=4192812/4192956
[pid=22260] ppid=22258 vsize=16868 CPUtime=592.15
/proc/22260/stat : 22260 (sugar) S 22258 22260 20053 0 -1 4194304 1376 76001 0 2 5 2 59109 99 16 0 1 0 22954243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22260/statm: 4217 1113 409 3 0 796 0
[pid=22363] ppid=22260 vsize=5356 CPUtime=0
/proc/22363/stat : 22363 (sh) S 22260 22260 20053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23013506 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22363/statm: 1339 232 193 169 0 50 0
[pid=22364] ppid=22363 vsize=134880 CPUtime=49.18
/proc/22364/stat : 22364 (minisat) R 22363 22260 20053 0 -1 4194304 32835 0 0 0 4895 23 0 0 25 0 1 0 23013507 138117120 32821 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/22364/statm: 33720 32821 76 150 0 33567 0
Current children cumulated CPU time (s) 641.33
Current children cumulated vsize (KiB) 157104

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

[startup+646.302 s]
/proc/loadavg: 1.99 1.94 1.95 3/76 22364
/proc/meminfo: memFree=1608008/2055920 swapFree=4192812/4192956
[pid=22260] ppid=22258 vsize=16868 CPUtime=592.15
/proc/22260/stat : 22260 (sugar) S 22258 22260 20053 0 -1 4194304 1376 76001 0 2 5 2 59109 99 16 0 1 0 22954243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22260/statm: 4217 1113 409 3 0 796 0
[pid=22363] ppid=22260 vsize=5356 CPUtime=0
/proc/22363/stat : 22363 (sh) S 22260 22260 20053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23013506 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22363/statm: 1339 232 193 169 0 50 0
[pid=22364] ppid=22363 vsize=135328 CPUtime=53.14
/proc/22364/stat : 22364 (minisat) R 22363 22260 20053 0 -1 4194304 32968 0 0 0 5291 23 0 0 25 0 1 0 23013507 138575872 32954 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22364/statm: 33832 32954 76 150 0 33679 0
Current children cumulated CPU time (s) 645.29
Current children cumulated vsize (KiB) 157552

[startup+649.502 s]
/proc/loadavg: 1.99 1.94 1.95 3/76 22364
/proc/meminfo: memFree=1607112/2055920 swapFree=4192812/4192956
[pid=22260] ppid=22258 vsize=16868 CPUtime=592.15
/proc/22260/stat : 22260 (sugar) S 22258 22260 20053 0 -1 4194304 1376 76001 0 2 5 2 59109 99 16 0 1 0 22954243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22260/statm: 4217 1113 409 3 0 796 0
[pid=22363] ppid=22260 vsize=5356 CPUtime=0
/proc/22363/stat : 22363 (sh) S 22260 22260 20053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23013506 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22363/statm: 1339 232 193 169 0 50 0
[pid=22364] ppid=22363 vsize=136288 CPUtime=56.31
/proc/22364/stat : 22364 (minisat) R 22363 22260 20053 0 -1 4194304 33199 0 0 0 5608 23 0 0 25 0 1 0 23013507 139558912 33185 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22364/statm: 34072 33185 76 150 0 33919 0
Current children cumulated CPU time (s) 648.46
Current children cumulated vsize (KiB) 158512

[startup+651.102 s]
/proc/loadavg: 1.99 1.94 1.95 3/76 22364
/proc/meminfo: memFree=1606728/2055920 swapFree=4192812/4192956
[pid=22260] ppid=22258 vsize=16868 CPUtime=592.15
/proc/22260/stat : 22260 (sugar) S 22258 22260 20053 0 -1 4194304 1376 76001 0 2 5 2 59109 99 16 0 1 0 22954243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22260/statm: 4217 1113 409 3 0 796 0
[pid=22363] ppid=22260 vsize=5356 CPUtime=0
/proc/22363/stat : 22363 (sh) S 22260 22260 20053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23013506 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22363/statm: 1339 232 193 169 0 50 0
[pid=22364] ppid=22363 vsize=136556 CPUtime=57.89
/proc/22364/stat : 22364 (minisat) R 22363 22260 20053 0 -1 4194304 33254 0 0 0 5766 23 0 0 25 0 1 0 23013507 139833344 33240 996147200 134512640 135127466 4294956256 18446744073709551615 134530676 0 0 4096 3 0 0 0 17 1 0 0
/proc/22364/statm: 34139 33240 76 150 0 33986 0
Current children cumulated CPU time (s) 650.04
Current children cumulated vsize (KiB) 158780

[startup+651.502 s]
/proc/loadavg: 1.99 1.94 1.95 3/76 22364
/proc/meminfo: memFree=1606728/2055920 swapFree=4192812/4192956
[pid=22260] ppid=22258 vsize=16868 CPUtime=592.15
/proc/22260/stat : 22260 (sugar) S 22258 22260 20053 0 -1 4194304 1376 76001 0 2 5 2 59109 99 16 0 1 0 22954243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22260/statm: 4217 1113 409 3 0 796 0
[pid=22363] ppid=22260 vsize=5356 CPUtime=0
/proc/22363/stat : 22363 (sh) S 22260 22260 20053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23013506 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22363/statm: 1339 232 193 169 0 50 0
[pid=22364] ppid=22363 vsize=136688 CPUtime=58.29
/proc/22364/stat : 22364 (minisat) R 22363 22260 20053 0 -1 4194304 33290 0 0 0 5806 23 0 0 25 0 1 0 23013507 139968512 33276 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22364/statm: 34172 33276 76 150 0 34019 0
Current children cumulated CPU time (s) 650.44
Current children cumulated vsize (KiB) 158912

[startup+651.901 s]
/proc/loadavg: 1.99 1.94 1.95 3/76 22364
/proc/meminfo: memFree=1606728/2055920 swapFree=4192812/4192956
[pid=22260] ppid=22258 vsize=16868 CPUtime=650.84
/proc/22260/stat : 22260 (sugar) R 22258 22260 20053 0 -1 4194304 1479 113407 0 3 5 5 64946 128 16 0 1 0 22954243 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 245482886185 0 0 4224 16386 0 0 0 17 1 0 0
/proc/22260/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 650.84
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 651.918
CPU time (s): 650.879
CPU user time (s): 649.525
CPU system time (s): 1.35379
CPU usage (%): 99.8407
Max. virtual memory (cumulated for all children) (KiB): 916544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 649.525
system time used= 1.35379
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114946
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= 21106
involuntary context switches= 18846

runsolver used 0.845871 second user time and 2.15067 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-12 02:34:30
IDJOB=2073700
IDBENCH=56003
IDSOLVER=739
FILE ID=node17/2073700-1247358870
PBS_JOBID= 9506823
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ukPuzzle/normalized-crossword-m1-uk-puzzle22.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-2073700-1247358870/watcher-2073700-1247358870 -o /tmp/evaluation-result-2073700-1247358870/solver-2073700-1247358870 -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-2073700-1247358870.xml

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

MD5SUM BENCH= f276a46bd828722ff96f92f095d5cf90
RANDOM SEED=1764943035

node17.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.213
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.213
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:       1747192 kB
Buffers:         48000 kB
Cached:         104796 kB
SwapCached:          0 kB
Active:         195964 kB
Inactive:        55720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8680 kB
Writeback:           0 kB
Mapped:         120152 kB
Slab:            41900 kB
Committed_AS:   265428 kB
PageTables:       2160 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= 66448 MiB
End job on node17 at 2009-07-12 02:45:22