Trace number 1086317

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) 403.283 407.565

General information on the benchmark

Namecsp/fapp/fapp11/
normalized-fapp11-1000-1.xml
MD5SUMbcc19e6f7720c8259d2ed7a295277868
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 benchmark27.3098
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
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 08:18:33 2008
0.00/0.04	c 0	PID 25305
0.03/0.05	c 0	HOST node23.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1086317-1215238712.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-1086317-1215238712.xml' 'HOME/temp.csp'
1.35/1.40	c 1	18 domains, 1000 variables, 8 predicates, 0 relations, 15032 constraints
1.35/1.42	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.35/1.42	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'
1.35/1.49	c 1	Parsing HOME/temp.csp
1.37/1.93	c 1	parsed 10000 expressions
1.37/2.09	c 2	parsed 16058 expressions
1.37/2.09	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.37/2.09	c 2	Converting to clausal form CSP
3.13/3.24	c 3	converted 1606 (10%) expressions
5.12/5.26	c 5	converted 3212 (20%) expressions
7.00/7.14	c 7	converted 4818 (30%) expressions
8.50/8.65	c 8	converted 6424 (40%) expressions
10.19/10.36	c 10	converted 8029 (50%) expressions
11.58/11.77	c 11	converted 9635 (60%) expressions
13.08/13.23	c 13	converted 11241 (70%) expressions
14.86/15.07	c 15	converted 12847 (80%) expressions
16.26/16.49	c 16	converted 14453 (90%) expressions
17.65/17.89	c 17	converted 16058 (100%) expressions
17.65/17.90	c 17	CSP : 1994 integers, 43676 booleans, 91699 clauses, largest domain size 2741
17.65/17.90	c 17	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.65/17.90	c 17	Propagation in CSP
18.64/18.82	c 18	11928 values, 0 unsatisfiable literals, and 0 valid clauses are removed
18.64/18.82	c 18	CSP : 1994 integers, 43676 booleans, 91699 clauses, largest domain size 2741
18.64/18.82	c 18	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.64/18.85	c 18	Simplifing CSP by introducing new Boolean variables
18.84/19.03	c 19	CSP : 1994 integers, 74680 booleans, 122703 clauses, largest domain size 2741
18.84/19.03	c 19	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.34/19.59	c 19	Encoding CSP to SAT : HOME/temp.cnf
20.74/20.98	c 21	200 (10%) CSP integer variables are encoded (59504 clauses, 870490 bytes)
22.14/22.32	c 22	399 (20%) CSP integer variables are encoded (119236 clauses, 1805607 bytes)
23.42/23.60	c 23	599 (30%) CSP integer variables are encoded (176634 clauses, 2781373 bytes)
24.72/24.97	c 24	798 (40%) CSP integer variables are encoded (236930 clauses, 3806405 bytes)
25.92/26.18	c 26	997 (50%) CSP integer variables are encoded (291634 clauses, 4736373 bytes)
26.51/26.79	c 26	1197 (60%) CSP integer variables are encoded (765835 clauses, 12797790 bytes)
27.11/27.36	c 27	1396 (70%) CSP integer variables are encoded (1231776 clauses, 21184928 bytes)
27.70/27.93	c 27	1596 (80%) CSP integer variables are encoded (1679510 clauses, 29691874 bytes)
28.30/28.52	c 28	1795 (90%) CSP integer variables are encoded (2153315 clauses, 38694169 bytes)
28.80/29.07	c 29	1994 (100%) CSP integer variables are encoded (2595288 clauses, 47091656 bytes)
79.34/79.93	c 79	12271 (10%) CSP clauses are encoded (10132662 clauses, 221667405 bytes)
112.97/114.00	c 114	24541 (20%) CSP clauses are encoded (16521106 clauses, 380014107 bytes)
133.13/134.40	c 134	36811 (30%) CSP clauses are encoded (21267384 clauses, 501259194 bytes)
150.98/152.46	c 152	49082 (40%) CSP clauses are encoded (25864108 clauses, 620672780 bytes)
165.85/167.52	c 167	61352 (50%) CSP clauses are encoded (30229504 clauses, 736250588 bytes)
179.66/181.55	c 181	73622 (60%) CSP clauses are encoded (34476321 clauses, 848664049 bytes)
192.23/194.43	c 194	85893 (70%) CSP clauses are encoded (38381242 clauses, 952212513 bytes)
203.75/206.12	c 206	98163 (80%) CSP clauses are encoded (41988595 clauses, 1048978918 bytes)
216.73/219.34	c 219	110433 (90%) CSP clauses are encoded (46117032 clauses, 1159215306 bytes)
228.76/231.56	c 231	122703 (100%) CSP clauses are encoded (49896390 clauses, 1260374096 bytes)
228.76/231.56	c 231	122703 CSP clauses encoded
228.76/231.56	c 231	Writing map file : HOME/temp.map
228.86/231.66	c 231	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
228.86/231.66	c 231	SAT : 2671962 SAT variables, 49896390 SAT clauses, 1260374096 bytes
228.86/231.66	c 231	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
228.92/231.74	c 231	SOLVING HOME/temp.cnf
228.92/231.74	c 231	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
402.58/406.62	c ERROR INTERRUPTED
402.70/406.74	s UNKNOWN
402.70/406.74	c 406	CPU 220.92 (0.03 0.01 220.89 8.03)
402.70/406.74	c 406	END Sat Jul  5 08:25:19 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-1086317-1215238712/watcher-1086317-1215238712 -o /tmp/evaluation-result-1086317-1215238712/solver-1086317-1215238712 -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-1086317-1215238712.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.11 2.07 2.02 4/72 25305
/proc/meminfo: memFree=1757240/2055920 swapFree=4180000/4192956
[pid=25305] ppid=25303 vsize=12268 CPUtime=0
/proc/25305/stat : 25305 (sugar) R 25303 25305 24783 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2002845408 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 238496562174 0 0 4224 0 0 0 0 17 1 0 0
/proc/25305/statm: 3067 316 241 3 0 167 0

