Trace number 1087620

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+minisatUNSAT 83.8812 85.2429

General information on the benchmark

Namecsp/fapp/fapp09/
normalized-fapp09-0800-0.xml
MD5SUM501a3c19e285c0ae9d47bc368e869aab
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 benchmark17.3434
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints8975
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8975
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 10:02:44 2008
0.00/0.04	c 0	PID 17622
0.00/0.05	c 0	HOST node5.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1087620-1215244964.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087620-1215244964.xml' 'HOME/temp.csp'
0.03/0.87	c 1	33 domains, 800 variables, 7 predicates, 0 relations, 8975 constraints
0.03/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.89	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.84/0.97	c 1	Parsing HOME/temp.csp
1.33/1.41	c 2	parsed 9815 expressions
1.33/1.41	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.41	c 2	Converting to clausal form CSP
1.92/2.01	c 2	converted 982 (10%) expressions
4.59/4.78	c 5	converted 1963 (20%) expressions
6.97/7.12	c 7	converted 2945 (30%) expressions
8.44/8.60	c 9	converted 3926 (40%) expressions
10.62/10.88	c 11	converted 4908 (50%) expressions
12.30/12.55	c 13	converted 5889 (60%) expressions
13.88/14.12	c 14	converted 6871 (70%) expressions
15.26/15.54	c 16	converted 7852 (80%) expressions
17.44/17.72	c 18	converted 8834 (90%) expressions
18.92/19.25	c 19	converted 9815 (100%) expressions
18.92/19.26	c 19	CSP : 1600 integers, 25793 booleans, 53862 clauses, largest domain size 2717
18.92/19.26	c 19	Heap : 115 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.92/19.26	c 19	Propagation in CSP
19.71/20.05	c 20	90 values, 0 unsatisfiable literals, and 0 valid clauses are removed
19.71/20.05	c 20	CSP : 1600 integers, 25793 booleans, 53862 clauses, largest domain size 2717
19.71/20.05	c 20	Heap : 124 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.71/20.09	c 20	Simplifing CSP by introducing new Boolean variables
19.81/20.17	c 20	CSP : 1600 integers, 42087 booleans, 70156 clauses, largest domain size 2717
19.81/20.17	c 20	Heap : 127 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.70/21.06	c 21	Encoding CSP to SAT : HOME/temp.cnf
21.30/21.65	c 22	160 (10%) CSP integer variables are encoded (25496 clauses, 360442 bytes)
21.69/22.09	c 22	320 (20%) CSP integer variables are encoded (46648 clauses, 677722 bytes)
22.28/22.60	c 23	480 (30%) CSP integer variables are encoded (71096 clauses, 1044442 bytes)
22.78/23.12	c 23	640 (40%) CSP integer variables are encoded (95352 clauses, 1408282 bytes)
23.29/23.63	c 24	800 (50%) CSP integer variables are encoded (120164 clauses, 1822127 bytes)
23.48/23.88	c 24	960 (60%) CSP integer variables are encoded (302186 clauses, 4916501 bytes)
23.67/24.08	c 24	1120 (70%) CSP integer variables are encoded (446597 clauses, 7371488 bytes)
23.97/24.30	c 24	1280 (80%) CSP integer variables are encoded (612531 clauses, 10192366 bytes)
24.18/24.54	c 25	1440 (90%) CSP integer variables are encoded (793941 clauses, 13276336 bytes)
24.38/24.74	c 25	1600 (100%) CSP integer variables are encoded (940699 clauses, 15771222 bytes)
37.51/38.09	c 38	7016 (10%) CSP clauses are encoded (2857433 clauses, 56244613 bytes)
46.40/47.01	c 47	14032 (20%) CSP clauses are encoded (4477903 clauses, 91242912 bytes)
53.89/54.67	c 55	21047 (30%) CSP clauses are encoded (5968930 clauses, 124454308 bytes)
58.33/59.15	c 59	28063 (40%) CSP clauses are encoded (7083277 clauses, 150537380 bytes)
60.99/61.83	c 62	35078 (50%) CSP clauses are encoded (7790113 clauses, 167044970 bytes)
63.85/64.70	c 65	42094 (60%) CSP clauses are encoded (8617565 clauses, 186597640 bytes)
66.23/67.19	c 67	49110 (70%) CSP clauses are encoded (9379874 clauses, 204863937 bytes)
69.65/70.89	c 71	56125 (80%) CSP clauses are encoded (10435287 clauses, 229993231 bytes)
71.89/73.12	c 73	63141 (90%) CSP clauses are encoded (11104293 clauses, 246075915 bytes)
74.84/76.18	c 76	70156 (100%) CSP clauses are encoded (12005399 clauses, 267693920 bytes)
74.84/76.18	c 76	70156 CSP clauses encoded
74.84/76.18	c 76	Writing map file : HOME/temp.map
74.94/76.24	c 76	Heap : 116 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
74.94/76.24	c 76	SAT : 984385 SAT variables, 12005399 SAT clauses, 267693920 bytes
74.94/76.24	c 76	Heap : 116 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
74.94/76.29	c 76	SOLVING HOME/temp.cnf
74.94/76.29	c 76	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
74.94/76.29	c 76	This is MiniSat 2.0 beta
74.94/76.29	c 76	WARNING: for repeatability, setting FPU to use double precision
74.94/76.29	c 76	============================[ Problem Statistics ]=============================
74.94/76.29	c 76	|                                                                             |
74.94/76.30	c 76	|  Number of variables:  984385                                               |
74.94/76.30	c 76	|  Number of clauses:    12005399                                             |
81.75/83.16	c 83	|  Parsing time:         5.91         s                                       |
82.05/83.49	c 84	============================[ Search Statistics ]==============================
82.05/83.49	c 84	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
82.05/83.49	c 84	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
82.05/83.49	c 84	===============================================================================
82.05/83.49	c 84	|         0 |  984370 12005274 32595634 |  4001758        0    nan |  0.000 % |
82.84/84.24	c 84	|       100 |  984366 12005274 32595634 |  4401933       98      3 |  0.050 % |
82.94/84.32	c 84	===============================================================================
82.94/84.32	c 84	restarts              : 2
82.94/84.32	c 84	conflicts             : 121            (17 /sec)
82.94/84.32	c 84	decisions             : 7111           (1.76 % random) (1011 /sec)
82.94/84.32	c 84	propagations          : 1726854        (245538 /sec)
82.94/84.32	c 84	conflict literals     : 322            (5.29 % deleted)
82.94/84.32	c 84	Memory used           : 553.27 MB
82.94/84.32	c 84	CPU time              : 7.03293 s
82.94/84.32	c 84	
82.94/84.32	c 84	UNSATISFIABLE
83.04/84.41	c 85	DECODING HOME/temp.out WITH HOME/temp.map
83.04/84.41	c 85	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
83.04/84.50	c 85	Decoding HOME/temp.out
83.62/85.08	s UNSATISFIABLE
83.62/85.08	c 85	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
83.62/85.11	c 85	CPU 80.76 (0.04 0.01 80.72 2.95)
83.62/85.11	c 85	END Sat Jul  5 10:04:09 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-1087620-1215244964/watcher-1087620-1215244964 -o /tmp/evaluation-result-1087620-1215244964/solver-1087620-1215244964 -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/minisat -tmp=HOME/temp HOME/instance-1087620-1215244964.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.04 1.99 1.91 4/80 17622
/proc/meminfo: memFree=1405656/2055920 swapFree=4180232/4192956
[pid=17622] ppid=17620 vsize=18572 CPUtime=0
/proc/17622/stat : 17622 (runsolver) R 17620 17622 17457 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 647433545 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 226913479975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17622/statm: 4643 292 257 25 0 2626 0

