Trace number 1127540

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+minisatMSAT (TO) 3600.05 3603.16

General information on the benchmark

Namemaxcsp/cnf/3-40-1100-2000/
normalized-cnf-3-40-1700-341823_ext.xml
MD5SUMfb1743c93511e50ca39ff9979094647b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints139
Best CPU time to get the best result obtained on this benchmark461.862
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1549
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1549
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 23 02:16:14 2008
0.00/0.05	c 0	PID 4231
0.03/0.05	c 0	HOST node62.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1127540-1216772174.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127540-1216772174.xml' 'HOME/temp.csp'
0.03/0.70	c 1	1 domains, 40 variables, 0 predicates, 42 relations, 1549 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.67/0.81	c 1	Parsing HOME/temp.csp
0.67/0.99	c 1	parsed 1632 expressions
0.92/1.00	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.03	c 1	MAX CSP: 1549 constraints
0.92/1.03	c 1	Converting to clausal form CSP
0.92/1.08	c 1	converted 319 (10%) expressions
0.92/1.10	c 1	converted 637 (20%) expressions
1.02/1.13	c 1	converted 956 (30%) expressions
1.12/1.21	c 1	converted 1274 (40%) expressions
1.12/1.23	c 1	converted 1592 (50%) expressions
1.12/1.23	c 1	converted 1911 (60%) expressions
1.12/1.24	c 1	converted 2229 (70%) expressions
1.12/1.25	c 1	converted 2548 (80%) expressions
1.12/1.26	c 1	converted 2866 (90%) expressions
1.31/1.48	c 1	converted 3184 (100%) expressions
1.31/1.48	c 1	CSP : 3138 integers, 0 booleans, 4646 clauses, largest domain size 2324
1.31/1.48	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.48	c 1	Propagation in CSP
1.42/1.55	c 1	1544 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.42/1.55	c 1	CSP : 3138 integers, 0 booleans, 4646 clauses, largest domain size 1550
1.42/1.55	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.56	c 1	Simplifing CSP by introducing new Boolean variables
1.42/1.56	c 1	CSP : 3138 integers, 0 booleans, 4646 clauses, largest domain size 1550
1.42/1.56	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.61	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.52/1.62	c 2	314 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/1.62	c 2	628 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/1.62	c 2	942 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/1.63	c 2	1256 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/1.63	c 2	1569 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.52/1.64	c 2	1883 (60%) CSP integer variables are encoded (3403 clauses, 44303 bytes)
1.52/1.64	c 2	2197 (70%) CSP integer variables are encoded (5924 clauses, 77076 bytes)
1.52/1.65	c 2	2511 (80%) CSP integer variables are encoded (9062 clauses, 120723 bytes)
1.52/1.67	c 2	2825 (90%) CSP integer variables are encoded (24742 clauses, 355923 bytes)
1.52/1.68	c 2	3138 (100%) CSP integer variables are encoded (28938 clauses, 418863 bytes)
1.61/1.73	c 2	465 (10%) CSP clauses are encoded (29430 clauses, 426647 bytes)
1.61/1.76	c 2	930 (20%) CSP clauses are encoded (29919 clauses, 434729 bytes)
1.61/1.77	c 2	1394 (30%) CSP clauses are encoded (30397 clauses, 443476 bytes)
1.71/1.82	c 2	1859 (40%) CSP clauses are encoded (44299 clauses, 689450 bytes)
1.91/2.10	c 2	2323 (50%) CSP clauses are encoded (187453 clauses, 3310696 bytes)
2.01/2.18	c 2	2788 (60%) CSP clauses are encoded (228978 clauses, 4059834 bytes)
2.80/2.91	c 3	3253 (70%) CSP clauses are encoded (649177 clauses, 12094532 bytes)
2.91/3.08	c 3	3717 (80%) CSP clauses are encoded (746151 clauses, 14064639 bytes)
5.37/5.52	c 5	4182 (90%) CSP clauses are encoded (1891140 clauses, 38558929 bytes)
7.54/7.71	c 8	4646 (100%) CSP clauses are encoded (3086914 clauses, 64206450 bytes)
7.54/7.71	c 8	4646 CSP clauses encoded
7.54/7.71	c 8	Writing map file : HOME/temp.map
7.54/7.75	c 8	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.54/7.75	c 8	SAT : 32076 SAT variables, 3086914 SAT clauses, 64206450 bytes
7.54/7.75	c 8	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.54/7.77	c 8	OBJECTIVE minimize _COST
7.54/7.77	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
7.54/7.77	c 8	SEARCHING: _COST <= 775
7.54/7.77	c 8	SOLVING HOME/temp.cnf
7.54/7.77	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.54/7.77	c 8	This is MiniSat 2.0 beta
7.54/7.77	c 8	WARNING: for repeatability, setting FPU to use double precision
7.54/7.77	c 8	============================[ Problem Statistics ]=============================
7.54/7.77	c 8	|                                                                             |
7.54/7.78	c 8	|  Number of variables:  32076                                                |
7.54/7.78	c 8	|  Number of clauses:    3086915                                              |
9.11/9.33	c 9	|  Parsing time:         1.32         s                                       |
11.96/12.29	c 12	============================[ Search Statistics ]==============================
11.96/12.29	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.96/12.29	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.96/12.29	c 12	===============================================================================
11.96/12.29	c 12	|         0 |   23562  1964325  5830936 |   654775        0    nan |  0.000 % |
12.66/12.93	c 13	===============================================================================
12.66/12.93	c 13	restarts              : 1
12.66/12.93	c 13	conflicts             : 55             (11 /sec)
12.66/12.93	c 13	decisions             : 535            (1.12 % random) (110 /sec)
12.66/12.93	c 13	propagations          : 225334         (46363 /sec)
12.66/12.93	c 13	conflict literals     : 1040           (13.41 % deleted)
12.66/12.93	c 13	Memory used           : 120.87 MB
12.66/12.93	c 13	CPU time              : 4.86026 s
12.66/12.93	c 13	
12.66/12.94	c 13	SATISFIABLE
12.66/12.96	c 13	FOUND: _COST <= 775
12.66/12.96	s SATISFIABLE
12.66/12.96	c 13	DECODING HOME/temp.out WITH HOME/temp.map
12.66/12.96	c 13	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.74/13.04	c 13	Decoding HOME/temp.out
12.95/13.25	c 13	OBJECTIVE _COST 504
12.95/13.25	o 504
12.95/13.25	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
12.95/13.26	c 13	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
12.95/13.28	c 13	OBJECTIVE BOUND: 0 <= _COST <= 504
12.95/13.28	c 13	SEARCHING: _COST <= 252
12.95/13.28	c 13	SOLVING HOME/temp.cnf
12.95/13.28	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.95/13.29	c 13	This is MiniSat 2.0 beta
12.95/13.29	c 13	WARNING: for repeatability, setting FPU to use double precision
12.95/13.29	c 13	============================[ Problem Statistics ]=============================
12.95/13.29	c 13	|                                                                             |
12.95/13.29	c 13	|  Number of variables:  32076                                                |
12.95/13.29	c 13	|  Number of clauses:    3086915                                              |
14.62/14.91	c 15	|  Parsing time:         1.39         s                                       |
18.48/18.85	c 19	============================[ Search Statistics ]==============================
18.48/18.85	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.48/18.85	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.48/18.85	c 19	===============================================================================
18.48/18.85	c 19	|         0 |   16880   878023  2591553 |   292674        0    nan |  0.000 % |
19.18/19.57	c 19	===============================================================================
19.18/19.57	c 19	restarts              : 1
19.18/19.57	c 19	conflicts             : 76             (13 /sec)
19.18/19.57	c 19	decisions             : 836            (1.32 % random) (139 /sec)
19.18/19.57	c 19	propagations          : 328199         (54608 /sec)
19.18/19.57	c 19	conflict literals     : 3299           (26.11 % deleted)
19.18/19.57	c 19	Memory used           : 123.56 MB
19.18/19.57	c 19	CPU time              : 6.01009 s
19.18/19.57	c 19	
19.18/19.59	c 19	SATISFIABLE
19.28/19.61	c 20	FOUND: _COST <= 252
19.28/19.61	c 20	DECODING HOME/temp.out WITH HOME/temp.map
19.28/19.61	c 20	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
19.28/19.69	c 20	Decoding HOME/temp.out
19.66/20.00	c 20	OBJECTIVE _COST 252
19.66/20.00	o 252
19.66/20.00	v 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
19.66/20.01	c 20	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
19.66/20.04	c 20	OBJECTIVE BOUND: 0 <= _COST <= 252
19.66/20.04	c 20	SEARCHING: _COST <= 126
19.66/20.04	c 20	SOLVING HOME/temp.cnf
19.66/20.04	c 20	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
19.66/20.04	c 20	This is MiniSat 2.0 beta
19.66/20.04	c 20	WARNING: for repeatability, setting FPU to use double precision
19.66/20.04	c 20	============================[ Problem Statistics ]=============================
19.66/20.04	c 20	|                                                                             |
19.66/20.05	c 20	|  Number of variables:  32076                                                |
19.66/20.05	c 20	|  Number of clauses:    3086915                                              |
21.32/21.74	c 22	|  Parsing time:         1.45         s                                       |
25.08/25.50	c 25	============================[ Search Statistics ]==============================
25.08/25.50	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.08/25.50	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.08/25.50	c 25	===============================================================================
25.08/25.50	c 25	|         0 |   14516   482282  1411296 |   160760        0    nan |  0.000 % |
25.39/25.84	c 26	|       100 |   14516   482282  1411296 |   176836      100     17 | 54.745 % |
25.58/26.06	c 26	|       251 |   14516   482282  1411296 |   194520      251     18 | 54.745 % |
26.07/26.53	c 26	|       476 |   14516   482282  1411296 |   213972      476     23 | 54.745 % |
26.97/27.41	c 27	|       814 |   14516   482282  1411296 |   235369      814     25 | 54.745 % |
28.25/28.77	c 29	|      1321 |   14516   482282  1411296 |   258906     1321     27 | 54.745 % |
30.14/30.68	c 31	|      2080 |   14516   482282  1411296 |   284797     2080     28 | 54.745 % |
33.11/33.70	c 34	|      3220 |   14516   482282  1411296 |   313277     3220     29 | 54.745 % |
37.56/38.13	c 38	|      4929 |   14516   482282  1411296 |   344604     4929     30 | 54.745 % |
44.40/45.01	c 45	|      7491 |   14516   482282  1411296 |   379065     7491     30 | 54.745 % |
54.99/55.76	c 56	|     11335 |   14516   482282  1411296 |   416971    11335     30 | 54.745 % |
72.03/72.99	c 73	|     17101 |   14516   482282  1411296 |   458668    17101     31 | 54.745 % |
102.50/103.76	c 104	|     25750 |   14516   482282  1411296 |   504535    25750     31 | 54.745 % |
154.95/156.69	c 157	|     38724 |   14516   482282  1411296 |   554989    38724     33 | 54.745 % |
224.42/226.19	c 226	|     58185 |   14516   482282  1411296 |   610488    58185     33 | 54.745 % |
343.58/345.32	c 345	|     87378 |   14516   482282  1411296 |   671537    87378     33 | 54.745 % |
508.01/509.82	c 510	|    131168 |   14516   482282  1411296 |   738690   131168     32 | 54.745 % |
813.28/815.22	c 815	|    196852 |   14516   482282  1411296 |   812560   196852     32 | 54.745 % |
1299.49/1301.66	c 1302	|    295379 |   14516   482282  1411296 |   893816   295379     32 | 54.745 % |
2229.01/2231.56	c 2231	|    443169 |   14516   482282  1411296 |   983197   443169     32 | 54.745 % |
3600.05/3603.12	c ERROR INTERRUPTED
3600.05/3603.14	c 3603	CPU 18.5 (0.04 0.01 18.46 1.18)
3600.05/3603.14	c 3603	END Wed Jul 23 03:16:17 2008