[startup+0.049496 s]
/proc/loadavg: 2.11 2.07 2.02 4/72 25305
/proc/meminfo: memFree=1757240/2055920 swapFree=4180000/4192956
[pid=25305] ppid=25303 vsize=13600 CPUtime=0.03
/proc/25305/stat : 25305 (sugar) S 25303 25305 24783 0 -1 4194304 837 0 0 0 2 1 0 0 18 0 1 0 2002845408 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25305/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102083 s]
/proc/loadavg: 2.11 2.07 2.02 4/72 25305
/proc/meminfo: memFree=1757240/2055920 swapFree=4180000/4192956
[pid=25305] ppid=25303 vsize=13600 CPUtime=0.03
/proc/25305/stat : 25305 (sugar) S 25303 25305 24783 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2002845408 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25305/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302101 s]
/proc/loadavg: 2.11 2.07 2.02 4/72 25305
/proc/meminfo: memFree=1757240/2055920 swapFree=4180000/4192956
[pid=25305] ppid=25303 vsize=13600 CPUtime=0.03
/proc/25305/stat : 25305 (sugar) S 25303 25305 24783 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2002845408 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25305/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702153 s]
/proc/loadavg: 2.11 2.07 2.02 4/72 25305
/proc/meminfo: memFree=1757240/2055920 swapFree=4180000/4192956
[pid=25305] ppid=25303 vsize=13600 CPUtime=0.03
/proc/25305/stat : 25305 (sugar) S 25303 25305 24783 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2002845408 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25305/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50124 s]
/proc/loadavg: 2.11 2.07 2.02 4/83 25317
/proc/meminfo: memFree=1731936/2055920 swapFree=4180000/4192956
[pid=25305] ppid=25303 vsize=13600 CPUtime=1.37
/proc/25305/stat : 25305 (sugar) S 25303 25305 24783 0 -1 4194304 973 11181 0 1 2 1 127 7 16 0 1 0 2002845408 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25305/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 13600

