Trace number 1086422

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (MO) 357.3 368.935

General information on the benchmark

Namecsp/fapp/fapp33/
normalized-fapp33-0650-10.xml
MD5SUM68a6e67c26555a55d1774467340b6ea2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.6525
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of constraints8684
Maximum constraint arity2
Maximum domain size498
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8684
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.21	c 0	Sugar v1-13 + HOME/picosat
0.02/0.21	c 0	BEGIN Sat Jul  5 08:27:52 2008
0.02/0.21	c 0	PID 3184
0.02/0.21	c 0	HOST node88.alineos.net
0.02/0.21	c 0	CONVERTING HOME/instance-1086422-1215239271.xml TO HOME/temp.csp
0.02/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086422-1215239271.xml' 'HOME/temp.csp'
0.04/0.96	c 1	11 domains, 650 variables, 8 predicates, 0 relations, 8684 constraints
0.04/1.00	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/1.00	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.78/1.08	c 1	Parsing HOME/temp.csp
0.78/1.44	c 1	parsed 9353 expressions
0.78/1.45	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.78/1.45	c 1	Converting to clausal form CSP
1.87/2.14	c 2	converted 936 (10%) expressions
3.26/3.58	c 3	converted 1871 (20%) expressions
4.57/4.86	c 4	converted 2806 (30%) expressions
5.66/5.92	c 5	converted 3742 (40%) expressions
6.86/7.20	c 7	converted 4677 (50%) expressions
7.96/8.22	c 8	converted 5612 (60%) expressions
8.96/9.29	c 9	converted 6548 (70%) expressions
10.26/10.55	c 10	converted 7483 (80%) expressions
11.26/11.50	c 11	converted 8418 (90%) expressions
12.16/12.47	c 12	converted 9353 (100%) expressions
12.16/12.47	c 12	CSP : 1292 integers, 25039 booleans, 52884 clauses, largest domain size 3209
12.16/12.47	c 12	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.16/12.47	c 12	Propagation in CSP
12.86/13.19	c 13	17684 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.86/13.19	c 13	CSP : 1292 integers, 25039 booleans, 52884 clauses, largest domain size 3209
12.86/13.19	c 13	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.96/13.21	c 13	Simplifing CSP by introducing new Boolean variables
13.05/13.30	c 13	CSP : 1292 integers, 42155 booleans, 70000 clauses, largest domain size 3209
13.05/13.30	c 13	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.46/13.72	c 13	Encoding CSP to SAT : HOME/temp.cnf
14.76/15.07	c 15	130 (10%) CSP integer variables are encoded (48368 clauses, 703434 bytes)
16.05/16.31	c 16	259 (20%) CSP integer variables are encoded (95144 clauses, 1405074 bytes)
17.26/17.57	c 17	388 (30%) CSP integer variables are encoded (142394 clauses, 2199155 bytes)
18.46/18.77	c 18	517 (40%) CSP integer variables are encoded (187018 clauses, 2957763 bytes)
19.65/19.94	c 19	646 (50%) CSP integer variables are encoded (230640 clauses, 3699337 bytes)
20.13/20.42	c 20	776 (60%) CSP integer variables are encoded (577018 clauses, 9587763 bytes)
20.54/20.81	c 20	905 (70%) CSP integer variables are encoded (918955 clauses, 15400692 bytes)
20.92/21.21	c 21	1034 (80%) CSP integer variables are encoded (1263646 clauses, 21789608 bytes)
21.23/21.54	c 21	1163 (90%) CSP integer variables are encoded (1543223 clauses, 27101571 bytes)
21.53/21.87	c 21	1292 (100%) CSP integer variables are encoded (1815446 clauses, 32273808 bytes)
67.39/68.68	c 68	7000 (10%) CSP clauses are encoded (6992940 clauses, 149120396 bytes)
92.60/94.16	c 94	14000 (20%) CSP clauses are encoded (10881740 clauses, 243601082 bytes)
108.71/115.46	c 115	21000 (30%) CSP clauses are encoded (13937262 clauses, 319965373 bytes)
120.81/127.70	c 127	28000 (40%) CSP clauses are encoded (16578415 clauses, 387778833 bytes)
132.17/140.14	c 140	35000 (50%) CSP clauses are encoded (19433327 clauses, 462180401 bytes)
141.58/150.37	c 150	42000 (60%) CSP clauses are encoded (21752994 clauses, 521983667 bytes)
151.16/160.78	c 160	49000 (70%) CSP clauses are encoded (24066110 clauses, 581969475 bytes)
159.73/169.48	c 169	56000 (80%) CSP clauses are encoded (26340785 clauses, 641258124 bytes)
169.21/180.61	c 180	63000 (90%) CSP clauses are encoded (28870855 clauses, 707592788 bytes)
177.44/188.92	c 188	70000 (100%) CSP clauses are encoded (31168294 clauses, 767673074 bytes)
177.44/188.92	c 188	70000 CSP clauses encoded
177.44/188.92	c 188	Writing map file : HOME/temp.map
177.54/189.01	c 189	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
177.54/189.01	c 189	SAT : 1858893 SAT variables, 31168294 SAT clauses, 767673074 bytes
177.54/189.01	c 189	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
177.54/189.05	c 189	SOLVING HOME/temp.cnf
177.54/189.05	c 189	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
357.18/368.81	c ERROR INTERRUPTED
357.30/368.93	s UNKNOWN
357.30/368.93	c 368	CPU 172.74 (0.03 0.01 172.71 4.83)
357.30/368.93	c 368	END Sat Jul  5 08:34:00 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086422-1215239271/watcher-1086422-1215239271 -o /tmp/evaluation-result-1086422-1215239271/solver-1086422-1215239271 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1086422-1215239271.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.45 2.41 2.26 4/82 3184
/proc/meminfo: memFree=1680752/2055920 swapFree=4179952/4192956
[pid=3184] ppid=3182 vsize=18572 CPUtime=0
/proc/3184/stat : 3184 (runsolver) D 3182 3184 2317 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 636174401 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 270187162919 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/3184/statm: 4643 292 257 25 0 2626 0

