Trace number 1087325

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+picosatUNSAT 273.56 283.687

General information on the benchmark

Namecsp/fapp/fapp07/
normalized-fapp07-0600-8.xml
MD5SUM6e460b84f999771fc63912f5692a6b09
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 benchmark22.1666
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
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 09:38:45 2008
0.00/0.04	c 0	PID 13915
0.00/0.04	c 0	HOST node79.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1087325-1215243525.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087325-1215243525.xml' 'HOME/temp.csp'
0.03/0.82	c 1	28 domains, 600 variables, 8 predicates, 0 relations, 8996 constraints
0.03/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	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.80/0.90	c 1	Parsing HOME/temp.csp
1.35/1.43	c 2	parsed 9632 expressions
1.35/1.43	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.35/1.43	c 2	Converting to clausal form CSP
2.24/2.38	c 3	converted 964 (10%) expressions
3.72/3.85	c 4	converted 1927 (20%) expressions
4.81/4.97	c 5	converted 2890 (30%) expressions
5.70/5.87	c 6	converted 3853 (40%) expressions
6.89/7.04	c 7	converted 4816 (50%) expressions
7.68/7.89	c 8	converted 5780 (60%) expressions
8.38/8.59	c 9	converted 6743 (70%) expressions
9.66/9.89	c 10	converted 7706 (80%) expressions
10.46/10.66	c 11	converted 8669 (90%) expressions
11.25/11.46	c 12	converted 9632 (100%) expressions
11.25/11.46	c 12	CSP : 1198 integers, 26212 booleans, 53950 clauses, largest domain size 2721
11.25/11.46	c 12	Heap : 78 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.25/11.46	c 12	Propagation in CSP
11.85/12.03	c 12	4760 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.85/12.03	c 12	CSP : 1198 integers, 26212 booleans, 53950 clauses, largest domain size 2721
11.85/12.03	c 12	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.85/12.06	c 12	Simplifing CSP by introducing new Boolean variables
11.95/12.14	c 13	CSP : 1198 integers, 44022 booleans, 71760 clauses, largest domain size 2721
11.95/12.14	c 13	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.53/12.71	c 13	Encoding CSP to SAT : HOME/temp.cnf
12.93/13.16	c 14	120 (10%) CSP integer variables are encoded (20624 clauses, 287348 bytes)
13.33/13.58	c 14	240 (20%) CSP integer variables are encoded (41412 clauses, 599168 bytes)
13.82/14.00	c 14	360 (30%) CSP integer variables are encoded (63061 clauses, 923903 bytes)
14.21/14.44	c 15	480 (40%) CSP integer variables are encoded (84950 clauses, 1252238 bytes)
14.61/14.89	c 15	599 (50%) CSP integer variables are encoded (107958 clauses, 1614385 bytes)
14.91/15.15	c 16	719 (60%) CSP integer variables are encoded (318867 clauses, 5199838 bytes)
15.12/15.40	c 16	839 (70%) CSP integer variables are encoded (511653 clauses, 8477200 bytes)
15.40/15.63	c 16	959 (80%) CSP integer variables are encoded (711473 clauses, 11874140 bytes)
15.70/15.91	c 16	1079 (90%) CSP integer variables are encoded (956529 clauses, 16040092 bytes)
15.91/16.16	c 17	1198 (100%) CSP integer variables are encoded (1165716 clauses, 19929912 bytes)
33.18/36.24	c 37	7176 (10%) CSP clauses are encoded (4296554 clauses, 89039734 bytes)
44.80/48.95	c 49	14352 (20%) CSP clauses are encoded (6861493 clauses, 147637868 bytes)
52.45/57.18	c 58	21528 (30%) CSP clauses are encoded (8860363 clauses, 195668882 bytes)
57.79/62.54	c 63	28704 (40%) CSP clauses are encoded (10494152 clauses, 236508535 bytes)
61.92/66.73	c 67	35880 (50%) CSP clauses are encoded (11935334 clauses, 273439458 bytes)
66.42/73.12	c 73	43056 (60%) CSP clauses are encoded (13658890 clauses, 317427312 bytes)
70.99/77.78	c 78	50232 (70%) CSP clauses are encoded (15380192 clauses, 361129440 bytes)
75.49/82.36	c 83	57408 (80%) CSP clauses are encoded (17058867 clauses, 403967419 bytes)
80.42/88.98	c 89	64584 (90%) CSP clauses are encoded (18903478 clauses, 450984079 bytes)
85.24/93.81	c 94	71760 (100%) CSP clauses are encoded (20689898 clauses, 496583581 bytes)
85.24/93.81	c 94	71760 CSP clauses encoded
85.24/93.81	c 94	Writing map file : HOME/temp.map
85.24/93.86	c 94	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
85.24/93.86	c 94	SAT : 1210936 SAT variables, 20689898 SAT clauses, 496583581 bytes
85.24/93.86	c 94	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
85.24/93.88	c 94	SOLVING HOME/temp.cnf
85.24/93.88	c 94	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
272.79/282.96	c 283	DECODING HOME/temp.out WITH HOME/temp.map
272.79/282.96	c 283	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
272.86/283.05	c 283	Decoding HOME/temp.out
272.86/283.39	s UNSATISFIABLE
272.86/283.40	c 284	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
272.86/283.45	c 284	CPU 180.76 (0.03 0.01 180.73 92.53)
272.86/283.45	c 284	END Sat Jul  5 09:43:29 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1087325-1215243525/watcher-1087325-1215243525 -o /tmp/evaluation-result-1087325-1215243525/solver-1087325-1215243525 -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-1087325-1215243525.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.00 2.01 2.06 4/74 13915
/proc/meminfo: memFree=1790136/2055920 swapFree=4180580/4192956
[pid=13915] ppid=13913 vsize=12268 CPUtime=0
/proc/13915/stat : 13915 (sugar) R 13913 13915 13280 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 647282938 12562432 319 996147200 4194304 4206940 548682068608 18446744073709551615 234045739745 0 0 4224 0 0 0 0 17 0 0 0
/proc/13915/statm: 3068 321 242 3 0 168 0