Verifier Data (download as text)

OK	206	1343
206 unsatisfied constraints, 1343 satisfied constraints

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-1127540-1216772174/watcher-1127540-1216772174 -o /tmp/evaluation-result-1127540-1216772174/solver-1127540-1216772174 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1127540-1216772174.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 4231
/proc/meminfo: memFree=1620808/2055920 swapFree=4192956/4192956
[pid=4231] ppid=4229 vsize=12000 CPUtime=0
/proc/4231/stat : 4231 (sugar) R 4229 4231 3881 0 -1 4194304 211 0 0 0 0 0 0 0 20 0 1 0 4305487 12288000 179 996147200 4194304 4206940 548682068592 18446744073709551615 236455546928 0 0 4224 0 0 0 0 17 1 0 0
/proc/4231/statm: 3000 179 140 3 0 100 0

[startup+0.0505309 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 4231
/proc/meminfo: memFree=1620808/2055920 swapFree=4192956/4192956
[pid=4231] ppid=4229 vsize=13600 CPUtime=0.03
/proc/4231/stat : 4231 (sugar) S 4229 4231 3881 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 4305487 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4231/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102273 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 4231
/proc/meminfo: memFree=1620808/2055920 swapFree=4192956/4192956
[pid=4231] ppid=4229 vsize=13600 CPUtime=0.03
/proc/4231/stat : 4231 (sugar) S 4229 4231 3881 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4305487 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4231/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30106 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 4231
/proc/meminfo: memFree=1620808/2055920 swapFree=4192956/4192956
[pid=4231] ppid=4229 vsize=13600 CPUtime=0.03
/proc/4231/stat : 4231 (sugar) S 4229 4231 3881 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4305487 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4231/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701116 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 4231
/proc/meminfo: memFree=1620808/2055920 swapFree=4192956/4192956
[pid=4231] ppid=4229 vsize=13600 CPUtime=0.03
/proc/4231/stat : 4231 (sugar) S 4229 4231 3881 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4305487 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4231/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50221 s]
/proc/loadavg: 1.91 1.97 1.99 3/85 4253
/proc/meminfo: memFree=1612464/2055920 swapFree=4192956/4192956
[pid=4231] ppid=4229 vsize=13600 CPUtime=0.68
/proc/4231/stat : 4231 (sugar) S 4229 4231 3881 0 -1 4194304 974 4791 0 1 3 1 59 5 15 0 1 0 4305487 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4231/statm: 3400 797 370 3 0 500 0
[pid=4244] ppid=4231 vsize=5356 CPUtime=0
/proc/4244/stat : 4244 (sh) S 4231 4231 3881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4305561 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4244/statm: 1339 233 193 169 0 50 0
[pid=4245] ppid=4244 vsize=868236 CPUtime=0.74
/proc/4245/stat : 4245 (java) S 4244 4231 3881 0 -1 0 7090 0 1 0 70 4 0 0 19 0 9 0 4305561 889073664 6317 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4245/statm: 217059 6317 2538 9 0 211634 0
[pid=4245/tid=4246] ppid=4244 vsize=868236 CPUtime=0.41
/proc/4245/task/4246/stat : 4246 (java) R 4244 4231 3881 0 -1 64 2654 0 1 0 40 1 0 0 22 0 9 0 4305562 889073664 6317 996147200 134512640 134550740 4294955936 18446744073709551615 4125978142 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4245/tid=4247] ppid=4244 vsize=868236 CPUtime=0.09
/proc/4245/task/4247/stat : 4247 (java) S 4244 4231 3881 0 -1 64 2266 0 0 0 9 0 0 0 16 0 9 0 4305563 889073664 6317 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4245/tid=4248] ppid=4244 vsize=868236 CPUtime=0
/proc/4245/task/4248/stat : 4248 (java) S 4244 4231 3881 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4305563 889073664 6317 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4245/tid=4249] ppid=4244 vsize=868236 CPUtime=0
/proc/4245/task/4249/stat : 4249 (java) S 4244 4231 3881 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4305563 889073664 6317 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4245/tid=4250] ppid=4244 vsize=868236 CPUtime=0
/proc/4245/task/4250/stat : 4250 (java) S 4244 4231 3881 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4305565 889073664 6317 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4245/tid=4251] ppid=4244 vsize=868236 CPUtime=0.21
/proc/4245/task/4251/stat : 4251 (java) S 4244 4231 3881 0 -1 64 1477 0 0 0 20 1 0 0 16 0 9 0 4305565 889073664 6317 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4245/tid=4252] ppid=4244 vsize=868236 CPUtime=0
/proc/4245/task/4252/stat : 4252 (java) S 4244 4231 3881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4305565 889073664 6317 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4245/tid=4253] ppid=4244 vsize=868236 CPUtime=0
/proc/4245/task/4253/stat : 4253 (java) S 4244 4231 3881 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4305565 889073664 6317 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887192