[startup+0.0456761 s]
/proc/loadavg: 2.45 2.41 2.26 4/82 3184
/proc/meminfo: memFree=1680752/2055920 swapFree=4179952/4192956
[pid=3184] ppid=3182 vsize=124 CPUtime=0
/proc/3184/stat : 3184 (sugar) D 3182 3184 2317 0 -1 4194304 38 0 0 0 0 0 0 0 20 0 1 0 636174401 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 270184543625 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/3184/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.102686 s]
/proc/loadavg: 2.45 2.41 2.26 4/82 3184
/proc/meminfo: memFree=1680752/2055920 swapFree=4179952/4192956
[pid=3184] ppid=3182 vsize=12268 CPUtime=0
/proc/3184/stat : 3184 (sugar) D 3182 3184 2317 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 636174401 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/3184/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.302712 s]
/proc/loadavg: 2.45 2.41 2.26 4/82 3184
/proc/meminfo: memFree=1680752/2055920 swapFree=4179952/4192956
[pid=3184] ppid=3182 vsize=13600 CPUtime=0.04
/proc/3184/stat : 3184 (sugar) S 3182 3184 2317 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 636174401 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3184/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701761 s]
/proc/loadavg: 2.45 2.41 2.26 4/82 3184
/proc/meminfo: memFree=1680752/2055920 swapFree=4179952/4192956
[pid=3184] ppid=3182 vsize=13600 CPUtime=0.04
/proc/3184/stat : 3184 (sugar) S 3182 3184 2317 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 636174401 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3184/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50186 s]
/proc/loadavg: 2.45 2.41 2.26 3/86 3196
/proc/meminfo: memFree=1676104/2055920 swapFree=4179952/4192956
[pid=3184] ppid=3182 vsize=13600 CPUtime=0.78
/proc/3184/stat : 3184 (sugar) S 3182 3184 2317 0 -1 4194304 974 8755 0 1 3 1 68 6 15 0 1 0 636174401 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3184/statm: 3400 797 370 3 0 500 0
[pid=3197] ppid=3184 vsize=5356 CPUtime=0
/proc/3197/stat : 3197 (sh) S 3184 3184 2317 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636174501 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3197/statm: 1339 233 193 169 0 50 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 18956