[startup+0.0581051 s]
/proc/loadavg: 2.00 2.01 2.06 4/74 13915
/proc/meminfo: memFree=1790136/2055920 swapFree=4180580/4192956
[pid=13915] ppid=13913 vsize=13600 CPUtime=0.03
/proc/13915/stat : 13915 (sugar) S 13913 13915 13280 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 647282938 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13915/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101104 s]
/proc/loadavg: 2.00 2.01 2.06 4/74 13915
/proc/meminfo: memFree=1790136/2055920 swapFree=4180580/4192956
[pid=13915] ppid=13913 vsize=13600 CPUtime=0.03
/proc/13915/stat : 13915 (sugar) S 13913 13915 13280 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 647282938 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13915/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301127 s]
/proc/loadavg: 2.00 2.01 2.06 4/74 13915
/proc/meminfo: memFree=1790136/2055920 swapFree=4180580/4192956
[pid=13915] ppid=13913 vsize=13600 CPUtime=0.03
/proc/13915/stat : 13915 (sugar) S 13913 13915 13280 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 647282938 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13915/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701166 s]
/proc/loadavg: 2.00 2.01 2.06 4/74 13915
/proc/meminfo: memFree=1790136/2055920 swapFree=4180580/4192956
[pid=13915] ppid=13913 vsize=13600 CPUtime=0.03
/proc/13915/stat : 13915 (sugar) S 13913 13915 13280 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 647282938 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13915/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50226 s]
/proc/loadavg: 2.00 2.01 2.06 4/85 13937
/proc/meminfo: memFree=1782432/2055920 swapFree=4180580/4192956
[pid=13915] ppid=13913 vsize=13600 CPUtime=0.8
/proc/13915/stat : 13915 (sugar) S 13913 13915 13280 0 -1 4194304 974 8861 0 1 3 1 71 5 15 0 1 0 647282938 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13915/statm: 3400 797 370 3 0 500 0
[pid=13928] ppid=13915 vsize=5356 CPUtime=0
/proc/13928/stat : 13928 (sh) S 13915 13915 13280 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647283022 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13928/statm: 1339 233 193 169 0 50 0
[pid=13929] ppid=13928 vsize=864264 CPUtime=0.64
/proc/13929/stat : 13929 (java) S 13928 13915 13280 0 -1 0 6034 0 1 0 61 3 0 0 18 0 9 0 647283022 885006336 5254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13929/statm: 216066 5254 2542 9 0 210641 0
[pid=13929/tid=13930] ppid=13928 vsize=864264 CPUtime=0.45
/proc/13929/task/13930/stat : 13930 (java) R 13928 13915 13280 0 -1 64 2598 0 1 0 44 1 0 0 18 0 9 0 647283023 885006336 5254 996147200 134512640 134550740 4294955952 18446744073709551615 4125978346 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13931] ppid=13928 vsize=864264 CPUtime=0.08
/proc/13929/task/13931/stat : 13931 (java) S 13928 13915 13280 0 -1 64 2391 0 0 0 8 0 0 0 16 0 9 0 647283024 885006336 5254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13932] ppid=13928 vsize=864264 CPUtime=0
/proc/13929/task/13932/stat : 13932 (java) S 13928 13915 13280 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 647283024 885006336 5254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13933] ppid=13928 vsize=864264 CPUtime=0
/proc/13929/task/13933/stat : 13933 (java) S 13928 13915 13280 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 647283024 885006336 5254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13934] ppid=13928 vsize=864264 CPUtime=0
/proc/13929/task/13934/stat : 13934 (java) S 13928 13915 13280 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647283026 885006336 5254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13935] ppid=13928 vsize=864264 CPUtime=0.08
/proc/13929/task/13935/stat : 13935 (java) S 13928 13915 13280 0 -1 64 348 0 0 0 8 0 0 0 16 0 9 0 647283026 885006336 5254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13936] ppid=13928 vsize=864264 CPUtime=0
/proc/13929/task/13936/stat : 13936 (java) S 13928 13915 13280 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647283026 885006336 5254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13937] ppid=13928 vsize=864264 CPUtime=0
/proc/13929/task/13937/stat : 13937 (java) S 13928 13915 13280 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647283026 885006336 5254 996147200 134512640 134550740 4294955952 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) 883220

