Trace number 1085687

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) 440.5 527.55

General information on the benchmark

Namecsp/fapp/fapp34/
normalized-fapp34-0750-0.xml
MD5SUM701805f3dd433f8e5a195a0325c2f865
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.1672
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of constraints8639
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8639
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 07:17:30 2008
0.00/0.04	c 0	PID 14275
0.00/0.05	c 0	HOST node28.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1085687-1215235049.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085687-1215235049.xml' 'HOME/temp.csp'
0.86/1.59	c 1	14 domains, 750 variables, 8 predicates, 0 relations, 8639 constraints
0.95/1.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.65	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.96/1.72	c 1	Parsing HOME/temp.csp
0.96/2.14	c 2	parsed 9411 expressions
0.96/2.15	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.96/2.15	c 2	Converting to clausal form CSP
2.06/2.88	c 2	converted 942 (10%) expressions
4.35/5.12	c 5	converted 1883 (20%) expressions
6.33/7.26	c 7	converted 2824 (30%) expressions
8.02/8.94	c 8	converted 3765 (40%) expressions
9.80/10.70	c 10	converted 4706 (50%) expressions
11.29/12.22	c 12	converted 5647 (60%) expressions
12.68/13.65	c 13	converted 6588 (70%) expressions
14.47/15.41	c 15	converted 7529 (80%) expressions
15.87/16.89	c 16	converted 8470 (90%) expressions
17.25/18.27	c 18	converted 9411 (100%) expressions
17.25/18.28	c 18	CSP : 1491 integers, 24703 booleans, 52537 clauses, largest domain size 3353
17.25/18.28	c 18	Heap : 70 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.25/18.28	c 18	Propagation in CSP
18.15/19.19	c 19	20844 values, 0 unsatisfiable literals, and 0 valid clauses are removed
18.15/19.19	c 19	CSP : 1491 integers, 24703 booleans, 52537 clauses, largest domain size 3353
18.15/19.20	c 19	Heap : 76 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.26/19.23	c 19	Simplifing CSP by introducing new Boolean variables
18.35/19.33	c 19	CSP : 1491 integers, 41623 booleans, 69457 clauses, largest domain size 3353
18.35/19.33	c 19	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.85/19.85	c 19	Encoding CSP to SAT : HOME/temp.cnf
21.44/22.47	c 22	150 (10%) CSP integer variables are encoded (62695 clauses, 918343 bytes)
24.29/25.65	c 25	299 (20%) CSP integer variables are encoded (128420 clauses, 1961551 bytes)
27.28/28.69	c 28	448 (30%) CSP integer variables are encoded (199373 clauses, 3167752 bytes)
30.07/31.45	c 31	597 (40%) CSP integer variables are encoded (264225 clauses, 4270236 bytes)
32.75/34.17	c 34	746 (50%) CSP integer variables are encoded (327849 clauses, 5351844 bytes)
33.14/34.57	c 34	895 (60%) CSP integer variables are encoded (643870 clauses, 10724201 bytes)
33.55/34.99	c 35	1044 (70%) CSP integer variables are encoded (982887 clauses, 16487490 bytes)
33.93/35.39	c 35	1193 (80%) CSP integer variables are encoded (1294278 clauses, 22371800 bytes)
34.33/35.79	c 35	1342 (90%) CSP integer variables are encoded (1608923 clauses, 28350055 bytes)
34.82/36.21	c 36	1491 (100%) CSP integer variables are encoded (1940804 clauses, 34655794 bytes)
83.97/99.31	c 99	6946 (10%) CSP clauses are encoded (6185357 clauses, 130113657 bytes)
119.64/141.71	c 141	13892 (20%) CSP clauses are encoded (9298035 clauses, 204228630 bytes)
147.24/177.25	c 177	20838 (30%) CSP clauses are encoded (12099141 clauses, 273127039 bytes)
167.83/207.30	c 207	27783 (40%) CSP clauses are encoded (14405674 clauses, 331074754 bytes)
179.68/227.04	c 227	34729 (50%) CSP clauses are encoded (16150306 clauses, 375637964 bytes)
190.97/244.83	c 244	41675 (60%) CSP clauses are encoded (18053810 clauses, 425211036 bytes)
205.72/269.76	c 269	48620 (70%) CSP clauses are encoded (20065631 clauses, 477928018 bytes)
217.80/289.25	c 289	55566 (80%) CSP clauses are encoded (22112496 clauses, 531214405 bytes)
230.52/307.41	c 307	62512 (90%) CSP clauses are encoded (23991727 clauses, 580369581 bytes)
241.99/325.70	c 325	69457 (100%) CSP clauses are encoded (25631850 clauses, 623319942 bytes)
241.99/325.70	c 325	69457 CSP clauses encoded
241.99/325.70	c 325	Writing map file : HOME/temp.map
242.18/325.81	c 325	Heap : 78 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
242.18/325.81	c 325	SAT : 1983918 SAT variables, 25631850 SAT clauses, 623319942 bytes
242.18/325.81	c 325	Heap : 78 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
242.18/325.84	c 325	SOLVING HOME/temp.cnf
242.18/325.84	c 325	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
440.39/527.41	c ERROR INTERRUPTED
440.50/527.54	s UNKNOWN
440.50/527.54	c 527	CPU 230.63 (0.04 0.01 230.59 11.59)
440.50/527.54	c 527	END Sat Jul  5 07:26:17 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-1085687-1215235049/watcher-1085687-1215235049 -o /tmp/evaluation-result-1085687-1215235049/solver-1085687-1215235049 -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-1085687-1215235049.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.03 2.00 2.00 4/72 14275
/proc/meminfo: memFree=1712680/2055920 swapFree=4192812/4192956
[pid=14275] ppid=14273 vsize=18572 CPUtime=0
/proc/14275/stat : 14275 (runsolver) R 14273 14275 13071 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 150890263 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 217871609127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14275/statm: 4643 292 257 25 0 2626 0