[startup+3.10104 s]
/proc/loadavg: 2.45 2.41 2.26 3/93 3206
/proc/meminfo: memFree=1661200/2055920 swapFree=4179952/4192956
[pid=3184] ppid=3182 vsize=13600 CPUtime=0.78
/proc/3184/stat : 3184 (sugar) S 3182 3184 2317 0 -1 4194304 974 8755 0 1 3 1 68 6 15 0 1 0 636174401 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3184/statm: 3400 797 370 3 0 500 0
[pid=3197] ppid=3184 vsize=5356 CPUtime=0
/proc/3197/stat : 3197 (sh) S 3184 3184 2317 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636174501 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3197/statm: 1339 233 193 169 0 50 0
[pid=3198] ppid=3197 vsize=868384 CPUtime=2.08
/proc/3198/stat : 3198 (java) S 3197 3184 2317 0 -1 0 8356 0 1 0 201 7 0 0 18 0 9 0 636174501 889225216 7404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3198/statm: 217096 7404 2540 9 0 211671 0
[pid=3198/tid=3199] ppid=3197 vsize=868384 CPUtime=1.58
/proc/3198/task/3199/stat : 3199 (java) R 3197 3184 2317 0 -1 64 2841 0 1 0 156 2 0 0 25 0 9 0 636174502 889225216 7404 996147200 134512640 134550740 4294955952 18446744073709551615 4126428738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3200] ppid=3197 vsize=868384 CPUtime=0.27
/proc/3198/task/3200/stat : 3200 (java) S 3197 3184 2317 0 -1 64 3392 0 0 0 24 3 0 0 16 0 9 0 636174503 889225216 7404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3201] ppid=3197 vsize=868384 CPUtime=0
/proc/3198/task/3201/stat : 3201 (java) S 3197 3184 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636174504 889225216 7404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3202] ppid=3197 vsize=868384 CPUtime=0
/proc/3198/task/3202/stat : 3202 (java) S 3197 3184 2317 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636174504 889225216 7404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3203] ppid=3197 vsize=868384 CPUtime=0
/proc/3198/task/3203/stat : 3203 (java) S 3197 3184 2317 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636174505 889225216 7404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3204] ppid=3197 vsize=868384 CPUtime=0.21
/proc/3198/task/3204/stat : 3204 (java) S 3197 3184 2317 0 -1 64 1431 0 0 0 20 1 0 0 15 0 9 0 636174505 889225216 7404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3205] ppid=3197 vsize=868384 CPUtime=0
/proc/3198/task/3205/stat : 3205 (java) S 3197 3184 2317 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636174505 889225216 7404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3206] ppid=3197 vsize=868384 CPUtime=0
/proc/3198/task/3206/stat : 3206 (java) S 3197 3184 2317 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 636174506 889225216 7404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 887340

[startup+6.3024 s]
/proc/loadavg: 2.58 2.43 2.27 3/93 3206
/proc/meminfo: memFree=1648976/2055920 swapFree=4179952/4192956
[pid=3184] ppid=3182 vsize=13600 CPUtime=0.78
/proc/3184/stat : 3184 (sugar) S 3182 3184 2317 0 -1 4194304 974 8755 0 1 3 1 68 6 16 0 1 0 636174401 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3184/statm: 3400 797 370 3 0 500 0
[pid=3197] ppid=3184 vsize=5356 CPUtime=0
/proc/3197/stat : 3197 (sh) S 3184 3184 2317 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636174501 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3197/statm: 1339 233 193 169 0 50 0
[pid=3198] ppid=3197 vsize=868384 CPUtime=5.28
/proc/3198/stat : 3198 (java) S 3197 3184 2317 0 -1 0 11697 0 1 0 518 10 0 0 18 0 9 0 636174501 889225216 10445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3198/statm: 217096 10445 2540 9 0 211671 0
[pid=3198/tid=3199] ppid=3197 vsize=868384 CPUtime=4.4
/proc/3198/task/3199/stat : 3199 (java) R 3197 3184 2317 0 -1 64 3238 0 1 0 438 2 0 0 25 0 9 0 636174502 889225216 10445 996147200 134512640 134550740 4294955952 18446744073709551615 4126428751 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3200] ppid=3197 vsize=868384 CPUtime=0.64
/proc/3198/task/3200/stat : 3200 (java) S 3197 3184 2317 0 -1 64 6333 0 0 0 58 6 0 0 16 0 9 0 636174503 889225216 10445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3201] ppid=3197 vsize=868384 CPUtime=0
/proc/3198/task/3201/stat : 3201 (java) S 3197 3184 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636174504 889225216 10445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3202] ppid=3197 vsize=868384 CPUtime=0
/proc/3198/task/3202/stat : 3202 (java) S 3197 3184 2317 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636174504 889225216 10445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3203] ppid=3197 vsize=868384 CPUtime=0
/proc/3198/task/3203/stat : 3203 (java) S 3197 3184 2317 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636174505 889225216 10445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3204] ppid=3197 vsize=868384 CPUtime=0.21
/proc/3198/task/3204/stat : 3204 (java) S 3197 3184 2317 0 -1 64 1434 0 0 0 20 1 0 0 15 0 9 0 636174505 889225216 10445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3205] ppid=3197 vsize=868384 CPUtime=0
/proc/3198/task/3205/stat : 3205 (java) S 3197 3184 2317 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636174505 889225216 10445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3206] ppid=3197 vsize=868384 CPUtime=0
/proc/3198/task/3206/stat : 3206 (java) S 3197 3184 2317 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 636174506 889225216 10445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 887340

