Trace number 1127660

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.02 3604.71

General information on the benchmark

Namemaxcsp/cnf/3-40-2100-3000/
normalized-cnf-3-40-2500-147426_ext.xml
MD5SUM0c88d2a0e101cbb0774dea2251b0ae92
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints215
Best CPU time to get the best result obtained on this benchmark534.227
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints2202
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension2202
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.02/0.11	c 0	Sugar v1-13 + HOME/minisat
0.02/0.11	c 0	BEGIN Wed Jul 23 02:48:25 2008
0.02/0.11	c 0	PID 5432
0.02/0.11	c 0	HOST node20.alineos.net
0.02/0.11	c 0	CONVERTING HOME/instance-1127660-1216774105.xml TO HOME/temp.csp
0.02/0.11	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127660-1216774105.xml' 'HOME/temp.csp'
0.04/0.78	c 1	1 domains, 40 variables, 0 predicates, 51 relations, 2202 constraints
0.04/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.81	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.04/0.89	c 1	Parsing HOME/temp.csp
0.66/1.09	c 1	parsed 2294 expressions
0.66/1.10	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.76/1.13	c 1	MAX CSP: 2202 constraints
0.76/1.13	c 1	Converting to clausal form CSP
0.76/1.20	c 1	converted 450 (10%) expressions
0.85/1.23	c 1	converted 900 (20%) expressions
0.94/1.30	c 1	converted 1350 (30%) expressions
0.94/1.32	c 1	converted 1800 (40%) expressions
0.94/1.34	c 1	converted 2250 (50%) expressions
0.94/1.34	c 1	converted 2700 (60%) expressions
0.94/1.37	c 1	converted 3150 (70%) expressions
0.94/1.38	c 1	converted 3600 (80%) expressions
0.94/1.39	c 1	converted 4050 (90%) expressions
1.25/1.62	c 2	converted 4499 (100%) expressions
1.25/1.62	c 2	CSP : 4444 integers, 0 booleans, 6605 clauses, largest domain size 3304
1.25/1.62	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.25/1.62	c 2	Propagation in CSP
1.34/1.71	c 2	2197 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.34/1.71	c 2	CSP : 4444 integers, 0 booleans, 6605 clauses, largest domain size 2203
1.34/1.71	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.71	c 2	Simplifing CSP by introducing new Boolean variables
1.34/1.72	c 2	CSP : 4444 integers, 0 booleans, 6605 clauses, largest domain size 2203
1.34/1.72	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.77	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.34/1.78	c 2	445 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.34/1.78	c 2	889 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.34/1.79	c 2	1334 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.34/1.79	c 2	1778 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.34/1.79	c 2	2222 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.43/1.80	c 2	2667 (60%) CSP integer variables are encoded (5052 clauses, 65740 bytes)
1.43/1.83	c 2	3111 (70%) CSP integer variables are encoded (28093 clauses, 407230 bytes)
1.43/1.84	c 2	3556 (80%) CSP integer variables are encoded (35508 clauses, 518455 bytes)
1.43/1.85	c 2	4000 (90%) CSP integer variables are encoded (39288 clauses, 575155 bytes)
1.43/1.85	c 2	4444 (100%) CSP integer variables are encoded (44354 clauses, 651145 bytes)
1.54/1.92	c 2	661 (10%) CSP clauses are encoded (45068 clauses, 662474 bytes)
1.54/1.94	c 2	1321 (20%) CSP clauses are encoded (45784 clauses, 674701 bytes)
1.54/1.96	c 2	1982 (30%) CSP clauses are encoded (46473 clauses, 687337 bytes)
1.63/2.04	c 2	2642 (40%) CSP clauses are encoded (73333 clauses, 1167728 bytes)
2.13/2.53	c 3	3303 (50%) CSP clauses are encoded (359840 clauses, 6428123 bytes)
5.01/5.46	c 5	3963 (60%) CSP clauses are encoded (1615976 clauses, 33103275 bytes)
11.25/11.75	c 12	4624 (70%) CSP clauses are encoded (4969119 clauses, 102972870 bytes)
11.45/11.93	c 12	5284 (80%) CSP clauses are encoded (5063787 clauses, 104970971 bytes)
11.84/12.35	c 12	5945 (90%) CSP clauses are encoded (5301762 clauses, 110044408 bytes)
13.41/13.96	c 14	6605 (100%) CSP clauses are encoded (6196426 clauses, 129208905 bytes)
13.41/13.96	c 14	6605 CSP clauses encoded
13.41/13.96	c 14	Writing map file : HOME/temp.map
13.51/14.00	c 14	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.51/14.00	c 14	SAT : 48798 SAT variables, 6196426 SAT clauses, 129208905 bytes
13.51/14.00	c 14	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.51/14.04	c 14	OBJECTIVE minimize _COST
13.51/14.04	c 14	OBJECTIVE BOUND: 0 <= _COST <= 
13.51/14.04	c 14	SEARCHING: _COST <= 1101
13.51/14.04	c 14	SOLVING HOME/temp.cnf
13.51/14.04	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.51/14.04	c 14	This is MiniSat 2.0 beta
13.51/14.04	c 14	WARNING: for repeatability, setting FPU to use double precision
13.51/14.04	c 14	============================[ Problem Statistics ]=============================
13.51/14.04	c 14	|                                                                             |
13.51/14.04	c 14	|  Number of variables:  48798                                                |
13.51/14.04	c 14	|  Number of clauses:    6196427                                              |
16.37/16.91	c 17	|  Parsing time:         2.44         s                                       |
24.44/25.09	c 25	============================[ Search Statistics ]==============================
24.44/25.09	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.44/25.09	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.44/25.09	c 25	===============================================================================
24.44/25.09	c 25	|         0 |   35586  3936329 11714501 |  1312109        0    nan |  0.000 % |
26.63/27.24	c 27	===============================================================================
26.63/27.24	c 27	restarts              : 1
26.63/27.24	c 27	conflicts             : 34             (3 /sec)
26.63/27.24	c 27	decisions             : 795            (0.75 % random) (62 /sec)
26.63/27.24	c 27	propagations          : 520820         (40929 /sec)
26.63/27.24	c 27	conflict literals     : 468            (14.44 % deleted)
26.63/27.24	c 27	Memory used           : 244.19 MB
26.63/27.24	c 27	CPU time              : 12.7251 s
26.63/27.24	c 27	
26.63/27.26	c 27	SATISFIABLE
26.63/27.29	c 27	FOUND: _COST <= 1101
26.63/27.29	s SATISFIABLE
26.63/27.29	c 27	DECODING HOME/temp.out WITH HOME/temp.map
26.63/27.29	c 27	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
26.74/27.37	c 27	Decoding HOME/temp.out
27.13/27.78	c 28	OBJECTIVE _COST 785
27.13/27.79	o 785
27.13/27.79	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
27.22/27.80	c 28	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
27.22/27.83	c 28	OBJECTIVE BOUND: 0 <= _COST <= 785
27.22/27.83	c 28	SEARCHING: _COST <= 392
27.22/27.83	c 28	SOLVING HOME/temp.cnf
27.22/27.83	c 28	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
27.22/27.83	c 28	This is MiniSat 2.0 beta
27.22/27.83	c 28	WARNING: for repeatability, setting FPU to use double precision
27.22/27.83	c 28	============================[ Problem Statistics ]=============================
27.22/27.83	c 28	|                                                                             |
27.22/27.83	c 28	|  Number of variables:  48798                                                |
27.22/27.83	c 28	|  Number of clauses:    6196427                                              |
30.38/31.05	c 31	|  Parsing time:         2.79         s                                       |
42.13/42.87	c 43	============================[ Search Statistics ]==============================
42.13/42.87	c 43	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
42.13/42.87	c 43	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
42.13/42.87	c 43	===============================================================================
42.13/42.87	c 43	|         0 |   25893  1884041  5586007 |   628013        0    nan |  0.000 % |
43.52/44.23	c 44	|       100 |   25893  1884041  5586007 |   690815      100     36 | 46.938 % |
44.61/45.31	c 45	|       250 |   25893  1884041  5586007 |   759896      250     41 | 46.938 % |
46.31/47.08	c 47	|       475 |   25893  1884041  5586007 |   835886      475     45 | 46.938 % |
46.41/47.18	c 47	===============================================================================
46.41/47.18	c 47	restarts              : 4
46.41/47.18	c 47	conflicts             : 485            (26 /sec)
46.41/47.18	c 47	decisions             : 1925           (1.14 % random) (102 /sec)
46.41/47.18	c 47	propagations          : 1762990        (93547 /sec)
46.41/47.18	c 47	conflict literals     : 22036          (42.22 % deleted)
46.41/47.18	c 47	Memory used           : 249.02 MB
46.41/47.18	c 47	CPU time              : 18.8461 s
46.41/47.18	c 47	
46.50/47.21	c 47	SATISFIABLE
46.50/47.25	c 47	FOUND: _COST <= 392
46.50/47.25	c 47	DECODING HOME/temp.out WITH HOME/temp.map
46.50/47.25	c 47	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
46.56/47.33	c 47	Decoding HOME/temp.out
46.56/47.74	c 48	OBJECTIVE _COST 392
46.56/47.74	o 392
46.56/47.74	v 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 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1
46.56/47.75	c 48	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
46.56/47.78	c 48	OBJECTIVE BOUND: 0 <= _COST <= 392
46.56/47.78	c 48	SEARCHING: _COST <= 196
46.56/47.78	c 48	SOLVING HOME/temp.cnf
46.56/47.78	c 48	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
46.56/47.78	c 48	This is MiniSat 2.0 beta
46.56/47.78	c 48	WARNING: for repeatability, setting FPU to use double precision
46.56/47.78	c 48	============================[ Problem Statistics ]=============================
46.56/47.78	c 48	|                                                                             |
46.56/47.78	c 48	|  Number of variables:  48798                                                |
46.56/47.78	c 48	|  Number of clauses:    6196427                                              |
50.34/51.12	c 51	|  Parsing time:         2.95         s                                       |
62.38/63.20	c 63	============================[ Search Statistics ]==============================
62.38/63.20	c 63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
62.38/63.20	c 63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
62.38/63.20	c 63	===============================================================================
62.38/63.20	c 63	|         0 |   22202  1033337  3044772 |   344445        0    nan |  0.000 % |
63.27/64.14	c 64	|       100 |   22202  1033337  3044772 |   378890      100     35 | 54.502 % |
63.87/64.79	c 65	|       250 |   22202  1033337  3044772 |   416779      250     35 | 54.502 % |
65.26/66.10	c 66	|       475 |   22202  1033337  3044772 |   458457      475     36 | 54.502 % |
67.16/68.07	c 68	|       812 |   22202  1033337  3044772 |   504302      812     36 | 54.502 % |
70.04/70.96	c 71	|      1319 |   22202  1033337  3044772 |   554733     1319     35 | 54.502 % |
74.52/75.45	c 75	|      2078 |   22202  1033337  3044772 |   610206     2078     37 | 54.502 % |
81.39/82.34	c 82	|      3217 |   22202  1033337  3044772 |   671227     3217     37 | 54.502 % |
91.73/92.73	c 93	|      4925 |   22202  1033337  3044772 |   738349     4925     38 | 54.502 % |
107.35/108.42	c 108	|      7489 |   22202  1033337  3044772 |   812184     7489     38 | 54.502 % |
129.44/130.62	c 131	|     11334 |   22202  1033337  3044772 |   893403    11334     35 | 54.502 % |
163.87/165.27	c 165	|     17101 |   22202  1033337  3044772 |   982743    17101     36 | 54.502 % |
218.30/219.97	c 220	|     25751 |   22202  1033337  3044772 |  1081018    25751     37 | 54.502 % |
302.78/304.87	c 305	|     38725 |   22202  1033337  3044772 |  1189119    38725     37 | 54.502 % |
431.84/434.57	c 435	|     58186 |   22202  1033337  3044772 |  1308031    58186     37 | 54.502 % |
631.18/634.45	c 634	|     87378 |   22202  1033337  3044772 |  1438835    87378     37 | 54.502 % |
956.93/960.37	c 960	|    131167 |   22202  1033337  3044772 |  1582718   131167     37 | 54.502 % |
1457.40/1461.07	c 1461	|    196852 |   22202  1033337  3044772 |  1740990   196852     37 | 54.502 % |
2284.32/2288.37	c 2288	|    295379 |   22202  1033337  3044772 |  1915089   295379     37 | 54.502 % |
3600.02/3604.62	c ERROR INTERRUPTED
3600.02/3604.65	c 3605	CPU 44.87 (0.05 0.01 44.82 2.18)
3600.02/3604.65	c 3605	END Wed Jul 23 03:48:30 2008

