Trace number 2077692

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+picosat? (TO) 1800 1824.13

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-08.xml
MD5SUMd20c7bd53f46e51d24a0574180a1c33a
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.609906
Satisfiable
(Un)Satisfiability was proved
Number of variables295
Number of constraints3243
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension130
Number of constraints which are defined in intension3113
Global constraints used (with number of constraints)

Solver Data

0.02/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.02/0.07	c 0	BEGIN Sun Jul 12 04:25:19 2009
0.02/0.07	c 0	PID 1490
0.02/0.08	c 0	HOST node89.alineos.net
0.02/0.08	c 0	CONVERTING HOME/instance-2077692-1247365519.xml TO HOME/temp.csp
0.02/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-2077692-1247365519.xml' 'HOME/temp.csp'
0.06/0.85	c 1	1 domains, 295 variables, 9 predicates, 8 relations, 3243 constraints
0.06/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.87	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.80/0.94	c 1	Parsing HOME/temp.csp
1.20/1.39	c 1	parsed 3556 expressions
1.30/1.40	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.30/1.40	c 1	Converting to clausal form CSP
1.60/1.73	c 1	converted 356 (10%) expressions
3.11/3.31	c 3	converted 712 (20%) expressions
3.20/3.41	c 3	converted 1067 (30%) expressions
3.30/3.54	c 3	converted 1423 (40%) expressions
3.30/3.58	c 3	converted 1778 (50%) expressions
3.87/4.14	c 4	converted 2134 (60%) expressions
3.87/4.19	c 4	converted 2490 (70%) expressions
3.96/4.22	c 4	converted 2845 (80%) expressions
4.24/4.54	c 4	converted 3201 (90%) expressions
4.42/4.73	c 4	converted 3556 (100%) expressions
4.42/4.73	c 4	CSP : 295 integers, 0 booleans, 3243 clauses, largest domain size 26
4.42/4.73	c 4	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.42/4.73	c 4	Propagation in CSP
4.42/4.79	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.42/4.79	c 5	CSP : 295 integers, 0 booleans, 3243 clauses, largest domain size 26
4.42/4.79	c 5	Heap : 89 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.42/4.79	c 5	Simplifing CSP by introducing new Boolean variables
4.62/4.90	c 5	CSP : 295 integers, 24948 booleans, 28191 clauses, largest domain size 26
4.62/4.90	c 5	Heap : 97 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.10/5.44	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.10/5.48	c 5	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
5.10/5.48	c 5	59 (20%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
5.10/5.48	c 5	89 (30%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
5.10/5.48	c 5	118 (40%) CSP integer variables are encoded (2832 clauses, 34753 bytes)
5.10/5.48	c 5	148 (50%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
5.10/5.48	c 5	177 (60%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
5.10/5.49	c 5	207 (70%) CSP integer variables are encoded (4968 clauses, 62521 bytes)
5.10/5.49	c 5	236 (80%) CSP integer variables are encoded (5664 clauses, 71569 bytes)
5.10/5.49	c 5	266 (90%) CSP integer variables are encoded (6384 clauses, 80929 bytes)
5.10/5.49	c 5	295 (100%) CSP integer variables are encoded (7080 clauses, 89977 bytes)
49.83/53.37	c 53	2820 (10%) CSP clauses are encoded (829322 clauses, 33315131 bytes)
65.43/70.38	c 70	5639 (20%) CSP clauses are encoded (958112 clauses, 38206522 bytes)
79.42/85.66	c 85	8458 (30%) CSP clauses are encoded (1086902 clauses, 43239627 bytes)
79.51/85.77	c 86	11277 (40%) CSP clauses are encoded (1152346 clauses, 44475359 bytes)
79.69/85.91	c 86	14096 (50%) CSP clauses are encoded (1217815 clauses, 45735100 bytes)
111.73/120.72	c 120	16915 (60%) CSP clauses are encoded (1409926 clauses, 55098084 bytes)
111.81/120.86	c 121	19734 (70%) CSP clauses are encoded (1475395 clauses, 56389288 bytes)
111.92/121.00	c 121	22553 (80%) CSP clauses are encoded (1540864 clauses, 57680492 bytes)
172.71/188.29	c 188	25372 (90%) CSP clauses are encoded (1859617 clauses, 75115256 bytes)
209.11/228.23	c 228	28191 (100%) CSP clauses are encoded (2114303 clauses, 91115601 bytes)
209.11/228.23	c 228	28191 CSP clauses encoded
209.11/228.23	c 228	Writing map file : HOME/temp.map
209.11/228.25	c 228	Heap : 96 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
209.11/228.25	c 228	SAT : 32323 SAT variables, 2114303 SAT clauses, 91115601 bytes
209.11/228.25	c 228	Heap : 96 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
209.17/228.32	c 228	SOLVING HOME/temp.cnf
209.17/228.32	c 228	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.00/1824.11	c ERROR INTERRUPTED
1800.00/1824.13	s UNKNOWN
1800.00/1824.13	c 1824	CPU 209.21 (0.06 0.01 208.04 1.1)
1800.00/1824.13	c 1824	END Sun Jul 12 04:55:43 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077692-1247365519/watcher-2077692-1247365519 -o /tmp/evaluation-result-2077692-1247365519/solver-2077692-1247365519 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2077692-1247365519.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: 3.30 2.71 2.38 5/81 1490
/proc/meminfo: memFree=1756136/2055920 swapFree=4192812/4192956
[pid=1490] ppid=1488 vsize=12272 CPUtime=0
/proc/1490/stat : 1490 (sugar) R 1488 1490 19636 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 23617042 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 0 0 0 0 17 0 0 0
/proc/1490/statm: 3068 364 274 3 0 168 0

[startup+0.040771 s]
/proc/loadavg: 3.30 2.71 2.38 5/81 1490
/proc/meminfo: memFree=1756136/2055920 swapFree=4192812/4192956
[pid=1490] ppid=1488 vsize=13468 CPUtime=0.02
/proc/1490/stat : 1490 (sugar) R 1488 1490 19636 0 -1 4194304 753 0 0 0 2 0 0 0 18 0 1 0 23617042 13791232 721 996147200 4194304 4206940 548682068608 18446744073709551615 249078791166 0 0 4224 0 0 0 0 17 0 0 0
/proc/1490/statm: 3367 721 338 3 0 467 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13468

[startup+0.101947 s]
/proc/loadavg: 3.30 2.71 2.38 5/81 1490
/proc/meminfo: memFree=1756136/2055920 swapFree=4192812/4192956
[pid=1490] ppid=1488 vsize=16868 CPUtime=0.06
/proc/1490/stat : 1490 (sugar) S 1488 1490 19636 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23617042 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1490/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301793 s]
/proc/loadavg: 3.30 2.71 2.38 5/81 1490
/proc/meminfo: memFree=1756136/2055920 swapFree=4192812/4192956
[pid=1490] ppid=1488 vsize=16868 CPUtime=0.06
/proc/1490/stat : 1490 (sugar) S 1488 1490 19636 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23617042 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1490/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701837 s]
/proc/loadavg: 3.30 2.71 2.38 5/81 1490
/proc/meminfo: memFree=1756136/2055920 swapFree=4192812/4192956
[pid=1490] ppid=1488 vsize=16868 CPUtime=0.06
/proc/1490/stat : 1490 (sugar) S 1488 1490 19636 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23617042 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1490/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50292 s]
/proc/loadavg: 3.30 2.71 2.38 4/92 1547
/proc/meminfo: memFree=1747088/2055920 swapFree=4192812/4192956
[pid=1490] ppid=1488 vsize=16868 CPUtime=0.8
/proc/1490/stat : 1490 (sugar) S 1488 1490 19636 0 -1 4194304 1309 8898 0 1 5 1 69 5 15 0 1 0 23617042 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1490/statm: 4217 1111 409 3 0 796 0
[pid=1538] ppid=1490 vsize=5356 CPUtime=0
/proc/1538/stat : 1538 (sh) S 1490 1490 19636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23617129 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1538/statm: 1339 233 193 169 0 50 0
[pid=1539] ppid=1538 vsize=864376 CPUtime=0.6
/proc/1539/stat : 1539 (java) S 1538 1490 19636 0 -1 0 7841 0 1 0 56 4 0 0 18 0 9 0 23617129 885121024 7118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1539/statm: 216094 7118 2567 9 0 210599 0
[pid=1539/tid=1540] ppid=1538 vsize=864376 CPUtime=0.36
/proc/1539/task/1540/stat : 1540 (java) R 1538 1490 19636 0 -1 64 2588 0 1 0 35 1 0 0 22 0 9 0 23617130 885121024 7118 996147200 134512640 134550932 4294955936 18446744073709551615 103211691 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1541] ppid=1538 vsize=864376 CPUtime=0.18
/proc/1539/task/1541/stat : 1541 (java) S 1538 1490 19636 0 -1 64 4237 0 0 0 16 2 0 0 16 0 9 0 23617131 885121024 7118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1542] ppid=1538 vsize=864376 CPUtime=0
/proc/1539/task/1542/stat : 1542 (java) S 1538 1490 19636 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23617132 885121024 7118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1543] ppid=1538 vsize=864376 CPUtime=0
/proc/1539/task/1543/stat : 1543 (java) S 1538 1490 19636 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23617132 885121024 7118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1544] ppid=1538 vsize=864376 CPUtime=0
/proc/1539/task/1544/stat : 1544 (java) S 1538 1490 19636 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23617134 885121024 7118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1545] ppid=1538 vsize=864376 CPUtime=0.04
/proc/1539/task/1545/stat : 1545 (java) S 1538 1490 19636 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 23617134 885121024 7118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1546] ppid=1538 vsize=864376 CPUtime=0
/proc/1539/task/1546/stat : 1546 (java) S 1538 1490 19636 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23617134 885121024 7118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1547] ppid=1538 vsize=864376 CPUtime=0
/proc/1539/task/1547/stat : 1547 (java) S 1538 1490 19636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23617134 885121024 7118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886600