[startup+12.7021 s]
/proc/loadavg: 2.53 2.43 2.26 3/93 3206
/proc/meminfo: memFree=1620000/2055920 swapFree=4179952/4192956
[pid=3184] ppid=3182 vsize=13600 CPUtime=0.78
/proc/3184/stat : 3184 (sugar) S 3182 3184 2317 0 -1 4194304 974 8755 0 1 3 1 68 6 16 0 1 0 636174401 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3184/statm: 3400 797 370 3 0 500 0
[pid=3197] ppid=3184 vsize=5356 CPUtime=0
/proc/3197/stat : 3197 (sh) S 3184 3184 2317 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636174501 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3197/statm: 1339 233 193 169 0 50 0
[pid=3198] ppid=3197 vsize=868384 CPUtime=11.68
/proc/3198/stat : 3198 (java) S 3197 3184 2317 0 -1 0 21352 0 1 0 1151 17 0 0 18 0 9 0 636174501 889225216 17614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3198/statm: 217096 17614 2540 9 0 211671 0
[pid=3198/tid=3199] ppid=3197 vsize=868384 CPUtime=9.75
/proc/3198/task/3199/stat : 3199 (java) R 3197 3184 2317 0 -1 64 3832 0 1 0 972 3 0 0 25 0 9 0 636174502 889225216 17614 996147200 134512640 134550740 4294955952 18446744073709551615 4126428764 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3200] ppid=3197 vsize=868384 CPUtime=1.66
/proc/3198/task/3200/stat : 3200 (java) S 3197 3184 2317 0 -1 64 15387 0 0 0 155 11 0 0 16 0 9 0 636174503 889225216 17614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3201] ppid=3197 vsize=868384 CPUtime=0
/proc/3198/task/3201/stat : 3201 (java) S 3197 3184 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636174504 889225216 17614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3202] ppid=3197 vsize=868384 CPUtime=0
/proc/3198/task/3202/stat : 3202 (java) S 3197 3184 2317 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636174504 889225216 17614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3203] ppid=3197 vsize=868384 CPUtime=0
/proc/3198/task/3203/stat : 3203 (java) S 3197 3184 2317 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636174505 889225216 17614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3204] ppid=3197 vsize=868384 CPUtime=0.23
/proc/3198/task/3204/stat : 3204 (java) S 3197 3184 2317 0 -1 64 1441 0 0 0 22 1 0 0 16 0 9 0 636174505 889225216 17614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3205] ppid=3197 vsize=868384 CPUtime=0
/proc/3198/task/3205/stat : 3205 (java) S 3197 3184 2317 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636174505 889225216 17614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3206] ppid=3197 vsize=868384 CPUtime=0
/proc/3198/task/3206/stat : 3206 (java) S 3197 3184 2317 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 636174506 889225216 17614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887340

