Trace number 1086884

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) 694.381 703.103

General information on the benchmark

Namecsp/fapp/fapp32/
normalized-fapp32-0550-8.xml
MD5SUMcfa9ba3026b79df8ffeb8caaf7a20825
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 benchmark35.1497
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of constraints9461
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9461
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.12	c 0	Sugar v1-13 + HOME/picosat
0.01/0.12	c 0	BEGIN Sat Jul  5 09:08:39 2008
0.01/0.12	c 0	PID 1254
0.01/0.12	c 0	HOST node55.alineos.net
0.01/0.12	c 0	CONVERTING HOME/instance-1086884-1215241719.xml TO HOME/temp.csp
0.01/0.12	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086884-1215241719.xml' 'HOME/temp.csp'
0.04/0.94	c 1	8 domains, 550 variables, 8 predicates, 0 relations, 9461 constraints
0.04/0.97	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.97	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.86/1.06	c 1	Parsing HOME/temp.csp
1.24/1.50	c 2	parsed 10000 expressions
1.35/1.50	c 2	parsed 10027 expressions
1.35/1.50	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.35/1.50	c 2	Converting to clausal form CSP
3.03/3.23	c 3	converted 1003 (10%) expressions
5.80/6.02	c 6	converted 2006 (20%) expressions
8.18/8.49	c 9	converted 3009 (30%) expressions
10.45/10.70	c 11	converted 4011 (40%) expressions
12.63/12.90	c 13	converted 5014 (50%) expressions
15.11/15.45	c 16	converted 6017 (60%) expressions
17.29/17.63	c 18	converted 7019 (70%) expressions
19.47/19.84	c 20	converted 8022 (80%) expressions
21.65/22.06	c 22	converted 9025 (90%) expressions
23.91/24.30	c 25	converted 10027 (100%) expressions
23.91/24.30	c 25	CSP : 1092 integers, 27523 booleans, 57471 clauses, largest domain size 4101
23.91/24.30	c 25	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
23.91/24.30	c 25	Propagation in CSP
25.10/25.53	c 26	16544 values, 0 unsatisfiable literals, and 0 valid clauses are removed
25.10/25.53	c 26	CSP : 1092 integers, 27523 booleans, 57471 clauses, largest domain size 4101
25.10/25.53	c 26	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.10/25.55	c 26	Simplifing CSP by introducing new Boolean variables
25.20/25.67	c 26	CSP : 1092 integers, 47043 booleans, 76991 clauses, largest domain size 4101
25.20/25.67	c 26	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.50/25.92	c 26	Encoding CSP to SAT : HOME/temp.cnf
29.86/30.37	c 31	110 (10%) CSP integer variables are encoded (88364 clauses, 1303342 bytes)
34.02/34.58	c 35	219 (20%) CSP integer variables are encoded (174331 clauses, 2741760 bytes)
38.57/39.13	c 39	328 (30%) CSP integer variables are encoded (265236 clauses, 4287145 bytes)
42.63/43.28	c 44	437 (40%) CSP integer variables are encoded (352110 clauses, 5764003 bytes)
47.19/47.86	c 48	546 (50%) CSP integer variables are encoded (443760 clauses, 7322053 bytes)
47.88/48.53	c 49	656 (60%) CSP integer variables are encoded (840374 clauses, 14064491 bytes)
48.38/49.07	c 49	765 (70%) CSP integer variables are encoded (1267749 clauses, 21866757 bytes)
48.88/49.58	c 50	874 (80%) CSP integer variables are encoded (1664928 clauses, 29413158 bytes)
49.47/50.14	c 50	983 (90%) CSP integer variables are encoded (2098783 clauses, 37656403 bytes)
49.95/50.65	c 51	1092 (100%) CSP integer variables are encoded (2489002 clauses, 45070564 bytes)
177.72/179.81	c 180	7700 (10%) CSP clauses are encoded (10121164 clauses, 224585309 bytes)
252.84/255.70	c 256	15399 (20%) CSP clauses are encoded (16302245 clauses, 379049554 bytes)
297.05/300.51	c 301	23098 (30%) CSP clauses are encoded (21174127 clauses, 505243910 bytes)
331.50/335.43	c 336	30797 (40%) CSP clauses are encoded (25429831 clauses, 616941472 bytes)
364.73/369.19	c 369	38496 (50%) CSP clauses are encoded (29805610 clauses, 732689143 bytes)
399.16/404.01	c 404	46195 (60%) CSP clauses are encoded (34032218 clauses, 845256141 bytes)
430.03/435.35	c 436	53894 (70%) CSP clauses are encoded (37981327 clauses, 951022353 bytes)
460.40/466.11	c 466	61593 (80%) CSP clauses are encoded (42047308 clauses, 1059283283 bytes)
491.08/497.25	c 498	69292 (90%) CSP clauses are encoded (46055708 clauses, 1165594200 bytes)
521.75/528.31	c 529	76991 (100%) CSP clauses are encoded (50090609 clauses, 1273288594 bytes)
521.75/528.31	c 529	76991 CSP clauses encoded
521.75/528.31	c 529	Writing map file : HOME/temp.map
521.85/528.45	c 529	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
521.85/528.45	c 529	SAT : 2537137 SAT variables, 50090609 SAT clauses, 1273288594 bytes
521.85/528.45	c 529	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
521.91/528.51	c 529	SOLVING HOME/temp.cnf
521.91/528.51	c 529	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
693.76/702.22	c ERROR INTERRUPTED
693.87/702.34	s UNKNOWN
693.87/702.34	c 703	CPU 513.51 (0.04 0.01 513.47 8.39)
693.87/702.34	c 703	END Sat Jul  5 09:20:22 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-1086884-1215241719/watcher-1086884-1215241719 -o /tmp/evaluation-result-1086884-1215241719/solver-1086884-1215241719 -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-1086884-1215241719.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: 1.92 1.98 1.99 4/72 1254
/proc/meminfo: memFree=1744832/2055920 swapFree=4180408/4192956
[pid=1254] ppid=1252 vsize=18572 CPUtime=0
/proc/1254/stat : 1254 (runsolver) D 1252 1254 32688 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1553838736 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 248761609511 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/1254/statm: 4643 292 257 25 0 2626 0