[startup+3.10139 s]
/proc/loadavg: 1.91 1.97 1.99 3/85 4253
/proc/meminfo: memFree=1599344/2055920 swapFree=4192956/4192956
[pid=4231] ppid=4229 vsize=13600 CPUtime=0.68
/proc/4231/stat : 4231 (sugar) S 4229 4231 3881 0 -1 4194304 974 4791 0 1 3 1 59 5 15 0 1 0 4305487 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4231/statm: 3400 797 370 3 0 500 0
[pid=4244] ppid=4231 vsize=5356 CPUtime=0
/proc/4244/stat : 4244 (sh) S 4231 4231 3881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4305561 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4244/statm: 1339 233 193 169 0 50 0
[pid=4245] ppid=4244 vsize=868464 CPUtime=2.32
/proc/4245/stat : 4245 (java) S 4244 4231 3881 0 -1 0 7689 0 1 0 217 15 0 0 19 0 9 0 4305561 889307136 6464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4245/statm: 217116 6464 2564 9 0 211663 0
[pid=4245/tid=4246] ppid=4244 vsize=868464 CPUtime=1.77
/proc/4245/task/4246/stat : 4246 (java) R 4244 4231 3881 0 -1 64 3155 0 1 0 167 10 0 0 25 0 9 0 4305562 889307136 6464 996147200 134512640 134550740 4294955936 18446744073709551615 4127014688 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4245/tid=4247] ppid=4244 vsize=868464 CPUtime=0.24
/proc/4245/task/4247/stat : 4247 (java) S 4244 4231 3881 0 -1 64 2320 0 0 0 22 2 0 0 16 0 9 0 4305563 889307136 6464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4245/tid=4248] ppid=4244 vsize=868464 CPUtime=0
/proc/4245/task/4248/stat : 4248 (java) S 4244 4231 3881 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4305563 889307136 6464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4245/tid=4249] ppid=4244 vsize=868464 CPUtime=0
/proc/4245/task/4249/stat : 4249 (java) S 4244 4231 3881 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4305563 889307136 6464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4245/tid=4250] ppid=4244 vsize=868464 CPUtime=0
/proc/4245/task/4250/stat : 4250 (java) S 4244 4231 3881 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4305565 889307136 6464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4245/tid=4251] ppid=4244 vsize=868464 CPUtime=0.27
/proc/4245/task/4251/stat : 4251 (java) S 4244 4231 3881 0 -1 64 1521 0 0 0 26 1 0 0 16 0 9 0 4305565 889307136 6464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4245/tid=4252] ppid=4244 vsize=868464 CPUtime=0
/proc/4245/task/4252/stat : 4252 (java) S 4244 4231 3881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4305565 889307136 6464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4245/tid=4253] ppid=4244 vsize=868464 CPUtime=0
/proc/4245/task/4253/stat : 4253 (java) S 4244 4231 3881 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4305565 889307136 6464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887420