Verifier Data (download as text)

OK	306	1896
306 unsatisfied constraints, 1896 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-1127660-1216774105/watcher-1127660-1216774105 -o /tmp/evaluation-result-1127660-1216774105/solver-1127660-1216774105 -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-1127660-1216774105.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.00 1.00 1.00 4/68 5432
/proc/meminfo: memFree=1124008/2055920 swapFree=4192956/4192956
[pid=5432] ppid=5430 vsize=6268 CPUtime=0
/proc/5432/stat : 5432 (sugar) R 5430 5432 5361 0 -1 4194304 62 0 0 0 0 0 0 0 19 0 1 0 4500719 6418432 47 996147200 4194304 4206940 548682068592 18446744073709551615 273949980041 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/5432/statm: 1567 47 36 3 0 8 0

[startup+0.0993249 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 5432
/proc/meminfo: memFree=1124008/2055920 swapFree=4192956/4192956
[pid=5432] ppid=5430 vsize=12940 CPUtime=0.01
/proc/5432/stat : 5432 (sugar) R 5430 5432 5361 0 -1 4194304 602 0 0 0 1 0 0 0 18 0 1 0 4500719 13250560 570 996147200 4194304 4206940 548682068592 18446744073709551615 273952445153 0 0 4224 0 0 0 0 17 0 0 0
/proc/5432/statm: 3235 570 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.102317 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 5432
/proc/meminfo: memFree=1124008/2055920 swapFree=4192956/4192956
[pid=5432] ppid=5430 vsize=13072 CPUtime=0.02
/proc/5432/stat : 5432 (sugar) R 5430 5432 5361 0 -1 4194304 637 0 0 0 2 0 0 0 18 0 1 0 4500719 13385728 605 996147200 4194304 4206940 548682068592 18446744073709551615 273952445153 0 0 4224 0 0 0 0 17 0 0 0
/proc/5432/statm: 3268 605 316 3 0 368 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13072

[startup+0.302364 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 5432
/proc/meminfo: memFree=1124008/2055920 swapFree=4192956/4192956
[pid=5432] ppid=5430 vsize=13600 CPUtime=0.04
/proc/5432/stat : 5432 (sugar) S 5430 5432 5361 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 4500719 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5432/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702444 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 5432
/proc/meminfo: memFree=1124008/2055920 swapFree=4192956/4192956
[pid=5432] ppid=5430 vsize=13600 CPUtime=0.04
/proc/5432/stat : 5432 (sugar) S 5430 5432 5361 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 4500719 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5432/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5016 s]
/proc/loadavg: 1.00 1.00 1.00 4/84 5465
/proc/meminfo: memFree=1077792/2055920 swapFree=4192956/4192956
[pid=5432] ppid=5430 vsize=13600 CPUtime=0.49
/proc/5432/stat : 5432 (sugar) S 5430 5432 5361 0 -1 4194304 974 4848 0 73 3 1 35 10 15 0 1 0 4500719 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5432/statm: 3400 797 370 3 0 500 0
[pid=5456] ppid=5432 vsize=5356 CPUtime=0
/proc/5456/stat : 5456 (sh) S 5432 5432 5361 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4500800 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5456/statm: 1339 233 193 169 0 50 0
[pid=5457] ppid=5456 vsize=868396 CPUtime=0.66
/proc/5457/stat : 5457 (java) S 5456 5432 5361 0 -1 0 6099 0 6 0 61 5 0 0 18 0 9 0 4500800 889237504 5483 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5457/statm: 217099 5483 1842 9 0 211674 0
[pid=5457/tid=5458] ppid=5456 vsize=868396 CPUtime=0.37
/proc/5457/task/5458/stat : 5458 (java) S 5456 5432 5361 0 -1 64 2646 0 5 0 36 1 0 0 25 0 9 0 4500801 889237504 5483 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5459] ppid=5456 vsize=868396 CPUtime=0.06
/proc/5457/task/5459/stat : 5459 (java) R 5456 5432 5361 0 -1 64 1284 0 1 0 6 0 0 0 16 0 9 0 4500802 889237504 5483 996147200 134512640 134550740 4294955936 18446744073709551615 104180258 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5460] ppid=5456 vsize=868396 CPUtime=0
/proc/5457/task/5460/stat : 5460 (java) S 5456 5432 5361 0 -1 64 9 0 0 0 0 0 0 0 22 0 9 0 4500802 889237504 5483 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5461] ppid=5456 vsize=868396 CPUtime=0
/proc/5457/task/5461/stat : 5461 (java) S 5456 5432 5361 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 4500802 889237504 5484 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5462] ppid=5456 vsize=868396 CPUtime=0
/proc/5457/task/5462/stat : 5462 (java) S 5456 5432 5361 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4500804 889237504 5484 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5463] ppid=5456 vsize=868396 CPUtime=0.19
/proc/5457/task/5463/stat : 5463 (java) S 5456 5432 5361 0 -1 64 1477 0 0 0 18 1 0 0 16 0 9 0 4500804 889237504 5484 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5464] ppid=5456 vsize=868396 CPUtime=0
/proc/5457/task/5464/stat : 5464 (java) S 5456 5432 5361 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4500804 889237504 5485 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5465] ppid=5456 vsize=868396 CPUtime=0
/proc/5457/task/5465/stat : 5465 (java) S 5456 5432 5361 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4500804 889237504 5485 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 887352