[startup+0.073219 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 1254
/proc/meminfo: memFree=1744832/2055920 swapFree=4180408/4192956
[pid=1254] ppid=1252 vsize=12272 CPUtime=0
/proc/1254/stat : 1254 (sugar) D 1252 1254 32688 0 -1 4194304 407 0 0 0 0 0 0 0 18 0 1 0 1553838736 12566528 375 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/1254/statm: 3068 375 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102184 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 1254
/proc/meminfo: memFree=1744832/2055920 swapFree=4180408/4192956
[pid=1254] ppid=1252 vsize=12676 CPUtime=0.01
/proc/1254/stat : 1254 (sugar) R 1252 1254 32688 0 -1 4194304 535 0 0 0 1 0 0 0 18 0 1 0 1553838736 12980224 503 996147200 4194304 4206940 548682068608 18446744073709551615 248779235659 0 0 4224 0 0 0 0 17 1 0 0
/proc/1254/statm: 3169 503 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.30122 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 1254
/proc/meminfo: memFree=1744832/2055920 swapFree=4180408/4192956
[pid=1254] ppid=1252 vsize=13600 CPUtime=0.04
/proc/1254/stat : 1254 (sugar) S 1252 1254 32688 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1553838736 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1254/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70129 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 1254
/proc/meminfo: memFree=1744832/2055920 swapFree=4180408/4192956
[pid=1254] ppid=1252 vsize=13600 CPUtime=0.04
/proc/1254/stat : 1254 (sugar) S 1252 1254 32688 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1553838736 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1254/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50243 s]
/proc/loadavg: 1.92 1.98 1.99 4/77 1270
/proc/meminfo: memFree=1739928/2055920 swapFree=4180408/4192956
[pid=1254] ppid=1252 vsize=13600 CPUtime=0.85
/proc/1254/stat : 1254 (sugar) S 1252 1254 32688 0 -1 4194304 973 8993 0 1 3 1 76 5 15 0 1 0 1553838736 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1254/statm: 3400 797 370 3 0 500 0
[pid=1267] ppid=1254 vsize=5356 CPUtime=0
/proc/1267/stat : 1267 (sh) S 1254 1254 32688 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553838834 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1267/statm: 1339 233 193 169 0 50 0
[pid=1268] ppid=1267 vsize=864096 CPUtime=0.5
/proc/1268/stat : 1268 (java) S 1267 1254 32688 0 -1 0 5945 0 1 0 47 3 0 0 19 0 9 0 1553838834 884834304 5173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1268/statm: 216024 5173 2532 9 0 210606 0
[pid=1268/tid=1269] ppid=1267 vsize=864096 CPUtime=0.31
/proc/1268/task/1269/stat : 1269 (java) R 1267 1254 32688 0 -1 64 2494 0 1 0 30 1 0 0 21 0 9 0 1553838835 884834304 5173 996147200 134512640 134550740 4294955952 18446744073709551615 4126481015 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1270] ppid=1267 vsize=864096 CPUtime=0.09
/proc/1268/task/1270/stat : 1270 (java) S 1267 1254 32688 0 -1 64 2420 0 0 0 9 0 0 0 16 0 9 0 1553838836 884834304 5173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 883052

