Trace number 2077538

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.02 1858.84

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-02.xml
MD5SUMb1ccf0aceb8d8293fe037eca9e2177e5
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.935857
Satisfiable
(Un)Satisfiability was proved
Number of variables369
Number of constraints3033
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension150
Number of constraints which are defined in intension2883
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 04:19:56 2009
0.00/0.07	c 0	PID 18533
0.06/0.08	c 0	HOST node77.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2077538-1247365196.xml TO HOME/temp.csp
0.06/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-2077538-1247365196.xml' 'HOME/temp.csp'
0.06/0.89	c 1	1 domains, 369 variables, 8 predicates, 8 relations, 3033 constraints
0.06/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.92	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.06/1.00	c 1	Parsing HOME/temp.csp
1.31/1.49	c 2	parsed 3419 expressions
1.31/1.49	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.49	c 2	Converting to clausal form CSP
1.42/1.52	c 2	converted 342 (10%) expressions
4.50/4.64	c 5	converted 684 (20%) expressions
5.10/5.26	c 6	converted 1026 (30%) expressions
5.20/5.35	c 6	converted 1368 (40%) expressions
6.09/6.27	c 7	converted 1710 (50%) expressions
6.68/6.86	c 7	converted 2052 (60%) expressions
6.68/6.89	c 7	converted 2394 (70%) expressions
6.78/6.96	c 7	converted 2736 (80%) expressions
6.78/6.99	c 7	converted 3078 (90%) expressions
6.88/7.08	c 7	converted 3419 (100%) expressions
6.88/7.08	c 7	CSP : 369 integers, 0 booleans, 3033 clauses, largest domain size 26
6.88/7.08	c 7	Heap : 132 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.88/7.08	c 7	Propagation in CSP
6.98/7.10	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.98/7.10	c 7	CSP : 369 integers, 0 booleans, 3033 clauses, largest domain size 26
6.98/7.10	c 7	Heap : 132 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.98/7.11	c 7	Simplifing CSP by introducing new Boolean variables
7.08/7.25	c 8	CSP : 369 integers, 26052 booleans, 29085 clauses, largest domain size 26
7.08/7.25	c 8	Heap : 137 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.97/8.19	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.07/8.22	c 9	37 (10%) CSP integer variables are encoded (888 clauses, 9624 bytes)
8.07/8.23	c 9	74 (20%) CSP integer variables are encoded (1776 clauses, 21025 bytes)
8.07/8.23	c 9	111 (30%) CSP integer variables are encoded (2664 clauses, 32569 bytes)
8.07/8.23	c 9	148 (40%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
8.07/8.23	c 9	185 (50%) CSP integer variables are encoded (4440 clauses, 55657 bytes)
8.07/8.23	c 9	222 (60%) CSP integer variables are encoded (5328 clauses, 67201 bytes)
8.07/8.23	c 9	259 (70%) CSP integer variables are encoded (6216 clauses, 78745 bytes)
8.07/8.23	c 9	296 (80%) CSP integer variables are encoded (7104 clauses, 90289 bytes)
8.07/8.23	c 9	333 (90%) CSP integer variables are encoded (7992 clauses, 101833 bytes)
8.07/8.23	c 9	369 (100%) CSP integer variables are encoded (8856 clauses, 113065 bytes)
170.09/171.18	c 171	2909 (10%) CSP clauses are encoded (1811387 clauses, 82943630 bytes)
185.98/187.13	c 187	5817 (20%) CSP clauses are encoded (1942241 clauses, 88023404 bytes)
202.77/204.00	c 204	8726 (30%) CSP clauses are encoded (2073121 clauses, 93381592 bytes)
235.46/239.91	c 240	11634 (40%) CSP clauses are encoded (2267296 clauses, 102785287 bytes)
312.06/317.04	c 317	14543 (50%) CSP clauses are encoded (2603777 clauses, 122261033 bytes)
312.16/317.17	c 317	17451 (60%) CSP clauses are encoded (2672760 clauses, 123594450 bytes)
312.36/317.30	c 318	20360 (70%) CSP clauses are encoded (2741794 clauses, 124957123 bytes)
312.47/317.43	c 318	23268 (80%) CSP clauses are encoded (2810777 clauses, 126318840 bytes)
312.56/317.56	c 318	26177 (90%) CSP clauses are encoded (2879811 clauses, 127681513 bytes)
322.80/327.88	c 328	29085 (100%) CSP clauses are encoded (3017775 clauses, 134865875 bytes)
322.80/327.88	c 328	29085 CSP clauses encoded
322.80/327.88	c 328	Writing map file : HOME/temp.map
322.80/327.89	c 328	Heap : 223 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
322.80/327.90	c 328	SAT : 35277 SAT variables, 3017775 SAT clauses, 134865875 bytes
322.80/327.90	c 328	Heap : 223 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
322.90/327.95	c 328	SOLVING HOME/temp.cnf
322.90/327.95	c 328	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1858.82	c ERROR INTERRUPTED
1800.02/1858.83	s UNKNOWN
1800.02/1858.83	c 1859	CPU 322.96 (0.05 0.01 321.41 1.49)
1800.02/1858.83	c 1859	END Sun Jul 12 04:50:55 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-2077538-1247365196/watcher-2077538-1247365196 -o /tmp/evaluation-result-2077538-1247365196/solver-2077538-1247365196 -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-2077538-1247365196.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.49 2.26 2.10 4/83 18533
/proc/meminfo: memFree=1119096/2055920 swapFree=4192812/4192956
[pid=18533] ppid=18531 vsize=12268 CPUtime=0
/proc/18533/stat : 18533 (sugar) R 18531 18533 17798 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23584843 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228044012133 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18533/statm: 3067 316 241 3 0 167 0

[startup+0.0798981 s]
/proc/loadavg: 2.49 2.26 2.10 4/83 18533
/proc/meminfo: memFree=1119096/2055920 swapFree=4192812/4192956
[pid=18533] ppid=18531 vsize=16740 CPUtime=0.06
/proc/18533/stat : 18533 (sugar) S 18531 18533 17798 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23584843 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18533/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102005 s]
/proc/loadavg: 2.49 2.26 2.10 4/83 18533
/proc/meminfo: memFree=1119096/2055920 swapFree=4192812/4192956
[pid=18533] ppid=18531 vsize=16868 CPUtime=0.06
/proc/18533/stat : 18533 (sugar) S 18531 18533 17798 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23584843 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18533/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301045 s]
/proc/loadavg: 2.49 2.26 2.10 4/83 18533
/proc/meminfo: memFree=1119096/2055920 swapFree=4192812/4192956
[pid=18533] ppid=18531 vsize=16868 CPUtime=0.06
/proc/18533/stat : 18533 (sugar) S 18531 18533 17798 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23584843 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18533/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702122 s]
/proc/loadavg: 2.49 2.26 2.10 4/83 18533
/proc/meminfo: memFree=1119096/2055920 swapFree=4192812/4192956
[pid=18533] ppid=18531 vsize=16868 CPUtime=0.06
/proc/18533/stat : 18533 (sugar) S 18531 18533 17798 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23584843 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18533/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50128 s]
/proc/loadavg: 2.49 2.26 2.10 3/94 18555
/proc/meminfo: memFree=1110944/2055920 swapFree=4192812/4192956
[pid=18533] ppid=18531 vsize=16868 CPUtime=0.86
/proc/18533/stat : 18533 (sugar) S 18531 18533 17798 0 -1 4194304 1309 8847 0 1 5 1 73 7 16 0 1 0 23584843 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18533/statm: 4217 1111 409 3 0 796 0
[pid=18546] ppid=18533 vsize=5356 CPUtime=0
/proc/18546/stat : 18546 (sh) S 18533 18533 17798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23584935 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18546/statm: 1339 233 193 169 0 50 0
[pid=18547] ppid=18546 vsize=864120 CPUtime=0.56
/proc/18547/stat : 18547 (java) S 18546 18533 17798 0 -1 0 6926 0 1 0 51 5 0 0 19 0 9 0 23584935 884858880 6213 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18547/statm: 216030 6213 2567 9 0 210535 0
[pid=18547/tid=18548] ppid=18546 vsize=864120 CPUtime=0.32
/proc/18547/task/18548/stat : 18548 (java) R 18546 18533 17798 0 -1 64 2498 0 1 0 30 2 0 0 18 0 9 0 23584936 884858880 6213 996147200 134512640 134550932 4294955936 18446744073709551615 104263695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18549] ppid=18546 vsize=864120 CPUtime=0.17
/proc/18547/task/18549/stat : 18549 (java) S 18546 18533 17798 0 -1 64 3418 0 0 0 16 1 0 0 16 0 9 0 23584938 884858880 6213 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18550] ppid=18546 vsize=864120 CPUtime=0
/proc/18547/task/18550/stat : 18550 (java) S 18546 18533 17798 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23584938 884858880 6213 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18551] ppid=18546 vsize=864120 CPUtime=0
/proc/18547/task/18551/stat : 18551 (java) S 18546 18533 17798 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23584938 884858880 6213 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18552] ppid=18546 vsize=864120 CPUtime=0
/proc/18547/task/18552/stat : 18552 (java) S 18546 18533 17798 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23584940 884858880 6213 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18553] ppid=18546 vsize=864120 CPUtime=0.03
/proc/18547/task/18553/stat : 18553 (java) S 18546 18533 17798 0 -1 64 307 0 0 0 3 0 0 0 16 0 9 0 23584940 884858880 6213 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18554] ppid=18546 vsize=864120 CPUtime=0
/proc/18547/task/18554/stat : 18554 (java) S 18546 18533 17798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23584940 884858880 6213 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18555] ppid=18546 vsize=864120 CPUtime=0
/proc/18547/task/18555/stat : 18555 (java) R 18546 18533 17798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23584940 884858880 6213 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886344

