Trace number 1065239

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) 344.443 351.262

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-air02.xml
MD5SUM0baa4ee04c786b4ddfb73e2ce079a304
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark33.176
Satisfiable
(Un)Satisfiability was proved
Number of variables6774
Number of constraints100
Maximum constraint arity3729
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
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 Fri Jul  4 06:36:59 2008
0.00/0.04	c 0	PID 22502
0.03/0.05	c 0	HOST node10.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1065239-1215146219.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1065239-1215146219.xml' 'HOME/temp.csp'
1.74/1.88	c 2	1 domains, 6774 variables, 74 predicates, 0 relations, 100 constraints
1.83/1.94	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.83/1.94	c 2	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'
1.85/2.02	c 2	Parsing HOME/temp.csp
16.43/16.78	c 17	parsed 6949 expressions
16.43/16.78	c 17	Heap : 49 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
16.43/16.78	c 17	Converting to clausal form CSP
16.52/16.82	c 17	converted 695 (10%) expressions
16.52/16.83	c 17	converted 1390 (20%) expressions
16.52/16.84	c 17	converted 2085 (30%) expressions
16.52/16.84	c 17	converted 2780 (40%) expressions
16.52/16.84	c 17	converted 3475 (50%) expressions
16.52/16.84	c 17	converted 4170 (60%) expressions
16.52/16.84	c 17	converted 4865 (70%) expressions
16.52/16.84	c 17	converted 5560 (80%) expressions
16.72/17.10	c 17	converted 6255 (90%) expressions
28.40/28.87	c 29	converted 6949 (100%) expressions
28.40/28.89	c 29	CSP : 129684 integers, 0 booleans, 245920 clauses, largest domain size 1866
28.40/28.89	c 29	Heap : 171 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.40/28.89	c 29	Propagation in CSP
31.76/32.23	c 33	531203 values, 0 unsatisfiable literals, and 0 valid clauses are removed
31.76/32.25	c 33	CSP : 129684 integers, 0 booleans, 245920 clauses, largest domain size 1866
31.76/32.25	c 33	Heap : 192 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.86/32.32	c 33	Simplifing CSP by introducing new Boolean variables
31.96/32.40	c 33	CSP : 129684 integers, 0 booleans, 245920 clauses, largest domain size 1866
31.96/32.41	c 33	Heap : 189 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.75/33.27	c 34	Encoding CSP to SAT : HOME/temp.cnf
32.85/33.36	c 34	12969 (10%) CSP integer variables are encoded (20769 clauses, 306968 bytes)
32.95/33.44	c 34	25937 (20%) CSP integer variables are encoded (73193 clauses, 1093328 bytes)
33.05/33.52	c 34	38906 (30%) CSP integer variables are encoded (124044 clauses, 1957495 bytes)
33.14/33.61	c 34	51874 (40%) CSP integer variables are encoded (181494 clauses, 2934145 bytes)
33.14/33.70	c 34	64842 (50%) CSP integer variables are encoded (238780 clauses, 3908007 bytes)
33.24/33.79	c 34	77811 (60%) CSP integer variables are encoded (297811 clauses, 4911534 bytes)
33.35/33.87	c 34	90779 (70%) CSP integer variables are encoded (350148 clauses, 5801263 bytes)
33.44/33.97	c 34	103748 (80%) CSP integer variables are encoded (410381 clauses, 6825224 bytes)
33.54/34.06	c 34	116716 (90%) CSP integer variables are encoded (470927 clauses, 7854506 bytes)
33.65/34.15	c 34	129684 (100%) CSP integer variables are encoded (531203 clauses, 8879198 bytes)
37.19/37.76	c 38	24592 (10%) CSP clauses are encoded (2500891 clauses, 50262279 bytes)
42.62/43.25	c 44	49184 (20%) CSP clauses are encoded (5455625 clauses, 117023874 bytes)
49.91/50.61	c 51	73776 (30%) CSP clauses are encoded (9324089 clauses, 210713684 bytes)
57.79/58.74	c 59	98368 (40%) CSP clauses are encoded (13541381 clauses, 312962506 bytes)
68.40/69.61	c 70	122960 (50%) CSP clauses are encoded (19242637 clauses, 451446427 bytes)
77.97/79.47	c 80	147552 (60%) CSP clauses are encoded (24415939 clauses, 577082804 bytes)
89.53/91.47	c 92	172144 (70%) CSP clauses are encoded (30655789 clauses, 728738110 bytes)
101.80/104.44	c 105	196736 (80%) CSP clauses are encoded (37258251 clauses, 889320564 bytes)
114.86/117.88	c 118	221328 (90%) CSP clauses are encoded (44315371 clauses, 1061150032 bytes)
133.77/137.54	c 138	245920 (100%) CSP clauses are encoded (54522623 clauses, 1310006295 bytes)
133.77/137.54	c 138	245920 CSP clauses encoded
133.77/137.55	c 138	Writing map file : HOME/temp.map
133.87/137.62	c 138	Heap : 144 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
133.87/137.62	c 138	SAT : 660887 SAT variables, 54522623 SAT clauses, 1310006295 bytes
133.87/137.62	c 138	Heap : 144 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
133.87/137.68	c 138	SOLVING HOME/temp.cnf
133.87/137.68	c 138	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
343.82/350.01	c ERROR INTERRUPTED
343.94/350.15	s UNKNOWN
343.94/350.15	c 350	CPU 125.15 (0.04 0.01 125.11 8.78)
343.94/350.15	c 350	END Fri Jul  4 06:42:49 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-1065239-1215146219/watcher-1065239-1215146219 -o /tmp/evaluation-result-1065239-1215146219/solver-1065239-1215146219 -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-1065239-1215146219.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.99 2.00 1.99 4/72 22502
/proc/meminfo: memFree=1676200/2055920 swapFree=4179464/4192956
[pid=22502] ppid=22500 vsize=12268 CPUtime=0
/proc/22502/stat : 22502 (sugar) R 22500 22502 19995 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1993596795 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 214937822275 0 0 4224 0 0 0 0 17 1 0 0
/proc/22502/statm: 3067 316 241 3 0 167 0