[startup+0.0572409 s]
/proc/loadavg: 2.04 1.99 1.91 4/80 17622
/proc/meminfo: memFree=1405656/2055920 swapFree=4180232/4192956
[pid=17622] ppid=17620 vsize=13600 CPUtime=0.03
/proc/17622/stat : 17622 (sugar) S 17620 17622 17457 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 647433545 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17622/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101244 s]
/proc/loadavg: 2.04 1.99 1.91 4/80 17622
/proc/meminfo: memFree=1405656/2055920 swapFree=4180232/4192956
[pid=17622] ppid=17620 vsize=13600 CPUtime=0.03
/proc/17622/stat : 17622 (sugar) S 17620 17622 17457 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 647433545 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17622/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301281 s]
/proc/loadavg: 2.04 1.99 1.91 4/80 17622
/proc/meminfo: memFree=1405656/2055920 swapFree=4180232/4192956
[pid=17622] ppid=17620 vsize=13600 CPUtime=0.03
/proc/17622/stat : 17622 (sugar) S 17620 17622 17457 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 647433545 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17622/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.704364 s]
/proc/loadavg: 2.04 1.99 1.91 4/80 17622
/proc/meminfo: memFree=1405656/2055920 swapFree=4180232/4192956
[pid=17622] ppid=17620 vsize=13600 CPUtime=0.03
/proc/17622/stat : 17622 (sugar) S 17620 17622 17457 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 647433545 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17622/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50251 s]
/proc/loadavg: 2.04 1.99 1.91 3/91 17644
/proc/meminfo: memFree=1398336/2055920 swapFree=4180232/4192956
[pid=17622] ppid=17620 vsize=13600 CPUtime=0.84
/proc/17622/stat : 17622 (sugar) S 17620 17622 17457 0 -1 4194304 974 8882 0 1 3 0 75 6 15 0 1 0 647433545 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17622/statm: 3400 797 370 3 0 500 0
[pid=17635] ppid=17622 vsize=5356 CPUtime=0
/proc/17635/stat : 17635 (sh) S 17622 17622 17457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647433634 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17635/statm: 1339 233 193 169 0 50 0
[pid=17636] ppid=17635 vsize=864240 CPUtime=0.59
/proc/17636/stat : 17636 (java) S 17635 17622 17457 0 -1 0 6088 0 1 0 55 4 0 0 19 0 9 0 647433634 884981760 5307 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17636/statm: 216060 5307 2542 9 0 210635 0
[pid=17636/tid=17637] ppid=17635 vsize=864240 CPUtime=0.37
/proc/17636/task/17637/stat : 17637 (java) R 17635 17622 17457 0 -1 64 2599 0 1 0 36 1 0 0 22 0 9 0 647433635 884981760 5307 996147200 134512640 134550740 4294955952 18446744073709551615 4126566948 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17638] ppid=17635 vsize=864240 CPUtime=0.1
/proc/17636/task/17638/stat : 17638 (java) S 17635 17622 17457 0 -1 64 2446 0 0 0 9 1 0 0 16 0 9 0 647433636 884981760 5307 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17639] ppid=17635 vsize=864240 CPUtime=0
/proc/17636/task/17639/stat : 17639 (java) S 17635 17622 17457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647433636 884981760 5307 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17640] ppid=17635 vsize=864240 CPUtime=0
/proc/17636/task/17640/stat : 17640 (java) S 17635 17622 17457 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 647433636 884981760 5307 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17641] ppid=17635 vsize=864240 CPUtime=0
/proc/17636/task/17641/stat : 17641 (java) S 17635 17622 17457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647433638 884981760 5307 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17642] ppid=17635 vsize=864240 CPUtime=0.09
/proc/17636/task/17642/stat : 17642 (java) S 17635 17622 17457 0 -1 64 347 0 0 0 9 0 0 0 16 0 9 0 647433638 884981760 5307 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17643] ppid=17635 vsize=864240 CPUtime=0
/proc/17636/task/17643/stat : 17643 (java) S 17635 17622 17457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 647433638 884981760 5307 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17644] ppid=17635 vsize=864240 CPUtime=0
/proc/17636/task/17644/stat : 17644 (java) S 17635 17622 17457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647433638 884981760 5307 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883196