[startup+3.1026 s]
/proc/loadavg: 2.53 2.28 2.10 4/94 18555
/proc/meminfo: memFree=1084640/2055920 swapFree=4192812/4192956
[pid=18533] ppid=18531 vsize=16868 CPUtime=0.86
/proc/18533/stat : 18533 (sugar) S 18531 18533 17798 0 -1 4194304 1309 8847 0 1 5 1 73 7 16 0 1 0 23584843 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18533/statm: 4217 1111 409 3 0 796 0
[pid=18546] ppid=18533 vsize=5356 CPUtime=0
/proc/18546/stat : 18546 (sh) S 18533 18533 17798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23584935 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18546/statm: 1339 233 193 169 0 50 0
[pid=18547] ppid=18546 vsize=864244 CPUtime=2.15
/proc/18547/stat : 18547 (java) S 18546 18533 17798 0 -1 0 17927 0 1 0 204 11 0 0 19 0 9 0 23584935 884985856 17157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18547/statm: 216061 17157 2566 9 0 210566 0
[pid=18547/tid=18548] ppid=18546 vsize=864244 CPUtime=0.95
/proc/18547/task/18548/stat : 18548 (java) R 18546 18533 17798 0 -1 64 3214 0 1 0 92 3 0 0 23 0 9 0 23584936 884985856 17157 996147200 134512640 134550932 4294955936 18446744073709551615 103211697 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18549] ppid=18546 vsize=864244 CPUtime=1.13
/proc/18547/task/18549/stat : 18549 (java) S 18546 18533 17798 0 -1 64 13694 0 0 0 106 7 0 0 16 0 9 0 23584938 884985856 17157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18550] ppid=18546 vsize=864244 CPUtime=0
/proc/18547/task/18550/stat : 18550 (java) S 18546 18533 17798 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23584938 884985856 17157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18551] ppid=18546 vsize=864244 CPUtime=0
/proc/18547/task/18551/stat : 18551 (java) S 18546 18533 17798 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23584938 884985856 17157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18552] ppid=18546 vsize=864244 CPUtime=0
/proc/18547/task/18552/stat : 18552 (java) S 18546 18533 17798 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23584940 884985856 17157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18553] ppid=18546 vsize=864244 CPUtime=0.04
/proc/18547/task/18553/stat : 18553 (java) S 18546 18533 17798 0 -1 64 316 0 0 0 4 0 0 0 16 0 9 0 23584940 884985856 17157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18554] ppid=18546 vsize=864244 CPUtime=0
/proc/18547/task/18554/stat : 18554 (java) S 18546 18533 17798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23584940 884985856 17157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18555] ppid=18546 vsize=864244 CPUtime=0
/proc/18547/task/18555/stat : 18555 (java) S 18546 18533 17798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23584940 884985856 17157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886468