[startup+0.056669 s]
/proc/loadavg: 2.03 2.00 2.00 4/72 14275
/proc/meminfo: memFree=1712680/2055920 swapFree=4192812/4192956
[pid=14275] ppid=14273 vsize=13600 CPUtime=0.03
/proc/14275/stat : 14275 (sugar) S 14273 14275 13071 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 150890263 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14275/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101675 s]
/proc/loadavg: 2.03 2.00 2.00 4/72 14275
/proc/meminfo: memFree=1712680/2055920 swapFree=4192812/4192956
[pid=14275] ppid=14273 vsize=13600 CPUtime=0.03
/proc/14275/stat : 14275 (sugar) S 14273 14275 13071 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 150890263 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14275/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302738 s]
/proc/loadavg: 2.03 2.00 2.00 4/72 14275
/proc/meminfo: memFree=1712680/2055920 swapFree=4192812/4192956
[pid=14275] ppid=14273 vsize=13600 CPUtime=0.03
/proc/14275/stat : 14275 (sugar) S 14273 14275 13071 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 150890263 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14275/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.893137 s]
/proc/loadavg: 2.03 2.00 2.00 4/72 14275
/proc/meminfo: memFree=1712680/2055920 swapFree=4192812/4192956
[pid=14275] ppid=14273 vsize=13600 CPUtime=0.03
/proc/14275/stat : 14275 (sugar) S 14273 14275 13071 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 150890263 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14275/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50284 s]
/proc/loadavg: 2.03 2.00 2.00 3/83 14287
/proc/meminfo: memFree=1688464/2055920 swapFree=4192812/4192956
[pid=14275] ppid=14273 vsize=13600 CPUtime=0.03
/proc/14275/stat : 14275 (sugar) S 14273 14275 13071 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 150890263 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14275/statm: 3400 796 370 3 0 500 0
[pid=14278] ppid=14275 vsize=5356 CPUtime=0
/proc/14278/stat : 14278 (sh) S 14275 14275 13071 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 150890268 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14278/statm: 1339 233 193 169 0 50 0
[pid=14279] ppid=14278 vsize=864656 CPUtime=0.83
/proc/14279/stat : 14279 (java) S 14278 14275 13071 0 -1 0 8307 0 1 0 78 5 0 0 18 0 9 0 150890269 885407744 7290 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14279/statm: 216164 7290 2529 9 0 210746 0
[pid=14279/tid=14280] ppid=14278 vsize=864656 CPUtime=0.5
/proc/14279/task/14280/stat : 14280 (java) R 14278 14275 13071 0 -1 64 2725 0 1 0 47 3 0 0 25 0 9 0 150890270 885407744 7290 996147200 134512640 134550740 4294956000 18446744073709551615 4125976285 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14279/tid=14281] ppid=14278 vsize=864656 CPUtime=0.16
/proc/14279/task/14281/stat : 14281 (java) S 14278 14275 13071 0 -1 64 4369 0 0 0 15 1 0 0 16 0 9 0 150890271 885407744 7290 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14279/tid=14282] ppid=14278 vsize=864656 CPUtime=0
/proc/14279/task/14282/stat : 14282 (java) S 14278 14275 13071 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 150890271 885407744 7290 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14279/tid=14283] ppid=14278 vsize=864656 CPUtime=0
/proc/14279/task/14283/stat : 14283 (java) S 14278 14275 13071 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 150890271 885407744 7290 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14279/tid=14284] ppid=14278 vsize=864656 CPUtime=0
/proc/14279/task/14284/stat : 14284 (java) S 14278 14275 13071 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 150890273 885407744 7290 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14279/tid=14285] ppid=14278 vsize=864656 CPUtime=0.14
/proc/14279/task/14285/stat : 14285 (java) S 14278 14275 13071 0 -1 64 514 0 0 0 14 0 0 0 16 0 9 0 150890273 885407744 7290 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14279/tid=14286] ppid=14278 vsize=864656 CPUtime=0
/proc/14279/task/14286/stat : 14286 (java) S 14278 14275 13071 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 150890273 885407744 7290 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14279/tid=14287] ppid=14278 vsize=864656 CPUtime=0
/proc/14279/task/14287/stat : 14287 (java) S 14278 14275 13071 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 150890273 885407744 7290 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 883612