[startup+3.10208 s]
/proc/loadavg: 3.30 2.71 2.38 3/92 1572
/proc/meminfo: memFree=1716880/2055920 swapFree=4192812/4192956
[pid=1490] ppid=1488 vsize=16868 CPUtime=0.8
/proc/1490/stat : 1490 (sugar) S 1488 1490 19636 0 -1 4194304 1309 8898 0 1 5 1 69 5 16 0 1 0 23617042 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1490/statm: 4217 1111 409 3 0 796 0
[pid=1538] ppid=1490 vsize=5356 CPUtime=0
/proc/1538/stat : 1538 (sh) S 1490 1490 19636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23617129 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1538/statm: 1339 233 193 169 0 50 0
[pid=1539] ppid=1538 vsize=868048 CPUtime=2.11
/proc/1539/stat : 1539 (java) S 1538 1490 19636 0 -1 0 19158 0 1 0 202 9 0 0 18 0 9 0 23617129 888881152 18398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1539/statm: 217012 18398 2566 9 0 211517 0
[pid=1539/tid=1540] ppid=1538 vsize=868048 CPUtime=0.96
/proc/1539/task/1540/stat : 1540 (java) R 1538 1490 19636 0 -1 64 3219 0 1 0 94 2 0 0 25 0 9 0 23617130 888881152 18398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1541] ppid=1538 vsize=868048 CPUtime=1.02
/proc/1539/task/1541/stat : 1541 (java) S 1538 1490 19636 0 -1 64 14002 0 0 0 96 6 0 0 16 0 9 0 23617131 888881152 18398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1542] ppid=1538 vsize=868048 CPUtime=0
/proc/1539/task/1542/stat : 1542 (java) S 1538 1490 19636 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23617132 888881152 18398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1543] ppid=1538 vsize=868048 CPUtime=0
/proc/1539/task/1543/stat : 1543 (java) S 1538 1490 19636 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23617132 888881152 18398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1544] ppid=1538 vsize=868048 CPUtime=0
/proc/1539/task/1544/stat : 1544 (java) S 1538 1490 19636 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23617134 888881152 18398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1545] ppid=1538 vsize=868048 CPUtime=0.11
/proc/1539/task/1545/stat : 1545 (java) R 1538 1490 19636 0 -1 64 1234 0 0 0 11 0 0 0 16 0 9 0 23617134 888881152 18398 996147200 134512640 134550932 4294955936 18446744073709551615 101465124 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1546] ppid=1538 vsize=868048 CPUtime=0
/proc/1539/task/1546/stat : 1546 (java) S 1538 1490 19636 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23617134 888881152 18398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1547] ppid=1538 vsize=868048 CPUtime=0
/proc/1539/task/1547/stat : 1547 (java) S 1538 1490 19636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23617134 888881152 18398 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 890272