[startup+25.5026 s]
/proc/loadavg: 2.49 2.42 2.27 3/93 3206
/proc/meminfo: memFree=1568928/2055920 swapFree=4179952/4192956
[pid=3184] ppid=3182 vsize=13600 CPUtime=0.78
/proc/3184/stat : 3184 (sugar) S 3182 3184 2317 0 -1 4194304 974 8755 0 1 3 1 68 6 15 0 1 0 636174401 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3184/statm: 3400 797 370 3 0 500 0
[pid=3197] ppid=3184 vsize=5356 CPUtime=0
/proc/3197/stat : 3197 (sh) S 3184 3184 2317 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636174501 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3197/statm: 1339 233 193 169 0 50 0
[pid=3198] ppid=3197 vsize=868496 CPUtime=24.44
/proc/3198/stat : 3198 (java) S 3197 3184 2317 0 -1 0 25097 0 2 0 2400 44 0 0 18 0 9 0 636174501 889339904 19533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3198/statm: 217124 19533 2566 9 0 211671 0
[pid=3198/tid=3199] ppid=3197 vsize=868496 CPUtime=21.86
/proc/3198/task/3199/stat : 3199 (java) R 3197 3184 2317 0 -1 64 4294 0 2 0 2159 27 0 0 25 0 9 0 636174502 889339904 19533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3200] ppid=3197 vsize=868496 CPUtime=2.26
/proc/3198/task/3200/stat : 3200 (java) S 3197 3184 2317 0 -1 64 18631 0 0 0 212 14 0 0 16 0 9 0 636174503 889339904 19533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3201] ppid=3197 vsize=868496 CPUtime=0
/proc/3198/task/3201/stat : 3201 (java) S 3197 3184 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636174504 889339904 19533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3202] ppid=3197 vsize=868496 CPUtime=0
/proc/3198/task/3202/stat : 3202 (java) S 3197 3184 2317 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636174504 889339904 19533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3203] ppid=3197 vsize=868496 CPUtime=0
/proc/3198/task/3203/stat : 3203 (java) S 3197 3184 2317 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636174505 889339904 19533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3204] ppid=3197 vsize=868496 CPUtime=0.29
/proc/3198/task/3204/stat : 3204 (java) S 3197 3184 2317 0 -1 64 1480 0 0 0 28 1 0 0 17 0 9 0 636174505 889339904 19533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3205] ppid=3197 vsize=868496 CPUtime=0
/proc/3198/task/3205/stat : 3205 (java) S 3197 3184 2317 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636174505 889339904 19533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3206] ppid=3197 vsize=868496 CPUtime=0
/proc/3198/task/3206/stat : 3206 (java) S 3197 3184 2317 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 636174506 889339904 19533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 887452

[startup+51.1026 s]
/proc/loadavg: 2.52 2.43 2.27 3/93 3206
/proc/meminfo: memFree=1513248/2055920 swapFree=4179952/4192956
[pid=3184] ppid=3182 vsize=13600 CPUtime=0.78
/proc/3184/stat : 3184 (sugar) S 3182 3184 2317 0 -1 4194304 974 8755 0 1 3 1 68 6 15 0 1 0 636174401 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3184/statm: 3400 797 370 3 0 500 0
[pid=3197] ppid=3184 vsize=5356 CPUtime=0
/proc/3197/stat : 3197 (sh) S 3184 3184 2317 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636174501 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=3198/tid=3203] ppid=3197 vsize=868496 CPUtime=0
/proc/3198/task/3203/stat : 3203 (java) S 3197 3184 2317 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636174505 889339904 19536 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3204] ppid=3197 vsize=868496 CPUtime=0.29
/proc/3198/task/3204/stat : 3204 (java) S 3197 3184 2317 0 -1 64 1483 0 0 0 28 1 0 0 16 0 9 0 636174505 889339904 19536 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3205] ppid=3197 vsize=868496 CPUtime=0
/proc/3198/task/3205/stat : 3205 (java) S 3197 3184 2317 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636174505 889339904 19536 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3206] ppid=3197 vsize=868496 CPUtime=0
/proc/3198/task/3206/stat : 3206 (java) S 3197 3184 2317 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 636174506 889339904 19536 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 887452