[startup+3.10242 s]
/proc/loadavg: 2.10 2.07 2.01 4/83 25327
/proc/meminfo: memFree=1741088/2055920 swapFree=4180000/4192956
[pid=25305] ppid=25303 vsize=13600 CPUtime=1.37
/proc/25305/stat : 25305 (sugar) S 25303 25305 24783 0 -1 4194304 974 11181 0 1 2 1 127 7 15 0 1 0 2002845408 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25305/statm: 3400 797 370 3 0 500 0
[pid=25318] ppid=25305 vsize=5356 CPUtime=0
/proc/25318/stat : 25318 (sh) S 25305 25305 24783 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002845550 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25318/statm: 1339 233 193 169 0 50 0
[pid=25319] ppid=25318 vsize=868388 CPUtime=1.66
/proc/25319/stat : 25319 (java) S 25318 25305 24783 0 -1 0 8583 0 1 0 160 6 0 0 18 0 9 0 2002845550 889229312 7596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25319/statm: 217097 7596 2541 9 0 211672 0
[pid=25319/tid=25320] ppid=25318 vsize=868388 CPUtime=1.19
/proc/25319/task/25320/stat : 25320 (java) R 25318 25305 24783 0 -1 64 2714 0 1 0 117 2 0 0 25 0 9 0 2002845551 889229312 7596 996147200 134512640 134550740 4294955952 18446744073709551615 102109808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25321] ppid=25318 vsize=868388 CPUtime=0.25
/proc/25319/task/25321/stat : 25321 (java) S 25318 25305 24783 0 -1 64 3744 0 0 0 24 1 0 0 16 0 9 0 2002845552 889229312 7596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25322] ppid=25318 vsize=868388 CPUtime=0
/proc/25319/task/25322/stat : 25322 (java) S 25318 25305 24783 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002845552 889229312 7596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25323] ppid=25318 vsize=868388 CPUtime=0
/proc/25319/task/25323/stat : 25323 (java) S 25318 25305 24783 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002845552 889229312 7596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25324] ppid=25318 vsize=868388 CPUtime=0
/proc/25319/task/25324/stat : 25324 (java) S 25318 25305 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002845554 889229312 7596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25325] ppid=25318 vsize=868388 CPUtime=0.18
/proc/25319/task/25325/stat : 25325 (java) S 25318 25305 24783 0 -1 64 1429 0 0 0 18 0 0 0 15 0 9 0 2002845554 889229312 7596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25326] ppid=25318 vsize=868388 CPUtime=0
/proc/25319/task/25326/stat : 25326 (java) S 25318 25305 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002845554 889229312 7596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25327] ppid=25318 vsize=868388 CPUtime=0
/proc/25319/task/25327/stat : 25327 (java) S 25318 25305 24783 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002845554 889229312 7596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887344