[startup+3.10291 s]
/proc/loadavg: 1.00 1.00 1.00 3/84 5465
/proc/meminfo: memFree=1061984/2055920 swapFree=4192956/4192956
[pid=5432] ppid=5430 vsize=13600 CPUtime=0.49
/proc/5432/stat : 5432 (sugar) S 5430 5432 5361 0 -1 4194304 974 4848 0 73 3 1 35 10 15 0 1 0 4500719 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5432/statm: 3400 797 370 3 0 500 0
[pid=5456] ppid=5432 vsize=5356 CPUtime=0
/proc/5456/stat : 5456 (sh) S 5432 5432 5361 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4500800 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5456/statm: 1339 233 193 169 0 50 0
[pid=5457] ppid=5456 vsize=868508 CPUtime=2.24
/proc/5457/stat : 5457 (java) S 5456 5432 5361 0 -1 0 8075 0 8 0 212 12 0 0 18 0 9 0 4500800 889352192 6985 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5457/statm: 217127 6985 2565 9 0 211674 0
[pid=5457/tid=5458] ppid=5456 vsize=868508 CPUtime=1.7
/proc/5457/task/5458/stat : 5458 (java) R 5456 5432 5361 0 -1 64 3026 0 5 0 163 7 0 0 25 0 9 0 4500801 889352192 6985 996147200 134512640 134550740 4294955936 18446744073709551615 4127022440 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5459] ppid=5456 vsize=868508 CPUtime=0.25
/proc/5457/task/5459/stat : 5459 (java) S 5456 5432 5361 0 -1 64 2831 0 3 0 23 2 0 0 16 0 9 0 4500802 889352192 6985 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5460] ppid=5456 vsize=868508 CPUtime=0
/proc/5457/task/5460/stat : 5460 (java) S 5456 5432 5361 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4500802 889352192 6985 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5461] ppid=5456 vsize=868508 CPUtime=0
/proc/5457/task/5461/stat : 5461 (java) S 5456 5432 5361 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4500802 889352192 6985 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5462] ppid=5456 vsize=868508 CPUtime=0
/proc/5457/task/5462/stat : 5462 (java) S 5456 5432 5361 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4500804 889352192 6985 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5463] ppid=5456 vsize=868508 CPUtime=0.26
/proc/5457/task/5463/stat : 5463 (java) S 5456 5432 5361 0 -1 64 1525 0 0 0 25 1 0 0 16 0 9 0 4500804 889352192 6985 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5464] ppid=5456 vsize=868508 CPUtime=0
/proc/5457/task/5464/stat : 5464 (java) S 5456 5432 5361 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4500804 889352192 6985 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5465] ppid=5456 vsize=868508 CPUtime=0
/proc/5457/task/5465/stat : 5465 (java) S 5456 5432 5361 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4500804 889352192 6985 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 887464