[startup+3.1017 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 1276
/proc/meminfo: memFree=1725480/2055920 swapFree=4180408/4192956
[pid=1254] ppid=1252 vsize=13600 CPUtime=0.85
/proc/1254/stat : 1254 (sugar) S 1252 1254 32688 0 -1 4194304 974 8993 0 1 3 1 76 5 15 0 1 0 1553838736 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1254/statm: 3400 797 370 3 0 500 0
[pid=1267] ppid=1254 vsize=5356 CPUtime=0
/proc/1267/stat : 1267 (sh) S 1254 1254 32688 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553838834 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1267/statm: 1339 233 193 169 0 50 0
[pid=1268] ppid=1267 vsize=868384 CPUtime=2.09
/proc/1268/stat : 1268 (java) S 1267 1254 32688 0 -1 0 7736 0 1 0 203 6 0 0 19 0 9 0 1553838834 889225216 6775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1268/statm: 217096 6775 2543 9 0 211671 0
[pid=1268/tid=1269] ppid=1267 vsize=868384 CPUtime=1.66
/proc/1268/task/1269/stat : 1269 (java) R 1267 1254 32688 0 -1 64 2754 0 1 0 164 2 0 0 25 0 9 0 1553838835 889225216 6775 996147200 134512640 134550740 4294955952 18446744073709551615 4126561813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1270] ppid=1267 vsize=868384 CPUtime=0.2
/proc/1268/task/1270/stat : 1270 (java) S 1267 1254 32688 0 -1 64 2835 0 0 0 19 1 0 0 16 0 9 0 1553838836 889225216 6775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1271] ppid=1267 vsize=868384 CPUtime=0
/proc/1268/task/1271/stat : 1271 (java) S 1267 1254 32688 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553838837 889225216 6775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1272] ppid=1267 vsize=868384 CPUtime=0
/proc/1268/task/1272/stat : 1272 (java) S 1267 1254 32688 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1553838837 889225216 6775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1273] ppid=1267 vsize=868384 CPUtime=0
/proc/1268/task/1273/stat : 1273 (java) S 1267 1254 32688 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553838839 889225216 6775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1274] ppid=1267 vsize=868384 CPUtime=0.19
/proc/1268/task/1274/stat : 1274 (java) S 1267 1254 32688 0 -1 64 1451 0 0 0 18 1 0 0 15 0 9 0 1553838839 889225216 6775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1275] ppid=1267 vsize=868384 CPUtime=0
/proc/1268/task/1275/stat : 1275 (java) S 1267 1254 32688 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553838839 889225216 6775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1276] ppid=1267 vsize=868384 CPUtime=0
/proc/1268/task/1276/stat : 1276 (java) S 1267 1254 32688 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553838839 889225216 6775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 887340