[startup+3.10282 s]
/proc/loadavg: 2.04 1.99 1.91 4/91 17644
/proc/meminfo: memFree=1384704/2055920 swapFree=4180232/4192956
[pid=17622] ppid=17620 vsize=13600 CPUtime=0.84
/proc/17622/stat : 17622 (sugar) S 17620 17622 17457 0 -1 4194304 974 8882 0 1 3 0 75 6 15 0 1 0 647433545 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17622/statm: 3400 797 370 3 0 500 0
[pid=17635] ppid=17622 vsize=5356 CPUtime=0
/proc/17635/stat : 17635 (sh) S 17622 17622 17457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647433634 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17635/statm: 1339 233 193 169 0 50 0
[pid=17636] ppid=17635 vsize=868388 CPUtime=2.18
/proc/17636/stat : 17636 (java) S 17635 17622 17457 0 -1 0 9345 0 1 0 211 7 0 0 19 0 9 0 647433634 889229312 8431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17636/statm: 217097 8431 2540 9 0 211672 0
[pid=17636/tid=17637] ppid=17635 vsize=868388 CPUtime=1.56
/proc/17636/task/17637/stat : 17637 (java) R 17635 17622 17457 0 -1 64 2787 0 1 0 154 2 0 0 25 0 9 0 647433635 889229312 8431 996147200 134512640 134550740 4294955952 18446744073709551615 4126566936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17638] ppid=17635 vsize=868388 CPUtime=0.38
/proc/17636/task/17638/stat : 17638 (java) S 17635 17622 17457 0 -1 64 4406 0 0 0 36 2 0 0 16 0 9 0 647433636 889229312 8431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17639] ppid=17635 vsize=868388 CPUtime=0
/proc/17636/task/17639/stat : 17639 (java) S 17635 17622 17457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647433636 889229312 8431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17640] ppid=17635 vsize=868388 CPUtime=0
/proc/17636/task/17640/stat : 17640 (java) S 17635 17622 17457 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 647433636 889229312 8431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17641] ppid=17635 vsize=868388 CPUtime=0
/proc/17636/task/17641/stat : 17641 (java) S 17635 17622 17457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647433638 889229312 8431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17642] ppid=17635 vsize=868388 CPUtime=0.2
/proc/17636/task/17642/stat : 17642 (java) S 17635 17622 17457 0 -1 64 1456 0 0 0 20 0 0 0 15 0 9 0 647433638 889229312 8431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17643] ppid=17635 vsize=868388 CPUtime=0
/proc/17636/task/17643/stat : 17643 (java) S 17635 17622 17457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 647433638 889229312 8431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17644] ppid=17635 vsize=868388 CPUtime=0
/proc/17636/task/17644/stat : 17644 (java) S 17635 17622 17457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647433638 889229312 8431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887344