[startup+6.30223 s]
/proc/loadavg: 2.53 2.28 2.10 4/94 18555
/proc/meminfo: memFree=987680/2055920 swapFree=4192812/4192956
[pid=18533] ppid=18531 vsize=16868 CPUtime=0.86
/proc/18533/stat : 18533 (sugar) S 18531 18533 17798 0 -1 4194304 1309 8847 0 1 5 1 73 7 16 0 1 0 23584843 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18533/statm: 4217 1111 409 3 0 796 0
[pid=18546] ppid=18533 vsize=5356 CPUtime=0
/proc/18546/stat : 18546 (sh) S 18533 18533 17798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23584935 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18546/statm: 1339 233 193 169 0 50 0
[pid=18547] ppid=18546 vsize=868640 CPUtime=5.33
/proc/18547/stat : 18547 (java) S 18546 18533 17798 0 -1 0 46239 0 1 0 502 31 0 0 19 0 9 0 23584935 889487360 35191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18547/statm: 217160 35191 2567 9 0 211665 0
[pid=18547/tid=18548] ppid=18546 vsize=868640 CPUtime=1.96
/proc/18547/task/18548/stat : 18548 (java) R 18546 18533 17798 0 -1 64 4487 0 1 0 192 4 0 0 25 0 9 0 23584936 889487360 35191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18549] ppid=18546 vsize=868640 CPUtime=3.2
/proc/18547/task/18549/stat : 18549 (java) R 18546 18533 17798 0 -1 64 39562 0 0 0 295 25 0 0 17 0 9 0 23584938 889487360 35191 996147200 134512640 134550932 4294955936 18446744073709551615 102146326 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18550] ppid=18546 vsize=868640 CPUtime=0
/proc/18547/task/18550/stat : 18550 (java) S 18546 18533 17798 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23584938 889487360 35191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18551] ppid=18546 vsize=868640 CPUtime=0
/proc/18547/task/18551/stat : 18551 (java) S 18546 18533 17798 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23584938 889487360 35191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18552] ppid=18546 vsize=868640 CPUtime=0
/proc/18547/task/18552/stat : 18552 (java) S 18546 18533 17798 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23584940 889487360 35191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18553] ppid=18546 vsize=868640 CPUtime=0.15
/proc/18547/task/18553/stat : 18553 (java) S 18546 18533 17798 0 -1 64 1487 0 0 0 14 1 0 0 17 0 9 0 23584940 889487360 35191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18554] ppid=18546 vsize=868640 CPUtime=0
/proc/18547/task/18554/stat : 18554 (java) S 18546 18533 17798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23584940 889487360 35191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18555] ppid=18546 vsize=868640 CPUtime=0
/proc/18547/task/18555/stat : 18555 (java) S 18546 18533 17798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23584940 889487360 35191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890864