[startup+3.10242 s]
/proc/loadavg: 2.00 2.01 2.06 4/85 13937
/proc/meminfo: memFree=1769120/2055920 swapFree=4180580/4192956
[pid=13915] ppid=13913 vsize=13600 CPUtime=0.8
/proc/13915/stat : 13915 (sugar) S 13913 13915 13280 0 -1 4194304 974 8861 0 1 3 1 71 5 16 0 1 0 647282938 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13915/statm: 3400 797 370 3 0 500 0
[pid=13928] ppid=13915 vsize=5356 CPUtime=0
/proc/13928/stat : 13928 (sh) S 13915 13915 13280 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647283022 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13928/statm: 1339 233 193 169 0 50 0
[pid=13929] ppid=13928 vsize=868404 CPUtime=2.23
/proc/13929/stat : 13929 (java) S 13928 13915 13280 0 -1 0 9418 0 1 0 217 6 0 0 18 0 9 0 647283022 889245696 8469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13929/statm: 217101 8469 2540 9 0 211676 0
[pid=13929/tid=13930] ppid=13928 vsize=868404 CPUtime=1.65
/proc/13929/task/13930/stat : 13930 (java) R 13928 13915 13280 0 -1 64 2806 0 1 0 163 2 0 0 25 0 9 0 647283023 889245696 8469 996147200 134512640 134550740 4294955952 18446744073709551615 4126572000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13931] ppid=13928 vsize=868404 CPUtime=0.37
/proc/13929/task/13931/stat : 13931 (java) S 13928 13915 13280 0 -1 64 4459 0 0 0 35 2 0 0 16 0 9 0 647283024 889245696 8469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13932] ppid=13928 vsize=868404 CPUtime=0
/proc/13929/task/13932/stat : 13932 (java) S 13928 13915 13280 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 647283024 889245696 8469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13933] ppid=13928 vsize=868404 CPUtime=0
/proc/13929/task/13933/stat : 13933 (java) S 13928 13915 13280 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 647283024 889245696 8469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13934] ppid=13928 vsize=868404 CPUtime=0
/proc/13929/task/13934/stat : 13934 (java) S 13928 13915 13280 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647283026 889245696 8469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13935] ppid=13928 vsize=868404 CPUtime=0.17
/proc/13929/task/13935/stat : 13935 (java) S 13928 13915 13280 0 -1 64 1456 0 0 0 17 0 0 0 15 0 9 0 647283026 889245696 8469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13936] ppid=13928 vsize=868404 CPUtime=0
/proc/13929/task/13936/stat : 13936 (java) S 13928 13915 13280 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647283026 889245696 8469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13937] ppid=13928 vsize=868404 CPUtime=0
/proc/13929/task/13937/stat : 13937 (java) S 13928 13915 13280 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647283026 889245696 8469 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) 887360