[startup+6.30379 s]
/proc/loadavg: 2.10 2.07 2.01 3/83 25327
/proc/meminfo: memFree=1724512/2055920 swapFree=4180000/4192956
[pid=25305] ppid=25303 vsize=13600 CPUtime=1.37
/proc/25305/stat : 25305 (sugar) S 25303 25305 24783 0 -1 4194304 974 11181 0 1 2 1 127 7 16 0 1 0 2002845408 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25305/statm: 3400 797 370 3 0 500 0
[pid=25318] ppid=25305 vsize=5356 CPUtime=0
/proc/25318/stat : 25318 (sh) S 25305 25305 24783 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002845550 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25318/statm: 1339 233 193 169 0 50 0
[pid=25319] ppid=25318 vsize=868388 CPUtime=4.84
/proc/25319/stat : 25319 (java) S 25318 25305 24783 0 -1 0 14586 0 1 0 474 10 0 0 18 0 9 0 2002845550 889229312 10731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25319/statm: 217097 10731 2540 9 0 211672 0
[pid=25319/tid=25320] ppid=25318 vsize=868388 CPUtime=3.82
/proc/25319/task/25320/stat : 25320 (java) R 25318 25305 24783 0 -1 64 3183 0 1 0 379 3 0 0 25 0 9 0 2002845551 889229312 10731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25321] ppid=25318 vsize=868388 CPUtime=0.8
/proc/25319/task/25321/stat : 25321 (java) R 25318 25305 24783 0 -1 64 9271 0 0 0 75 5 0 0 15 0 9 0 2002845552 889229312 10731 996147200 134512640 134550740 4294955952 18446744073709551615 102515472 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25322] ppid=25318 vsize=868388 CPUtime=0
/proc/25319/task/25322/stat : 25322 (java) S 25318 25305 24783 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002845552 889229312 10731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25323] ppid=25318 vsize=868388 CPUtime=0
/proc/25319/task/25323/stat : 25323 (java) S 25318 25305 24783 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002845552 889229312 10731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25324] ppid=25318 vsize=868388 CPUtime=0
/proc/25319/task/25324/stat : 25324 (java) S 25318 25305 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002845554 889229312 10731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25325] ppid=25318 vsize=868388 CPUtime=0.2
/proc/25319/task/25325/stat : 25325 (java) S 25318 25305 24783 0 -1 64 1436 0 0 0 19 1 0 0 15 0 9 0 2002845554 889229312 10731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25326] ppid=25318 vsize=868388 CPUtime=0
/proc/25319/task/25326/stat : 25326 (java) S 25318 25305 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002845554 889229312 10731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25327] ppid=25318 vsize=868388 CPUtime=0
/proc/25319/task/25327/stat : 25327 (java) S 25318 25305 24783 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002845554 889229312 10731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887344

[startup+12.7025 s]
/proc/loadavg: 2.16 2.09 2.02 3/83 25327
/proc/meminfo: memFree=1696224/2055920 swapFree=4180000/4192956
[pid=25305] ppid=25303 vsize=13600 CPUtime=1.37
/proc/25305/stat : 25305 (sugar) S 25303 25305 24783 0 -1 4194304 974 11181 0 1 2 1 127 7 16 0 1 0 2002845408 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25305/statm: 3400 797 370 3 0 500 0
[pid=25318] ppid=25305 vsize=5356 CPUtime=0
/proc/25318/stat : 25318 (sh) S 25305 25305 24783 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002845550 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25318/statm: 1339 233 193 169 0 50 0
[pid=25319] ppid=25318 vsize=868388 CPUtime=11.21
/proc/25319/stat : 25319 (java) S 25318 25305 24783 0 -1 0 23177 0 1 0 1105 16 0 0 18 0 9 0 2002845550 889229312 17807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25319/statm: 217097 17807 2540 9 0 211672 0
[pid=25319/tid=25320] ppid=25318 vsize=868388 CPUtime=9.31
/proc/25319/task/25320/stat : 25320 (java) R 25318 25305 24783 0 -1 64 3640 0 1 0 927 4 0 0 25 0 9 0 2002845551 889229312 17807 996147200 134512640 134550740 4294955952 18446744073709551615 4126570817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25321] ppid=25318 vsize=868388 CPUtime=1.67
/proc/25319/task/25321/stat : 25321 (java) S 25318 25305 24783 0 -1 64 17405 0 0 0 158 9 0 0 16 0 9 0 2002845552 889229312 17807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25322] ppid=25318 vsize=868388 CPUtime=0
/proc/25319/task/25322/stat : 25322 (java) S 25318 25305 24783 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002845552 889229312 17807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25323] ppid=25318 vsize=868388 CPUtime=0
/proc/25319/task/25323/stat : 25323 (java) S 25318 25305 24783 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002845552 889229312 17807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25324] ppid=25318 vsize=868388 CPUtime=0
/proc/25319/task/25324/stat : 25324 (java) S 25318 25305 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002845554 889229312 17807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25325] ppid=25318 vsize=868388 CPUtime=0.2
/proc/25319/task/25325/stat : 25325 (java) S 25318 25305 24783 0 -1 64 1436 0 0 0 19 1 0 0 15 0 9 0 2002845554 889229312 17807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25326] ppid=25318 vsize=868388 CPUtime=0
/proc/25319/task/25326/stat : 25326 (java) S 25318 25305 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002845554 889229312 17807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25327] ppid=25318 vsize=868388 CPUtime=0
/proc/25319/task/25327/stat : 25327 (java) S 25318 25305 24783 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002845554 889229312 17807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 887344