[startup+6.30244 s]
/proc/loadavg: 2.04 1.99 1.91 3/91 17644
/proc/meminfo: memFree=1365952/2055920 swapFree=4180232/4192956
[pid=17622] ppid=17620 vsize=13600 CPUtime=0.84
/proc/17622/stat : 17622 (sugar) S 17620 17622 17457 0 -1 4194304 974 8882 0 1 3 0 75 6 16 0 1 0 647433545 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17622/statm: 3400 797 370 3 0 500 0
[pid=17635] ppid=17622 vsize=5356 CPUtime=0
/proc/17635/stat : 17635 (sh) S 17622 17622 17457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647433634 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17635/statm: 1339 233 193 169 0 50 0
[pid=17636] ppid=17635 vsize=868388 CPUtime=5.34
/proc/17636/stat : 17636 (java) S 17635 17622 17457 0 -1 0 13961 0 1 0 524 10 0 0 19 0 9 0 647433634 889229312 12922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17636/statm: 217097 12922 2540 9 0 211672 0
[pid=17636/tid=17637] ppid=17635 vsize=868388 CPUtime=4.27
/proc/17636/task/17637/stat : 17637 (java) R 17635 17622 17457 0 -1 64 3042 0 1 0 425 2 0 0 25 0 9 0 647433635 889229312 12922 996147200 134512640 134550740 4294955952 18446744073709551615 4126566923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17638] ppid=17635 vsize=868388 CPUtime=0.81
/proc/17636/task/17638/stat : 17638 (java) S 17635 17622 17457 0 -1 64 8761 0 0 0 76 5 0 0 16 0 9 0 647433636 889229312 12922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17639] ppid=17635 vsize=868388 CPUtime=0
/proc/17636/task/17639/stat : 17639 (java) S 17635 17622 17457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647433636 889229312 12922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17640] ppid=17635 vsize=868388 CPUtime=0
/proc/17636/task/17640/stat : 17640 (java) S 17635 17622 17457 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 647433636 889229312 12922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17641] ppid=17635 vsize=868388 CPUtime=0
/proc/17636/task/17641/stat : 17641 (java) S 17635 17622 17457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647433638 889229312 12922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17642] ppid=17635 vsize=868388 CPUtime=0.22
/proc/17636/task/17642/stat : 17642 (java) S 17635 17622 17457 0 -1 64 1462 0 0 0 21 1 0 0 15 0 9 0 647433638 889229312 12922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17643] ppid=17635 vsize=868388 CPUtime=0
/proc/17636/task/17643/stat : 17643 (java) S 17635 17622 17457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 647433638 889229312 12922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17644] ppid=17635 vsize=868388 CPUtime=0
/proc/17636/task/17644/stat : 17644 (java) S 17635 17622 17457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647433638 889229312 12922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887344