[startup+6.30225 s]
/proc/loadavg: 1.93 1.98 1.99 4/83 1276
/proc/meminfo: memFree=1721832/2055920 swapFree=4180408/4192956
[pid=1254] ppid=1252 vsize=13600 CPUtime=0.85
/proc/1254/stat : 1254 (sugar) S 1252 1254 32688 0 -1 4194304 974 8993 0 1 3 1 76 5 16 0 1 0 1553838736 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1254/statm: 3400 797 370 3 0 500 0
[pid=1267] ppid=1254 vsize=5356 CPUtime=0
/proc/1267/stat : 1267 (sh) S 1254 1254 32688 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553838834 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1267/statm: 1339 233 193 169 0 50 0
[pid=1268] ppid=1267 vsize=868384 CPUtime=5.25
/proc/1268/stat : 1268 (java) S 1267 1254 32688 0 -1 0 8990 0 1 0 515 10 0 0 19 0 9 0 1553838834 889225216 7638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1268/statm: 217096 7638 2540 9 0 211671 0
[pid=1268/tid=1269] ppid=1267 vsize=868384 CPUtime=4.56
/proc/1268/task/1269/stat : 1269 (java) R 1267 1254 32688 0 -1 64 3127 0 1 0 453 3 0 0 25 0 9 0 1553838835 889225216 7638 996147200 134512640 134550740 4294955952 18446744073709551615 4126562053 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1270] ppid=1267 vsize=868384 CPUtime=0.46
/proc/1268/task/1270/stat : 1270 (java) S 1267 1254 32688 0 -1 64 3710 0 0 0 42 4 0 0 16 0 9 0 1553838836 889225216 7638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1271] ppid=1267 vsize=868384 CPUtime=0
/proc/1268/task/1271/stat : 1271 (java) S 1267 1254 32688 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553838837 889225216 7638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1272] ppid=1267 vsize=868384 CPUtime=0
/proc/1268/task/1272/stat : 1272 (java) S 1267 1254 32688 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1553838837 889225216 7638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1273] ppid=1267 vsize=868384 CPUtime=0
/proc/1268/task/1273/stat : 1273 (java) S 1267 1254 32688 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553838839 889225216 7638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1274] ppid=1267 vsize=868384 CPUtime=0.21
/proc/1268/task/1274/stat : 1274 (java) S 1267 1254 32688 0 -1 64 1457 0 0 0 20 1 0 0 15 0 9 0 1553838839 889225216 7638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1275] ppid=1267 vsize=868384 CPUtime=0
/proc/1268/task/1275/stat : 1275 (java) S 1267 1254 32688 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553838839 889225216 7638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1276] ppid=1267 vsize=868384 CPUtime=0
/proc/1268/task/1276/stat : 1276 (java) S 1267 1254 32688 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553838839 889225216 7638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 887340