[startup+12.7015 s]
/proc/loadavg: 2.52 2.28 2.10 3/94 18555
/proc/meminfo: memFree=945064/2055920 swapFree=4192812/4192956
[pid=18533] ppid=18531 vsize=16868 CPUtime=0.86
/proc/18533/stat : 18533 (sugar) S 18531 18533 17798 0 -1 4194304 1310 8847 0 1 5 1 73 7 16 0 1 0 23584843 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18533/statm: 4217 1111 409 3 0 796 0
[pid=18546] ppid=18533 vsize=5356 CPUtime=0
/proc/18546/stat : 18546 (sh) S 18533 18533 17798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23584935 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18546/statm: 1339 233 193 169 0 50 0
[pid=18547] ppid=18546 vsize=868752 CPUtime=11.68
/proc/18547/stat : 18547 (java) S 18546 18533 17798 0 -1 0 62900 0 2 0 1123 45 0 0 19 0 9 0 23584935 889602048 43148 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18547/statm: 217188 43148 2593 9 0 211665 0
[pid=18547/tid=18548] ppid=18546 vsize=868752 CPUtime=6.69
/proc/18547/task/18548/stat : 18548 (java) R 18546 18533 17798 0 -1 64 4593 0 2 0 661 8 0 0 25 0 9 0 23584936 889602048 43148 996147200 134512640 134550932 4294955936 18446744073709551615 4126947564 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18549] ppid=18546 vsize=868752 CPUtime=4.74
/proc/18547/task/18549/stat : 18549 (java) S 18546 18533 17798 0 -1 64 56066 0 0 0 440 34 0 0 16 0 9 0 23584938 889602048 43148 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18550] ppid=18546 vsize=868752 CPUtime=0
/proc/18547/task/18550/stat : 18550 (java) S 18546 18533 17798 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23584938 889602048 43148 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18551] ppid=18546 vsize=868752 CPUtime=0
/proc/18547/task/18551/stat : 18551 (java) S 18546 18533 17798 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23584938 889602048 43148 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18552] ppid=18546 vsize=868752 CPUtime=0
/proc/18547/task/18552/stat : 18552 (java) S 18546 18533 17798 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23584940 889602048 43148 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18553] ppid=18546 vsize=868752 CPUtime=0.22
/proc/18547/task/18553/stat : 18553 (java) S 18546 18533 17798 0 -1 64 1538 0 0 0 21 1 0 0 16 0 9 0 23584940 889602048 43148 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18554] ppid=18546 vsize=868752 CPUtime=0
/proc/18547/task/18554/stat : 18554 (java) S 18546 18533 17798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23584940 889602048 43148 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18555] ppid=18546 vsize=868752 CPUtime=0
/proc/18547/task/18555/stat : 18555 (java) S 18546 18533 17798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23584940 889602048 43148 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 890976