[startup+6.3024 s]
/proc/loadavg: 3.35 2.74 2.38 5/92 1748
/proc/meminfo: memFree=1634768/2055920 swapFree=4192812/4192956
[pid=1490] ppid=1488 vsize=16868 CPUtime=0.8
/proc/1490/stat : 1490 (sugar) S 1488 1490 19636 0 -1 4194304 1310 8898 0 1 5 1 69 5 15 0 1 0 23617042 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1490/statm: 4217 1111 409 3 0 796 0
[pid=1538] ppid=1490 vsize=5356 CPUtime=0
/proc/1538/stat : 1538 (sh) S 1490 1490 19636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23617129 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1538/statm: 1339 233 193 169 0 50 0
[pid=1539] ppid=1538 vsize=868716 CPUtime=5.13
/proc/1539/stat : 1539 (java) S 1538 1490 19636 0 -1 0 32688 0 1 0 496 17 0 0 18 0 9 0 23617129 889565184 31775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1539/statm: 217179 31775 2592 9 0 211656 0
[pid=1539/tid=1540] ppid=1538 vsize=868716 CPUtime=2.41
/proc/1539/task/1540/stat : 1540 (java) R 1538 1490 19636 0 -1 64 3969 0 1 0 238 3 0 0 25 0 9 0 23617130 889565184 31775 996147200 134512640 134550932 4294955936 18446744073709551615 4126961967 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1539/tid=1541] ppid=1538 vsize=868716 CPUtime=2.48
/proc/1539/task/1541/stat : 1541 (java) S 1538 1490 19636 0 -1 64 26502 0 0 0 236 12 0 0 16 0 9 0 23617131 889565184 31775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1539/tid=1542] ppid=1538 vsize=868716 CPUtime=0
/proc/1539/task/1542/stat : 1542 (java) S 1538 1490 19636 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23617132 889565184 31775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1543] ppid=1538 vsize=868716 CPUtime=0
/proc/1539/task/1543/stat : 1543 (java) S 1538 1490 19636 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23617132 889565184 31775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1544] ppid=1538 vsize=868716 CPUtime=0
/proc/1539/task/1544/stat : 1544 (java) S 1538 1490 19636 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23617134 889565184 31775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1545] ppid=1538 vsize=868716 CPUtime=0.21
/proc/1539/task/1545/stat : 1545 (java) S 1538 1490 19636 0 -1 64 1514 0 0 0 20 1 0 0 15 0 9 0 23617134 889565184 31775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1539/tid=1546] ppid=1538 vsize=868716 CPUtime=0
/proc/1539/task/1546/stat : 1546 (java) S 1538 1490 19636 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23617134 889565184 31775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1547] ppid=1538 vsize=868716 CPUtime=0
/proc/1539/task/1547/stat : 1547 (java) S 1538 1490 19636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23617134 889565184 31775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 890940