[startup+102.307 s]
/proc/loadavg: 2.59 2.46 2.29 3/93 3206
/proc/meminfo: memFree=1333152/2055920 swapFree=4179952/4192956
[pid=3184] ppid=3182 vsize=13600 CPUtime=0.78
/proc/3184/stat : 3184 (sugar) S 3182 3184 2317 0 -1 4194304 974 8755 0 1 3 1 68 6 16 0 1 0 636174401 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3184/statm: 3400 797 370 3 0 500 0
[pid=3197] ppid=3184 vsize=5356 CPUtime=0
/proc/3197/stat : 3197 (sh) S 3184 3184 2317 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636174501 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3197/statm: 1339 233 193 169 0 50 0
[pid=3198] ppid=3197 vsize=868496 CPUtime=99.24
/proc/3198/stat : 3198 (java) S 3197 3184 2317 0 -1 0 26221 0 2 0 9739 185 0 0 18 0 9 0 636174501 889339904 19540 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3198/statm: 217124 19540 2566 9 0 211671 0
[pid=3198/tid=3199] ppid=3197 vsize=868496 CPUtime=96.09
/proc/3198/task/3199/stat : 3199 (java) R 3197 3184 2317 0 -1 64 5411 0 2 0 9448 161 0 0 25 0 9 0 636174502 889339904 19540 996147200 134512640 134550740 4294955952 18446744073709551615 4127042563 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3198/tid=3200] ppid=3197 vsize=868496 CPUtime=2.82
/proc/3198/task/3200/stat : 3200 (java) S 3197 3184 2317 0 -1 64 18631 0 0 0 261 21 0 0 16 0 9 0 636174503 889339904 19540 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3198/tid=3201] ppid=3197 vsize=868496 CPUtime=0
/proc/3198/task/3201/stat : 3201 (java) S 3197 3184 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636174504 889339904 19540 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3202] ppid=3197 vsize=868496 CPUtime=0
/proc/3198/task/3202/stat : 3202 (java) S 3197 3184 2317 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636174504 889339904 19540 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3203] ppid=3197 vsize=868496 CPUtime=0
/proc/3198/task/3203/stat : 3203 (java) S 3197 3184 2317 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636174505 889339904 19540 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3204] ppid=3197 vsize=868496 CPUtime=0.3
/proc/3198/task/3204/stat : 3204 (java) S 3197 3184 2317 0 -1 64 1487 0 0 0 29 1 0 0 17 0 9 0 636174505 889339904 19540 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3205] ppid=3197 vsize=868496 CPUtime=0
/proc/3198/task/3205/stat : 3205 (java) S 3197 3184 2317 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636174505 889339904 19540 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3206] ppid=3197 vsize=868496 CPUtime=0
/proc/3198/task/3206/stat : 3206 (java) S 3197 3184 2317 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 636174506 889339904 19540 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (KiB) 887452

[startup+162.302 s]
/proc/loadavg: 3.14 2.62 2.35 3/93 3206
/proc/meminfo: memFree=1019424/2055920 swapFree=4179952/4192956
[pid=3184] ppid=3182 vsize=13600 CPUtime=0.78
/proc/3184/stat : 3184 (sugar) S 3182 3184 2317 0 -1 4194304 974 8755 0 1 3 1 68 6 16 0 1 0 636174401 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3184/statm: 3400 797 370 3 0 500 0
[pid=3197] ppid=3184 vsize=5356 CPUtime=0
/proc/3197/stat : 3197 (sh) S 3184 3184 2317 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636174501 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3197/statm: 1339 233 193 169 0 50 0
[pid=3198] ppid=3197 vsize=868496 CPUtime=151.96
/proc/3198/stat : 3198 (java) S 3197 3184 2317 0 -1 0 27580 0 2 0 14828 368 0 0 18 0 9 0 636174501 889339904 19541 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3198/statm: 217124 19541 2566 9 0 211671 0
[pid=3198/tid=3199] ppid=3197 vsize=868496 CPUtime=148.13
/proc/3198/task/3199/stat : 3199 (java) R 3197 3184 2317 0 -1 64 6769 0 2 0 14477 336 0 0 25 0 9 0 636174502 889339904 19541 996147200 134512640 134550740 4294955952 18446744073709551615 4127028031 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3198/tid=3200] ppid=3197 vsize=868496 CPUtime=3.5
/proc/3198/task/3200/stat : 3200 (java) S 3197 3184 2317 0 -1 64 18631 0 0 0 321 29 0 0 16 0 9 0 636174503 889339904 19541 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3198/tid=3201] ppid=3197 vsize=868496 CPUtime=0
/proc/3198/task/3201/stat : 3201 (java) S 3197 3184 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636174504 889339904 19541 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3202] ppid=3197 vsize=868496 CPUtime=0
/proc/3198/task/3202/stat : 3202 (java) S 3197 3184 2317 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636174504 889339904 19541 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3203] ppid=3197 vsize=868496 CPUtime=0
/proc/3198/task/3203/stat : 3203 (java) S 3197 3184 2317 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636174505 889339904 19541 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3204] ppid=3197 vsize=868496 CPUtime=0.3
/proc/3198/task/3204/stat : 3204 (java) S 3197 3184 2317 0 -1 64 1488 0 0 0 29 1 0 0 16 0 9 0 636174505 889339904 19541 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3198/tid=3205] ppid=3197 vsize=868496 CPUtime=0
/proc/3198/task/3205/stat : 3205 (java) S 3197 3184 2317 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636174505 889339904 19541 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3198/tid=3206] ppid=3197 vsize=868496 CPUtime=0
/proc/3198/task/3206/stat : 3206 (java) S 3197 3184 2317 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 636174506 889339904 19541 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 152.74
Current children cumulated vsize (KiB) 887452