[startup+25.503 s]
/proc/loadavg: 2.59 2.31 2.11 3/94 18555
/proc/meminfo: memFree=932200/2055920 swapFree=4192812/4192956
[pid=18533] ppid=18531 vsize=16868 CPUtime=0.86
/proc/18533/stat : 18533 (sugar) S 18531 18533 17798 0 -1 4194304 1310 8847 0 1 5 1 73 7 16 0 1 0 23584843 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18533/statm: 4217 1111 409 3 0 796 0
[pid=18546] ppid=18533 vsize=5356 CPUtime=0
/proc/18546/stat : 18546 (sh) S 18533 18533 17798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23584935 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18546/statm: 1339 233 193 169 0 50 0
[pid=18547] ppid=18546 vsize=868752 CPUtime=24.42
/proc/18547/stat : 18547 (java) S 18546 18533 17798 0 -1 0 63352 0 2 0 2391 51 0 0 19 0 9 0 23584935 889602048 43544 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18547/statm: 217188 43544 2593 9 0 211665 0
[pid=18547/tid=18548] ppid=18546 vsize=868752 CPUtime=19.13
/proc/18547/task/18548/stat : 18548 (java) R 18546 18533 17798 0 -1 64 4649 0 2 0 1900 13 0 0 25 0 9 0 23584936 889602048 43544 996147200 134512640 134550932 4294955936 18446744073709551615 4126964329 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18549] ppid=18546 vsize=868752 CPUtime=5.04
/proc/18547/task/18549/stat : 18549 (java) S 18546 18533 17798 0 -1 64 56462 0 0 0 469 35 0 0 16 0 9 0 23584938 889602048 43544 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18550] ppid=18546 vsize=868752 CPUtime=0
/proc/18547/task/18550/stat : 18550 (java) S 18546 18533 17798 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23584938 889602048 43544 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18551] ppid=18546 vsize=868752 CPUtime=0
/proc/18547/task/18551/stat : 18551 (java) S 18546 18533 17798 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23584938 889602048 43544 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18552] ppid=18546 vsize=868752 CPUtime=0

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