[startup+6.30276 s]
/proc/loadavg: 2.00 1.98 1.99 3/85 4253
/proc/meminfo: memFree=1564144/2055920 swapFree=4192956/4192956
[pid=4231] ppid=4229 vsize=13600 CPUtime=0.68
/proc/4231/stat : 4231 (sugar) S 4229 4231 3881 0 -1 4194304 974 4791 0 1 3 1 59 5 16 0 1 0 4305487 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4231/statm: 3400 797 370 3 0 500 0
[pid=4244] ppid=4231 vsize=5356 CPUtime=0
/proc/4244/stat : 4244 (sh) S 4231 4231 3881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4305561 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4244/statm: 1339 233 193 169 0 50 0
[pid=4245] ppid=4244 vsize=868464 CPUtime=5.48
/proc/4245/stat : 4245 (java) S 4244 4231 3881 0 -1 0 8622 0 1 0 505 43 0 0 19 0 9 0 4305561 889307136 6464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4245/statm: 217116 6464 2564 9 0 211663 0
[pid=4245/tid=4246] ppid=4244 vsize=868464 CPUtime=4.69
/proc/4245/task/4246/stat : 4246 (java) R 4244 4231 3881 0 -1 64 4088 0 1 0 436 33 0 0 25 0 9 0 4305562 889307136 6464 996147200 134512640 134550740 4294955936 18446744073709551615 4127083371 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4245/tid=4247] ppid=4244 vsize=868464 CPUtime=0.47
/proc/4245/task/4247/stat : 4247 (java) S 4244 4231 3881 0 -1 64 2320 0 0 0 41 6 0 0 16 0 9 0 4305563 889307136 6464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4245/tid=4248] ppid=4244 vsize=868464 CPUtime=0
/proc/4245/task/4248/stat : 4248 (java) S 4244 4231 3881 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4305563 889307136 6464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4245/tid=4249] ppid=4244 vsize=868464 CPUtime=0
/proc/4245/task/4249/stat : 4249 (java) S 4244 4231 3881 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4305563 889307136 6464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4245/tid=4250] ppid=4244 vsize=868464 CPUtime=0
/proc/4245/task/4250/stat : 4250 (java) S 4244 4231 3881 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4305565 889307136 6464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4245/tid=4251] ppid=4244 vsize=868464 CPUtime=0.27
/proc/4245/task/4251/stat : 4251 (java) S 4244 4231 3881 0 -1 64 1521 0 0 0 26 1 0 0 16 0 9 0 4305565 889307136 6464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4245/tid=4252] ppid=4244 vsize=868464 CPUtime=0
/proc/4245/task/4252/stat : 4252 (java) S 4244 4231 3881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4305565 889307136 6464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4245/tid=4253] ppid=4244 vsize=868464 CPUtime=0
/proc/4245/task/4253/stat : 4253 (java) S 4244 4231 3881 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4305565 889307136 6464 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887420