[startup+25.503 s]
/proc/loadavg: 2.14 2.08 2.02 3/83 25327
/proc/meminfo: memFree=1647840/2055920 swapFree=4180000/4192956
[pid=25305] ppid=25303 vsize=13600 CPUtime=1.38
/proc/25305/stat : 25305 (sugar) S 25303 25305 24783 0 -1 4194304 974 11181 0 1 3 1 127 7 16 0 1 0 2002845408 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25305/statm: 3400 797 370 3 0 500 0
[pid=25318] ppid=25305 vsize=5356 CPUtime=0
/proc/25318/stat : 25318 (sh) S 25305 25305 24783 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002845550 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25318/statm: 1339 233 193 169 0 50 0
[pid=25319] ppid=25318 vsize=868500 CPUtime=23.93
/proc/25319/stat : 25319 (java) S 25318 25305 24783 0 -1 0 35132 0 1 0 2369 24 0 0 18 0 9 0 2002845550 889344000 27989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25319/statm: 217125 27989 2566 9 0 211672 0
[pid=25319/tid=25320] ppid=25318 vsize=868500 CPUtime=20.34
/proc/25319/task/25320/stat : 25320 (java) R 25318 25305 24783 0 -1 64 4416 0 1 0 2026 8 0 0 25 0 9 0 2002845551 889344000 27989 996147200 134512640 134550740 4294955952 18446744073709551615 4126612881 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25321] ppid=25318 vsize=868500 CPUtime=3.31
/proc/25319/task/25321/stat : 25321 (java) S 25318 25305 24783 0 -1 64 28547 0 0 0 317 14 0 0 16 0 9 0 2002845552 889344000 27989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25322] ppid=25318 vsize=868500 CPUtime=0
/proc/25319/task/25322/stat : 25322 (java) S 25318 25305 24783 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002845552 889344000 27989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25323] ppid=25318 vsize=868500 CPUtime=0
/proc/25319/task/25323/stat : 25323 (java) S 25318 25305 24783 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002845552 889344000 27989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25324] ppid=25318 vsize=868500 CPUtime=0
/proc/25319/task/25324/stat : 25324 (java) S 25318 25305 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002845554 889344000 27989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25325] ppid=25318 vsize=868500 CPUtime=0.26
/proc/25319/task/25325/stat : 25325 (java) S 25318 25305 24783 0 -1 64 1473 0 0 0 25 1 0 0 16 0 9 0 2002845554 889344000 27989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25326] ppid=25318 vsize=868500 CPUtime=0
/proc/25319/task/25326/stat : 25326 (java) S 25318 25305 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002845554 889344000 27989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25327] ppid=25318 vsize=868500 CPUtime=0
/proc/25319/task/25327/stat : 25327 (java) S 25318 25305 24783 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002845554 889344000 27989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 887456

[startup+51.1029 s]
/proc/loadavg: 2.43 2.16 2.04 3/83 25327
/proc/meminfo: memFree=1542816/2055920 swapFree=4180000/4192956
[pid=25305] ppid=25303 vsize=13600 CPUtime=1.38
/proc/25305/stat : 25305 (sugar) S 25303 25305 24783 0 -1 4194304 974 11181 0 1 3 1 127 7 15 0 1 0 2002845408 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25305/statm: 3400 797 370 3 0 500 0
[pid=25318] ppid=25305 vsize=5356 CPUtime=0
/proc/25318/stat : 25318 (sh) S 25305 25305 24783 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002845550 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25318/statm: 1339 233 193 169 0 50 0
[pid=25319] ppid=25318 vsize=868500 CPUtime=49.37
/proc/25319/stat : 25319 (java) S 25318 25305 24783 0 -1 0 35462 0 1 0 4846 91 0 0 18 0 9 0 2002845550 889344000 28005 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=25319/tid=25327] ppid=25318 vsize=868500 CPUtime=0
/proc/25319/task/25327/stat : 25327 (java) S 25318 25305 24783 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002845554 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.74
Current children cumulated vsize (KiB) 887456