[startup+6.30153 s]
/proc/loadavg: 1.08 1.02 1.01 3/84 5465
/proc/meminfo: memFree=1030752/2055920 swapFree=4192956/4192956
[pid=5432] ppid=5430 vsize=13600 CPUtime=0.49
/proc/5432/stat : 5432 (sugar) S 5430 5432 5361 0 -1 4194304 974 4848 0 73 3 1 35 10 16 0 1 0 4500719 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5432/statm: 3400 797 370 3 0 500 0
[pid=5456] ppid=5432 vsize=5356 CPUtime=0
/proc/5456/stat : 5456 (sh) S 5432 5432 5361 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4500800 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5456/statm: 1339 233 193 169 0 50 0
[pid=5457] ppid=5456 vsize=868508 CPUtime=5.42
/proc/5457/stat : 5457 (java) S 5456 5432 5361 0 -1 0 9080 0 8 0 500 42 0 0 18 0 9 0 4500800 889352192 6986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5457/statm: 217127 6986 2565 9 0 211674 0
[pid=5457/tid=5458] ppid=5456 vsize=868508 CPUtime=4.6
/proc/5457/task/5458/stat : 5458 (java) R 5456 5432 5361 0 -1 64 4030 0 5 0 429 31 0 0 25 0 9 0 4500801 889352192 6986 996147200 134512640 134550740 4294955936 18446744073709551615 4126373683 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5459] ppid=5456 vsize=868508 CPUtime=0.52
/proc/5457/task/5459/stat : 5459 (java) S 5456 5432 5361 0 -1 64 2831 0 3 0 44 8 0 0 16 0 9 0 4500802 889352192 6986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5460] ppid=5456 vsize=868508 CPUtime=0
/proc/5457/task/5460/stat : 5460 (java) S 5456 5432 5361 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4500802 889352192 6986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5461] ppid=5456 vsize=868508 CPUtime=0
/proc/5457/task/5461/stat : 5461 (java) S 5456 5432 5361 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4500802 889352192 6986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5462] ppid=5456 vsize=868508 CPUtime=0
/proc/5457/task/5462/stat : 5462 (java) S 5456 5432 5361 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4500804 889352192 6986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5463] ppid=5456 vsize=868508 CPUtime=0.27
/proc/5457/task/5463/stat : 5463 (java) S 5456 5432 5361 0 -1 64 1526 0 0 0 26 1 0 0 16 0 9 0 4500804 889352192 6986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5464] ppid=5456 vsize=868508 CPUtime=0
/proc/5457/task/5464/stat : 5464 (java) S 5456 5432 5361 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4500804 889352192 6986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5465] ppid=5456 vsize=868508 CPUtime=0
/proc/5457/task/5465/stat : 5465 (java) S 5456 5432 5361 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4500804 889352192 6986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 887464