[startup+0.0503439 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 22502
/proc/meminfo: memFree=1676200/2055920 swapFree=4179464/4192956
[pid=22502] ppid=22500 vsize=13600 CPUtime=0.03
/proc/22502/stat : 22502 (sugar) S 22500 22502 19995 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1993596795 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22502/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101894 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 22502
/proc/meminfo: memFree=1676200/2055920 swapFree=4179464/4192956
[pid=22502] ppid=22500 vsize=13600 CPUtime=0.03
/proc/22502/stat : 22502 (sugar) S 22500 22502 19995 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993596795 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22502/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302916 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 22502
/proc/meminfo: memFree=1676200/2055920 swapFree=4179464/4192956
[pid=22502] ppid=22500 vsize=13600 CPUtime=0.03
/proc/22502/stat : 22502 (sugar) S 22500 22502 19995 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993596795 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22502/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702977 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 22502
/proc/meminfo: memFree=1676200/2055920 swapFree=4179464/4192956
[pid=22502] ppid=22500 vsize=13600 CPUtime=0.03
/proc/22502/stat : 22502 (sugar) S 22500 22502 19995 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993596795 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22502/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50209 s]
/proc/loadavg: 1.99 2.00 1.99 3/83 22514
/proc/meminfo: memFree=1651280/2055920 swapFree=4179464/4192956
[pid=22502] ppid=22500 vsize=13600 CPUtime=0.03
/proc/22502/stat : 22502 (sugar) S 22500 22502 19995 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993596795 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22502/statm: 3400 796 370 3 0 500 0
[pid=22505] ppid=22502 vsize=5356 CPUtime=0
/proc/22505/stat : 22505 (sh) S 22502 22502 19995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993596801 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22505/statm: 1339 233 193 169 0 50 0
[pid=22506] ppid=22505 vsize=864700 CPUtime=1.41
/proc/22506/stat : 22506 (java) S 22505 22502 19995 0 -1 0 9853 0 1 0 135 6 0 0 18 0 9 0 1993596801 885452800 9012 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22506/statm: 216175 9012 2529 9 0 210757 0
[pid=22506/tid=22507] ppid=22505 vsize=864700 CPUtime=1.08
/proc/22506/task/22507/stat : 22507 (java) R 22505 22502 19995 0 -1 64 2912 0 1 0 105 3 0 0 25 0 9 0 1993596802 885452800 9012 996147200 134512640 134550740 4294956016 18446744073709551615 103845186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22506/tid=22508] ppid=22505 vsize=864700 CPUtime=0.16
/proc/22506/task/22508/stat : 22508 (java) S 22505 22502 19995 0 -1 64 5720 0 0 0 14 2 0 0 16 0 9 0 1993596803 885452800 9012 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22506/tid=22509] ppid=22505 vsize=864700 CPUtime=0
/proc/22506/task/22509/stat : 22509 (java) S 22505 22502 19995 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993596804 885452800 9012 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22506/tid=22510] ppid=22505 vsize=864700 CPUtime=0
/proc/22506/task/22510/stat : 22510 (java) S 22505 22502 19995 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1993596804 885452800 9012 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22506/tid=22511] ppid=22505 vsize=864700 CPUtime=0
/proc/22506/task/22511/stat : 22511 (java) S 22505 22502 19995 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993596806 885452800 9012 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22506/tid=22512] ppid=22505 vsize=864700 CPUtime=0.14
/proc/22506/task/22512/stat : 22512 (java) S 22505 22502 19995 0 -1 64 521 0 0 0 14 0 0 0 16 0 9 0 1993596806 885452800 9012 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22506/tid=22513] ppid=22505 vsize=864700 CPUtime=0
/proc/22506/task/22513/stat : 22513 (java) S 22505 22502 19995 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993596806 885452800 9012 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22506/tid=22514] ppid=22505 vsize=864700 CPUtime=0
/proc/22506/task/22514/stat : 22514 (java) S 22505 22502 19995 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993596806 885452800 9012 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883656