[startup+222.302 s]
/proc/loadavg: 2.20 2.20 2.08 3/83 25327
/proc/meminfo: memFree=465696/2055920 swapFree=4180000/4192956
[pid=25305] ppid=25303 vsize=13600 CPUtime=1.38
/proc/25305/stat : 25305 (sugar) S 25303 25305 24783 0 -1 4194304 974 11181 0 1 3 1 127 7 16 0 1 0 2002845408 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25305/statm: 3400 797 370 3 0 500 0
[pid=25318] ppid=25305 vsize=5356 CPUtime=0
/proc/25318/stat : 25318 (sh) S 25305 25305 24783 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002845550 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25318/statm: 1339 233 193 169 0 50 0
[pid=25319] ppid=25318 vsize=868500 CPUtime=218.29
/proc/25319/stat : 25319 (java) S 25318 25305 24783 0 -1 0 38462 0 1 0 21085 744 0 0 18 0 9 0 2002845550 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25319/statm: 217125 28008 2566 9 0 211672 0
[pid=25319/tid=25320] ppid=25318 vsize=868500 CPUtime=212.74
/proc/25319/task/25320/stat : 25320 (java) R 25318 25305 24783 0 -1 64 7728 0 1 0 20570 704 0 0 25 0 9 0 2002845551 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25321] ppid=25318 vsize=868500 CPUtime=5.23
/proc/25319/task/25321/stat : 25321 (java) S 25318 25305 24783 0 -1 64 28547 0 0 0 486 37 0 0 16 0 9 0 2002845552 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25322] ppid=25318 vsize=868500 CPUtime=0
/proc/25319/task/25322/stat : 25322 (java) S 25318 25305 24783 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002845552 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25323] ppid=25318 vsize=868500 CPUtime=0
/proc/25319/task/25323/stat : 25323 (java) S 25318 25305 24783 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002845552 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25324] ppid=25318 vsize=868500 CPUtime=0
/proc/25319/task/25324/stat : 25324 (java) S 25318 25305 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002845554 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25325] ppid=25318 vsize=868500 CPUtime=0.29
/proc/25319/task/25325/stat : 25325 (java) S 25318 25305 24783 0 -1 64 1491 0 0 0 28 1 0 0 16 0 9 0 2002845554 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25326] ppid=25318 vsize=868500 CPUtime=0
/proc/25319/task/25326/stat : 25326 (java) S 25318 25305 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002845554 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25319/tid=25327] ppid=25318 vsize=868500 CPUtime=0
/proc/25319/task/25327/stat : 25327 (java) S 25318 25305 24783 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002845554 889344000 28008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 219.67
Current children cumulated vsize (KiB) 887456

[startup+282.302 s]
/proc/loadavg: 2.08 2.16 2.07 3/75 25329
/proc/meminfo: memFree=137632/2055920 swapFree=4180000/4192956
[pid=25305] ppid=25303 vsize=13600 CPUtime=228.95
/proc/25305/stat : 25305 (sugar) S 25303 25305 24783 0 -1 4194304 1023 50162 0 2 3 1 22089 802 16 0 1 0 2002845408 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25305/statm: 3400 799 370 3 0 500 0
[pid=25328] ppid=25305 vsize=5356 CPUtime=0
/proc/25328/stat : 25328 (sh) S 25305 25305 24783 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002868582 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25328/statm: 1339 232 193 169 0 50 0
[pid=25329] ppid=25328 vsize=455464 CPUtime=50.28
/proc/25329/stat : 25329 (picosat) R 25328 25305 24783 0 -1 4194304 88719 0 0 0 2297 2731 0 0 25 0 1 0 2002868583 466395136 88705 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25329/statm: 113866 88705 40 102 0 113761 0
Current children cumulated CPU time (s) 279.23
Current children cumulated vsize (KiB) 474420