[startup+222.302 s]
/proc/loadavg: 3.39 2.80 2.43 3/85 3211
/proc/meminfo: memFree=659616/2055920 swapFree=4179952/4192956
[pid=3184] ppid=3182 vsize=13600 CPUtime=177.57
/proc/3184/stat : 3184 (sugar) S 3182 3184 2317 0 -1 4194304 1022 37392 0 4 3 1 17271 482 16 0 1 0 636174401 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3184/statm: 3400 799 370 3 0 500 0
[pid=3210] ppid=3184 vsize=5356 CPUtime=0
/proc/3210/stat : 3210 (sh) S 3184 3184 2317 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636193306 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3210/statm: 1339 232 193 169 0 50 0
[pid=3211] ppid=3210 vsize=267624 CPUtime=33.15
/proc/3211/stat : 3211 (picosat) R 3210 3184 2317 0 -1 4194304 62439 0 0 0 1504 1811 0 0 25 0 1 0 636193306 274046976 62425 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3211/statm: 66906 62425 40 102 0 66801 0
Current children cumulated CPU time (s) 210.72
Current children cumulated vsize (KiB) 286580

[startup+282.302 s]
/proc/loadavg: 2.61 2.69 2.41 3/85 3211
/proc/meminfo: memFree=430688/2055920 swapFree=4179952/4192956
[pid=3184] ppid=3182 vsize=13600 CPUtime=177.57
/proc/3184/stat : 3184 (sugar) S 3182 3184 2317 0 -1 4194304 1022 37392 0 4 3 1 17271 482 16 0 1 0 636174401 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3184/statm: 3400 799 370 3 0 500 0
[pid=3210] ppid=3184 vsize=5356 CPUtime=0
/proc/3210/stat : 3210 (sh) S 3184 3184 2317 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636193306 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3210/statm: 1339 232 193 169 0 50 0
[pid=3211] ppid=3210 vsize=502548 CPUtime=93.13
/proc/3211/stat : 3211 (picosat) R 3210 3184 2317 0 -1 4194304 120228 0 0 0 4242 5071 0 0 25 0 1 0 636193306 514609152 120214 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3211/statm: 125637 120214 40 102 0 125532 0
Current children cumulated CPU time (s) 270.7
Current children cumulated vsize (KiB) 521504