[startup+12.7018 s]
/proc/loadavg: 1.23 1.05 1.02 3/84 5465
/proc/meminfo: memFree=956768/2055920 swapFree=4192956/4192956
[pid=5432] ppid=5430 vsize=13600 CPUtime=0.49
/proc/5432/stat : 5432 (sugar) S 5430 5432 5361 0 -1 4194304 974 4848 0 73 3 1 35 10 15 0 1 0 4500719 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5432/statm: 3400 797 370 3 0 500 0
[pid=5456] ppid=5432 vsize=5356 CPUtime=0
/proc/5456/stat : 5456 (sh) S 5432 5432 5361 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4500800 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5456/statm: 1339 233 193 169 0 50 0
[pid=5457] ppid=5456 vsize=868508 CPUtime=11.75
/proc/5457/stat : 5457 (java) S 5456 5432 5361 0 -1 0 11095 0 8 0 1075 100 0 0 18 0 9 0 4500800 889352192 6992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5457/statm: 217127 6992 2566 9 0 211674 0
[pid=5457/tid=5458] ppid=5456 vsize=868508 CPUtime=10.46
/proc/5457/task/5458/stat : 5458 (java) R 5456 5432 5361 0 -1 64 6039 0 5 0 969 77 0 0 25 0 9 0 4500801 889352192 6992 996147200 134512640 134550740 4294955936 18446744073709551615 4126375104 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5459] ppid=5456 vsize=868508 CPUtime=1
/proc/5457/task/5459/stat : 5459 (java) S 5456 5432 5361 0 -1 64 2831 0 3 0 79 21 0 0 16 0 9 0 4500802 889352192 6992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5460] ppid=5456 vsize=868508 CPUtime=0
/proc/5457/task/5460/stat : 5460 (java) S 5456 5432 5361 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4500802 889352192 6992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5461] ppid=5456 vsize=868508 CPUtime=0
/proc/5457/task/5461/stat : 5461 (java) S 5456 5432 5361 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4500802 889352192 6992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5462] ppid=5456 vsize=868508 CPUtime=0
/proc/5457/task/5462/stat : 5462 (java) S 5456 5432 5361 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4500804 889352192 6992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5463] ppid=5456 vsize=868508 CPUtime=0.27
/proc/5457/task/5463/stat : 5463 (java) S 5456 5432 5361 0 -1 64 1532 0 0 0 26 1 0 0 16 0 9 0 4500804 889352192 6992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5464] ppid=5456 vsize=868508 CPUtime=0
/proc/5457/task/5464/stat : 5464 (java) S 5456 5432 5361 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4500804 889352192 6992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5457/tid=5465] ppid=5456 vsize=868508 CPUtime=0
/proc/5457/task/5465/stat : 5465 (java) S 5456 5432 5361 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4500804 889352192 6992 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 887464