[startup+342.302 s]
/proc/loadavg: 2.08 2.14 2.07 3/75 25329
/proc/meminfo: memFree=15072/2055920 swapFree=4180000/4192956
[pid=25305] ppid=25303 vsize=13600 CPUtime=228.95
/proc/25305/stat : 25305 (sugar) S 25303 25305 24783 0 -1 4194304 1023 50162 0 2 3 1 22089 802 16 0 1 0 2002845408 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25305/statm: 3400 799 370 3 0 500 0
[pid=25328] ppid=25305 vsize=5356 CPUtime=0
/proc/25328/stat : 25328 (sh) S 25305 25305 24783 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002868582 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25328/statm: 1339 232 193 169 0 50 0
[pid=25329] ppid=25328 vsize=663452 CPUtime=109.91
/proc/25329/stat : 25329 (picosat) R 25328 25305 24783 0 -1 4194304 141562 0 0 0 5040 5951 0 0 25 0 1 0 2002868583 679374848 141548 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25329/statm: 165863 141548 40 102 0 165758 0
Current children cumulated CPU time (s) 338.86
Current children cumulated vsize (KiB) 682408

[startup+402.303 s]
/proc/loadavg: 2.03 2.12 2.07 3/75 25329
/proc/meminfo: memFree=14816/2055920 swapFree=4180000/4192956
[pid=25305] ppid=25303 vsize=13600 CPUtime=228.95
/proc/25305/stat : 25305 (sugar) S 25303 25305 24783 0 -1 4194304 1023 50162 0 2 3 1 22089 802 16 0 1 0 2002845408 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25305/statm: 3400 799 370 3 0 500 0
[pid=25328] ppid=25305 vsize=5356 CPUtime=0
/proc/25328/stat : 25328 (sh) S 25305 25305 24783 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002868582 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25328/statm: 1339 232 193 169 0 50 0
[pid=25329] ppid=25328 vsize=889000 CPUtime=169.37
/proc/25329/stat : 25329 (picosat) R 25328 25305 24783 0 -1 4194304 195212 0 0 0 7800 9137 0 0 25 0 1 0 2002868583 910336000 195198 996147200 134512640 134931368 4294956256 18446744073709551615 134545898 0 0 4096 0 0 0 0 17 1 0 0
/proc/25329/statm: 222250 195198 40 102 0 222145 0
Current children cumulated CPU time (s) 398.32
Current children cumulated vsize (KiB) 907956



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+406.601 s]
/proc/loadavg: 2.03 2.11 2.07 3/75 25329
/proc/meminfo: memFree=14944/2055920 swapFree=4180000/4192956
[pid=25305] ppid=25303 vsize=13600 CPUtime=228.95
/proc/25305/stat : 25305 (sugar) S 25303 25305 24783 0 -1 4194304 1023 50162 0 2 3 1 22089 802 16 0 1 0 2002845408 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25305/statm: 3400 799 370 3 0 500 0
[pid=25328] ppid=25305 vsize=5356 CPUtime=0
/proc/25328/stat : 25328 (sh) S 25305 25305 24783 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002868582 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25328/statm: 1339 232 193 169 0 50 0
[pid=25329] ppid=25328 vsize=902868 CPUtime=173.63
/proc/25329/stat : 25329 (picosat) R 25328 25305 24783 0 -1 4194304 199099 0 0 0 7995 9368 0 0 25 0 1 0 2002868583 924536832 199085 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25329/statm: 225717 199085 40 102 0 225612 0
Current children cumulated CPU time (s) 402.58
Current children cumulated vsize (KiB) 921824

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