[startup+3.1018 s]
/proc/loadavg: 1.99 2.00 1.99 4/83 22524
/proc/meminfo: memFree=1664912/2055920 swapFree=4179464/4192956
[pid=22502] ppid=22500 vsize=13600 CPUtime=1.85
/proc/22502/stat : 22502 (sugar) S 22500 22502 19995 0 -1 4194304 973 11478 0 1 3 1 172 9 16 0 1 0 1993596795 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22502/statm: 3400 797 370 3 0 500 0
[pid=22515] ppid=22502 vsize=5356 CPUtime=0
/proc/22515/stat : 22515 (sh) S 22502 22502 19995 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993596990 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22515/statm: 1339 233 193 169 0 50 0
[pid=22516] ppid=22515 vsize=864080 CPUtime=1.13
/proc/22516/stat : 22516 (java) S 22515 22502 19995 0 -1 0 6936 0 1 0 109 4 0 0 18 0 9 0 1993596990 884817920 6047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22516/statm: 216020 6047 2532 9 0 210602 0
[pid=22516/tid=22517] ppid=22515 vsize=864080 CPUtime=0.67
/proc/22516/task/22517/stat : 22517 (java) R 22515 22502 19995 0 -1 64 2613 0 1 0 66 1 0 0 25 0 9 0 1993596991 884817920 6047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22518] ppid=22515 vsize=864080 CPUtime=0.37
/proc/22516/task/22518/stat : 22518 (java) S 22515 22502 19995 0 -1 64 3291 0 0 0 35 2 0 0 15 0 9 0 1993596992 884817920 6047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22519] ppid=22515 vsize=864080 CPUtime=0
/proc/22516/task/22519/stat : 22519 (java) S 22515 22502 19995 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993596992 884817920 6047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22520] ppid=22515 vsize=864080 CPUtime=0
/proc/22516/task/22520/stat : 22520 (java) S 22515 22502 19995 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993596992 884817920 6047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22521] ppid=22515 vsize=864080 CPUtime=0
/proc/22516/task/22521/stat : 22521 (java) S 22515 22502 19995 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993596994 884817920 6047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22522] ppid=22515 vsize=864080 CPUtime=0.06
/proc/22516/task/22522/stat : 22522 (java) S 22515 22502 19995 0 -1 64 336 0 0 0 6 0 0 0 16 0 9 0 1993596994 884817920 6047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22523] ppid=22515 vsize=864080 CPUtime=0
/proc/22516/task/22523/stat : 22523 (java) S 22515 22502 19995 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993596994 884817920 6047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22524] ppid=22515 vsize=864080 CPUtime=0
/proc/22516/task/22524/stat : 22524 (java) S 22515 22502 19995 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993596994 884817920 6047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883036