[startup+25.5023 s]
/proc/loadavg: 1.40 1.10 1.03 3/76 5467
/proc/meminfo: memFree=709408/2055920 swapFree=4192956/4192956
[pid=5432] ppid=5430 vsize=13864 CPUtime=13.54
/proc/5432/stat : 5432 (sugar) S 5430 5432 5361 0 -1 4194304 1123 16659 0 81 4 1 1227 122 16 0 1 0 4500719 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5432/statm: 3466 871 374 3 0 566 0
[pid=5466] ppid=5432 vsize=5356 CPUtime=0
/proc/5466/stat : 5466 (sh) S 5432 5432 5361 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4502123 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5466/statm: 1339 232 193 169 0 50 0
[pid=5467] ppid=5466 vsize=250048 CPUtime=11.39
/proc/5467/stat : 5467 (minisat) R 5466 5432 5361 0 -1 4194304 60490 0 0 0 1098 41 0 0 25 0 1 0 4502123 256049152 60476 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5467/statm: 62512 60476 72 150 0 62359 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 269268

[startup+51.1023 s]
/proc/loadavg: 1.74 1.20 1.07 3/76 5491
/proc/meminfo: memFree=732768/2055920 swapFree=4192956/4192956
[pid=5432] ppid=5430 vsize=13864 CPUtime=47.05
/proc/5432/stat : 5432 (sugar) S 5430 5432 5361 0 -1 4194304 1358 147487 0 83 4 1 4482 218 16 0 1 0 4500719 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=690208/2055920 swapFree=4192956/4192956
[pid=5432] ppid=5430 vsize=13864 CPUtime=47.06
/proc/5432/stat : 5432 (sugar) S 5430 5432 5361 0 -1 4194304 1358 147487 0 83 5 1 4482 218 16 0 1 0 4500719 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5432/statm: 3466 871 374 3 0 566 0
[pid=5490] ppid=5432 vsize=5356 CPUtime=0
/proc/5490/stat : 5490 (sh) S 5432 5432 5361 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4505497 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5490/statm: 1339 232 193 169 0 50 0
[pid=5491] ppid=5490 vsize=263004 CPUtime=3050.89
/proc/5491/stat : 5491 (minisat) R 5490 5432 5361 0 -1 4194304 63312 0 0 0 305043 46 0 0 25 0 1 0 4505497 269316096 63298 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5491/statm: 65751 63298 76 150 0 65598 0
Current children cumulated CPU time (s) 3097.95
Current children cumulated vsize (KiB) 282224