[startup+406.72 s]
/proc/loadavg: 2.03 2.11 2.07 3/75 25329
/proc/meminfo: memFree=14944/2055920 swapFree=4180000/4192956
[pid=25305] ppid=25303 vsize=13600 CPUtime=228.95
/proc/25305/stat : 25305 (sugar) S 25303 25305 24783 0 -1 4194304 1041 50162 0 2 3 1 22089 802 16 0 1 0 2002845408 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25305/statm: 3400 799 370 3 0 500 0
[pid=25328] ppid=25305 vsize=0 CPUtime=0
/proc/25328/stat : 25328 (sh) Z 25305 25305 24783 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 2002868582 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25328/statm: 0 0 0 0 0 0 0
[pid=25329] ppid=1 vsize=0 CPUtime=173.75
/proc/25329/stat : 25329 (picosat) R 1 25305 24783 0 -1 4195332 199099 0 0 0 7995 9380 0 0 25 0 1 0 2002868583 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/25329/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 402.7
Current children cumulated vsize (KiB) 13600

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

[startup+406.801 s]
/proc/loadavg: 2.03 2.11 2.07 3/75 25329
/proc/meminfo: memFree=14944/2055920 swapFree=4180000/4192956
[pid=25305] ppid=25303 vsize=13600 CPUtime=229.01
/proc/25305/stat : 25305 (sugar) R 25303 25305 24783 0 -1 4194304 1069 50439 0 2 3 6 22089 803 16 0 1 0 2002845408 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25305/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 229.01
Current children cumulated vsize (KiB) 13600

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

[startup+407.006 s]
/proc/loadavg: 2.03 2.11 2.07 3/74 25330
/proc/meminfo: memFree=1133224/2055920 swapFree=4180000/4192956
[pid=25305] ppid=25303 vsize=13600 CPUtime=229.21
/proc/25305/stat : 25305 (sugar) R 25303 25305 24783 0 -1 4194304 1069 50439 0 2 3 26 22089 803 17 0 1 0 2002845408 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25305/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 229.21
Current children cumulated vsize (KiB) 13600

[startup+407.402 s]
/proc/loadavg: 2.03 2.11 2.07 3/74 25330
/proc/meminfo: memFree=1133224/2055920 swapFree=4180000/4192956
[pid=25305] ppid=25303 vsize=13600 CPUtime=229.57
/proc/25305/stat : 25305 (sugar) D 25303 25305 24783 0 -1 4194304 1069 50439 0 2 3 62 22089 803 20 0 1 0 2002845408 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25305/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 229.57
Current children cumulated vsize (KiB) 13600

[startup+407.501 s]
/proc/loadavg: 2.03 2.11 2.07 3/74 25330
/proc/meminfo: memFree=1133224/2055920 swapFree=4180000/4192956
[pid=25305] ppid=25303 vsize=13600 CPUtime=229.57
/proc/25305/stat : 25305 (sugar) D 25303 25305 24783 0 -1 4194304 1069 50439 0 2 3 62 22089 803 18 0 1 0 2002845408 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25305/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 229.57
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): 173.69
#  lost CPU user time (s): 79.95
#  lost CPU system time (s): 93.74

Real time (s): 407.565
CPU time (s): 403.283
CPU user time (s): 300.884
CPU system time (s): 102.399
CPU usage (%): 98.9494
Max. virtual memory (cumulated for all children) (KiB): 921824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 220.934
system time used= 8.65868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51539
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= 36823
involuntary context switches= 39568

runsolver used 0.45893 second user time and 1.43778 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-05 08:18:32
IDJOB=1086317
IDBENCH=57798
IDSOLVER=345
FILE ID=node23/1086317-1215238712
PBS_JOBID= 7881937
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp11/normalized-fapp11-1000-1.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-1086317-1215238712/watcher-1086317-1215238712 -o /tmp/evaluation-result-1086317-1215238712/solver-1086317-1215238712 -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-1086317-1215238712.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bcc19e6f7720c8259d2ed7a295277868
RANDOM SEED=1106327712

node23.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.216
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.216
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:       1757720 kB
Buffers:         47864 kB
Cached:         178092 kB
SwapCached:       6808 kB
Active:         163984 kB
Inactive:        80512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1757720 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:            3320 kB
Writeback:           0 kB
Mapped:          25980 kB
Slab:            39168 kB
Committed_AS:  3454752 kB
PageTables:       1736 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= 66536 MiB
End job on node23 at 2008-07-05 08:25:21