[startup+12.7014 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 1276
/proc/meminfo: memFree=1714344/2055920 swapFree=4180408/4192956
[pid=1254] ppid=1252 vsize=13600 CPUtime=0.85
/proc/1254/stat : 1254 (sugar) S 1252 1254 32688 0 -1 4194304 974 8993 0 1 3 1 76 5 16 0 1 0 1553838736 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1254/statm: 3400 797 370 3 0 500 0
[pid=1267] ppid=1254 vsize=5356 CPUtime=0
/proc/1267/stat : 1267 (sh) S 1254 1254 32688 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553838834 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1267/statm: 1339 233 193 169 0 50 0
[pid=1268] ppid=1267 vsize=868384 CPUtime=11.59
/proc/1268/stat : 1268 (java) S 1267 1254 32688 0 -1 0 11483 0 1 0 1142 17 0 0 19 0 9 0 1553838834 889225216 9555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1268/statm: 217096 9555 2540 9 0 211671 0
[pid=1268/tid=1269] ppid=1267 vsize=868384 CPUtime=10.39
/proc/1268/task/1269/stat : 1269 (java) R 1267 1254 32688 0 -1 64 3783 0 1 0 1034 5 0 0 25 0 9 0 1553838835 889225216 9555 996147200 134512640 134550740 4294955952 18446744073709551615 4126562185 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1270] ppid=1267 vsize=868384 CPUtime=0.96
/proc/1268/task/1270/stat : 1270 (java) S 1267 1254 32688 0 -1 64 5546 0 0 0 87 9 0 0 16 0 9 0 1553838836 889225216 9555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1271] ppid=1267 vsize=868384 CPUtime=0
/proc/1268/task/1271/stat : 1271 (java) S 1267 1254 32688 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553838837 889225216 9555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1272] ppid=1267 vsize=868384 CPUtime=0
/proc/1268/task/1272/stat : 1272 (java) S 1267 1254 32688 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1553838837 889225216 9555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1273] ppid=1267 vsize=868384 CPUtime=0
/proc/1268/task/1273/stat : 1273 (java) S 1267 1254 32688 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553838839 889225216 9555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1274] ppid=1267 vsize=868384 CPUtime=0.21
/proc/1268/task/1274/stat : 1274 (java) S 1267 1254 32688 0 -1 64 1458 0 0 0 20 1 0 0 15 0 9 0 1553838839 889225216 9555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1275] ppid=1267 vsize=868384 CPUtime=0
/proc/1268/task/1275/stat : 1275 (java) S 1267 1254 32688 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553838839 889225216 9555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1276] ppid=1267 vsize=868384 CPUtime=0
/proc/1268/task/1276/stat : 1276 (java) S 1267 1254 32688 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553838839 889225216 9555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 887340

[startup+25.5026 s]
/proc/loadavg: 1.95 1.98 1.99 4/83 1276
/proc/meminfo: memFree=1699368/2055920 swapFree=4180408/4192956
[pid=1254] ppid=1252 vsize=13600 CPUtime=0.85
/proc/1254/stat : 1254 (sugar) S 1252 1254 32688 0 -1 4194304 974 8993 0 1 3 1 76 5 16 0 1 0 1553838736 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1254/statm: 3400 797 370 3 0 500 0
[pid=1267] ppid=1254 vsize=5356 CPUtime=0
/proc/1267/stat : 1267 (sh) S 1254 1254 32688 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553838834 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1267/statm: 1339 233 193 169 0 50 0
[pid=1268] ppid=1267 vsize=868384 CPUtime=24.25
/proc/1268/stat : 1268 (java) S 1267 1254 32688 0 -1 0 17006 0 1 0 2400 25 0 0 19 0 9 0 1553838834 889225216 14045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1268/statm: 217096 14045 2540 9 0 211671 0
[pid=1268/tid=1269] ppid=1267 vsize=868384 CPUtime=21.94
/proc/1268/task/1269/stat : 1269 (java) R 1267 1254 32688 0 -1 64 4831 0 1 0 2187 7 0 0 25 0 9 0 1553838835 889225216 14045 996147200 134512640 134550740 4294955952 18446744073709551615 4126562032 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1270] ppid=1267 vsize=868384 CPUtime=2.06
/proc/1268/task/1270/stat : 1270 (java) S 1267 1254 32688 0 -1 64 10014 0 0 0 191 15 0 0 16 0 9 0 1553838836 889225216 14045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1271] ppid=1267 vsize=868384 CPUtime=0
/proc/1268/task/1271/stat : 1271 (java) S 1267 1254 32688 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553838837 889225216 14045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1272] ppid=1267 vsize=868384 CPUtime=0
/proc/1268/task/1272/stat : 1272 (java) S 1267 1254 32688 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1553838837 889225216 14045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1273] ppid=1267 vsize=868384 CPUtime=0
/proc/1268/task/1273/stat : 1273 (java) S 1267 1254 32688 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553838839 889225216 14045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1274] ppid=1267 vsize=868384 CPUtime=0.22
/proc/1268/task/1274/stat : 1274 (java) S 1267 1254 32688 0 -1 64 1465 0 0 0 21 1 0 0 15 0 9 0 1553838839 889225216 14045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1275] ppid=1267 vsize=868384 CPUtime=0
/proc/1268/task/1275/stat : 1275 (java) S 1267 1254 32688 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553838839 889225216 14045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1276] ppid=1267 vsize=868384 CPUtime=0
/proc/1268/task/1276/stat : 1276 (java) S 1267 1254 32688 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553838839 889225216 14045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 887340