[startup+6.30273 s]
/proc/loadavg: 1.99 2.00 1.99 3/83 22524
/proc/meminfo: memFree=1645840/2055920 swapFree=4179464/4192956
[pid=22502] ppid=22500 vsize=13600 CPUtime=1.85
/proc/22502/stat : 22502 (sugar) S 22500 22502 19995 0 -1 4194304 973 11478 0 1 3 1 172 9 16 0 1 0 1993596795 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22502/statm: 3400 797 370 3 0 500 0
[pid=22515] ppid=22502 vsize=5356 CPUtime=0
/proc/22515/stat : 22515 (sh) S 22502 22502 19995 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993596990 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22515/statm: 1339 233 193 169 0 50 0
[pid=22516] ppid=22515 vsize=864080 CPUtime=4.29
/proc/22516/stat : 22516 (java) S 22515 22502 19995 0 -1 0 10937 0 1 0 418 11 0 0 18 0 9 0 1993596990 884817920 9299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22516/statm: 216020 9299 2532 9 0 210602 0
[pid=22516/tid=22517] ppid=22515 vsize=864080 CPUtime=2.35
/proc/22516/task/22517/stat : 22517 (java) R 22515 22502 19995 0 -1 64 3082 0 1 0 232 3 0 0 25 0 9 0 1993596991 884817920 9299 996147200 134512640 134550740 4294955952 18446744073709551615 4126378576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22518] ppid=22515 vsize=864080 CPUtime=1.86
/proc/22516/task/22518/stat : 22518 (java) S 22515 22502 19995 0 -1 64 6823 0 0 0 179 7 0 0 16 0 9 0 1993596992 884817920 9299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22519] ppid=22515 vsize=864080 CPUtime=0
/proc/22516/task/22519/stat : 22519 (java) S 22515 22502 19995 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993596992 884817920 9299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22520] ppid=22515 vsize=864080 CPUtime=0
/proc/22516/task/22520/stat : 22520 (java) S 22515 22502 19995 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993596992 884817920 9299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22521] ppid=22515 vsize=864080 CPUtime=0
/proc/22516/task/22521/stat : 22521 (java) S 22515 22502 19995 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993596994 884817920 9299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22522] ppid=22515 vsize=864080 CPUtime=0.06
/proc/22516/task/22522/stat : 22522 (java) S 22515 22502 19995 0 -1 64 336 0 0 0 6 0 0 0 16 0 9 0 1993596994 884817920 9299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22523] ppid=22515 vsize=864080 CPUtime=0
/proc/22516/task/22523/stat : 22523 (java) S 22515 22502 19995 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993596994 884817920 9299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22524] ppid=22515 vsize=864080 CPUtime=0
/proc/22516/task/22524/stat : 22524 (java) S 22515 22502 19995 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993596994 884817920 9299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 883036