[startup+3.10202 s]
/proc/loadavg: 2.03 2.00 2.00 5/83 14297
/proc/meminfo: memFree=1690896/2055920 swapFree=4192812/4192956
[pid=14275] ppid=14273 vsize=13600 CPUtime=0.96
/proc/14275/stat : 14275 (sugar) S 14273 14275 13071 0 -1 4194304 974 8764 0 1 3 0 87 6 15 0 1 0 150890263 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14275/statm: 3400 797 370 3 0 500 0
[pid=14288] ppid=14275 vsize=5356 CPUtime=0
/proc/14288/stat : 14288 (sh) S 14275 14275 13071 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 150890428 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14288/statm: 1339 233 193 169 0 50 0
[pid=14289] ppid=14288 vsize=868572 CPUtime=1.4
/proc/14289/stat : 14289 (java) S 14288 14275 13071 0 -1 0 7867 0 1 0 135 5 0 0 18 0 9 0 150890428 889417728 7004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14289/statm: 217143 7004 2540 9 0 211718 0
[pid=14289/tid=14290] ppid=14288 vsize=868572 CPUtime=0.99
/proc/14289/task/14290/stat : 14290 (java) R 14288 14275 13071 0 -1 64 2653 0 1 0 98 1 0 0 25 0 9 0 150890429 889417728 7004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14291] ppid=14288 vsize=868572 CPUtime=0.18
/proc/14289/task/14291/stat : 14291 (java) R 14288 14275 13071 0 -1 64 3064 0 0 0 17 1 0 0 16 0 9 0 150890430 889417728 7004 996147200 134512640 134550740 4294955952 18446744073709551615 102721822 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14292] ppid=14288 vsize=868572 CPUtime=0
/proc/14289/task/14292/stat : 14292 (java) S 14288 14275 13071 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 150890431 889417728 7004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14293] ppid=14288 vsize=868572 CPUtime=0
/proc/14289/task/14293/stat : 14293 (java) S 14288 14275 13071 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 150890431 889417728 7004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14294] ppid=14288 vsize=868572 CPUtime=0
/proc/14289/task/14294/stat : 14294 (java) S 14288 14275 13071 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 150890433 889417728 7004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14295] ppid=14288 vsize=868572 CPUtime=0.19
/proc/14289/task/14295/stat : 14295 (java) S 14288 14275 13071 0 -1 64 1453 0 0 0 19 0 0 0 15 0 9 0 150890433 889417728 7004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14296] ppid=14288 vsize=868572 CPUtime=0
/proc/14289/task/14296/stat : 14296 (java) S 14288 14275 13071 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 150890433 889417728 7004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14297] ppid=14288 vsize=868572 CPUtime=0
/proc/14289/task/14297/stat : 14297 (java) S 14288 14275 13071 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 150890433 889417728 7004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 887528