[startup+3162.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/84 5537
/proc/meminfo: memFree=690208/2055920 swapFree=4192956/4192956
[pid=5432] ppid=5430 vsize=13864 CPUtime=47.06
/proc/5432/stat : 5432 (sugar) S 5430 5432 5361 0 -1 4194304 1358 147487 0 83 5 1 4482 218 16 0 1 0 4500719 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5432/statm: 3466 871 374 3 0 566 0
[pid=5490] ppid=5432 vsize=5356 CPUtime=0
/proc/5490/stat : 5490 (sh) S 5432 5432 5361 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4505497 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5490/statm: 1339 232 193 169 0 50 0
[pid=5491] ppid=5490 vsize=263004 CPUtime=3110.86
/proc/5491/stat : 5491 (minisat) R 5490 5432 5361 0 -1 4194304 63319 0 0 0 311040 46 0 0 25 0 1 0 4505497 269316096 63305 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/5491/statm: 65751 63305 76 150 0 65598 0
Current children cumulated CPU time (s) 3157.92
Current children cumulated vsize (KiB) 282224

[startup+3222.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/84 5537
/proc/meminfo: memFree=690144/2055920 swapFree=4192956/4192956
[pid=5432] ppid=5430 vsize=13864 CPUtime=47.06
/proc/5432/stat : 5432 (sugar) S 5430 5432 5361 0 -1 4194304 1358 147487 0 83 5 1 4482 218 16 0 1 0 4500719 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5432/statm: 3466 871 374 3 0 566 0
[pid=5490] ppid=5432 vsize=5356 CPUtime=0
/proc/5490/stat : 5490 (sh) S 5432 5432 5361 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4505497 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5490/statm: 1339 232 193 169 0 50 0
[pid=5491] ppid=5490 vsize=263004 CPUtime=3170.83
/proc/5491/stat : 5491 (minisat) R 5490 5432 5361 0 -1 4194304 63327 0 0 0 317037 46 0 0 25 0 1 0 4505497 269316096 63313 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/5491/statm: 65751 63313 76 150 0 65598 0
Current children cumulated CPU time (s) 3217.89
Current children cumulated vsize (KiB) 282224

[startup+3282.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/84 5537
/proc/meminfo: memFree=690144/2055920 swapFree=4192956/4192956
[pid=5432] ppid=5430 vsize=13864 CPUtime=47.06
/proc/5432/stat : 5432 (sugar) S 5430 5432 5361 0 -1 4194304 1358 147487 0 83 5 1 4482 218 16 0 1 0 4500719 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5432/statm: 3466 871 374 3 0 566 0
[pid=5490] ppid=5432 vsize=5356 CPUtime=0
/proc/5490/stat : 5490 (sh) S 5432 5432 5361 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4505497 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5490/statm: 1339 232 193 169 0 50 0
[pid=5491] ppid=5490 vsize=263004 CPUtime=3230.81
/proc/5491/stat : 5491 (minisat) R 5490 5432 5361 0 -1 4194304 63339 0 0 0 323035 46 0 0 25 0 1 0 4505497 269316096 63325 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/5491/statm: 65751 63325 76 150 0 65598 0
Current children cumulated CPU time (s) 3277.87
Current children cumulated vsize (KiB) 282224

[startup+3342.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/84 5537
/proc/meminfo: memFree=690080/2055920 swapFree=4192956/4192956
[pid=5432] ppid=5430 vsize=13864 CPUtime=47.06
/proc/5432/stat : 5432 (sugar) S 5430 5432 5361 0 -1 4194304 1358 147487 0 83 5 1 4482 218 16 0 1 0 4500719 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5432/statm: 3466 871 374 3 0 566 0
[pid=5490] ppid=5432 vsize=5356 CPUtime=0
/proc/5490/stat : 5490 (sh) S 5432 5432 5361 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4505497 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5490/statm: 1339 232 193 169 0 50 0
[pid=5491] ppid=5490 vsize=263004 CPUtime=3290.77
/proc/5491/stat : 5491 (minisat) R 5490 5432 5361 0 -1 4194304 63345 0 0 0 329031 46 0 0 25 0 1 0 4505497 269316096 63331 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5491/statm: 65751 63331 76 150 0 65598 0
Current children cumulated CPU time (s) 3337.83
Current children cumulated vsize (KiB) 282224

[startup+3402.31 s]
/proc/loadavg: 2.00 1.99 1.91 3/84 5537
/proc/meminfo: memFree=690016/2055920 swapFree=4192956/4192956
[pid=5432] ppid=5430 vsize=13864 CPUtime=47.06
/proc/5432/stat : 5432 (sugar) S 5430 5432 5361 0 -1 4194304 1358 147487 0 83 5 1 4482 218 16 0 1 0 4500719 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5432/statm: 3466 871 374 3 0 566 0
[pid=5490] ppid=5432 vsize=5356 CPUtime=0
/proc/5490/stat : 5490 (sh) S 5432 5432 5361 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4505497 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5490/statm: 1339 232 193 169 0 50 0
[pid=5491] ppid=5490 vsize=263004 CPUtime=3350.75
/proc/5491/stat : 5491 (minisat) R 5490 5432 5361 0 -1 4194304 63352 0 0 0 335029 46 0 0 25 0 1 0 4505497 269316096 63338 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5491/statm: 65751 63338 76 150 0 65598 0
Current children cumulated CPU time (s) 3397.81
Current children cumulated vsize (KiB) 282224

[startup+3462.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/84 5537
/proc/meminfo: memFree=689888/2055920 swapFree=4192956/4192956
[pid=5432] ppid=5430 vsize=13864 CPUtime=47.06
/proc/5432/stat : 5432 (sugar) S 5430 5432 5361 0 -1 4194304 1358 147487 0 83 5 1 4482 218 16 0 1 0 4500719 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5432/statm: 3466 871 374 3 0 566 0
[pid=5490] ppid=5432 vsize=5356 CPUtime=0
/proc/5490/stat : 5490 (sh) S 5432 5432 5361 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4505497 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5490/statm: 1339 232 193 169 0 50 0
[pid=5491] ppid=5490 vsize=263004 CPUtime=3410.72
/proc/5491/stat : 5491 (minisat) R 5490 5432 5361 0 -1 4194304 63358 0 0 0 341026 46 0 0 25 0 1 0 4505497 269316096 63344 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5491/statm: 65751 63344 76 150 0 65598 0
Current children cumulated CPU time (s) 3457.78
Current children cumulated vsize (KiB) 282224

[startup+3522.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/84 5537
/proc/meminfo: memFree=689760/2055920 swapFree=4192956/4192956
[pid=5432] ppid=5430 vsize=13864 CPUtime=47.06
/proc/5432/stat : 5432 (sugar) S 5430 5432 5361 0 -1 4194304 1358 147487 0 83 5 1 4482 218 16 0 1 0 4500719 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5432/statm: 3466 871 374 3 0 566 0
[pid=5490] ppid=5432 vsize=5356 CPUtime=0
/proc/5490/stat : 5490 (sh) S 5432 5432 5361 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4505497 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5490/statm: 1339 232 193 169 0 50 0
[pid=5491] ppid=5490 vsize=263004 CPUtime=3470.69
/proc/5491/stat : 5491 (minisat) R 5490 5432 5361 0 -1 4194304 63363 0 0 0 347023 46 0 0 25 0 1 0 4505497 269316096 63349 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/5491/statm: 65751 63349 76 150 0 65598 0
Current children cumulated CPU time (s) 3517.75
Current children cumulated vsize (KiB) 282224

[startup+3582.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/84 5537
/proc/meminfo: memFree=689760/2055920 swapFree=4192956/4192956
[pid=5432] ppid=5430 vsize=13864 CPUtime=47.06
/proc/5432/stat : 5432 (sugar) S 5430 5432 5361 0 -1 4194304 1358 147487 0 83 5 1 4482 218 16 0 1 0 4500719 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5432/statm: 3466 871 374 3 0 566 0
[pid=5490] ppid=5432 vsize=5356 CPUtime=0
/proc/5490/stat : 5490 (sh) S 5432 5432 5361 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4505497 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5490/statm: 1339 232 193 169 0 50 0
[pid=5491] ppid=5490 vsize=263004 CPUtime=3530.66
/proc/5491/stat : 5491 (minisat) R 5490 5432 5361 0 -1 4194304 63369 0 0 0 353020 46 0 0 25 0 1 0 4505497 269316096 63355 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/5491/statm: 65751 63355 76 150 0 65598 0
Current children cumulated CPU time (s) 3577.72
Current children cumulated vsize (KiB) 282224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.6 s]
/proc/loadavg: 2.00 1.99 1.91 3/84 5537
/proc/meminfo: memFree=689760/2055920 swapFree=4192956/4192956
[pid=5432] ppid=5430 vsize=13864 CPUtime=47.06
/proc/5432/stat : 5432 (sugar) S 5430 5432 5361 0 -1 4194304 1358 147487 0 83 5 1 4482 218 16 0 1 0 4500719 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5432/statm: 3466 871 374 3 0 566 0
[pid=5490] ppid=5432 vsize=5356 CPUtime=0
/proc/5490/stat : 5490 (sh) S 5432 5432 5361 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4505497 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5490/statm: 1339 232 193 169 0 50 0
[pid=5491] ppid=5490 vsize=263004 CPUtime=3552.96
/proc/5491/stat : 5491 (minisat) R 5490 5432 5361 0 -1 4194304 63375 0 0 0 355250 46 0 0 25 0 1 0 4505497 269316096 63361 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5491/statm: 65751 63361 76 150 0 65598 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 282224

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5432 and gives
#  childrusage.ru_utime.tv_sec=44
#  childrusage.ru_utime.tv_usec=880177
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=264655
# CPU time returned by wait4() is 47.1448
# while last known CPU time is 3600.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3604.71
CPU time (s): 3600.02
CPU user time (s): 3597.37
CPU system time (s): 2.65
CPU usage (%): 99.8699
Max. virtual memory (cumulated for all children) (KiB): 887464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.8802
system time used= 2.26465
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149187
page faults= 83
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29379
involuntary context switches= 29398

runsolver used 4.73528 second user time and 10.3714 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-23 02:48:25
IDJOB=1127660
IDBENCH=63734
IDSOLVER=368
FILE ID=node20/1127660-1216774105
PBS_JOBID= 7974190
Free space on /tmp= 66564 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/3-40-2100-3000/normalized-cnf-3-40-2500-147426_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-1127660-1216774105/watcher-1127660-1216774105 -o /tmp/evaluation-result-1127660-1216774105/solver-1127660-1216774105 -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-1127660-1216774105.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0c88d2a0e101cbb0774dea2251b0ae92
RANDOM SEED=1637763115

node20.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.264
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.264
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:       1126664 kB
Buffers:         26996 kB
Cached:         832252 kB
SwapCached:          0 kB
Active:         187044 kB
Inactive:       685988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1126664 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1792 kB
Writeback:           0 kB
Mapped:          23600 kB
Slab:            41664 kB
Committed_AS:    54208 kB
PageTables:       1644 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= 66560 MiB
End job on node20 at 2008-07-23 03:48:32