[startup+12.7015 s]
/proc/loadavg: 2.08 2.00 2.00 3/77 4255
/proc/meminfo: memFree=1432240/2055920 swapFree=4192956/4192956
[pid=4231] ppid=4229 vsize=13864 CPUtime=7.61
/proc/4231/stat : 4231 (sugar) S 4229 4231 3881 0 -1 4194304 1098 14167 0 2 4 1 695 61 16 0 1 0 4305487 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4231/statm: 3466 846 374 3 0 566 0
[pid=4254] ppid=4231 vsize=5356 CPUtime=0
/proc/4254/stat : 4254 (sh) S 4231 4231 3881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4306265 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4254/statm: 1339 232 193 169 0 50 0
[pid=4255] ppid=4254 vsize=123768 CPUtime=4.85
/proc/4255/stat : 4255 (minisat) R 4254 4231 3881 0 -1 4194304 30284 0 0 0 462 23 0 0 25 0 1 0 4306265 126738432 30270 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4255/statm: 30942 30270 72 150 0 30789 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 142988

[startup+25.502 s]
/proc/loadavg: 2.06 2.00 2.00 3/77 4279
/proc/meminfo: memFree=1429424/2055920 swapFree=4192956/4192956
[pid=4231] ppid=4229 vsize=13864 CPUtime=19.69
/proc/4231/stat : 4231 (sugar) S 4229 4231 3881 0 -1 4194304 1332 83965 0 4 4 1 1846 118 16 0 1 0 4305487 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4231/statm: 3466 846 374 3 0 566 0
[pid=4278] ppid=4231 vsize=5356 CPUtime=0
/proc/4278/stat : 4278 (sh) S 4231 4231 3881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4307492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4278/statm: 1339 232 193 169 0 50 0
[pid=4279] ppid=4278 vsize=126640 CPUtime=5.39
/proc/4279/stat : 4279 (minisat) R 4278 4231 3881 0 -1 4194304 30992 0 0 0 516 23 0 0 25 0 1 0 4307492 129679360 30978 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/4279/statm: 31660 30978 71 150 0 31507 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 145860