[startup+51.103 s]

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

[pid=1268/tid=1276] ppid=1267 vsize=868496 CPUtime=0
/proc/1268/task/1276/stat : 1276 (java) S 1267 1254 32688 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553838839 889339904 15286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 456.65
Current children cumulated vsize (KiB) 887452

[startup+522.303 s]
/proc/loadavg: 2.17 2.07 2.02 3/83 1276
/proc/meminfo: memFree=439720/2055920 swapFree=4180408/4192956
[pid=1254] ppid=1252 vsize=13600 CPUtime=0.86
/proc/1254/stat : 1254 (sugar) S 1252 1254 32688 0 -1 4194304 974 8993 0 1 4 1 76 5 16 0 1 0 1553838736 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1254/statm: 3400 797 370 3 0 500 0
[pid=1267] ppid=1254 vsize=5356 CPUtime=0
/proc/1267/stat : 1267 (sh) S 1254 1254 32688 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553838834 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1267/statm: 1339 233 193 169 0 50 0
[pid=1268] ppid=1267 vsize=868496 CPUtime=514.97
/proc/1268/stat : 1268 (java) S 1267 1254 32688 0 -1 0 26907 0 1 0 50679 818 0 0 19 0 9 0 1553838834 889339904 15286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1268/statm: 217124 15286 2566 9 0 211671 0
[pid=1268/tid=1269] ppid=1267 vsize=868496 CPUtime=508.57
/proc/1268/task/1269/stat : 1269 (java) R 1267 1254 32688 0 -1 64 13541 0 1 0 50108 749 0 0 25 0 9 0 1553838835 889339904 15286 996147200 134512640 134550740 4294955952 18446744073709551615 4126594312 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1270] ppid=1267 vsize=868496 CPUtime=6.08
/proc/1268/task/1270/stat : 1270 (java) S 1267 1254 32688 0 -1 64 11165 0 0 0 542 66 0 0 16 0 9 0 1553838836 889339904 15286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1271] ppid=1267 vsize=868496 CPUtime=0
/proc/1268/task/1271/stat : 1271 (java) S 1267 1254 32688 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553838837 889339904 15286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1272] ppid=1267 vsize=868496 CPUtime=0
/proc/1268/task/1272/stat : 1272 (java) S 1267 1254 32688 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1553838837 889339904 15286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1273] ppid=1267 vsize=868496 CPUtime=0
/proc/1268/task/1273/stat : 1273 (java) S 1267 1254 32688 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553838839 889339904 15286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1274] ppid=1267 vsize=868496 CPUtime=0.29
/proc/1268/task/1274/stat : 1274 (java) S 1267 1254 32688 0 -1 64 1505 0 0 0 28 1 0 0 17 0 9 0 1553838839 889339904 15286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1275] ppid=1267 vsize=868496 CPUtime=0
/proc/1268/task/1275/stat : 1275 (java) S 1267 1254 32688 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553838839 889339904 15286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1268/tid=1276] ppid=1267 vsize=868496 CPUtime=0
/proc/1268/task/1276/stat : 1276 (java) S 1267 1254 32688 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553838839 889339904 15286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 515.83
Current children cumulated vsize (KiB) 887452

[startup+582.302 s]
/proc/loadavg: 2.06 2.06 2.01 3/75 1278
/proc/meminfo: memFree=106280/2055920 swapFree=4180408/4192956
[pid=1254] ppid=1252 vsize=13600 CPUtime=521.91
/proc/1254/stat : 1254 (sugar) S 1252 1254 32688 0 -1 4194304 1024 36360 0 2 4 1 51347 839 16 0 1 0 1553838736 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1254/statm: 3400 800 370 3 0 500 0
[pid=1277] ppid=1254 vsize=5356 CPUtime=0
/proc/1277/stat : 1277 (sh) S 1254 1254 32688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1553891587 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1277/statm: 1339 232 193 169 0 50 0
[pid=1278] ppid=1277 vsize=466448 CPUtime=53.31
/proc/1278/stat : 1278 (picosat) R 1277 1254 32688 0 -1 4194304 89584 0 0 0 2429 2902 0 0 25 0 1 0 1553891588 477642752 89570 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/1278/statm: 116612 89570 40 102 0 116507 0
Current children cumulated CPU time (s) 575.22
Current children cumulated vsize (KiB) 485404