[startup+6.30177 s]
/proc/loadavg: 2.00 2.01 2.06 3/85 13937
/proc/meminfo: memFree=1746272/2055920 swapFree=4180580/4192956
[pid=13915] ppid=13913 vsize=13600 CPUtime=0.8
/proc/13915/stat : 13915 (sugar) S 13913 13915 13280 0 -1 4194304 974 8861 0 1 3 1 71 5 16 0 1 0 647282938 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13915/statm: 3400 797 370 3 0 500 0
[pid=13928] ppid=13915 vsize=5356 CPUtime=0
/proc/13928/stat : 13928 (sh) S 13915 13915 13280 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647283022 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13928/statm: 1339 233 193 169 0 50 0
[pid=13929] ppid=13928 vsize=868404 CPUtime=5.39
/proc/13929/stat : 13929 (java) S 13928 13915 13280 0 -1 0 20166 0 1 0 528 11 0 0 18 0 9 0 647283022 889245696 13960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13929/statm: 217101 13960 2540 9 0 211676 0
[pid=13929/tid=13930] ppid=13928 vsize=868404 CPUtime=4.07
/proc/13929/task/13930/stat : 13930 (java) R 13928 13915 13280 0 -1 64 3085 0 1 0 404 3 0 0 25 0 9 0 647283023 889245696 13960 996147200 134512640 134550740 4294955952 18446744073709551615 4126658940 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13931] ppid=13928 vsize=868404 CPUtime=1.12
/proc/13929/task/13931/stat : 13931 (java) S 13928 13915 13280 0 -1 64 14923 0 0 0 105 7 0 0 16 0 9 0 647283024 889245696 13960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13932] ppid=13928 vsize=868404 CPUtime=0
/proc/13929/task/13932/stat : 13932 (java) S 13928 13915 13280 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 647283024 889245696 13960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13933] ppid=13928 vsize=868404 CPUtime=0
/proc/13929/task/13933/stat : 13933 (java) S 13928 13915 13280 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 647283024 889245696 13960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13934] ppid=13928 vsize=868404 CPUtime=0
/proc/13929/task/13934/stat : 13934 (java) S 13928 13915 13280 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647283026 889245696 13960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13935] ppid=13928 vsize=868404 CPUtime=0.19
/proc/13929/task/13935/stat : 13935 (java) S 13928 13915 13280 0 -1 64 1461 0 0 0 19 0 0 0 15 0 9 0 647283026 889245696 13960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13936] ppid=13928 vsize=868404 CPUtime=0
/proc/13929/task/13936/stat : 13936 (java) S 13928 13915 13280 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647283026 889245696 13960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13937] ppid=13928 vsize=868404 CPUtime=0
/proc/13929/task/13937/stat : 13937 (java) S 13928 13915 13280 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647283026 889245696 13960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887360