/proc/meminfo: memFree=1159192/2055920 swapFree=4192812/4192956
[pid=18533] ppid=18531 vsize=16868 CPUtime=322.96
/proc/18533/stat : 18533 (sugar) S 18531 18533 17798 0 -1 4194304 1365 103214 0 3 5 1 32141 149 16 0 1 0 23584843 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18533/statm: 4217 1113 409 3 0 796 0
[pid=18747] ppid=18533 vsize=5356 CPUtime=0
/proc/18747/stat : 18747 (sh) S 18533 18533 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23617638 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18747/statm: 1339 232 193 169 0 50 0
[pid=18748] ppid=18747 vsize=182052 CPUtime=983.04
/proc/18748/stat : 18748 (picosat) R 18747 18533 17798 0 -1 4194304 45061 0 0 0 95224 3080 0 0 25 0 1 0 23617800 186421248 43803 996147200 134512640 134931368 4294956256 18446744073709551615 134525800 0 0 4096 0 0 0 0 17 0 0 0
/proc/18748/statm: 45513 43803 48 102 0 45408 0
Current children cumulated CPU time (s) 1306
Current children cumulated vsize (KiB) 204276

[startup+1422.31 s]
/proc/loadavg: 2.00 2.27 2.64 3/78 21210
/proc/meminfo: memFree=1153752/2055920 swapFree=4192812/4192956
[pid=18533] ppid=18531 vsize=16868 CPUtime=322.96
/proc/18533/stat : 18533 (sugar) S 18531 18533 17798 0 -1 4194304 1365 103214 0 3 5 1 32141 149 16 0 1 0 23584843 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18533/statm: 4217 1113 409 3 0 796 0
[pid=18747] ppid=18533 vsize=5356 CPUtime=0
/proc/18747/stat : 18747 (sh) S 18533 18533 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23617638 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18747/statm: 1339 232 193 169 0 50 0
[pid=18748] ppid=18747 vsize=182580 CPUtime=1042.74
/proc/18748/stat : 18748 (picosat) R 18747 18533 17798 0 -1 4194304 45369 0 0 0 101194 3080 0 0 25 0 1 0 23617800 186961920 43939 996147200 134512640 134931368 4294956256 18446744073709551615 134525785 0 0 4096 0 0 0 0 17 0 0 0
/proc/18748/statm: 45645 43939 48 102 0 45540 0
Current children cumulated CPU time (s) 1365.7
Current children cumulated vsize (KiB) 204804

[startup+1482.3 s]
/proc/loadavg: 2.00 2.22 2.60 3/78 21210
/proc/meminfo: memFree=1149016/2055920 swapFree=4192812/4192956
[pid=18533] ppid=18531 vsize=16868 CPUtime=322.96
/proc/18533/stat : 18533 (sugar) S 18531 18533 17798 0 -1 4194304 1365 103214 0 3 5 1 32141 149 16 0 1 0 23584843 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18533/statm: 4217 1113 409 3 0 796 0
[pid=18747] ppid=18533 vsize=5356 CPUtime=0
/proc/18747/stat : 18747 (sh) S 18533 18533 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23617638 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18747/statm: 1339 232 193 169 0 50 0
[pid=18748] ppid=18747 vsize=182580 CPUtime=1102.44
/proc/18748/stat : 18748 (picosat) R 18747 18533 17798 0 -1 4194304 45369 0 0 0 107164 3080 0 0 25 0 1 0 23617800 186961920 43939 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18748/statm: 45645 43939 48 102 0 45540 0
Current children cumulated CPU time (s) 1425.4
Current children cumulated vsize (KiB) 204804

[startup+1542.3 s]
/proc/loadavg: 2.00 2.18 2.56 3/78 21210
/proc/meminfo: memFree=1142168/2055920 swapFree=4192812/4192956
[pid=18533] ppid=18531 vsize=16868 CPUtime=322.96
/proc/18533/stat : 18533 (sugar) S 18531 18533 17798 0 -1 4194304 1365 103214 0 3 5 1 32141 149 16 0 1 0 23584843 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18533/statm: 4217 1113 409 3 0 796 0
[pid=18747] ppid=18533 vsize=5356 CPUtime=0
/proc/18747/stat : 18747 (sh) S 18533 18533 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23617638 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18747/statm: 1339 232 193 169 0 50 0
[pid=18748] ppid=18747 vsize=183372 CPUtime=1162.14
/proc/18748/stat : 18748 (picosat) R 18747 18533 17798 0 -1 4194304 45797 0 0 0 113133 3081 0 0 25 0 1 0 23617800 187772928 44184 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 0 0 0
/proc/18748/statm: 45843 44184 48 102 0 45738 0
Current children cumulated CPU time (s) 1485.1
Current children cumulated vsize (KiB) 205596