[startup+6.3024 s]
/proc/loadavg: 2.03 2.00 2.00 3/83 14297
/proc/meminfo: memFree=1675216/2055920 swapFree=4192812/4192956
[pid=14275] ppid=14273 vsize=13600 CPUtime=0.96
/proc/14275/stat : 14275 (sugar) S 14273 14275 13071 0 -1 4194304 974 8764 0 1 3 0 87 6 16 0 1 0 150890263 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14275/statm: 3400 797 370 3 0 500 0
[pid=14288] ppid=14275 vsize=5356 CPUtime=0
/proc/14288/stat : 14288 (sh) S 14275 14275 13071 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 150890428 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14288/statm: 1339 233 193 169 0 50 0
[pid=14289] ppid=14288 vsize=868388 CPUtime=4.47
/proc/14289/stat : 14289 (java) S 14288 14275 13071 0 -1 0 10899 0 1 0 437 10 0 0 18 0 9 0 150890428 889229312 9770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14289/statm: 217097 9770 2540 9 0 211672 0
[pid=14289/tid=14290] ppid=14288 vsize=868388 CPUtime=3.67
/proc/14289/task/14290/stat : 14290 (java) R 14288 14275 13071 0 -1 64 2971 0 1 0 365 2 0 0 25 0 9 0 150890429 889229312 9770 996147200 134512640 134550740 4294955952 18446744073709551615 4126564700 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14291] ppid=14288 vsize=868388 CPUtime=0.54
/proc/14289/task/14291/stat : 14291 (java) S 14288 14275 13071 0 -1 64 5770 0 0 0 49 5 0 0 16 0 9 0 150890430 889229312 9770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14292] ppid=14288 vsize=868388 CPUtime=0
/proc/14289/task/14292/stat : 14292 (java) S 14288 14275 13071 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 150890431 889229312 9770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14293] ppid=14288 vsize=868388 CPUtime=0
/proc/14289/task/14293/stat : 14293 (java) S 14288 14275 13071 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 150890431 889229312 9770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14294] ppid=14288 vsize=868388 CPUtime=0
/proc/14289/task/14294/stat : 14294 (java) S 14288 14275 13071 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 150890433 889229312 9770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14295] ppid=14288 vsize=868388 CPUtime=0.21
/proc/14289/task/14295/stat : 14295 (java) S 14288 14275 13071 0 -1 64 1461 0 0 0 21 0 0 0 15 0 9 0 150890433 889229312 9770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14296] ppid=14288 vsize=868388 CPUtime=0
/proc/14289/task/14296/stat : 14296 (java) S 14288 14275 13071 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 150890433 889229312 9770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14297] ppid=14288 vsize=868388 CPUtime=0.01
/proc/14289/task/14297/stat : 14297 (java) R 14288 14275 13071 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 150890433 889229312 9770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 887344