[startup+12.7027 s]
/proc/loadavg: 2.03 1.99 1.91 3/91 17644
/proc/meminfo: memFree=1321984/2055920 swapFree=4180232/4192956
[pid=17622] ppid=17620 vsize=13600 CPUtime=0.84
/proc/17622/stat : 17622 (sugar) S 17620 17622 17457 0 -1 4194304 974 8882 0 1 3 0 75 6 16 0 1 0 647433545 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17622/statm: 3400 797 370 3 0 500 0
[pid=17635] ppid=17622 vsize=5356 CPUtime=0
/proc/17635/stat : 17635 (sh) S 17622 17622 17457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647433634 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17635/statm: 1339 233 193 169 0 50 0
[pid=17636] ppid=17635 vsize=868388 CPUtime=11.66
/proc/17636/stat : 17636 (java) S 17635 17622 17457 0 -1 0 31770 0 1 0 1147 19 0 0 19 0 9 0 647433634 889229312 23905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17636/statm: 217097 23905 2540 9 0 211672 0
[pid=17636/tid=17637] ppid=17635 vsize=868388 CPUtime=9.19
/proc/17636/task/17637/stat : 17637 (java) R 17635 17622 17457 0 -1 64 3781 0 1 0 916 3 0 0 25 0 9 0 647433635 889229312 23905 996147200 134512640 134550740 4294955952 18446744073709551615 4126571671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17638] ppid=17635 vsize=868388 CPUtime=2.23
/proc/17636/task/17638/stat : 17638 (java) S 17635 17622 17457 0 -1 64 25831 0 0 0 209 14 0 0 16 0 9 0 647433636 889229312 23905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17639] ppid=17635 vsize=868388 CPUtime=0
/proc/17636/task/17639/stat : 17639 (java) S 17635 17622 17457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647433636 889229312 23905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17640] ppid=17635 vsize=868388 CPUtime=0
/proc/17636/task/17640/stat : 17640 (java) S 17635 17622 17457 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 647433636 889229312 23905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17641] ppid=17635 vsize=868388 CPUtime=0
/proc/17636/task/17641/stat : 17641 (java) S 17635 17622 17457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647433638 889229312 23905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17642] ppid=17635 vsize=868388 CPUtime=0.22
/proc/17636/task/17642/stat : 17642 (java) S 17635 17622 17457 0 -1 64 1462 0 0 0 21 1 0 0 17 0 9 0 647433638 889229312 23905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17643] ppid=17635 vsize=868388 CPUtime=0
/proc/17636/task/17643/stat : 17643 (java) S 17635 17622 17457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 647433638 889229312 23905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17644] ppid=17635 vsize=868388 CPUtime=0
/proc/17636/task/17644/stat : 17644 (java) S 17635 17622 17457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647433638 889229312 23905 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887344

[startup+25.5011 s]
/proc/loadavg: 2.10 2.01 1.92 3/91 17644
/proc/meminfo: memFree=1244672/2055920 swapFree=4180232/4192956
[pid=17622] ppid=17620 vsize=13600 CPUtime=0.85
/proc/17622/stat : 17622 (sugar) S 17620 17622 17457 0 -1 4194304 974 8882 0 1 3 1 75 6 15 0 1 0 647433545 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17622/statm: 3400 797 370 3 0 500 0
[pid=17635] ppid=17622 vsize=5356 CPUtime=0
/proc/17635/stat : 17635 (sh) S 17622 17622 17457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647433634 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17635/statm: 1339 233 193 169 0 50 0
[pid=17636] ppid=17635 vsize=868500 CPUtime=24.31
/proc/17636/stat : 17636 (java) S 17635 17622 17457 0 -1 0 50811 0 1 0 2391 40 0 0 19 0 9 0 647433634 889344000 37701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17636/statm: 217125 37701 2566 9 0 211672 0
[pid=17636/tid=17637] ppid=17635 vsize=868500 CPUtime=19.39
/proc/17636/task/17637/stat : 17637 (java) R 17635 17622 17457 0 -1 64 4619 0 1 0 1925 14 0 0 25 0 9 0 647433635 889344000 37701 996147200 134512640 134550740 4294955952 18446744073709551615 4126603382 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17638] ppid=17635 vsize=868500 CPUtime=4.6
/proc/17636/task/17638/stat : 17638 (java) S 17635 17622 17457 0 -1 64 43989 0 0 0 437 23 0 0 16 0 9 0 647433636 889344000 37701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17639] ppid=17635 vsize=868500 CPUtime=0
/proc/17636/task/17639/stat : 17639 (java) S 17635 17622 17457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647433636 889344000 37701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17640] ppid=17635 vsize=868500 CPUtime=0
/proc/17636/task/17640/stat : 17640 (java) S 17635 17622 17457 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 647433636 889344000 37701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/17636/task/17644/stat : 17644 (java) S 17635 17622 17457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647433638 889344000 37701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 887456