[startup+12.703 s]
/proc/loadavg: 3.33 2.74 2.39 3/92 2155
/proc/meminfo: memFree=1622224/2055920 swapFree=4192812/4192956
[pid=1490] ppid=1488 vsize=16868 CPUtime=0.8
/proc/1490/stat : 1490 (sugar) S 1488 1490 19636 0 -1 4194304 1310 8898 0 1 5 1 69 5 15 0 1 0 23617042 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1490/statm: 4217 1111 409 3 0 796 0
[pid=1538] ppid=1490 vsize=5356 CPUtime=0
/proc/1538/stat : 1538 (sh) S 1490 1490 19636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23617129 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1538/statm: 1339 233 193 169 0 50 0
[pid=1539] ppid=1538 vsize=868716 CPUtime=11.19
/proc/1539/stat : 1539 (java) S 1538 1490 19636 0 -1 0 32932 0 1 0 1095 24 0 0 18 0 9 0 23617129 889565184 31949 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1539/statm: 217179 31949 2592 9 0 211656 0
[pid=1539/tid=1540] ppid=1538 vsize=868716 CPUtime=8.32
/proc/1539/task/1540/stat : 1540 (java) R 1538 1490 19636 0 -1 64 4040 0 1 0 822 10 0 0 25 0 9 0 23617130 889565184 31949 996147200 134512640 134550932 4294955936 18446744073709551615 4126960756 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1539/tid=1541] ppid=1538 vsize=868716 CPUtime=2.62
/proc/1539/task/1541/stat : 1541 (java) S 1538 1490 19636 0 -1 64 26669 0 0 0 250 12 0 0 16 0 9 0 23617131 889565184 31949 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1539/tid=1542] ppid=1538 vsize=868716 CPUtime=0
/proc/1539/task/1542/stat : 1542 (java) S 1538 1490 19636 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23617132 889565184 31949 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1543] ppid=1538 vsize=868716 CPUtime=0
/proc/1539/task/1543/stat : 1543 (java) S 1538 1490 19636 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23617132 889565184 31949 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1544] ppid=1538 vsize=868716 CPUtime=0
/proc/1539/task/1544/stat : 1544 (java) S 1538 1490 19636 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23617134 889565184 31949 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1545] ppid=1538 vsize=868716 CPUtime=0.22
/proc/1539/task/1545/stat : 1545 (java) S 1538 1490 19636 0 -1 64 1520 0 0 0 21 1 0 0 17 0 9 0 23617134 889565184 31949 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1539/tid=1546] ppid=1538 vsize=868716 CPUtime=0
/proc/1539/task/1546/stat : 1546 (java) S 1538 1490 19636 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23617134 889565184 31949 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1547] ppid=1538 vsize=868716 CPUtime=0
/proc/1539/task/1547/stat : 1547 (java) S 1538 1490 19636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23617134 889565184 31949 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.99
Current children cumulated vsize (KiB) 890940