[startup+12.7026 s]
/proc/loadavg: 2.07 2.01 2.00 3/83 22524
/proc/meminfo: memFree=1625232/2055920 swapFree=4179464/4192956
[pid=22502] ppid=22500 vsize=13600 CPUtime=1.85
/proc/22502/stat : 22502 (sugar) S 22500 22502 19995 0 -1 4194304 973 11478 0 1 3 1 172 9 16 0 1 0 1993596795 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22502/statm: 3400 797 370 3 0 500 0
[pid=22515] ppid=22502 vsize=5356 CPUtime=0
/proc/22515/stat : 22515 (sh) S 22502 22502 19995 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993596990 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22515/statm: 1339 233 193 169 0 50 0
[pid=22516] ppid=22515 vsize=864732 CPUtime=10.62
/proc/22516/stat : 22516 (java) S 22515 22502 19995 0 -1 0 49454 0 1 0 1025 37 0 0 18 0 9 0 1993596990 885485568 14582 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22516/statm: 216183 14582 2532 9 0 210765 0
[pid=22516/tid=22517] ppid=22515 vsize=864732 CPUtime=5.6
/proc/22516/task/22517/stat : 22517 (java) R 22515 22502 19995 0 -1 64 3538 0 1 0 554 6 0 0 25 0 9 0 1993596991 885485568 14582 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22518] ppid=22515 vsize=864732 CPUtime=4.94
/proc/22516/task/22518/stat : 22518 (java) R 22515 22502 19995 0 -1 64 44884 0 0 0 464 30 0 0 16 0 9 0 1993596992 885485568 14582 996147200 134512640 134550740 4294955952 18446744073709551615 103735888 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22519] ppid=22515 vsize=864732 CPUtime=0
/proc/22516/task/22519/stat : 22519 (java) S 22515 22502 19995 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993596992 885485568 14582 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22520] ppid=22515 vsize=864732 CPUtime=0
/proc/22516/task/22520/stat : 22520 (java) S 22515 22502 19995 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993596992 885485568 14582 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22521] ppid=22515 vsize=864732 CPUtime=0
/proc/22516/task/22521/stat : 22521 (java) S 22515 22502 19995 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993596994 885485568 14582 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22522] ppid=22515 vsize=864732 CPUtime=0.06
/proc/22516/task/22522/stat : 22522 (java) S 22515 22502 19995 0 -1 64 336 0 0 0 6 0 0 0 16 0 9 0 1993596994 885485568 14582 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22523] ppid=22515 vsize=864732 CPUtime=0
/proc/22516/task/22523/stat : 22523 (java) S 22515 22502 19995 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993596994 885485568 14582 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22524] ppid=22515 vsize=864732 CPUtime=0
/proc/22516/task/22524/stat : 22524 (java) S 22515 22502 19995 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993596994 885485568 14582 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 883688