[startup+642.301 s]
/proc/loadavg: 2.07 2.06 2.01 3/75 1278
/proc/meminfo: memFree=15976/2055920 swapFree=4180408/4192956
[pid=1254] ppid=1252 vsize=13600 CPUtime=521.91
/proc/1254/stat : 1254 (sugar) S 1252 1254 32688 0 -1 4194304 1024 36360 0 2 4 1 51347 839 16 0 1 0 1553838736 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1254/statm: 3400 800 370 3 0 500 0
[pid=1277] ppid=1254 vsize=5356 CPUtime=0
/proc/1277/stat : 1277 (sh) S 1254 1254 32688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1553891587 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1277/statm: 1339 232 193 169 0 50 0
[pid=1278] ppid=1277 vsize=676408 CPUtime=112.56
/proc/1278/stat : 1278 (picosat) R 1277 1254 32688 0 -1 4194304 142752 0 0 0 5130 6126 0 0 25 0 1 0 1553891588 692641792 142738 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/1278/statm: 169102 142738 40 102 0 168997 0
Current children cumulated CPU time (s) 634.47
Current children cumulated vsize (KiB) 695364



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.203 s]
/proc/loadavg: 2.02 2.05 2.00 3/75 1278
/proc/meminfo: memFree=15656/2055920 swapFree=4180408/4192956
[pid=1254] ppid=1252 vsize=13600 CPUtime=521.91
/proc/1254/stat : 1254 (sugar) S 1252 1254 32688 0 -1 4194304 1024 36360 0 2 4 1 51347 839 16 0 1 0 1553838736 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1254/statm: 3400 800 370 3 0 500 0
[pid=1277] ppid=1254 vsize=5356 CPUtime=0
/proc/1277/stat : 1277 (sh) S 1254 1254 32688 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1553891587 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1277/statm: 1339 232 193 169 0 50 0
[pid=1278] ppid=1277 vsize=902788 CPUtime=171.85
/proc/1278/stat : 1278 (picosat) R 1277 1254 32688 0 -1 4194304 196603 0 0 0 7863 9322 0 0 25 0 1 0 1553891588 924454912 196589 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/1278/statm: 225697 196589 40 102 0 225592 0
Current children cumulated CPU time (s) 693.76
Current children cumulated vsize (KiB) 921744

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

[startup+702.322 s]
/proc/loadavg: 2.02 2.05 2.00 3/75 1278
/proc/meminfo: memFree=15656/2055920 swapFree=4180408/4192956
[pid=1254] ppid=1252 vsize=13600 CPUtime=521.91
/proc/1254/stat : 1254 (sugar) S 1252 1254 32688 0 -1 4194304 1043 36360 0 2 4 1 51347 839 16 0 1 0 1553838736 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/1254/statm: 3400 800 370 3 0 500 0
[pid=1277] ppid=1254 vsize=0 CPUtime=0
/proc/1277/stat : 1277 (sh) Z 1254 1254 32688 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1553891587 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/1277/statm: 0 0 0 0 0 0 0
[pid=1278] ppid=1 vsize=0 CPUtime=171.96
/proc/1278/stat : 1278 (picosat) R 1 1254 32688 0 -1 4195332 196603 0 0 0 7863 9333 0 0 25 0 1 0 1553891588 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/1278/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 693.87
Current children cumulated vsize (KiB) 13600