[startup+51.1019 s]
/proc/loadavg: 2.04 2.00 2.00 3/77 4279
/proc/meminfo: memFree=1429232/2055920 swapFree=4192956/4192956
[pid=4231] ppid=4229 vsize=13864 CPUtime=19.69
/proc/4231/stat : 4231 (sugar) S 4229 4231 3881 0 -1 4194304 1332 83965 0 4 4 1 1846 118 16 0 1 0 4305487 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4231/statm: 3466 846 374 3 0 566 0
[pid=4278] ppid=4231 vsize=5356 CPUtime=0
/proc/4278/stat : 4278 (sh) S 4231 4231 3881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4307492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4278/statm: 1339 232 193 169 0 50 0
[pid=4279] ppid=4278 vsize=126784 CPUtime=30.75
/proc/4279/stat : 4279 (minisat) R 4278 4231 3881 0 -1 4194304 31028 0 0 0 3052 23 0 0 25 0 1 0 4307492 129826816 31014 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4279/statm: 31696 31014 76 150 0 31543 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 146004

[startup+102.307 s]
/proc/loadavg: 2.02 2.00 2.00 3/77 4279
/proc/meminfo: memFree=1428784/2055920 swapFree=4192956/4192956
[pid=4231] ppid=4229 vsize=13864 CPUtime=19.69
/proc/4231/stat : 4231 (sugar) S 4229 4231 3881 0 -1 4194304 1332 83965 0 4 4 1 1846 118 16 0 1 0 4305487 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4231/statm: 3466 846 374 3 0 566 0

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

/proc/meminfo: memFree=1399536/2055920 swapFree=4192956/4192956
[pid=4231] ppid=4229 vsize=13864 CPUtime=19.69
/proc/4231/stat : 4231 (sugar) S 4229 4231 3881 0 -1 4194304 1332 83965 0 4 4 1 1846 118 16 0 1 0 4305487 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4231/statm: 3466 846 374 3 0 566 0
[pid=4278] ppid=4231 vsize=5356 CPUtime=0
/proc/4278/stat : 4278 (sh) S 4231 4231 3881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4307492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4278/statm: 1339 232 193 169 0 50 0
[pid=4279] ppid=4278 vsize=162156 CPUtime=3139.74
/proc/4279/stat : 4279 (minisat) R 4278 4231 3881 0 -1 4194304 39315 0 0 0 313936 38 0 0 25 0 1 0 4307492 166047744 39277 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4279/statm: 40539 39277 76 150 0 40386 0
Current children cumulated CPU time (s) 3159.43
Current children cumulated vsize (KiB) 181376

[startup+3222.3 s]
/proc/loadavg: 2.07 2.08 2.03 3/84 4325
/proc/meminfo: memFree=1397296/2055920 swapFree=4192956/4192956
[pid=4231] ppid=4229 vsize=13864 CPUtime=19.69
/proc/4231/stat : 4231 (sugar) S 4229 4231 3881 0 -1 4194304 1332 83965 0 4 4 1 1846 118 16 0 1 0 4305487 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4231/statm: 3466 846 374 3 0 566 0
[pid=4278] ppid=4231 vsize=5356 CPUtime=0
/proc/4278/stat : 4278 (sh) S 4231 4231 3881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4307492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4278/statm: 1339 232 193 169 0 50 0
[pid=4279] ppid=4278 vsize=164208 CPUtime=3199.71
/proc/4279/stat : 4279 (minisat) R 4278 4231 3881 0 -1 4194304 39879 0 0 0 319933 38 0 0 25 0 1 0 4307492 168148992 39832 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4279/statm: 41052 39832 76 150 0 40899 0
Current children cumulated CPU time (s) 3219.4
Current children cumulated vsize (KiB) 183428

[startup+3282.3 s]
/proc/loadavg: 2.07 2.08 2.03 3/84 4325
/proc/meminfo: memFree=1395952/2055920 swapFree=4192956/4192956
[pid=4231] ppid=4229 vsize=13864 CPUtime=19.69
/proc/4231/stat : 4231 (sugar) S 4229 4231 3881 0 -1 4194304 1332 83965 0 4 4 1 1846 118 16 0 1 0 4305487 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4231/statm: 3466 846 374 3 0 566 0
[pid=4278] ppid=4231 vsize=5356 CPUtime=0
/proc/4278/stat : 4278 (sh) S 4231 4231 3881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4307492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4278/statm: 1339 232 193 169 0 50 0
[pid=4279] ppid=4278 vsize=165892 CPUtime=3259.69
/proc/4279/stat : 4279 (minisat) R 4278 4231 3881 0 -1 4194304 40220 0 0 0 325930 39 0 0 25 0 1 0 4307492 169873408 40173 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/4279/statm: 41473 40173 76 150 0 41320 0
Current children cumulated CPU time (s) 3279.38
Current children cumulated vsize (KiB) 185112