[startup+51.101 s]
/proc/loadavg: 2.07 2.00 1.92 3/91 17644
/proc/meminfo: memFree=1158016/2055920 swapFree=4180232/4192956
[pid=17622] ppid=17620 vsize=13600 CPUtime=0.85
/proc/17622/stat : 17622 (sugar) S 17620 17622 17457 0 -1 4194304 974 8882 0 1 3 1 75 6 16 0 1 0 647433545 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17622/statm: 3400 797 370 3 0 500 0
[pid=17635] ppid=17622 vsize=5356 CPUtime=0
/proc/17635/stat : 17635 (sh) S 17622 17622 17457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647433634 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17635/statm: 1339 233 193 169 0 50 0
[pid=17636] ppid=17635 vsize=868500 CPUtime=49.58
/proc/17636/stat : 17636 (java) S 17635 17622 17457 0 -1 0 51013 0 1 0 4868 90 0 0 19 0 9 0 647433634 889344000 37709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17636/statm: 217125 37709 2566 9 0 211672 0
[pid=17636/tid=17637] ppid=17635 vsize=868500 CPUtime=44.51
/proc/17636/task/17637/stat : 17637 (java) R 17635 17622 17457 0 -1 64 4813 0 1 0 4388 63 0 0 25 0 9 0 647433635 889344000 37709 996147200 134512640 134550740 4294955952 18446744073709551615 4126992787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17638] ppid=17635 vsize=868500 CPUtime=4.74
/proc/17636/task/17638/stat : 17638 (java) S 17635 17622 17457 0 -1 64 43989 0 0 0 450 24 0 0 16 0 9 0 647433636 889344000 37709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17639] ppid=17635 vsize=868500 CPUtime=0
/proc/17636/task/17639/stat : 17639 (java) S 17635 17622 17457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647433636 889344000 37709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17640] ppid=17635 vsize=868500 CPUtime=0
/proc/17636/task/17640/stat : 17640 (java) S 17635 17622 17457 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 647433636 889344000 37709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17641] ppid=17635 vsize=868500 CPUtime=0
/proc/17636/task/17641/stat : 17641 (java) S 17635 17622 17457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647433638 889344000 37709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17642] ppid=17635 vsize=868500 CPUtime=0.31
/proc/17636/task/17642/stat : 17642 (java) S 17635 17622 17457 0 -1 64 1515 0 0 0 30 1 0 0 17 0 9 0 647433638 889344000 37709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17643] ppid=17635 vsize=868500 CPUtime=0
/proc/17636/task/17643/stat : 17643 (java) S 17635 17622 17457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 647433638 889344000 37709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17644] ppid=17635 vsize=868500 CPUtime=0
/proc/17636/task/17644/stat : 17644 (java) S 17635 17622 17457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647433638 889344000 37709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 887456

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

[startup+63.9025 s]
/proc/loadavg: 2.05 2.00 1.92 3/91 17644
/proc/meminfo: memFree=1081920/2055920 swapFree=4180232/4192956
[pid=17622] ppid=17620 vsize=13600 CPUtime=0.85
/proc/17622/stat : 17622 (sugar) S 17620 17622 17457 0 -1 4194304 974 8882 0 1 3 1 75 6 16 0 1 0 647433545 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17622/statm: 3400 797 370 3 0 500 0
[pid=17635] ppid=17622 vsize=5356 CPUtime=0
/proc/17635/stat : 17635 (sh) S 17622 17622 17457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647433634 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17635/statm: 1339 233 193 169 0 50 0
[pid=17636] ppid=17635 vsize=868500 CPUtime=62.21
/proc/17636/stat : 17636 (java) S 17635 17622 17457 0 -1 0 51160 0 1 0 6089 132 0 0 19 0 9 0 647433634 889344000 37709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17636/statm: 217125 37709 2566 9 0 211672 0
[pid=17636/tid=17637] ppid=17635 vsize=868500 CPUtime=57.02
/proc/17636/task/17637/stat : 17637 (java) R 17635 17622 17457 0 -1 64 4960 0 1 0 5598 104 0 0 25 0 9 0 647433635 889344000 37709 996147200 134512640 134550740 4294955952 18446744073709551615 4126650946 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17638] ppid=17635 vsize=868500 CPUtime=4.85
/proc/17636/task/17638/stat : 17638 (java) S 17635 17622 17457 0 -1 64 43989 0 0 0 460 25 0 0 16 0 9 0 647433636 889344000 37709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17639] ppid=17635 vsize=868500 CPUtime=0
/proc/17636/task/17639/stat : 17639 (java) S 17635 17622 17457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647433636 889344000 37709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17640] ppid=17635 vsize=868500 CPUtime=0
/proc/17636/task/17640/stat : 17640 (java) S 17635 17622 17457 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 647433636 889344000 37709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17641] ppid=17635 vsize=868500 CPUtime=0
/proc/17636/task/17641/stat : 17641 (java) S 17635 17622 17457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647433638 889344000 37709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17642] ppid=17635 vsize=868500 CPUtime=0.31
/proc/17636/task/17642/stat : 17642 (java) S 17635 17622 17457 0 -1 64 1515 0 0 0 30 1 0 0 17 0 9 0 647433638 889344000 37709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17643] ppid=17635 vsize=868500 CPUtime=0
/proc/17636/task/17643/stat : 17643 (java) S 17635 17622 17457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 647433638 889344000 37709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17636/tid=17644] ppid=17635 vsize=868500 CPUtime=0
/proc/17636/task/17644/stat : 17644 (java) S 17635 17622 17457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647433638 889344000 37709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.06
Current children cumulated vsize (KiB) 887456