[startup+342.302 s]
/proc/loadavg: 2.22 2.56 2.38 3/85 3211
/proc/meminfo: memFree=192672/2055920 swapFree=4179952/4192956
[pid=3184] ppid=3182 vsize=13600 CPUtime=177.57
/proc/3184/stat : 3184 (sugar) S 3182 3184 2317 0 -1 4194304 1022 37392 0 4 3 1 17271 482 16 0 1 0 636174401 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3184/statm: 3400 799 370 3 0 500 0
[pid=3210] ppid=3184 vsize=5356 CPUtime=0
/proc/3210/stat : 3210 (sh) S 3184 3184 2317 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636193306 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3210/statm: 1339 232 193 169 0 50 0
[pid=3211] ppid=3210 vsize=745384 CPUtime=153.12
/proc/3211/stat : 3211 (picosat) R 3210 3184 2317 0 -1 4194304 179020 0 0 0 7019 8293 0 0 25 0 1 0 636193306 763273216 179006 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3211/statm: 186346 179006 40 102 0 186241 0
Current children cumulated CPU time (s) 330.69
Current children cumulated vsize (KiB) 764340



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+368.801 s]
/proc/loadavg: 2.15 2.51 2.37 3/85 3211
/proc/meminfo: memFree=88032/2055920 swapFree=4179952/4192956
[pid=3184] ppid=3182 vsize=13600 CPUtime=177.57
/proc/3184/stat : 3184 (sugar) S 3182 3184 2317 0 -1 4194304 1022 37392 0 4 3 1 17271 482 16 0 1 0 636174401 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3184/statm: 3400 799 370 3 0 500 0
[pid=3210] ppid=3184 vsize=5356 CPUtime=0
/proc/3210/stat : 3210 (sh) S 3184 3184 2317 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636193306 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3210/statm: 1339 232 193 169 0 50 0
[pid=3211] ppid=3210 vsize=902800 CPUtime=179.61
/proc/3211/stat : 3211 (picosat) R 3210 3184 2317 0 -1 4194304 204831 0 0 0 8240 9721 0 0 25 0 1 0 636193306 924467200 204817 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3211/statm: 225700 204817 40 102 0 225595 0
Current children cumulated CPU time (s) 357.18
Current children cumulated vsize (KiB) 921756

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

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

[startup+368.918 s]
/proc/loadavg: 2.15 2.51 2.37 3/85 3211
/proc/meminfo: memFree=88032/2055920 swapFree=4179952/4192956
[pid=3184] ppid=3182 vsize=13600 CPUtime=177.57
/proc/3184/stat : 3184 (sugar) S 3182 3184 2317 0 -1 4194304 1041 37392 0 4 3 1 17271 482 16 0 1 0 636174401 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3184/statm: 3400 799 370 3 0 500 0
[pid=3210] ppid=3184 vsize=0 CPUtime=0
/proc/3210/stat : 3210 (sh) Z 3184 3184 2317 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 636193306 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/3210/statm: 0 0 0 0 0 0 0
[pid=3211] ppid=1 vsize=0 CPUtime=179.73
/proc/3211/stat : 3211 (picosat) R 1 3184 2317 0 -1 4195332 204831 0 0 0 8240 9733 0 0 25 0 1 0 636193306 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/3211/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 357.3
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3184 and gives
#  childrusage.ru_utime.tv_sec=172
#  childrusage.ru_utime.tv_usec=751737
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=848262
# CPU time returned by wait4() is 177.6
# while last known CPU time is 357.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 368.935
CPU time (s): 357.3
CPU user time (s): 255.14
CPU system time (s): 102.16
CPU usage (%): 96.8464
Max. virtual memory (cumulated for all children) (KiB): 921756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 172.752
system time used= 4.84826
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38769
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35313
involuntary context switches= 36167

runsolver used 0.398939 second user time and 1.14083 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-05 08:27:52
IDJOB=1086422
IDBENCH=57818
IDSOLVER=345
FILE ID=node88/1086422-1215239271
PBS_JOBID= 7881928
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp33/normalized-fapp33-0650-10.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086422-1215239271/watcher-1086422-1215239271 -o /tmp/evaluation-result-1086422-1215239271/solver-1086422-1215239271 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1086422-1215239271.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 68a6e67c26555a55d1774467340b6ea2
RANDOM SEED=742889092

node88.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.232
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.232
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:       1681232 kB
Buffers:          4976 kB
Cached:          42752 kB
SwapCached:       7080 kB
Active:         316428 kB
Inactive:         9392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1681232 kB
SwapTotal:     4192956 kB
SwapFree:      4179952 kB
Dirty:            2480 kB
Writeback:           0 kB
Mapped:         294176 kB
Slab:            33488 kB
Committed_AS:  1468020 kB
PageTables:       2440 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= 66496 MiB
End job on node88 at 2008-07-05 08:34:02