[startup+12.7061 s]
/proc/loadavg: 2.03 2.00 2.00 3/83 14297
/proc/meminfo: memFree=1639120/2055920 swapFree=4192812/4192956
[pid=14275] ppid=14273 vsize=13600 CPUtime=0.96
/proc/14275/stat : 14275 (sugar) S 14273 14275 13071 0 -1 4194304 974 8764 0 1 3 0 87 6 16 0 1 0 150890263 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14275/statm: 3400 797 370 3 0 500 0
[pid=14288] ppid=14275 vsize=5356 CPUtime=0
/proc/14288/stat : 14288 (sh) S 14275 14275 13071 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 150890428 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14288/statm: 1339 233 193 169 0 50 0
[pid=14289] ppid=14288 vsize=868388 CPUtime=10.83
/proc/14289/stat : 14289 (java) S 14288 14275 13071 0 -1 0 21801 0 1 0 1065 18 0 0 18 0 9 0 150890428 889229312 16975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14289/statm: 217097 16975 2540 9 0 211672 0
[pid=14289/tid=14290] ppid=14288 vsize=868388 CPUtime=9.04
/proc/14289/task/14290/stat : 14290 (java) R 14288 14275 13071 0 -1 64 3530 0 1 0 901 3 0 0 25 0 9 0 150890429 889229312 16975 996147200 134512640 134550740 4294955952 18446744073709551615 4126561072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14291] ppid=14288 vsize=868388 CPUtime=1.53
/proc/14289/task/14291/stat : 14291 (java) S 14288 14275 13071 0 -1 64 16113 0 0 0 142 11 0 0 16 0 9 0 150890430 889229312 16975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14292] ppid=14288 vsize=868388 CPUtime=0
/proc/14289/task/14292/stat : 14292 (java) S 14288 14275 13071 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 150890431 889229312 16975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14293] ppid=14288 vsize=868388 CPUtime=0
/proc/14289/task/14293/stat : 14293 (java) S 14288 14275 13071 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 150890431 889229312 16975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14294] ppid=14288 vsize=868388 CPUtime=0
/proc/14289/task/14294/stat : 14294 (java) S 14288 14275 13071 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 150890433 889229312 16975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14295] ppid=14288 vsize=868388 CPUtime=0.21
/proc/14289/task/14295/stat : 14295 (java) S 14288 14275 13071 0 -1 64 1461 0 0 0 21 0 0 0 15 0 9 0 150890433 889229312 16975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14296] ppid=14288 vsize=868388 CPUtime=0
/proc/14289/task/14296/stat : 14296 (java) S 14288 14275 13071 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 150890433 889229312 16975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14297] ppid=14288 vsize=868388 CPUtime=0.01
/proc/14289/task/14297/stat : 14297 (java) S 14288 14275 13071 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 150890433 889229312 16975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.79
Current children cumulated vsize (KiB) 887344

[startup+25.5026 s]
/proc/loadavg: 2.09 2.02 2.00 3/83 14297
/proc/meminfo: memFree=1589712/2055920 swapFree=4192812/4192956
[pid=14275] ppid=14273 vsize=13600 CPUtime=0.97
/proc/14275/stat : 14275 (sugar) S 14273 14275 13071 0 -1 4194304 974 8764 0 1 3 1 87 6 16 0 1 0 150890263 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14275/statm: 3400 797 370 3 0 500 0
[pid=14288] ppid=14275 vsize=5356 CPUtime=0
/proc/14288/stat : 14288 (sh) S 14275 14275 13071 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 150890428 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14288/statm: 1339 233 193 169 0 50 0
[pid=14289] ppid=14288 vsize=868500 CPUtime=23.22
/proc/14289/stat : 14289 (java) S 14288 14275 13071 0 -1 0 33612 0 1 0 2296 26 0 0 18 0 9 0 150890428 889344000 25747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14289/statm: 217125 25747 2566 9 0 211672 0
[pid=14289/tid=14290] ppid=14288 vsize=868500 CPUtime=19.84
/proc/14289/task/14290/stat : 14290 (java) R 14288 14275 13071 0 -1 64 4385 0 1 0 1979 5 0 0 25 0 9 0 150890429 889344000 25747 996147200 134512640 134550740 4294955952 18446744073709551615 4126597203 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14291] ppid=14288 vsize=868500 CPUtime=3.04
/proc/14289/task/14291/stat : 14291 (java) S 14288 14275 13071 0 -1 64 27036 0 0 0 288 16 0 0 16 0 9 0 150890430 889344000 25747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14292] ppid=14288 vsize=868500 CPUtime=0
/proc/14289/task/14292/stat : 14292 (java) S 14288 14275 13071 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 150890431 889344000 25747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14293] ppid=14288 vsize=868500 CPUtime=0
/proc/14289/task/14293/stat : 14293 (java) S 14288 14275 13071 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 150890431 889344000 25747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/14275/stat : 14275 (sugar) S 14273 14275 13071 0 -1 4194304 974 8764 0 1 3 1 87 6 16 0 1 0 150890263 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14275/statm: 3400 797 370 3 0 500 0
[pid=14288] ppid=14275 vsize=5356 CPUtime=0
/proc/14288/stat : 14288 (sh) S 14275 14275 13071 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 150890428 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14288/statm: 1339 233 193 169 0 50 0
[pid=14289] ppid=14288 vsize=868500 CPUtime=175.67
/proc/14289/stat : 14289 (java) S 14288 14275 13071 0 -1 0 34718 0 1 0 16885 682 0 0 18 0 9 0 150890428 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14289/statm: 217125 25770 2566 9 0 211672 0
[pid=14289/tid=14290] ppid=14288 vsize=868500 CPUtime=166.31
/proc/14289/task/14290/stat : 14290 (java) D 14288 14275 13071 0 -1 64 5470 0 1 0 16295 336 0 0 25 0 9 0 150890429 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=14289/tid=14291] ppid=14288 vsize=868500 CPUtime=5.01
/proc/14289/task/14291/stat : 14291 (java) S 14288 14275 13071 0 -1 64 27039 0 0 0 431 70 0 0 16 0 9 0 150890430 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14289/tid=14292] ppid=14288 vsize=868500 CPUtime=0
/proc/14289/task/14292/stat : 14292 (java) S 14288 14275 13071 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 150890431 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14293] ppid=14288 vsize=868500 CPUtime=0
/proc/14289/task/14293/stat : 14293 (java) S 14288 14275 13071 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 150890431 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14294] ppid=14288 vsize=868500 CPUtime=0
/proc/14289/task/14294/stat : 14294 (java) S 14288 14275 13071 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 150890433 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14295] ppid=14288 vsize=868500 CPUtime=0.3
/proc/14289/task/14295/stat : 14295 (java) S 14288 14275 13071 0 -1 64 1512 0 0 0 29 1 0 0 16 0 9 0 150890433 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14296] ppid=14288 vsize=868500 CPUtime=0
/proc/14289/task/14296/stat : 14296 (java) S 14288 14275 13071 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 150890433 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14297] ppid=14288 vsize=868500 CPUtime=4.02
/proc/14289/task/14297/stat : 14297 (java) S 14288 14275 13071 0 -1 64 1 0 0 0 128 274 0 0 15 0 9 0 150890433 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 176.64
Current children cumulated vsize (KiB) 887456