[startup+25.5023 s]
/proc/loadavg: 2.14 2.03 2.01 3/83 22524
/proc/meminfo: memFree=1504144/2055920 swapFree=4179464/4192956
[pid=22502] ppid=22500 vsize=13600 CPUtime=1.85
/proc/22502/stat : 22502 (sugar) S 22500 22502 19995 0 -1 4194304 974 11478 0 1 3 1 172 9 15 0 1 0 1993596795 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22502/statm: 3400 797 370 3 0 500 0
[pid=22515] ppid=22502 vsize=5356 CPUtime=0
/proc/22515/stat : 22515 (sh) S 22502 22502 19995 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993596990 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22515/statm: 1339 233 193 169 0 50 0
[pid=22516] ppid=22515 vsize=868260 CPUtime=23.29
/proc/22516/stat : 22516 (java) S 22515 22502 19995 0 -1 0 97971 0 1 0 2267 62 0 0 18 0 9 0 1993596990 889098240 44983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22516/statm: 217065 44983 2540 9 0 211640 0
[pid=22516/tid=22517] ppid=22515 vsize=868260 CPUtime=13.38
/proc/22516/task/22517/stat : 22517 (java) R 22515 22502 19995 0 -1 64 5242 0 1 0 1331 7 0 0 25 0 9 0 1993596991 889098240 44983 996147200 134512640 134550740 4294955952 18446744073709551615 4125952107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22518] ppid=22515 vsize=868260 CPUtime=9.67
/proc/22516/task/22518/stat : 22518 (java) S 22515 22502 19995 0 -1 64 90549 0 0 0 915 52 0 0 16 0 9 0 1993596992 889098240 44983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22519] ppid=22515 vsize=868260 CPUtime=0
/proc/22516/task/22519/stat : 22519 (java) S 22515 22502 19995 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993596992 889098240 44983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22520] ppid=22515 vsize=868260 CPUtime=0
/proc/22516/task/22520/stat : 22520 (java) S 22515 22502 19995 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993596992 889098240 44983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/22516/stat : 22516 (java) S 22515 22502 19995 0 -1 0 110516 0 1 0 9212 597 0 0 18 0 9 0 1993596990 889212928 54911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22516/statm: 217093 54911 2565 9 0 211640 0
[pid=22516/tid=22517] ppid=22515 vsize=868372 CPUtime=84.76
/proc/22516/task/22517/stat : 22517 (java) R 22515 22502 19995 0 -1 64 7373 0 1 0 7946 530 0 0 25 0 9 0 1993596991 889212928 54911 996147200 134512640 134550740 4294955952 18446744073709551615 4126949217 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22518] ppid=22515 vsize=868372 CPUtime=13.03
/proc/22516/task/22518/stat : 22518 (java) S 22515 22502 19995 0 -1 64 100920 0 0 0 1238 65 0 0 16 0 9 0 1993596992 889212928 54911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22519] ppid=22515 vsize=868372 CPUtime=0
/proc/22516/task/22519/stat : 22519 (java) S 22515 22502 19995 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993596992 889212928 54911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22520] ppid=22515 vsize=868372 CPUtime=0
/proc/22516/task/22520/stat : 22520 (java) S 22515 22502 19995 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993596992 889212928 54911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22521] ppid=22515 vsize=868372 CPUtime=0
/proc/22516/task/22521/stat : 22521 (java) S 22515 22502 19995 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993596994 889212928 54911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22522] ppid=22515 vsize=868372 CPUtime=0.28
/proc/22516/task/22522/stat : 22522 (java) S 22515 22502 19995 0 -1 64 1527 0 0 0 27 1 0 0 16 0 9 0 1993596994 889212928 54911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22523] ppid=22515 vsize=868372 CPUtime=0
/proc/22516/task/22523/stat : 22523 (java) S 22515 22502 19995 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993596994 889212928 54911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22516/tid=22524] ppid=22515 vsize=868372 CPUtime=0
/proc/22516/task/22524/stat : 22524 (java) S 22515 22502 19995 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993596994 889212928 54911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.94
Current children cumulated vsize (KiB) 887328

[startup+162.302 s]
/proc/loadavg: 2.15 2.07 2.01 3/75 22526
/proc/meminfo: memFree=227984/2055920 swapFree=4179464/4192956
[pid=22502] ppid=22500 vsize=13600 CPUtime=133.93
/proc/22502/stat : 22502 (sugar) S 22500 22502 19995 0 -1 4194304 1022 122850 0 2 4 1 12511 877 16 0 1 0 1993596795 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22502/statm: 3400 799 370 3 0 500 0
[pid=22525] ppid=22502 vsize=5356 CPUtime=0
/proc/22525/stat : 22525 (sh) S 22502 22502 19995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993610564 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22525/statm: 1339 232 193 169 0 50 0
[pid=22526] ppid=22525 vsize=165696 CPUtime=24.36
/proc/22526/stat : 22526 (picosat) R 22525 22502 19995 0 -1 4194304 33449 0 0 0 1114 1322 0 0 25 0 1 0 1993610564 169672704 33435 996147200 134512640 134931368 4294956256 18446744073709551615 134520640 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 41424 33435 40 102 0 41319 0
Current children cumulated CPU time (s) 158.29
Current children cumulated vsize (KiB) 184652

[startup+222.303 s]
/proc/loadavg: 2.05 2.05 2.01 4/75 22526
/proc/meminfo: memFree=16336/2055920 swapFree=4179464/4192956
[pid=22502] ppid=22500 vsize=13600 CPUtime=133.93
/proc/22502/stat : 22502 (sugar) S 22500 22502 19995 0 -1 4194304 1022 122850 0 2 4 1 12511 877 16 0 1 0 1993596795 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22502/statm: 3400 799 370 3 0 500 0
[pid=22525] ppid=22502 vsize=5356 CPUtime=0
/proc/22525/stat : 22525 (sh) S 22502 22502 19995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993610564 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22525/statm: 1339 232 193 169 0 50 0
[pid=22526] ppid=22525 vsize=413376 CPUtime=83.65
/proc/22526/stat : 22526 (picosat) R 22525 22502 19995 0 -1 4194304 89170 0 0 0 3845 4520 0 0 25 0 1 0 1993610564 423297024 89156 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 103344 89156 40 102 0 103239 0
Current children cumulated CPU time (s) 217.58
Current children cumulated vsize (KiB) 432332