[startup+12.7024 s]
/proc/loadavg: 2.15 2.04 2.07 3/85 13937
/proc/meminfo: memFree=1693920/2055920 swapFree=4180580/4192956
[pid=13915] ppid=13913 vsize=13600 CPUtime=0.8
/proc/13915/stat : 13915 (sugar) S 13913 13915 13280 0 -1 4194304 974 8861 0 1 3 1 71 5 15 0 1 0 647282938 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13915/statm: 3400 797 370 3 0 500 0
[pid=13928] ppid=13915 vsize=5356 CPUtime=0
/proc/13928/stat : 13928 (sh) S 13915 13915 13280 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647283022 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13928/statm: 1339 233 193 169 0 50 0
[pid=13929] ppid=13928 vsize=868404 CPUtime=11.73
/proc/13929/stat : 13929 (java) S 13928 13915 13280 0 -1 0 40327 0 1 0 1153 20 0 0 18 0 9 0 647283022 889245696 26318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13929/statm: 217101 26318 2541 9 0 211676 0
[pid=13929/tid=13930] ppid=13928 vsize=868404 CPUtime=8.64
/proc/13929/task/13930/stat : 13930 (java) R 13928 13915 13280 0 -1 64 3830 0 1 0 861 3 0 0 25 0 9 0 647283023 889245696 26318 996147200 134512640 134550740 4294955952 18446744073709551615 4126980612 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13931] ppid=13928 vsize=868404 CPUtime=2.84
/proc/13929/task/13931/stat : 13931 (java) S 13928 13915 13280 0 -1 64 34321 0 0 0 269 15 0 0 16 0 9 0 647283024 889245696 26318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13932] ppid=13928 vsize=868404 CPUtime=0
/proc/13929/task/13932/stat : 13932 (java) S 13928 13915 13280 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 647283024 889245696 26318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13933] ppid=13928 vsize=868404 CPUtime=0
/proc/13929/task/13933/stat : 13933 (java) S 13928 13915 13280 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 647283024 889245696 26318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13934] ppid=13928 vsize=868404 CPUtime=0
/proc/13929/task/13934/stat : 13934 (java) S 13928 13915 13280 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647283026 889245696 26318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13935] ppid=13928 vsize=868404 CPUtime=0.22
/proc/13929/task/13935/stat : 13935 (java) S 13928 13915 13280 0 -1 64 1479 0 0 0 22 0 0 0 16 0 9 0 647283026 889245696 26318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13936] ppid=13928 vsize=868404 CPUtime=0
/proc/13929/task/13936/stat : 13936 (java) S 13928 13915 13280 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647283026 889245696 26318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13937] ppid=13928 vsize=868404 CPUtime=0
/proc/13929/task/13937/stat : 13937 (java) S 13928 13915 13280 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647283026 889245696 26318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887360