[startup+3342.3 s]
/proc/loadavg: 2.06 2.08 2.03 3/84 4325
/proc/meminfo: memFree=1394672/2055920 swapFree=4192956/4192956
[pid=4231] ppid=4229 vsize=13864 CPUtime=19.69
/proc/4231/stat : 4231 (sugar) S 4229 4231 3881 0 -1 4194304 1332 83965 0 4 4 1 1846 118 16 0 1 0 4305487 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4231/statm: 3466 846 374 3 0 566 0
[pid=4278] ppid=4231 vsize=5356 CPUtime=0
/proc/4278/stat : 4278 (sh) S 4231 4231 3881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4307492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4278/statm: 1339 232 193 169 0 50 0
[pid=4279] ppid=4278 vsize=167212 CPUtime=3319.67
/proc/4279/stat : 4279 (minisat) R 4278 4231 3881 0 -1 4194304 40534 0 0 0 331927 40 0 0 25 0 1 0 4307492 171225088 40487 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4279/statm: 41803 40487 76 150 0 41650 0
Current children cumulated CPU time (s) 3339.36
Current children cumulated vsize (KiB) 186432

[startup+3402.31 s]
/proc/loadavg: 2.06 2.08 2.03 3/84 4325
/proc/meminfo: memFree=1393392/2055920 swapFree=4192956/4192956
[pid=4231] ppid=4229 vsize=13864 CPUtime=19.69
/proc/4231/stat : 4231 (sugar) S 4229 4231 3881 0 -1 4194304 1332 83965 0 4 4 1 1846 118 16 0 1 0 4305487 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4231/statm: 3466 846 374 3 0 566 0
[pid=4278] ppid=4231 vsize=5356 CPUtime=0
/proc/4278/stat : 4278 (sh) S 4231 4231 3881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4307492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4278/statm: 1339 232 193 169 0 50 0
[pid=4279] ppid=4278 vsize=168400 CPUtime=3379.65
/proc/4279/stat : 4279 (minisat) R 4278 4231 3881 0 -1 4194304 40852 0 0 0 337925 40 0 0 25 0 1 0 4307492 172441600 40805 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4279/statm: 42100 40805 76 150 0 41947 0
Current children cumulated CPU time (s) 3399.34
Current children cumulated vsize (KiB) 187620

[startup+3462.3 s]
/proc/loadavg: 2.13 2.09 2.03 3/84 4325
/proc/meminfo: memFree=1392112/2055920 swapFree=4192956/4192956
[pid=4231] ppid=4229 vsize=13864 CPUtime=19.69
/proc/4231/stat : 4231 (sugar) S 4229 4231 3881 0 -1 4194304 1332 83965 0 4 4 1 1846 118 16 0 1 0 4305487 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4231/statm: 3466 846 374 3 0 566 0
[pid=4278] ppid=4231 vsize=5356 CPUtime=0
/proc/4278/stat : 4278 (sh) S 4231 4231 3881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4307492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4278/statm: 1339 232 193 169 0 50 0
[pid=4279] ppid=4278 vsize=169588 CPUtime=3439.62
/proc/4279/stat : 4279 (minisat) R 4278 4231 3881 0 -1 4194304 41160 0 0 0 343921 41 0 0 25 0 1 0 4307492 173658112 41113 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4279/statm: 42397 41113 76 150 0 42244 0
Current children cumulated CPU time (s) 3459.31
Current children cumulated vsize (KiB) 188808

[startup+3522.3 s]
/proc/loadavg: 2.12 2.09 2.03 3/84 4325
/proc/meminfo: memFree=1390704/2055920 swapFree=4192956/4192956
[pid=4231] ppid=4229 vsize=13864 CPUtime=19.69
/proc/4231/stat : 4231 (sugar) S 4229 4231 3881 0 -1 4194304 1332 83965 0 4 4 1 1846 118 16 0 1 0 4305487 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4231/statm: 3466 846 374 3 0 566 0
[pid=4278] ppid=4231 vsize=5356 CPUtime=0
/proc/4278/stat : 4278 (sh) S 4231 4231 3881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4307492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4278/statm: 1339 232 193 169 0 50 0
[pid=4279] ppid=4278 vsize=170808 CPUtime=3499.59
/proc/4279/stat : 4279 (minisat) R 4278 4231 3881 0 -1 4194304 41487 0 0 0 349918 41 0 0 25 0 1 0 4307492 174907392 41440 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4279/statm: 42702 41440 76 150 0 42549 0
Current children cumulated CPU time (s) 3519.28
Current children cumulated vsize (KiB) 190028