[startup+76.702 s]
/proc/loadavg: 2.04 2.00 1.92 3/91 17644
/proc/meminfo: memFree=996480/2055920 swapFree=4180232/4192956
[pid=17622] ppid=17620 vsize=13600 CPUtime=75.04
/proc/17622/stat : 17622 (sugar) S 17620 17622 17457 0 -1 4194304 1033 60522 0 2 4 1 7307 192 16 0 1 0 647433545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17622/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 75.04
Current children cumulated vsize (KiB) 13600

[startup+79.9062 s]
/proc/loadavg: 2.04 2.00 1.92 3/83 17646
/proc/meminfo: memFree=884928/2055920 swapFree=4180232/4192956
[pid=17622] ppid=17620 vsize=13600 CPUtime=75.04
/proc/17622/stat : 17622 (sugar) S 17620 17622 17457 0 -1 4194304 1033 60522 0 2 4 1 7307 192 16 0 1 0 647433545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17622/statm: 3400 799 370 3 0 500 0
[pid=17645] ppid=17622 vsize=5356 CPUtime=0
/proc/17645/stat : 17645 (sh) S 17622 17622 17457 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647441174 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17645/statm: 1339 232 193 169 0 50 0
[pid=17646] ppid=17645 vsize=316740 CPUtime=3.55
/proc/17646/stat : 17646 (minisat) R 17645 17622 17457 0 -1 4194304 75707 0 0 0 308 47 0 0 25 0 1 0 647441174 324341760 75693 996147200 134512640 135127466 4294956256 18446744073709551615 134514064 0 0 4096 3 0 0 0 17 1 0 0
/proc/17646/statm: 79185 75693 62 150 0 79032 0
Current children cumulated CPU time (s) 78.59
Current children cumulated vsize (KiB) 335696

[startup+83.1018 s]
/proc/loadavg: 2.04 2.00 1.92 3/83 17646
/proc/meminfo: memFree=665280/2055920 swapFree=4180232/4192956
[pid=17622] ppid=17620 vsize=13600 CPUtime=75.04
/proc/17622/stat : 17622 (sugar) S 17620 17622 17457 0 -1 4194304 1033 60522 0 2 4 1 7307 192 16 0 1 0 647433545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17622/statm: 3400 799 370 3 0 500 0
[pid=17645] ppid=17622 vsize=5356 CPUtime=0
/proc/17645/stat : 17645 (sh) S 17622 17622 17457 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647441174 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17645/statm: 1339 232 193 169 0 50 0
[pid=17646] ppid=17645 vsize=522924 CPUtime=6.71
/proc/17646/stat : 17646 (minisat) R 17645 17622 17457 0 -1 4194304 128929 0 0 0 585 86 0 0 25 0 1 0 647441174 535474176 128915 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 0 0 0 17 1 0 0
/proc/17646/statm: 130731 128915 62 150 0 130578 0
Current children cumulated CPU time (s) 81.75
Current children cumulated vsize (KiB) 541880

[startup+83.9014 s]
/proc/loadavg: 2.04 2.00 1.92 4/83 17646
/proc/meminfo: memFree=614144/2055920 swapFree=4180232/4192956
[pid=17622] ppid=17620 vsize=13600 CPUtime=75.04
/proc/17622/stat : 17622 (sugar) S 17620 17622 17457 0 -1 4194304 1033 60522 0 2 4 1 7307 192 15 0 1 0 647433545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17622/statm: 3400 799 370 3 0 500 0
[pid=17645] ppid=17622 vsize=5356 CPUtime=0
/proc/17645/stat : 17645 (sh) S 17622 17622 17457 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647441174 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17645/statm: 1339 232 193 169 0 50 0
[pid=17646] ppid=17645 vsize=560912 CPUtime=7.5
/proc/17646/stat : 17646 (minisat) R 17645 17622 17457 0 -1 4194304 132664 0 0 0 661 89 0 0 25 0 1 0 647441174 574373888 132650 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/17646/statm: 140228 132650 72 150 0 140075 0
Current children cumulated CPU time (s) 82.54
Current children cumulated vsize (KiB) 579868