[startup+25.5018 s]
/proc/loadavg: 2.21 2.05 2.07 2/85 13937
/proc/meminfo: memFree=1639904/2055920 swapFree=4180580/4192956
[pid=13915] ppid=13913 vsize=13600 CPUtime=0.8
/proc/13915/stat : 13915 (sugar) S 13913 13915 13280 0 -1 4194304 974 8861 0 1 3 1 71 5 15 0 1 0 647282938 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13915/statm: 3400 797 370 3 0 500 0
[pid=13928] ppid=13915 vsize=5356 CPUtime=0
/proc/13928/stat : 13928 (sh) S 13915 13915 13280 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647283022 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13928/statm: 1339 233 193 169 0 50 0
[pid=13929] ppid=13928 vsize=868516 CPUtime=23.65
/proc/13929/stat : 13929 (java) S 13928 13915 13280 0 -1 0 40809 0 1 0 2316 49 0 0 18 0 9 0 647283022 889360384 26634 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13929/statm: 217129 26634 2566 9 0 211676 0
[pid=13929/tid=13930] ppid=13928 vsize=868516 CPUtime=20.42
/proc/13929/task/13930/stat : 13930 (java) D 13928 13915 13280 0 -1 64 4278 0 1 0 2012 30 0 0 25 0 9 0 647283023 889360384 26634 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=13929/tid=13931] ppid=13928 vsize=868516 CPUtime=2.94
/proc/13929/task/13931/stat : 13931 (java) S 13928 13915 13280 0 -1 64 34325 0 0 0 277 17 0 0 16 0 9 0 647283024 889360384 26634 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13932] ppid=13928 vsize=868516 CPUtime=0
/proc/13929/task/13932/stat : 13932 (java) S 13928 13915 13280 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 647283024 889360384 26634 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13933] ppid=13928 vsize=868516 CPUtime=0
/proc/13929/task/13933/stat : 13933 (java) S 13928 13915 13280 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 647283024 889360384 26634 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13934] ppid=13928 vsize=868516 CPUtime=0
/proc/13929/task/13934/stat : 13934 (java) S 13928 13915 13280 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647283026 889360384 26634 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13935] ppid=13928 vsize=868516 CPUtime=0.27
/proc/13929/task/13935/stat : 13935 (java) S 13928 13915 13280 0 -1 64 1509 0 0 0 27 0 0 0 16 0 9 0 647283026 889360384 26634 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13936] ppid=13928 vsize=868516 CPUtime=0
/proc/13929/task/13936/stat : 13936 (java) S 13928 13915 13280 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647283026 889360384 26634 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13937] ppid=13928 vsize=868516 CPUtime=0
/proc/13929/task/13937/stat : 13937 (java) S 13928 13915 13280 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647283026 889360384 26634 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.45
Current children cumulated vsize (KiB) 887472

[startup+51.1025 s]
/proc/loadavg: 2.54 2.14 2.10 3/85 13937
/proc/meminfo: memFree=1534560/2055920 swapFree=4180580/4192956
[pid=13915] ppid=13913 vsize=13600 CPUtime=0.8
/proc/13915/stat : 13915 (sugar) S 13913 13915 13280 0 -1 4194304 974 8861 0 1 3 1 71 5 16 0 1 0 647282938 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13915/statm: 3400 797 370 3 0 500 0
[pid=13928] ppid=13915 vsize=5356 CPUtime=0
/proc/13928/stat : 13928 (sh) S 13915 13915 13280 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647283022 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13928/statm: 1339 233 193 169 0 50 0
[pid=13929] ppid=13928 vsize=868516 CPUtime=46.18
/proc/13929/stat : 13929 (java) S 13928 13915 13280 0 -1 0 41140 0 1 0 4509 109 0 0 18 0 9 0 647283022 889360384 26638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13929/statm: 217129 26638 2566 9 0 211676 0
[pid=13929/tid=13930] ppid=13928 vsize=868516 CPUtime=42.74
/proc/13929/task/13930/stat : 13930 (java) R 13928 13915 13280 0 -1 64 4605 0 1 0 4186 88 0 0 25 0 9 0 647283023 889360384 26638 996147200 134512640 134550740 4294955952 18446744073709551615 4126519894 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13931] ppid=13928 vsize=868516 CPUtime=3.13
/proc/13929/task/13931/stat : 13931 (java) S 13928 13915 13280 0 -1 64 34325 0 0 0 295 18 0 0 16 0 9 0 647283024 889360384 26638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13932] ppid=13928 vsize=868516 CPUtime=0
/proc/13929/task/13932/stat : 13932 (java) S 13928 13915 13280 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 647283024 889360384 26638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13933] ppid=13928 vsize=868516 CPUtime=0
/proc/13929/task/13933/stat : 13933 (java) S 13928 13915 13280 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 647283024 889360384 26638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13934] ppid=13928 vsize=868516 CPUtime=0
/proc/13929/task/13934/stat : 13934 (java) S 13928 13915 13280 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647283026 889360384 26638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13935] ppid=13928 vsize=868516 CPUtime=0.27
/proc/13929/task/13935/stat : 13935 (java) S 13928 13915 13280 0 -1 64 1513 0 0 0 27 0 0 0 15 0 9 0 647283026 889360384 26638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13936] ppid=13928 vsize=868516 CPUtime=0
/proc/13929/task/13936/stat : 13936 (java) S 13928 13915 13280 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647283026 889360384 26638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13929/tid=13937] ppid=13928 vsize=868516 CPUtime=0
/proc/13929/task/13937/stat : 13937 (java) S 13928 13915 13280 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647283026 889360384 26638 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 46.98
Current children cumulated vsize (KiB) 887472