[startup+25.5013 s]
/proc/loadavg: 3.47 2.80 2.41 3/92 2680
/proc/meminfo: memFree=1604240/2055920 swapFree=4192812/4192956
[pid=1490] ppid=1488 vsize=16868 CPUtime=0.8
/proc/1490/stat : 1490 (sugar) S 1488 1490 19636 0 -1 4194304 1310 8898 0 1 5 1 69 5 15 0 1 0 23617042 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1490/statm: 4217 1111 409 3 0 796 0
[pid=1538] ppid=1490 vsize=5356 CPUtime=0
/proc/1538/stat : 1538 (sh) S 1490 1490 19636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23617129 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1538/statm: 1339 233 193 169 0 50 0
[pid=1539] ppid=1538 vsize=868716 CPUtime=23.32
/proc/1539/stat : 1539 (java) S 1538 1490 19636 0 -1 0 34731 0 1 0 2300 32 0 0 18 0 9 0 23617129 889565184 33670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1539/statm: 217179 33670 2592 9 0 211656 0
[pid=1539/tid=1540] ppid=1538 vsize=868716 CPUtime=20.08
/proc/1539/task/1540/stat : 1540 (java) R 1538 1490 19636 0 -1 64 4118 0 1 0 1993 15 0 0 25 0 9 0 23617130 889565184 33670 996147200 134512640 134550932 4294955936 18446744073709551615 4126551724 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1539/tid=1541] ppid=1538 vsize=868716 CPUtime=2.98
/proc/1539/task/1541/stat : 1541 (java) S 1538 1490 19636 0 -1 64 28390 0 0 0 284 14 0 0 16 0 9 0 23617131 889565184 33670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1539/tid=1542] ppid=1538 vsize=868716 CPUtime=0
/proc/1539/task/1542/stat : 1542 (java) S 1538 1490 19636 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23617132 889565184 33670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1543] ppid=1538 vsize=868716 CPUtime=0
/proc/1539/task/1543/stat : 1543 (java) S 1538 1490 19636 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23617132 889565184 33670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1539/tid=1544] ppid=1538 vsize=868716 CPUtime=0

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