[startup+702.322 s]
/proc/loadavg: 2.02 2.05 2.00 3/75 1278
/proc/meminfo: memFree=15656/2055920 swapFree=4180408/4192956
[pid=1254] ppid=1252 vsize=13600 CPUtime=521.91
/proc/1254/stat : 1254 (sugar) S 1252 1254 32688 0 -1 4194304 1043 36360 0 2 4 1 51347 839 16 0 1 0 1553838736 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/1254/statm: 3400 800 370 3 0 500 0
[pid=1277] ppid=1254 vsize=0 CPUtime=0
/proc/1277/stat : 1277 (sh) Z 1254 1254 32688 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1553891587 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/1277/statm: 0 0 0 0 0 0 0
[pid=1278] ppid=1 vsize=0 CPUtime=171.96
/proc/1278/stat : 1278 (picosat) R 1 1254 32688 0 -1 4195332 196603 0 0 0 7863 9333 0 0 25 0 1 0 1553891588 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/1278/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 693.87
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (521.97 s) is less than in the last sample (693.87 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (171.9 s) to the 'lost time'.

[startup+702.403 s]
/proc/loadavg: 2.02 2.05 2.00 3/75 1278
/proc/meminfo: memFree=15656/2055920 swapFree=4180408/4192956
[pid=1254] ppid=1252 vsize=13600 CPUtime=521.97
/proc/1254/stat : 1254 (sugar) R 1252 1254 32688 0 -1 4194304 1070 36637 0 2 4 7 51347 839 16 0 1 0 1553838736 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1254/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 13600

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

[startup+702.603 s]
/proc/loadavg: 2.02 2.05 2.00 3/75 1278
/proc/meminfo: memFree=15656/2055920 swapFree=4180408/4192956
[pid=1254] ppid=1252 vsize=13600 CPUtime=522.17
/proc/1254/stat : 1254 (sugar) R 1252 1254 32688 0 -1 4194304 1070 36637 0 2 4 27 51347 839 16 0 1 0 1553838736 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1254/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 13600

[startup+703.002 s]
/proc/loadavg: 2.02 2.05 2.00 2/74 1279
/proc/meminfo: memFree=1801840/2055920 swapFree=4180408/4192956
[pid=1254] ppid=1252 vsize=13600 CPUtime=522.44
/proc/1254/stat : 1254 (sugar) D 1252 1254 32688 0 -1 4194304 1070 36637 0 2 4 54 51347 839 15 0 1 0 1553838736 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/1254/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 522.44
Current children cumulated vsize (KiB) 13600

[startup+703.102 s]
/proc/loadavg: 2.02 2.05 2.00 2/74 1279
/proc/meminfo: memFree=1801840/2055920 swapFree=4180408/4192956
[pid=1254] ppid=1252 vsize=13600 CPUtime=522.45
/proc/1254/stat : 1254 (sugar) D 1252 1254 32688 0 -1 4194304 1070 36637 0 2 4 55 51347 839 15 0 1 0 1553838736 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/1254/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 522.45
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 171.9
#  lost CPU user time (s): 78.63
#  lost CPU system time (s): 93.27

Real time (s): 703.103
CPU time (s): 694.381
CPU user time (s): 592.157
CPU system time (s): 102.225
CPU usage (%): 98.7595
Max. virtual memory (cumulated for all children) (KiB): 921744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 513.527
system time used= 8.95464
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37738
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= 87211
involuntary context switches= 98545

runsolver used 1.01484 second user time and 2.20566 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-05 09:08:39
IDJOB=1086884
IDBENCH=57894
IDSOLVER=345
FILE ID=node55/1086884-1215241719
PBS_JOBID= 7881927
Free space on /tmp= 66424 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp32/normalized-fapp32-0550-8.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-1086884-1215241719/watcher-1086884-1215241719 -o /tmp/evaluation-result-1086884-1215241719/solver-1086884-1215241719 -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-1086884-1215241719.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cfa9ba3026b79df8ffeb8caaf7a20825
RANDOM SEED=1051573889

node55.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.261
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.261
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:       1745376 kB
Buffers:          5168 kB
Cached:          69216 kB
SwapCached:       6468 kB
Active:         237080 kB
Inactive:        23776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745376 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            2572 kB
Writeback:           0 kB
Mapped:         194000 kB
Slab:            34700 kB
Committed_AS:  3293656 kB
PageTables:       2088 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= 66424 MiB
End job on node55 at 2008-07-05 09:20:23