[startup+1602.3 s]
/proc/loadavg: 2.00 2.14 2.52 3/78 21210
/proc/meminfo: memFree=1137624/2055920 swapFree=4192812/4192956
[pid=18533] ppid=18531 vsize=16868 CPUtime=322.96
/proc/18533/stat : 18533 (sugar) S 18531 18533 17798 0 -1 4194304 1365 103214 0 3 5 1 32141 149 16 0 1 0 23584843 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18533/statm: 4217 1113 409 3 0 796 0
[pid=18747] ppid=18533 vsize=5356 CPUtime=0
/proc/18747/stat : 18747 (sh) S 18533 18533 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23617638 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18747/statm: 1339 232 193 169 0 50 0
[pid=18748] ppid=18747 vsize=183372 CPUtime=1221.84
/proc/18748/stat : 18748 (picosat) R 18747 18533 17798 0 -1 4194304 45797 0 0 0 119103 3081 0 0 25 0 1 0 23617800 187772928 44184 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18748/statm: 45843 44184 48 102 0 45738 0
Current children cumulated CPU time (s) 1544.8
Current children cumulated vsize (KiB) 205596

[startup+1662.3 s]
/proc/loadavg: 2.00 2.11 2.49 3/78 21210
/proc/meminfo: memFree=1132312/2055920 swapFree=4192812/4192956
[pid=18533] ppid=18531 vsize=16868 CPUtime=322.96
/proc/18533/stat : 18533 (sugar) S 18531 18533 17798 0 -1 4194304 1365 103214 0 3 5 1 32141 149 16 0 1 0 23584843 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18533/statm: 4217 1113 409 3 0 796 0
[pid=18747] ppid=18533 vsize=5356 CPUtime=0
/proc/18747/stat : 18747 (sh) S 18533 18533 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23617638 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18747/statm: 1339 232 193 169 0 50 0
[pid=18748] ppid=18747 vsize=184032 CPUtime=1281.54
/proc/18748/stat : 18748 (picosat) R 18747 18533 17798 0 -1 4194304 45947 0 0 0 125073 3081 0 0 25 0 1 0 23617800 188448768 44334 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/18748/statm: 46008 44334 48 102 0 45903 0
Current children cumulated CPU time (s) 1604.5
Current children cumulated vsize (KiB) 206256

[startup+1722.3 s]
/proc/loadavg: 2.00 2.09 2.45 3/78 21210
/proc/meminfo: memFree=1127960/2055920 swapFree=4192812/4192956
[pid=18533] ppid=18531 vsize=16868 CPUtime=322.96
/proc/18533/stat : 18533 (sugar) S 18531 18533 17798 0 -1 4194304 1365 103214 0 3 5 1 32141 149 16 0 1 0 23584843 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18533/statm: 4217 1113 409 3 0 796 0
[pid=18747] ppid=18533 vsize=5356 CPUtime=0
/proc/18747/stat : 18747 (sh) S 18533 18533 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23617638 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18747/statm: 1339 232 193 169 0 50 0
[pid=18748] ppid=18747 vsize=184032 CPUtime=1341.23
/proc/18748/stat : 18748 (picosat) R 18747 18533 17798 0 -1 4194304 46148 0 0 0 131042 3081 0 0 25 0 1 0 23617800 188448768 44349 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/18748/statm: 46008 44349 48 102 0 45903 0
Current children cumulated CPU time (s) 1664.19
Current children cumulated vsize (KiB) 206256

[startup+1782.3 s]
/proc/loadavg: 2.00 2.07 2.42 3/78 21210
/proc/meminfo: memFree=1123544/2055920 swapFree=4192812/4192956
[pid=18533] ppid=18531 vsize=16868 CPUtime=322.96
/proc/18533/stat : 18533 (sugar) S 18531 18533 17798 0 -1 4194304 1365 103214 0 3 5 1 32141 149 16 0 1 0 23584843 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18533/statm: 4217 1113 409 3 0 796 0
[pid=18747] ppid=18533 vsize=5356 CPUtime=0
/proc/18747/stat : 18747 (sh) S 18533 18533 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23617638 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18747/statm: 1339 232 193 169 0 50 0
[pid=18748] ppid=18747 vsize=184032 CPUtime=1400.93
/proc/18748/stat : 18748 (picosat) R 18747 18533 17798 0 -1 4194304 46148 0 0 0 137012 3081 0 0 25 0 1 0 23617800 188448768 44349 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18748/statm: 46008 44349 48 102 0 45903 0
Current children cumulated CPU time (s) 1723.89
Current children cumulated vsize (KiB) 206256