/proc/meminfo: memFree=1508904/2055920 swapFree=4192812/4192956
[pid=1490] ppid=1488 vsize=16868 CPUtime=209.21
/proc/1490/stat : 1490 (sugar) S 1488 1490 19636 0 -1 4194304 1365 74382 0 2 6 1 20804 110 16 0 1 0 23617042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1490/statm: 4217 1113 409 3 0 796 0
[pid=18382] ppid=1490 vsize=5356 CPUtime=0
/proc/18382/stat : 18382 (sh) S 1490 1490 19636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23639875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18382/statm: 1339 232 193 169 0 50 0
[pid=18386] ppid=18382 vsize=136452 CPUtime=1129.25
/proc/18386/stat : 18386 (picosat) R 18382 1490 19636 0 -1 4194304 34066 0 0 0 110880 2045 0 0 25 0 1 0 23639875 139726848 32039 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 0 0 0
/proc/18386/statm: 34113 32039 48 102 0 34008 0
Current children cumulated CPU time (s) 1338.46
Current children cumulated vsize (KiB) 158676

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.15 3/80 22549
/proc/meminfo: memFree=1507296/2055920 swapFree=4192812/4192956
[pid=1490] ppid=1488 vsize=16868 CPUtime=209.21
/proc/1490/stat : 1490 (sugar) S 1488 1490 19636 0 -1 4194304 1365 74382 0 2 6 1 20804 110 16 0 1 0 23617042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1490/statm: 4217 1113 409 3 0 796 0
[pid=18382] ppid=1490 vsize=5356 CPUtime=0
/proc/18382/stat : 18382 (sh) S 1490 1490 19636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23639875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18382/statm: 1339 232 193 169 0 50 0
[pid=18386] ppid=18382 vsize=137904 CPUtime=1189.23
/proc/18386/stat : 18386 (picosat) R 18382 1490 19636 0 -1 4194304 34669 0 0 0 116877 2046 0 0 25 0 1 0 23639875 141213696 32434 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18386/statm: 34476 32434 48 102 0 34371 0
Current children cumulated CPU time (s) 1398.44
Current children cumulated vsize (KiB) 160128

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/80 22549
/proc/meminfo: memFree=1507232/2055920 swapFree=4192812/4192956
[pid=1490] ppid=1488 vsize=16868 CPUtime=209.21
/proc/1490/stat : 1490 (sugar) S 1488 1490 19636 0 -1 4194304 1365 74382 0 2 6 1 20804 110 16 0 1 0 23617042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1490/statm: 4217 1113 409 3 0 796 0
[pid=18382] ppid=1490 vsize=5356 CPUtime=0
/proc/18382/stat : 18382 (sh) S 1490 1490 19636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23639875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18382/statm: 1339 232 193 169 0 50 0
[pid=18386] ppid=18382 vsize=137904 CPUtime=1249.2
/proc/18386/stat : 18386 (picosat) R 18382 1490 19636 0 -1 4194304 34669 0 0 0 122874 2046 0 0 25 0 1 0 23639875 141213696 32434 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18386/statm: 34476 32434 48 102 0 34371 0
Current children cumulated CPU time (s) 1458.41
Current children cumulated vsize (KiB) 160128

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/80 22551
/proc/meminfo: memFree=1505696/2055920 swapFree=4192812/4192956
[pid=1490] ppid=1488 vsize=16868 CPUtime=209.21
/proc/1490/stat : 1490 (sugar) S 1488 1490 19636 0 -1 4194304 1365 74382 0 2 6 1 20804 110 16 0 1 0 23617042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1490/statm: 4217 1113 409 3 0 796 0
[pid=18382] ppid=1490 vsize=5356 CPUtime=0
/proc/18382/stat : 18382 (sh) S 1490 1490 19636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23639875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18382/statm: 1339 232 193 169 0 50 0
[pid=18386] ppid=18382 vsize=139224 CPUtime=1309.18
/proc/18386/stat : 18386 (picosat) R 18382 1490 19636 0 -1 4194304 35237 0 0 0 128871 2047 0 0 25 0 1 0 23639875 142565376 32787 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/18386/statm: 34806 32787 48 102 0 34701 0
Current children cumulated CPU time (s) 1518.39
Current children cumulated vsize (KiB) 161448

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/76 22551
/proc/meminfo: memFree=1505440/2055920 swapFree=4192812/4192956
[pid=1490] ppid=1488 vsize=16868 CPUtime=209.21
/proc/1490/stat : 1490 (sugar) S 1488 1490 19636 0 -1 4194304 1365 74382 0 2 6 1 20804 110 16 0 1 0 23617042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1490/statm: 4217 1113 409 3 0 796 0
[pid=18382] ppid=1490 vsize=5356 CPUtime=0
/proc/18382/stat : 18382 (sh) S 1490 1490 19636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23639875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18382/statm: 1339 232 193 169 0 50 0
[pid=18386] ppid=18382 vsize=139224 CPUtime=1369.16
/proc/18386/stat : 18386 (picosat) R 18382 1490 19636 0 -1 4194304 35237 0 0 0 134869 2047 0 0 25 0 1 0 23639875 142565376 32787 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18386/statm: 34806 32787 48 102 0 34701 0
Current children cumulated CPU time (s) 1578.37
Current children cumulated vsize (KiB) 161448