[startup+282.307 s]
/proc/loadavg: 3.45 2.73 2.29 3/83 14297
/proc/meminfo: memFree=921616/2055920 swapFree=4192812/4192956
[pid=14275] ppid=14273 vsize=13600 CPUtime=0.97
/proc/14275/stat : 14275 (sugar) S 14273 14275 13071 0 -1 4194304 974 8764 0 1 3 1 87 6 16 0 1 0 150890263 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14275/statm: 3400 797 370 3 0 500 0
[pid=14288] ppid=14275 vsize=5356 CPUtime=0
/proc/14288/stat : 14288 (sh) S 14275 14275 13071 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 150890428 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14288/statm: 1339 233 193 169 0 50 0
[pid=14289] ppid=14288 vsize=868500 CPUtime=212.89
/proc/14289/stat : 14289 (java) S 14288 14275 13071 0 -1 0 35125 0 1 0 20345 944 0 0 18 0 9 0 150890428 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14289/statm: 217125 25770 2566 9 0 211672 0
[pid=14289/tid=14290] ppid=14288 vsize=868500 CPUtime=201.35
/proc/14289/task/14290/stat : 14290 (java) R 14288 14275 13071 0 -1 64 5877 0 1 0 19673 462 0 0 25 0 9 0 150890429 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4127019013 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14289/tid=14291] ppid=14288 vsize=868500 CPUtime=5.38
/proc/14289/task/14291/stat : 14291 (java) S 14288 14275 13071 0 -1 64 27039 0 0 0 456 82 0 0 16 0 9 0 150890430 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14289/tid=14292] ppid=14288 vsize=868500 CPUtime=0
/proc/14289/task/14292/stat : 14292 (java) S 14288 14275 13071 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 150890431 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14293] ppid=14288 vsize=868500 CPUtime=0
/proc/14289/task/14293/stat : 14293 (java) S 14288 14275 13071 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 150890431 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14294] ppid=14288 vsize=868500 CPUtime=0
/proc/14289/task/14294/stat : 14294 (java) S 14288 14275 13071 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 150890433 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14295] ppid=14288 vsize=868500 CPUtime=0.3
/proc/14289/task/14295/stat : 14295 (java) S 14288 14275 13071 0 -1 64 1512 0 0 0 29 1 0 0 16 0 9 0 150890433 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14296] ppid=14288 vsize=868500 CPUtime=0
/proc/14289/task/14296/stat : 14296 (java) S 14288 14275 13071 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 150890433 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14289/tid=14297] ppid=14288 vsize=868500 CPUtime=5.82
/proc/14289/task/14297/stat : 14297 (java) S 14288 14275 13071 0 -1 64 1 0 0 0 185 397 0 0 15 0 9 0 150890433 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 213.86
Current children cumulated vsize (KiB) 887456