[startup+282.303 s]
/proc/loadavg: 2.02 2.04 2.00 3/75 22526
/proc/meminfo: memFree=16080/2055920 swapFree=4179464/4192956
[pid=22502] ppid=22500 vsize=13600 CPUtime=133.93
/proc/22502/stat : 22502 (sugar) S 22500 22502 19995 0 -1 4194304 1022 122850 0 2 4 1 12511 877 16 0 1 0 1993596795 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22502/statm: 3400 799 370 3 0 500 0
[pid=22525] ppid=22502 vsize=5356 CPUtime=0
/proc/22525/stat : 22525 (sh) S 22502 22502 19995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993610564 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22525/statm: 1339 232 193 169 0 50 0
[pid=22526] ppid=22525 vsize=612432 CPUtime=142.94
/proc/22526/stat : 22526 (picosat) R 22525 22502 19995 0 -1 4194304 145091 0 0 0 6568 7726 0 0 25 0 1 0 1993610564 627130368 145077 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 153108 145077 40 102 0 153003 0
Current children cumulated CPU time (s) 276.87
Current children cumulated vsize (KiB) 631388

[startup+342.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 22526
/proc/meminfo: memFree=16336/2055920 swapFree=4179464/4192956
[pid=22502] ppid=22500 vsize=13600 CPUtime=133.93
/proc/22502/stat : 22502 (sugar) S 22500 22502 19995 0 -1 4194304 1022 122850 0 2 4 1 12511 877 16 0 1 0 1993596795 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22502/statm: 3400 799 370 3 0 500 0
[pid=22525] ppid=22502 vsize=5356 CPUtime=0
/proc/22525/stat : 22525 (sh) S 22502 22502 19995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993610564 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22525/statm: 1339 232 193 169 0 50 0
[pid=22526] ppid=22525 vsize=877420 CPUtime=202.28
/proc/22526/stat : 22526 (picosat) R 22525 22502 19995 0 -1 4194304 201132 0 0 0 9286 10942 0 0 25 0 1 0 1993610564 898478080 201118 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 219355 201118 40 102 0 219250 0
Current children cumulated CPU time (s) 336.21
Current children cumulated vsize (KiB) 896376



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+350.001 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 22526
/proc/meminfo: memFree=16144/2055920 swapFree=4179464/4192956
[pid=22502] ppid=22500 vsize=13600 CPUtime=133.93
/proc/22502/stat : 22502 (sugar) S 22500 22502 19995 0 -1 4194304 1022 122850 0 2 4 1 12511 877 16 0 1 0 1993596795 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22502/statm: 3400 799 370 3 0 500 0
[pid=22525] ppid=22502 vsize=5356 CPUtime=0
/proc/22525/stat : 22525 (sh) S 22502 22502 19995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993610564 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22525/statm: 1339 232 193 169 0 50 0
[pid=22526] ppid=22525 vsize=903028 CPUtime=209.89
/proc/22526/stat : 22526 (picosat) R 22525 22502 19995 0 -1 4194304 208336 0 0 0 9638 11351 0 0 25 0 1 0 1993610564 924700672 208322 996147200 134512640 134931368 4294956256 18446744073709551615 134515280 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 225757 208322 40 102 0 225652 0
Current children cumulated CPU time (s) 343.82
Current children cumulated vsize (KiB) 921984

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

[startup+350.12 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 22526
/proc/meminfo: memFree=16144/2055920 swapFree=4179464/4192956
[pid=22502] ppid=22500 vsize=13600 CPUtime=133.93
/proc/22502/stat : 22502 (sugar) S 22500 22502 19995 0 -1 4194304 1041 122850 0 2 4 1 12511 877 16 0 1 0 1993596795 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/22502/statm: 3400 799 370 3 0 500 0
[pid=22525] ppid=22502 vsize=0 CPUtime=0
/proc/22525/stat : 22525 (sh) Z 22502 22502 19995 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1993610564 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/22525/statm: 0 0 0 0 0 0 0
[pid=22526] ppid=1 vsize=0 CPUtime=210.01
/proc/22526/stat : 22526 (picosat) R 1 22502 19995 0 -1 4195332 208336 0 0 0 9638 11363 0 0 25 0 1 0 1993610564 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/22526/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 343.94
Current children cumulated vsize (KiB) 13600

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

[startup+350.202 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 22526
/proc/meminfo: memFree=16144/2055920 swapFree=4179464/4192956
[pid=22502] ppid=22500 vsize=13600 CPUtime=133.96
/proc/22502/stat : 22502 (sugar) R 22500 22502 19995 0 -1 4194304 1069 123127 0 2 4 3 12511 878 16 0 1 0 1993596795 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 0 0 0
/proc/22502/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 133.96
Current children cumulated vsize (KiB) 13600

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

[startup+350.202 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 22526
/proc/meminfo: memFree=16144/2055920 swapFree=4179464/4192956
[pid=22502] ppid=22500 vsize=13600 CPUtime=133.96
/proc/22502/stat : 22502 (sugar) R 22500 22502 19995 0 -1 4194304 1069 123127 0 2 4 3 12511 878 16 0 1 0 1993596795 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 0 0 0
/proc/22502/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 133.96
Current children cumulated vsize (KiB) 13600

[startup+351.001 s]
/proc/loadavg: 2.00 2.03 2.00 2/74 22527
/proc/meminfo: memFree=1842264/2055920 swapFree=4179464/4192956
[pid=22502] ppid=22500 vsize=13600 CPUtime=134.43
/proc/22502/stat : 22502 (sugar) D 22500 22502 19995 0 -1 4194304 1069 123127 0 2 4 50 12511 878 18 0 1 0 1993596795 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22502/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 134.43
Current children cumulated vsize (KiB) 13600

[startup+351.202 s]
/proc/loadavg: 2.00 2.03 2.00 2/74 22527
/proc/meminfo: memFree=1842264/2055920 swapFree=4179464/4192956
[pid=22502] ppid=22500 vsize=13600 CPUtime=134.44
/proc/22502/stat : 22502 (sugar) D 22500 22502 19995 0 -1 4194304 1069 123127 0 2 4 51 12511 878 18 0 1 0 1993596795 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22502/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 134.44
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): 209.98
#  lost CPU user time (s): 96.38
#  lost CPU system time (s): 113.6

Real time (s): 351.262
CPU time (s): 344.443
CPU user time (s): 221.542
CPU system time (s): 122.901
CPU usage (%): 98.0586
Max. virtual memory (cumulated for all children) (KiB): 921984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.162
system time used= 9.30059
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124227
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= 26688
involuntary context switches= 29647

runsolver used 0.540917 second user time and 1.13383 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-04 06:36:59
IDJOB=1065239
IDBENCH=55049
IDSOLVER=345
FILE ID=node10/1065239-1215146219
PBS_JOBID= 7877268
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/mps/normalized-mps-air02.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-1065239-1215146219/watcher-1065239-1215146219 -o /tmp/evaluation-result-1065239-1215146219/solver-1065239-1215146219 -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-1065239-1215146219.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0baa4ee04c786b4ddfb73e2ce079a304
RANDOM SEED=1138124411

node10.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.229
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.229
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:       1676680 kB
Buffers:         37620 kB
Cached:         140564 kB
SwapCached:       7864 kB
Active:         241624 kB
Inactive:        78664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1676680 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            6040 kB
Writeback:           0 kB
Mapped:         149428 kB
Slab:            43808 kB
Committed_AS:  3442488 kB
PageTables:       2172 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= 66548 MiB
End job on node10 at 2008-07-04 06:42:51