[startup+102.307 s]
/proc/loadavg: 3.26 2.42 2.20 3/77 13940
/proc/meminfo: memFree=1168224/2055920 swapFree=4180580/4192956
[pid=13915] ppid=13913 vsize=13600 CPUtime=85.33
/proc/13915/stat : 13915 (sugar) S 13913 13915 13280 0 -1 4194304 1022 51207 0 2 3 1 8219 310 16 0 1 0 647282938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13915/statm: 3400 799 370 3 0 500 0
[pid=13939] ppid=13915 vsize=5356 CPUtime=0
/proc/13939/stat : 13939 (sh) S 13915 13915 13280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647292327 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13939/statm: 1339 232 193 169 0 50 0
[pid=13940] ppid=13939 vsize=166676 CPUtime=8.25
/proc/13940/stat : 13940 (picosat) R 13939 13915 13280 0 -1 4194304 27883 0 0 0 377 448 0 0 25 0 1 0 647292327 170676224 27869 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13940/statm: 41669 27869 40 102 0 41564 0
Current children cumulated CPU time (s) 93.58
Current children cumulated vsize (KiB) 185632

[startup+162.301 s]
/proc/loadavg: 3.46 2.63 2.28 3/77 13940
/proc/meminfo: memFree=954144/2055920 swapFree=4180580/4192956
[pid=13915] ppid=13913 vsize=13600 CPUtime=85.33
/proc/13915/stat : 13915 (sugar) S 13913 13915 13280 0 -1 4194304 1022 51207 0 2 3 1 8219 310 16 0 1 0 647282938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13915/statm: 3400 799 370 3 0 500 0
[pid=13939] ppid=13915 vsize=5356 CPUtime=0
/proc/13939/stat : 13939 (sh) S 13915 13915 13280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647292327 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13939/statm: 1339 232 193 169 0 50 0
[pid=13940] ppid=13939 vsize=407484 CPUtime=67.78
/proc/13940/stat : 13940 (picosat) R 13939 13915 13280 0 -1 4194304 84767 0 0 0 3112 3666 0 0 25 0 1 0 647292327 417263616 84753 996147200 134512640 134931368 4294956256 18446744073709551615 134520633 0 0 4096 0 0 0 0 17 1 0 0
/proc/13940/statm: 101871 84753 40 102 0 101766 0
Current children cumulated CPU time (s) 153.11
Current children cumulated vsize (KiB) 426440

[startup+222.302 s]
/proc/loadavg: 2.49 2.51 2.26 3/77 13940
/proc/meminfo: memFree=718432/2055920 swapFree=4180580/4192956
[pid=13915] ppid=13913 vsize=13600 CPUtime=85.33
/proc/13915/stat : 13915 (sugar) S 13913 13915 13280 0 -1 4194304 1022 51207 0 2 3 1 8219 310 16 0 1 0 647282938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13915/statm: 3400 799 370 3 0 500 0
[pid=13939] ppid=13915 vsize=5356 CPUtime=0
/proc/13939/stat : 13939 (sh) S 13915 13915 13280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647292327 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13939/statm: 1339 232 193 169 0 50 0
[pid=13940] ppid=13939 vsize=647668 CPUtime=127.33
/proc/13940/stat : 13940 (picosat) R 13939 13915 13280 0 -1 4194304 143096 0 0 0 5861 6872 0 0 25 0 1 0 647292327 663212032 143082 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13940/statm: 161917 143082 40 102 0 161812 0
Current children cumulated CPU time (s) 212.66
Current children cumulated vsize (KiB) 666624