[startup+342.302 s]
/proc/loadavg: 3.49 2.89 2.37 3/75 14299
/proc/meminfo: memFree=692688/2055920 swapFree=4192812/4192956
[pid=14275] ppid=14273 vsize=13600 CPUtime=242.23
/proc/14275/stat : 14275 (sugar) S 14273 14275 13071 0 -1 4194304 1023 44518 0 2 4 1 23059 1159 17 0 1 0 150890263 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14275/statm: 3400 800 370 3 0 500 0
[pid=14298] ppid=14275 vsize=5356 CPUtime=0
/proc/14298/stat : 14298 (sh) S 14275 14275 13071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 150922847 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14298/statm: 1339 232 193 169 0 50 0
[pid=14299] ppid=14298 vsize=190540 CPUtime=14.1
/proc/14299/stat : 14299 (picosat) R 14298 14275 13071 0 -1 4194304 45572 0 0 0 646 764 0 0 25 0 1 0 150922848 195112960 45558 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14299/statm: 47635 45558 40 102 0 47530 0
Current children cumulated CPU time (s) 256.33
Current children cumulated vsize (KiB) 209496

[startup+402.302 s]
/proc/loadavg: 2.54 2.73 2.35 3/75 14299
/proc/meminfo: memFree=483408/2055920 swapFree=4192812/4192956
[pid=14275] ppid=14273 vsize=13600 CPUtime=242.23
/proc/14275/stat : 14275 (sugar) S 14273 14275 13071 0 -1 4194304 1023 44518 0 2 4 1 23059 1159 17 0 1 0 150890263 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14275/statm: 3400 800 370 3 0 500 0
[pid=14298] ppid=14275 vsize=5356 CPUtime=0
/proc/14298/stat : 14298 (sh) S 14275 14275 13071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 150922847 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14298/statm: 1339 232 193 169 0 50 0
[pid=14299] ppid=14298 vsize=414456 CPUtime=73.76
/proc/14299/stat : 14299 (picosat) R 14298 14275 13071 0 -1 4194304 97780 0 0 0 3340 4036 0 0 25 0 1 0 150922848 424402944 97766 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14299/statm: 103614 97766 40 102 0 103509 0
Current children cumulated CPU time (s) 315.99
Current children cumulated vsize (KiB) 433412

[startup+462.306 s]
/proc/loadavg: 2.20 2.59 2.32 3/75 14299
/proc/meminfo: memFree=271568/2055920 swapFree=4192812/4192956
[pid=14275] ppid=14273 vsize=13600 CPUtime=242.23
/proc/14275/stat : 14275 (sugar) S 14273 14275 13071 0 -1 4194304 1023 44518 0 2 4 1 23059 1159 17 0 1 0 150890263 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14275/statm: 3400 800 370 3 0 500 0
[pid=14298] ppid=14275 vsize=5356 CPUtime=0
/proc/14298/stat : 14298 (sh) S 14275 14275 13071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 150922847 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14298/statm: 1339 232 193 169 0 50 0
[pid=14299] ppid=14298 vsize=635492 CPUtime=133.43
/proc/14299/stat : 14299 (picosat) R 14298 14275 13071 0 -1 4194304 150105 0 0 0 6086 7257 0 0 25 0 1 0 150922848 650743808 150091 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14299/statm: 158873 150091 40 102 0 158768 0
Current children cumulated CPU time (s) 375.66
Current children cumulated vsize (KiB) 654448