[startup+1662.3 s]
/proc/loadavg: 1.93 1.98 2.09 4/86 22633
/proc/meminfo: memFree=1492656/2055920 swapFree=4192812/4192956
[pid=1490] ppid=1488 vsize=16868 CPUtime=209.21
/proc/1490/stat : 1490 (sugar) S 1488 1490 19636 0 -1 4194304 1365 74382 0 2 6 1 20804 110 16 0 1 0 23617042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1490/statm: 4217 1113 409 3 0 796 0
[pid=18382] ppid=1490 vsize=5356 CPUtime=0
/proc/18382/stat : 18382 (sh) S 1490 1490 19636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23639875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18382/statm: 1339 232 193 169 0 50 0
[pid=18386] ppid=18382 vsize=139356 CPUtime=1429.05
/proc/18386/stat : 18386 (picosat) R 18382 1490 19636 0 -1 4194304 35510 0 0 0 140858 2047 0 0 25 0 1 0 23639875 142700544 32835 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18386/statm: 34839 32835 48 102 0 34734 0
Current children cumulated CPU time (s) 1638.26
Current children cumulated vsize (KiB) 161580

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/78 22635
/proc/meminfo: memFree=1503216/2055920 swapFree=4192812/4192956
[pid=1490] ppid=1488 vsize=16868 CPUtime=209.21
/proc/1490/stat : 1490 (sugar) S 1488 1490 19636 0 -1 4194304 1365 74382 0 2 6 1 20804 110 16 0 1 0 23617042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1490/statm: 4217 1113 409 3 0 796 0
[pid=18382] ppid=1490 vsize=5356 CPUtime=0
/proc/18382/stat : 18382 (sh) S 1490 1490 19636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23639875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18382/statm: 1339 232 193 169 0 50 0
[pid=18386] ppid=18382 vsize=139356 CPUtime=1489.03
/proc/18386/stat : 18386 (picosat) R 18382 1490 19636 0 -1 4194304 35510 0 0 0 146855 2048 0 0 25 0 1 0 23639875 142700544 32835 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18386/statm: 34839 32835 48 102 0 34734 0
Current children cumulated CPU time (s) 1698.24
Current children cumulated vsize (KiB) 161580

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/78 22635
/proc/meminfo: memFree=1497776/2055920 swapFree=4192812/4192956
[pid=1490] ppid=1488 vsize=16868 CPUtime=209.21
/proc/1490/stat : 1490 (sugar) S 1488 1490 19636 0 -1 4194304 1365 74382 0 2 6 1 20804 110 16 0 1 0 23617042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1490/statm: 4217 1113 409 3 0 796 0
[pid=18382] ppid=1490 vsize=5356 CPUtime=0
/proc/18382/stat : 18382 (sh) S 1490 1490 19636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23639875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18382/statm: 1339 232 193 169 0 50 0
[pid=18386] ppid=18382 vsize=139356 CPUtime=1549
/proc/18386/stat : 18386 (picosat) R 18382 1490 19636 0 -1 4194304 35510 0 0 0 152852 2048 0 0 25 0 1 0 23639875 142700544 32835 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18386/statm: 34839 32835 48 102 0 34734 0
Current children cumulated CPU time (s) 1758.21
Current children cumulated vsize (KiB) 161580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1824.1 s]
/proc/loadavg: 2.00 2.00 2.08 3/78 22635
/proc/meminfo: memFree=1493808/2055920 swapFree=4192812/4192956
[pid=1490] ppid=1488 vsize=16868 CPUtime=209.21
/proc/1490/stat : 1490 (sugar) S 1488 1490 19636 0 -1 4194304 1365 74382 0 2 6 1 20804 110 16 0 1 0 23617042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1490/statm: 4217 1113 409 3 0 796 0
[pid=18382] ppid=1490 vsize=5356 CPUtime=0
/proc/18382/stat : 18382 (sh) S 1490 1490 19636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23639875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18382/statm: 1339 232 193 169 0 50 0
[pid=18386] ppid=18382 vsize=140148 CPUtime=1590.79
/proc/18386/stat : 18386 (picosat) R 18382 1490 19636 0 -1 4194304 35960 0 0 0 157030 2049 0 0 25 0 1 0 23639875 143511552 33051 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18386/statm: 35037 33051 48 102 0 34932 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 162372

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1824.1 s]
/proc/loadavg: 2.00 2.00 2.08 3/78 22635
/proc/meminfo: memFree=1493808/2055920 swapFree=4192812/4192956
[pid=1490] ppid=1488 vsize=16868 CPUtime=209.21
/proc/1490/stat : 1490 (sugar) S 1488 1490 19636 0 -1 4194304 1365 74382 0 2 6 1 20804 110 16 0 1 0 23617042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1490/statm: 4217 1113 409 3 0 796 0
[pid=18382] ppid=1490 vsize=5356 CPUtime=0
/proc/18382/stat : 18382 (sh) S 1490 1490 19636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23639875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18382/statm: 1339 232 193 169 0 50 0
[pid=18386] ppid=18382 vsize=140148 CPUtime=1590.79
/proc/18386/stat : 18386 (picosat) R 18382 1490 19636 0 -1 4194304 35960 0 0 0 157030 2049 0 0 25 0 1 0 23639875 143511552 33051 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18386/statm: 35037 33051 48 102 0 34932 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 162372

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1490 and gives
#  childrusage.ru_utime.tv_sec=208
#  childrusage.ru_utime.tv_usec=108362
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=127828
# CPU time returned by wait4() is 209.236
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1824.13
CPU time (s): 1800
CPU user time (s): 1778.4
CPU system time (s): 21.6
CPU usage (%): 98.6771
Max. virtual memory (cumulated for all children) (KiB): 911428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 208.108
system time used= 1.12783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76141
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13276
involuntary context switches= 19612

runsolver used 1.90671 second user time and 5.17521 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-12 04:25:19
IDJOB=2077692
IDBENCH=56650
IDSOLVER=738
FILE ID=node89/2077692-1247365519
PBS_JOBID= 9507094
Free space on /tmp= 66264 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-08.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077692-1247365519/watcher-2077692-1247365519 -o /tmp/evaluation-result-2077692-1247365519/solver-2077692-1247365519 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2077692-1247365519.xml

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

MD5SUM BENCH= d20c7bd53f46e51d24a0574180a1c33a
RANDOM SEED=660867905

node89.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1756552 kB
Buffers:         25996 kB
Cached:         163656 kB
SwapCached:          0 kB
Active:         122116 kB
Inactive:       105028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3364 kB
Writeback:           0 kB
Mapped:          48504 kB
Slab:            57040 kB
Committed_AS:   229440 kB
PageTables:       2052 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= 66260 MiB
End job on node89 at 2009-07-12 04:55:45