[startup+282.302 s]
/proc/loadavg: 2.19 2.42 2.25 3/77 13940
/proc/meminfo: memFree=563424/2055920 swapFree=4180580/4192956
[pid=13915] ppid=13913 vsize=13600 CPUtime=85.33
/proc/13915/stat : 13915 (sugar) S 13913 13915 13280 0 -1 4194304 1022 51207 0 2 3 1 8219 310 16 0 1 0 647282938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13915/statm: 3400 799 370 3 0 500 0
[pid=13939] ppid=13915 vsize=5356 CPUtime=0
/proc/13939/stat : 13939 (sh) S 13915 13915 13280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647292327 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13939/statm: 1339 232 193 169 0 50 0
[pid=13940] ppid=13939 vsize=797920 CPUtime=186.87
/proc/13940/stat : 13940 (picosat) R 13939 13915 13280 0 -1 4194304 181606 0 0 0 9759 8928 0 0 25 0 1 0 647292327 817070080 181592 996147200 134512640 134931368 4294956256 18446744073709551615 134533676 0 0 4096 0 0 0 0 17 1 0 0
/proc/13940/statm: 199480 181592 42 102 0 199375 0
Current children cumulated CPU time (s) 272.2
Current children cumulated vsize (KiB) 816876

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

[startup+283.102 s]
/proc/loadavg: 2.18 2.41 2.24 3/77 13940
/proc/meminfo: memFree=563360/2055920 swapFree=4180580/4192956
[pid=13915] ppid=13913 vsize=13600 CPUtime=272.86
/proc/13915/stat : 13915 (sugar) S 13913 13915 13280 0 -1 4194304 1091 233100 0 2 3 1 18033 9249 15 0 1 0 647282938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13915/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 272.86
Current children cumulated vsize (KiB) 13600

[startup+283.502 s]
/proc/loadavg: 2.18 2.41 2.24 3/77 13940
/proc/meminfo: memFree=563360/2055920 swapFree=4180580/4192956
[pid=13915] ppid=13913 vsize=13600 CPUtime=273.36
/proc/13915/stat : 13915 (sugar) R 13913 13915 13280 0 -1 4194304 1118 239925 0 3 3 7 18073 9253 16 0 1 0 647282938 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13915/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 273.36
Current children cumulated vsize (KiB) 13600

[startup+283.602 s]
/proc/loadavg: 2.18 2.41 2.24 3/77 13940
/proc/meminfo: memFree=563360/2055920 swapFree=4180580/4192956
[pid=13915] ppid=13913 vsize=13600 CPUtime=273.46
/proc/13915/stat : 13915 (sugar) R 13913 13915 13280 0 -1 4194304 1118 239925 0 3 3 17 18073 9253 16 0 1 0 647282938 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13915/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 273.46
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 283.687
CPU time (s): 273.56
CPU user time (s): 180.772
CPU system time (s): 92.7889
CPU usage (%): 96.4305
Max. virtual memory (cumulated for all children) (KiB): 897956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 180.772
system time used= 92.7889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241073
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16764
involuntary context switches= 22557

runsolver used 0.312952 second user time and 0.828873 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-05 09:38:45
IDJOB=1087325
IDBENCH=57973
IDSOLVER=345
FILE ID=node79/1087325-1215243525
PBS_JOBID= 7881978
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp07/normalized-fapp07-0600-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-1087325-1215243525/watcher-1087325-1215243525 -o /tmp/evaluation-result-1087325-1215243525/solver-1087325-1215243525 -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-1087325-1215243525.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6e460b84f999771fc63912f5692a6b09
RANDOM SEED=116911225

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1790616 kB
Buffers:         11560 kB
Cached:         169068 kB
SwapCached:       6916 kB
Active:         138176 kB
Inactive:        78516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790616 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            2496 kB
Writeback:           0 kB
Mapped:          42068 kB
Slab:            33896 kB
Committed_AS:  1114692 kB
PageTables:       1860 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= 66464 MiB
End job on node79 at 2008-07-05 09:43:29