[startup+84.7075 s]
/proc/loadavg: 2.04 2.00 1.92 4/91 17656
/proc/meminfo: memFree=1130432/2055920 swapFree=4180232/4192956
[pid=17622] ppid=17620 vsize=13600 CPUtime=83.06
/proc/17622/stat : 17622 (sugar) S 17620 17622 17457 0 -1 4194304 1090 194896 0 2 4 1 8010 291 16 0 1 0 647433545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17622/statm: 3400 799 370 3 0 500 0
[pid=17647] ppid=17622 vsize=5356 CPUtime=0
/proc/17647/stat : 17647 (sh) S 17622 17622 17457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647441986 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17647/statm: 1339 233 193 169 0 50 0
[pid=17648] ppid=17647 vsize=863880 CPUtime=0.27
/proc/17648/stat : 17648 (java) S 17647 17622 17457 0 -1 0 3499 0 1 0 26 1 0 0 18 0 9 0 647441987 884613120 2971 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17648/statm: 215970 2971 1650 9 0 210552 0
[pid=17648/tid=17649] ppid=17647 vsize=863880 CPUtime=0.23
/proc/17648/task/17649/stat : 17649 (java) R 17647 17622 17457 0 -1 64 2445 0 1 0 22 1 0 0 19 0 9 0 647441988 884613120 2971 996147200 134512640 134550740 4294956000 18446744073709551615 4125960279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17650] ppid=17647 vsize=863880 CPUtime=0
/proc/17648/task/17650/stat : 17650 (java) S 17647 17622 17457 0 -1 64 122 0 0 0 0 0 0 0 16 0 9 0 647441989 884613120 2971 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17651] ppid=17647 vsize=863880 CPUtime=0
/proc/17648/task/17651/stat : 17651 (java) S 17647 17622 17457 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 647441989 884613120 2971 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17652] ppid=17647 vsize=863880 CPUtime=0
/proc/17648/task/17652/stat : 17652 (java) S 17647 17622 17457 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 647441989 884613120 2971 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17653] ppid=17647 vsize=863880 CPUtime=0
/proc/17648/task/17653/stat : 17653 (java) S 17647 17622 17457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647441991 884613120 2971 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17654] ppid=17647 vsize=863880 CPUtime=0.02
/proc/17648/task/17654/stat : 17654 (java) R 17647 17622 17457 0 -1 64 240 0 0 0 2 0 0 0 19 0 9 0 647441991 884613120 2971 996147200 134512640 134550740 4294956000 18446744073709551615 102193316 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17655] ppid=17647 vsize=863880 CPUtime=0
/proc/17648/task/17655/stat : 17655 (java) S 17647 17622 17457 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647441991 884613120 2971 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17656] ppid=17647 vsize=863880 CPUtime=0
/proc/17648/task/17656/stat : 17656 (java) S 17647 17622 17457 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647441991 884613120 2971 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 83.33
Current children cumulated vsize (KiB) 882836

[startup+85.1103 s]
/proc/loadavg: 2.04 2.00 1.92 4/91 17656
/proc/meminfo: memFree=1130432/2055920 swapFree=4180232/4192956
[pid=17622] ppid=17620 vsize=13600 CPUtime=83.73
/proc/17622/stat : 17622 (sugar) R 17620 17622 17457 0 -1 4194304 1118 201878 0 3 4 2 8072 295 16 0 1 0 647433545 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17622/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 83.73
Current children cumulated vsize (KiB) 13600

[startup+85.2016 s]
/proc/loadavg: 2.04 2.00 1.92 4/91 17656
/proc/meminfo: memFree=1130432/2055920 swapFree=4180232/4192956
[pid=17622] ppid=17620 vsize=13600 CPUtime=83.82
/proc/17622/stat : 17622 (sugar) R 17620 17622 17457 0 -1 4194304 1118 201878 0 3 4 11 8072 295 16 0 1 0 647433545 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17622/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 83.82
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 85.2429
CPU time (s): 83.8812
CPU user time (s): 80.7677
CPU system time (s): 3.11353
CPU usage (%): 98.4027
Max. virtual memory (cumulated for all children) (KiB): 897592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.7677
system time used= 3.11353
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203026
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= 10911
involuntary context switches= 12923

runsolver used 0.146977 second user time and 0.330949 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-05 10:02:44
IDJOB=1087620
IDBENCH=58024
IDSOLVER=346
FILE ID=node5/1087620-1215244964
PBS_JOBID= 7882019
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp09/normalized-fapp09-0800-0.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087620-1215244964/watcher-1087620-1215244964 -o /tmp/evaluation-result-1087620-1215244964/solver-1087620-1215244964 -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/minisat" -tmp="HOME/temp" HOME/instance-1087620-1215244964.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 501a3c19e285c0ae9d47bc368e869aab
RANDOM SEED=950356808

node5.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.279
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.279
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:       1406136 kB
Buffers:         10284 kB
Cached:         102024 kB
SwapCached:       6964 kB
Active:         536256 kB
Inactive:        62412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1406136 kB
SwapTotal:     4192956 kB
SwapFree:      4180232 kB
Dirty:            2516 kB
Writeback:           0 kB
Mapped:         499544 kB
Slab:            35448 kB
Committed_AS:  1785688 kB
PageTables:       2712 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= 66528 MiB
End job on node5 at 2008-07-05 10:04:09