[startup+3582.3 s]
/proc/loadavg: 2.15 2.10 2.04 3/84 4325
/proc/meminfo: memFree=1389488/2055920 swapFree=4192956/4192956
[pid=4231] ppid=4229 vsize=13864 CPUtime=19.69
/proc/4231/stat : 4231 (sugar) S 4229 4231 3881 0 -1 4194304 1332 83965 0 4 4 1 1846 118 16 0 1 0 4305487 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4231/statm: 3466 846 374 3 0 566 0
[pid=4278] ppid=4231 vsize=5356 CPUtime=0
/proc/4278/stat : 4278 (sh) S 4231 4231 3881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4307492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4278/statm: 1339 232 193 169 0 50 0
[pid=4279] ppid=4278 vsize=171996 CPUtime=3559.57
/proc/4279/stat : 4279 (minisat) R 4278 4231 3881 0 -1 4194304 41794 0 0 0 355916 41 0 0 25 0 1 0 4307492 176123904 41747 996147200 134512640 135127466 4294956256 18446744073709551615 134530709 0 0 4096 3 0 0 0 17 0 0 0
/proc/4279/statm: 42999 41747 76 150 0 42846 0
Current children cumulated CPU time (s) 3579.26
Current children cumulated vsize (KiB) 191216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.1 s]
/proc/loadavg: 2.11 2.09 2.04 3/84 4325
/proc/meminfo: memFree=1389040/2055920 swapFree=4192956/4192956
[pid=4231] ppid=4229 vsize=13864 CPUtime=19.69
/proc/4231/stat : 4231 (sugar) S 4229 4231 3881 0 -1 4194304 1332 83965 0 4 4 1 1846 118 16 0 1 0 4305487 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4231/statm: 3466 846 374 3 0 566 0
[pid=4278] ppid=4231 vsize=5356 CPUtime=0
/proc/4278/stat : 4278 (sh) S 4231 4231 3881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4307492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4278/statm: 1339 232 193 169 0 50 0
[pid=4279] ppid=4278 vsize=172392 CPUtime=3580.36
/proc/4279/stat : 4279 (minisat) R 4278 4231 3881 0 -1 4194304 41894 0 0 0 357995 41 0 0 25 0 1 0 4307492 176529408 41847 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/4279/statm: 43098 41847 76 150 0 42945 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 191612

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

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

[startup+3603.1 s]
/proc/loadavg: 2.11 2.09 2.04 3/84 4325
/proc/meminfo: memFree=1389040/2055920 swapFree=4192956/4192956
[pid=4231] ppid=4229 vsize=13864 CPUtime=19.69
/proc/4231/stat : 4231 (sugar) S 4229 4231 3881 0 -1 4194304 1332 83965 0 4 4 1 1846 118 16 0 1 0 4305487 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4231/statm: 3466 846 374 3 0 566 0
[pid=4278] ppid=4231 vsize=5356 CPUtime=0
/proc/4278/stat : 4278 (sh) S 4231 4231 3881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4307492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4278/statm: 1339 232 193 169 0 50 0
[pid=4279] ppid=4278 vsize=172392 CPUtime=3580.36
/proc/4279/stat : 4279 (minisat) R 4278 4231 3881 0 -1 4194304 41894 0 0 0 357995 41 0 0 25 0 1 0 4307492 176529408 41847 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/4279/statm: 43098 41847 76 150 0 42945 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 191612

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4231 and gives
#  childrusage.ru_utime.tv_sec=18
#  childrusage.ru_utime.tv_usec=509186
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=233812
# CPU time returned by wait4() is 19.743
# while last known CPU time is 3600.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3603.16
CPU time (s): 3600.05
CPU user time (s): 3598.45
CPU system time (s): 1.6
CPU usage (%): 99.9136
Max. virtual memory (cumulated for all children) (KiB): 887420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.5092
system time used= 1.23381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85639
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15656
involuntary context switches= 15814

runsolver used 4.03839 second user time and 10.1465 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-23 02:16:14
IDJOB=1127540
IDBENCH=63589
IDSOLVER=368
FILE ID=node62/1127540-1216772174
PBS_JOBID= 7974105
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/3-40-1100-2000/normalized-cnf-3-40-1700-341823_ext.xml
COMMAND LINE= DIR/sugar -max -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-1127540-1216772174/watcher-1127540-1216772174 -o /tmp/evaluation-result-1127540-1216772174/solver-1127540-1216772174 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1127540-1216772174.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fb1743c93511e50ca39ff9979094647b
RANDOM SEED=400887576

node62.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.234
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.234
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:       1621288 kB
Buffers:         25548 kB
Cached:         332064 kB
SwapCached:          0 kB
Active:         309896 kB
Inactive:        81008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1621288 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1388 kB
Writeback:           0 kB
Mapped:          44416 kB
Slab:            28812 kB
Committed_AS:   102812 kB
PageTables:       2004 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node62 at 2008-07-23 03:16:19