[startup+522.302 s]
/proc/loadavg: 2.07 2.48 2.30 3/75 14299
/proc/meminfo: memFree=61136/2055920 swapFree=4192812/4192956
[pid=14275] ppid=14273 vsize=13600 CPUtime=242.23
/proc/14275/stat : 14275 (sugar) S 14273 14275 13071 0 -1 4194304 1023 44518 0 2 4 1 23059 1159 17 0 1 0 150890263 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14275/statm: 3400 800 370 3 0 500 0
[pid=14298] ppid=14275 vsize=5356 CPUtime=0
/proc/14298/stat : 14298 (sh) S 14275 14275 13071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 150922847 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14298/statm: 1339 232 193 169 0 50 0
[pid=14299] ppid=14298 vsize=823992 CPUtime=193.09
/proc/14299/stat : 14299 (picosat) R 14298 14275 13071 0 -1 4194304 203107 0 0 0 8872 10437 0 0 25 0 1 0 150922848 843767808 203093 996147200 134512640 134931368 4294956256 18446744073709551615 134549346 0 0 4096 0 0 0 0 17 1 0 0
/proc/14299/statm: 205998 203093 40 102 0 205893 0
Current children cumulated CPU time (s) 435.32
Current children cumulated vsize (KiB) 842948



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+527.402 s]
/proc/loadavg: 2.07 2.47 2.30 3/75 14299
/proc/meminfo: memFree=40464/2055920 swapFree=4192812/4192956
[pid=14275] ppid=14273 vsize=13600 CPUtime=242.23
/proc/14275/stat : 14275 (sugar) S 14273 14275 13071 0 -1 4194304 1023 44518 0 2 4 1 23059 1159 17 0 1 0 150890263 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14275/statm: 3400 800 370 3 0 500 0
[pid=14298] ppid=14275 vsize=5356 CPUtime=0
/proc/14298/stat : 14298 (sh) S 14275 14275 13071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 150922847 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14298/statm: 1339 232 193 169 0 50 0
[pid=14299] ppid=14298 vsize=905500 CPUtime=198.16
/proc/14299/stat : 14299 (picosat) R 14298 14275 13071 0 -1 4194304 207616 0 0 0 9110 10706 0 0 25 0 1 0 150922848 927232000 207602 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14299/statm: 226375 207602 40 102 0 226270 0
Current children cumulated CPU time (s) 440.39
Current children cumulated vsize (KiB) 924456

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

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

[startup+527.519 s]
/proc/loadavg: 2.07 2.47 2.30 3/75 14299
/proc/meminfo: memFree=40464/2055920 swapFree=4192812/4192956
[pid=14275] ppid=14273 vsize=13600 CPUtime=242.23
/proc/14275/stat : 14275 (sugar) S 14273 14275 13071 0 -1 4194304 1042 44518 0 2 4 1 23059 1159 16 0 1 0 150890263 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/14275/statm: 3400 800 370 3 0 500 0
[pid=14298] ppid=14275 vsize=0 CPUtime=0
/proc/14298/stat : 14298 (sh) Z 14275 14275 13071 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 150922847 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/14298/statm: 0 0 0 0 0 0 0
[pid=14299] ppid=1 vsize=0 CPUtime=198.27
/proc/14299/stat : 14299 (picosat) R 1 14275 13071 0 -1 4195332 207616 0 0 0 9110 10717 0 0 25 0 1 0 150922848 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/14299/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 440.5
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14275 and gives
#  childrusage.ru_utime.tv_sec=230
#  childrusage.ru_utime.tv_usec=636937
#  childrusage.ru_stime.tv_sec=11
#  childrusage.ru_stime.tv_usec=612234
# CPU time returned by wait4() is 242.249
# while last known CPU time is 440.5
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 527.55
CPU time (s): 440.5
CPU user time (s): 321.73
CPU system time (s): 118.77
CPU usage (%): 83.4992
Max. virtual memory (cumulated for all children) (KiB): 924456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 230.637
system time used= 11.6122
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45896
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= 25927
involuntary context switches= 25615

runsolver used 3.2695 second user time and 6.88295 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-05 07:17:30
IDJOB=1085687
IDBENCH=57688
IDSOLVER=345
FILE ID=node28/1085687-1215235049
PBS_JOBID= 7881843
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp34/normalized-fapp34-0750-0.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-1085687-1215235049/watcher-1085687-1215235049 -o /tmp/evaluation-result-1085687-1215235049/solver-1085687-1215235049 -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-1085687-1215235049.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 701805f3dd433f8e5a195a0325c2f865
RANDOM SEED=1441726931

node28.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.231
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.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1713224 kB
Buffers:         45696 kB
Cached:         171428 kB
SwapCached:          0 kB
Active:         217040 kB
Inactive:        74296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6660 kB
Writeback:           0 kB
Mapped:          85960 kB
Slab:            36564 kB
Committed_AS:   654308 kB
PageTables:       1892 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66500 MiB
End job on node28 at 2008-07-05 07:26:19