[startup+1842.3 s]
/proc/loadavg: 2.00 2.06 2.39 3/78 21210
/proc/meminfo: memFree=1118488/2055920 swapFree=4192812/4192956
[pid=18533] ppid=18531 vsize=16868 CPUtime=322.96
/proc/18533/stat : 18533 (sugar) S 18531 18533 17798 0 -1 4194304 1365 103214 0 3 5 1 32141 149 16 0 1 0 23584843 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18533/statm: 4217 1113 409 3 0 796 0
[pid=18747] ppid=18533 vsize=5356 CPUtime=0
/proc/18747/stat : 18747 (sh) S 18533 18533 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23617638 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18747/statm: 1339 232 193 169 0 50 0
[pid=18748] ppid=18747 vsize=184692 CPUtime=1460.64
/proc/18748/stat : 18748 (picosat) R 18747 18533 17798 0 -1 4194304 46529 0 0 0 142982 3082 0 0 25 0 1 0 23617800 189124608 44533 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/18748/statm: 46173 44533 48 102 0 46068 0
Current children cumulated CPU time (s) 1783.6
Current children cumulated vsize (KiB) 206916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1858.8 s]
/proc/loadavg: 2.00 2.05 2.38 3/78 21210
/proc/meminfo: memFree=1117336/2055920 swapFree=4192812/4192956
[pid=18533] ppid=18531 vsize=16868 CPUtime=322.96
/proc/18533/stat : 18533 (sugar) S 18531 18533 17798 0 -1 4194304 1365 103214 0 3 5 1 32141 149 16 0 1 0 23584843 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18533/statm: 4217 1113 409 3 0 796 0
[pid=18747] ppid=18533 vsize=5356 CPUtime=0
/proc/18747/stat : 18747 (sh) S 18533 18533 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23617638 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18747/statm: 1339 232 193 169 0 50 0
[pid=18748] ppid=18747 vsize=184692 CPUtime=1477.06
/proc/18748/stat : 18748 (picosat) R 18747 18533 17798 0 -1 4194304 46529 0 0 0 144624 3082 0 0 25 0 1 0 23617800 189124608 44533 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0
/proc/18748/statm: 46173 44533 48 102 0 46068 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 206916

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18533 and gives
#  childrusage.ru_utime.tv_sec=321
#  childrusage.ru_utime.tv_usec=470129
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=521768
# CPU time returned by wait4() is 322.992
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1858.84
CPU time (s): 1800.02
CPU user time (s): 1767.7
CPU system time (s): 32.32
CPU usage (%): 96.8357
Max. virtual memory (cumulated for all children) (KiB): 911540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 321.47
system time used= 1.52177
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104973
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= 14958
involuntary context switches= 19048

runsolver used 2.23666 second user time and 6.33404 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-12 04:19:56
IDJOB=2077538
IDBENCH=56610
IDSOLVER=738
FILE ID=node77/2077538-1247365196
PBS_JOBID= 9507000
Free space on /tmp= 66248 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-02.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-2077538-1247365196/watcher-2077538-1247365196 -o /tmp/evaluation-result-2077538-1247365196/solver-2077538-1247365196 -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-2077538-1247365196.xml

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

MD5SUM BENCH= b1ccf0aceb8d8293fe037eca9e2177e5
RANDOM SEED=1294177269

node77.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.256
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.256
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:       1119576 kB
Buffers:         24680 kB
Cached:         116692 kB
SwapCached:        136 kB
Active:         835232 kB
Inactive:        50484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1119576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2464 kB
Writeback:           0 kB
Mapped:         765536 kB
Slab:            34224 kB
Committed_AS:   924824 kB
PageTables:       3376 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= 66180 MiB
End job on node77 at 2009-07-12 04:50:57