Trace number 1127804

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.01 3606.94

General information on the benchmark

Namemaxcsp/cnf/3-40-100-1000/
normalized-cnf-3-40-1000-261929_ext.xml
MD5SUMf6e57a5aa89535fd9bf4df33cb1cf698
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints62
Best CPU time to get the best result obtained on this benchmark48.4136
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints955
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension955
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 03:23:11 2008
0.00/0.05	c 0	PID 4210
0.00/0.05	c 0	HOST node75.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1127804-1216776191.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127804-1216776191.xml' 'HOME/temp.csp'
0.03/0.54	c 0	1 domains, 40 variables, 0 predicates, 29 relations, 955 constraints
0.03/0.59	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.59	c 0	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.51/0.67	c 0	Parsing HOME/temp.csp
0.51/0.81	c 1	parsed 1025 expressions
0.51/0.81	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.51/0.83	c 1	MAX CSP: 955 constraints
0.51/0.83	c 1	Converting to clausal form CSP
0.51/0.87	c 1	converted 199 (10%) expressions
0.51/0.89	c 1	converted 397 (20%) expressions
0.51/0.90	c 1	converted 595 (30%) expressions
0.51/0.91	c 1	converted 794 (40%) expressions
0.51/0.93	c 1	converted 992 (50%) expressions
0.51/1.00	c 1	converted 1190 (60%) expressions
0.51/1.00	c 1	converted 1389 (70%) expressions
0.51/1.01	c 1	converted 1587 (80%) expressions
0.51/1.02	c 1	converted 1785 (90%) expressions
1.00/1.15	c 1	converted 1983 (100%) expressions
1.00/1.15	c 1	CSP : 1950 integers, 0 booleans, 2864 clauses, largest domain size 1433
1.00/1.15	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.00/1.15	c 1	Propagation in CSP
1.00/1.20	c 1	947 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.10/1.20	c 1	CSP : 1950 integers, 0 booleans, 2864 clauses, largest domain size 956
1.10/1.20	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.21	c 1	Simplifing CSP by introducing new Boolean variables
1.10/1.21	c 1	CSP : 1950 integers, 0 booleans, 2864 clauses, largest domain size 956
1.10/1.21	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.24	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.10/1.25	c 1	195 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.26	c 1	390 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.26	c 1	585 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.26	c 1	780 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.26	c 1	975 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.27	c 1	1170 (60%) CSP integer variables are encoded (1856 clauses, 24185 bytes)
1.10/1.27	c 1	1365 (70%) CSP integer variables are encoded (3349 clauses, 43594 bytes)
1.10/1.28	c 1	1560 (80%) CSP integer variables are encoded (5132 clauses, 66773 bytes)
1.10/1.28	c 1	1755 (90%) CSP integer variables are encoded (6567 clauses, 85428 bytes)
1.10/1.29	c 1	1950 (100%) CSP integer variables are encoded (16175 clauses, 226321 bytes)
1.19/1.33	c 1	287 (10%) CSP clauses are encoded (16465 clauses, 230902 bytes)
1.19/1.35	c 1	573 (20%) CSP clauses are encoded (16759 clauses, 235738 bytes)
1.19/1.36	c 1	860 (30%) CSP clauses are encoded (17054 clauses, 240873 bytes)
1.19/1.39	c 1	1146 (40%) CSP clauses are encoded (22676 clauses, 338522 bytes)
1.29/1.49	c 1	1432 (50%) CSP clauses are encoded (77826 clauses, 1343138 bytes)
1.39/1.53	c 1	1719 (60%) CSP clauses are encoded (94233 clauses, 1635857 bytes)
1.68/1.80	c 2	2005 (70%) CSP clauses are encoded (255227 clauses, 4595277 bytes)
1.68/1.84	c 2	2292 (80%) CSP clauses are encoded (274146 clauses, 4933453 bytes)
1.78/1.92	c 2	2578 (90%) CSP clauses are encoded (319896 clauses, 5766111 bytes)
3.26/3.41	c 3	2864 (100%) CSP clauses are encoded (1189055 clauses, 23690329 bytes)
3.26/3.41	c 3	2864 CSP clauses encoded
3.26/3.42	c 3	Writing map file : HOME/temp.map
3.26/3.43	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.26/3.43	c 3	SAT : 18125 SAT variables, 1189055 SAT clauses, 23690329 bytes
3.26/3.43	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.26/3.46	c 3	OBJECTIVE minimize _COST
3.26/3.46	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
3.26/3.46	c 3	SEARCHING: _COST <= 478
3.26/3.46	c 3	SOLVING HOME/temp.cnf
3.26/3.46	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.26/3.46	c 3	This is MiniSat 2.0 beta
3.26/3.46	c 3	WARNING: for repeatability, setting FPU to use double precision
3.26/3.46	c 3	============================[ Problem Statistics ]=============================
3.26/3.46	c 3	|                                                                             |
3.26/3.46	c 3	|  Number of variables:  18125                                                |
3.26/3.46	c 3	|  Number of clauses:    1189056                                              |
3.32/4.02	c 4	|  Parsing time:         0.47         s                                       |
4.34/4.54	c 4	============================[ Search Statistics ]==============================
4.34/4.54	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.34/4.54	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.34/4.54	c 4	===============================================================================
4.34/4.54	c 4	|         0 |   13355   758441  2240633 |   252813        0    nan |  0.000 % |
4.53/4.74	c 4	|       100 |   13355   758441  2240633 |   278095      100     28 | 26.317 % |
4.53/4.77	c 4	===============================================================================
4.53/4.77	c 4	restarts              : 2
4.53/4.77	c 4	conflicts             : 100            (82 /sec)
4.53/4.77	c 4	decisions             : 870            (1.49 % random) (716 /sec)
4.53/4.77	c 4	propagations          : 147468         (121291 /sec)
4.53/4.77	c 4	conflict literals     : 2788           (17.17 % deleted)
4.53/4.77	c 4	Memory used           : 49.33 MB
4.53/4.77	c 4	CPU time              : 1.21582 s
4.53/4.77	c 4	
4.53/4.78	c 4	SATISFIABLE
4.53/4.79	c 4	FOUND: _COST <= 478
4.53/4.79	s SATISFIABLE
4.53/4.79	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.53/4.79	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.64/4.87	c 5	Decoding HOME/temp.out
4.65/5.01	c 5	OBJECTIVE _COST 267
4.65/5.01	o 267
4.65/5.02	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
4.65/5.02	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.65/5.05	c 5	OBJECTIVE BOUND: 0 <= _COST <= 267
4.65/5.05	c 5	SEARCHING: _COST <= 133
4.65/5.05	c 5	SOLVING HOME/temp.cnf
4.65/5.05	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.65/5.05	c 5	This is MiniSat 2.0 beta
4.65/5.05	c 5	WARNING: for repeatability, setting FPU to use double precision
4.65/5.05	c 5	============================[ Problem Statistics ]=============================
4.65/5.05	c 5	|                                                                             |
4.65/5.06	c 5	|  Number of variables:  18125                                                |
4.65/5.06	c 5	|  Number of clauses:    1189056                                              |
5.42/5.64	c 5	|  Parsing time:         0.51         s                                       |
6.11/6.39	c 6	============================[ Search Statistics ]==============================
6.11/6.39	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.11/6.39	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.11/6.39	c 6	===============================================================================
6.11/6.39	c 6	|         0 |    9242   304447   890645 |   101482        0    nan |  0.000 % |
6.30/6.58	c 6	|       100 |    9242   304447   890645 |   111630      100     26 | 49.010 % |
6.40/6.64	c 6	|       251 |    9242   304447   890645 |   122793      251     27 | 49.010 % |
6.51/6.75	c 6	|       478 |    9242   304447   890645 |   135072      478     26 | 49.010 % |
6.60/6.85	c 7	|       817 |    9242   304447   890645 |   148580      817     25 | 49.010 % |
6.70/6.99	c 7	===============================================================================
6.70/6.99	c 7	restarts              : 5
6.70/6.99	c 7	conflicts             : 1061           (574 /sec)
6.70/6.99	c 7	decisions             : 1964           (1.27 % random) (1062 /sec)
6.70/6.99	c 7	propagations          : 729262         (394256 /sec)
6.70/6.99	c 7	conflict literals     : 26114          (16.92 % deleted)
6.70/6.99	c 7	Memory used           : 50.25 MB
6.70/6.99	c 7	CPU time              : 1.84972 s
6.70/6.99	c 7	
6.80/7.00	c 7	SATISFIABLE
6.80/7.01	c 7	FOUND: _COST <= 133
6.80/7.01	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.80/7.01	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.80/7.08	c 7	Decoding HOME/temp.out
6.82/7.31	c 7	OBJECTIVE _COST 133
6.82/7.31	o 133
6.82/7.32	v 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0
6.82/7.32	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.82/7.37	c 7	OBJECTIVE BOUND: 0 <= _COST <= 133
6.82/7.37	c 7	SEARCHING: _COST <= 66
6.82/7.37	c 7	SOLVING HOME/temp.cnf
6.82/7.37	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.82/7.37	c 7	This is MiniSat 2.0 beta
6.82/7.37	c 7	WARNING: for repeatability, setting FPU to use double precision
6.82/7.37	c 7	============================[ Problem Statistics ]=============================
6.82/7.38	c 7	|                                                                             |
6.82/7.38	c 7	|  Number of variables:  18125                                                |
6.82/7.38	c 7	|  Number of clauses:    1189056                                              |
7.64/7.96	c 8	|  Parsing time:         0.51         s                                       |
8.44/8.72	c 8	============================[ Search Statistics ]==============================
8.44/8.72	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.44/8.72	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.44/8.72	c 8	===============================================================================
8.44/8.72	c 8	|         0 |    7930   167411   483406 |    55803        0    nan |  0.000 % |
8.55/8.83	c 9	|       103 |    7930   167411   483406 |    61384      103     19 | 56.248 % |
8.65/8.93	c 9	|       253 |    7930   167411   483406 |    67522      253     23 | 56.248 % |
8.74/9.07	c 9	|       478 |    7930   167411   483406 |    74274      478     22 | 56.248 % |
8.94/9.21	c 9	|       816 |    7930   167411   483406 |    81702      816     22 | 56.248 % |
9.14/9.41	c 9	|      1324 |    7930   167411   483406 |    89872     1324     21 | 56.248 % |
9.44/9.73	c 9	|      2083 |    7930   167411   483406 |    98859     2083     21 | 56.248 % |
9.84/10.17	c 10	|      3224 |    7930   167411   483406 |   108745     3224     20 | 56.248 % |
10.54/10.89	c 11	|      4932 |    7930   167411   483406 |   119620     4932     20 | 56.248 % |
11.74/12.04	c 12	|      7497 |    7930   167411   483406 |   131582     7497     20 | 56.248 % |
13.84/14.16	c 14	|     11341 |    7930   167411   483406 |   144740    11341     20 | 56.248 % |
17.24/17.54	c 17	|     17107 |    7930   167411   483406 |   159214    17107     20 | 56.248 % |
22.24/22.53	c 22	|     25757 |    7930   167411   483406 |   175135    25757     19 | 56.248 % |
36.33/36.60	c 36	|     38731 |    7930   167411   483406 |   192649    38731     21 | 56.248 % |
59.42/59.77	c 59	|     58192 |    7930   167411   483406 |   211914    58192     22 | 56.248 % |
101.50/101.83	c 102	|     87384 |    7930   167411   483406 |   233105    87384     23 | 56.248 % |
184.68/185.04	c 185	|    131173 |    7930   167411   483406 |   256416   131173     24 | 56.248 % |
324.93/325.33	c 325	|    196858 |    7930   167411   483406 |   282057   196858     25 | 56.248 % |
587.96/588.45	c 588	|    295386 |    7930   167411   483406 |   310263    18643     24 | 56.248 % |
905.16/905.72	c 905	|    443175 |    7930   167411   483406 |   341290   166432     26 | 56.248 % |
1525.68/1526.47	c 1526	|    664859 |    7930   167411   483406 |   375419    53518     25 | 56.248 % |
2443.79/2446.12	c 2446	|    997384 |    7930   167411   483406 |   412961   386043     26 | 56.248 % |
3600.01/3606.93	c ERROR INTERRUPTED
3600.01/3606.93	c 3607	CPU 6.66 (0.04 0.01 6.62 0.46)
3600.01/3606.93	c 3607	END Wed Jul 23 04:23:18 2008

Verifier Data (download as text)

OK	113	842
113 unsatisfied constraints, 842 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-1127804-1216776191/watcher-1127804-1216776191 -o /tmp/evaluation-result-1127804-1216776191/solver-1127804-1216776191 -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-1127804-1216776191.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.99 1.98 1.99 4/81 4210
/proc/meminfo: memFree=1585176/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=12268 CPUtime=0
/proc/4210/stat : 4210 (sugar) R 4208 4210 3801 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 4704459 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 231882848869 0 0 4224 0 0 0 0 17 1 0 0
/proc/4210/statm: 3067 316 241 3 0 167 0

[startup+0.101251 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 4210
/proc/meminfo: memFree=1585176/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=13600 CPUtime=0.03
/proc/4210/stat : 4210 (sugar) S 4208 4210 3801 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4704459 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4210/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202261 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 4210
/proc/meminfo: memFree=1585176/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=13600 CPUtime=0.03
/proc/4210/stat : 4210 (sugar) S 4208 4210 3801 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4704459 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4210/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302274 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 4210
/proc/meminfo: memFree=1585176/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=13600 CPUtime=0.03
/proc/4210/stat : 4210 (sugar) S 4208 4210 3801 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4704459 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4210/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702326 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 4210
/proc/meminfo: memFree=1585176/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=13600 CPUtime=0.51
/proc/4210/stat : 4210 (sugar) S 4208 4210 3801 0 -1 4194304 974 4555 0 1 3 0 45 3 15 0 1 0 4704459 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4210/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13600

[startup+1.50142 s]
/proc/loadavg: 2.07 2.00 2.00 4/92 4232
/proc/meminfo: memFree=1570752/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=13600 CPUtime=0.51
/proc/4210/stat : 4210 (sugar) S 4208 4210 3801 0 -1 4194304 974 4555 0 1 3 0 45 3 15 0 1 0 4704459 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4210/statm: 3400 797 370 3 0 500 0
[pid=4223] ppid=4210 vsize=5356 CPUtime=0
/proc/4223/stat : 4223 (sh) S 4210 4210 3801 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4704519 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4223/statm: 1339 233 193 169 0 50 0
[pid=4224] ppid=4223 vsize=868484 CPUtime=0.88
/proc/4224/stat : 4224 (java) S 4223 4210 3801 0 -1 0 6834 0 1 0 83 5 0 0 20 0 9 0 4704519 889327616 6018 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4224/statm: 217121 6018 2563 9 0 211668 0
[pid=4224/tid=4225] ppid=4223 vsize=868484 CPUtime=0.53
/proc/4224/task/4225/stat : 4225 (java) R 4223 4210 3801 0 -1 64 2764 0 1 0 51 2 0 0 25 0 9 0 4704520 889327616 6018 996147200 134512640 134550740 4294955936 18446744073709551615 4126476174 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4224/tid=4226] ppid=4223 vsize=868484 CPUtime=0.08
/proc/4224/task/4226/stat : 4226 (java) S 4223 4210 3801 0 -1 64 1889 0 0 0 7 1 0 0 16 0 9 0 4704521 889327616 6018 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4224/tid=4227] ppid=4223 vsize=868484 CPUtime=0
/proc/4224/task/4227/stat : 4227 (java) S 4223 4210 3801 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4704521 889327616 6018 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4224/tid=4228] ppid=4223 vsize=868484 CPUtime=0
/proc/4224/task/4228/stat : 4228 (java) S 4223 4210 3801 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4704521 889327616 6018 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4224/tid=4229] ppid=4223 vsize=868484 CPUtime=0
/proc/4224/task/4229/stat : 4229 (java) S 4223 4210 3801 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4704523 889327616 6018 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4224/tid=4230] ppid=4223 vsize=868484 CPUtime=0.23
/proc/4224/task/4230/stat : 4230 (java) S 4223 4210 3801 0 -1 64 1487 0 0 0 23 0 0 0 16 0 9 0 4704523 889327616 6018 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4224/tid=4231] ppid=4223 vsize=868484 CPUtime=0
/proc/4224/task/4231/stat : 4231 (java) S 4223 4210 3801 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4704523 889327616 6018 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4224/tid=4232] ppid=4223 vsize=868484 CPUtime=0
/proc/4224/task/4232/stat : 4232 (java) S 4223 4210 3801 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4704523 889327616 6018 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887440

[startup+3.10176 s]
/proc/loadavg: 2.07 2.00 2.00 3/92 4232
/proc/meminfo: memFree=1559424/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=13600 CPUtime=0.51
/proc/4210/stat : 4210 (sugar) S 4208 4210 3801 0 -1 4194304 974 4555 0 1 3 0 45 3 15 0 1 0 4704459 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4210/statm: 3400 797 370 3 0 500 0
[pid=4223] ppid=4210 vsize=5356 CPUtime=0
/proc/4223/stat : 4223 (sh) S 4210 4210 3801 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4704519 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4223/statm: 1339 233 193 169 0 50 0
[pid=4224] ppid=4223 vsize=868484 CPUtime=2.45
/proc/4224/stat : 4224 (java) S 4223 4210 3801 0 -1 0 7362 0 1 0 228 17 0 0 20 0 9 0 4704519 889327616 6026 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4224/statm: 217121 6026 2563 9 0 211668 0
[pid=4224/tid=4225] ppid=4223 vsize=868484 CPUtime=2
/proc/4224/task/4225/stat : 4225 (java) R 4223 4210 3801 0 -1 64 3284 0 1 0 188 12 0 0 25 0 9 0 4704520 889327616 6026 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4224/tid=4226] ppid=4223 vsize=868484 CPUtime=0.19
/proc/4224/task/4226/stat : 4226 (java) S 4223 4210 3801 0 -1 64 1889 0 0 0 15 4 0 0 15 0 9 0 4704521 889327616 6026 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4224/tid=4227] ppid=4223 vsize=868484 CPUtime=0
/proc/4224/task/4227/stat : 4227 (java) S 4223 4210 3801 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4704521 889327616 6026 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4224/tid=4228] ppid=4223 vsize=868484 CPUtime=0
/proc/4224/task/4228/stat : 4228 (java) S 4223 4210 3801 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4704521 889327616 6026 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4224/tid=4229] ppid=4223 vsize=868484 CPUtime=0
/proc/4224/task/4229/stat : 4229 (java) S 4223 4210 3801 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4704523 889327616 6026 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4224/tid=4230] ppid=4223 vsize=868484 CPUtime=0.24
/proc/4224/task/4230/stat : 4230 (java) S 4223 4210 3801 0 -1 64 1495 0 0 0 24 0 0 0 16 0 9 0 4704523 889327616 6026 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4224/tid=4231] ppid=4223 vsize=868484 CPUtime=0
/proc/4224/task/4231/stat : 4231 (java) S 4223 4210 3801 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4704523 889327616 6026 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4224/tid=4232] ppid=4223 vsize=868484 CPUtime=0
/proc/4224/task/4232/stat : 4232 (java) S 4223 4210 3801 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4704523 889327616 6026 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 887440

[startup+6.30201 s]
/proc/loadavg: 2.07 2.00 2.00 3/84 4246
/proc/meminfo: memFree=1518272/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=13732 CPUtime=4.88
/proc/4210/stat : 4210 (sugar) S 4208 4210 3801 0 -1 4194304 1201 28657 0 3 4 1 447 36 15 0 1 0 4704459 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4210/statm: 3433 829 374 3 0 533 0
[pid=4245] ppid=4210 vsize=5356 CPUtime=0
/proc/4245/stat : 4245 (sh) S 4210 4210 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4704965 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4245/statm: 1339 232 193 169 0 50 0
[pid=4246] ppid=4245 vsize=51456 CPUtime=1.23
/proc/4246/stat : 4246 (minisat) R 4245 4210 3801 0 -1 4194304 12383 0 0 0 116 7 0 0 25 0 1 0 4704965 52690944 12369 996147200 134512640 135127466 4294956256 18446744073709551615 134523426 0 0 4096 3 0 0 0 17 0 0 0
/proc/4246/statm: 12864 12369 72 150 0 12711 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 70544

[startup+12.7018 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 4258
/proc/meminfo: memFree=1509504/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=13732 CPUtime=7.13
/proc/4210/stat : 4210 (sugar) S 4208 4210 3801 0 -1 4194304 1317 45230 0 4 4 1 662 46 16 0 1 0 4704459 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4210/statm: 3433 829 374 3 0 533 0
[pid=4257] ppid=4210 vsize=5356 CPUtime=0
/proc/4257/stat : 4257 (sh) S 4210 4210 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4705197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4257/statm: 1339 232 193 169 0 50 0
[pid=4258] ppid=4257 vsize=51128 CPUtime=5.31
/proc/4258/stat : 4258 (minisat) R 4257 4210 3801 0 -1 4194304 12293 0 0 0 524 7 0 0 25 0 1 0 4705197 52355072 12279 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/4258/statm: 12782 12279 75 150 0 12629 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 70216

[startup+25.5023 s]
/proc/loadavg: 2.05 2.00 2.00 3/84 4258
/proc/meminfo: memFree=1509512/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=13732 CPUtime=7.13
/proc/4210/stat : 4210 (sugar) S 4208 4210 3801 0 -1 4194304 1317 45230 0 4 4 1 662 46 16 0 1 0 4704459 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4210/statm: 3433 829 374 3 0 533 0
[pid=4257] ppid=4210 vsize=5356 CPUtime=0
/proc/4257/stat : 4257 (sh) S 4210 4210 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4705197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4257/statm: 1339 232 193 169 0 50 0
[pid=4258] ppid=4257 vsize=51292 CPUtime=18.11
/proc/4258/stat : 4258 (minisat) R 4257 4210 3801 0 -1 4194304 12348 0 0 0 1804 7 0 0 25 0 1 0 4705197 52523008 12334 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/4258/statm: 12823 12334 75 150 0 12670 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 70380

[startup+51.1025 s]
/proc/loadavg: 2.03 2.00 2.00 3/84 4258
/proc/meminfo: memFree=1509384/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=13732 CPUtime=7.13
/proc/4210/stat : 4210 (sugar) S 4208 4210 3801 0 -1 4194304 1317 45230 0 4 4 1 662 46 16 0 1 0 4704459 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4210/statm: 3433 829 374 3 0 533 0
[pid=4257] ppid=4210 vsize=5356 CPUtime=0
/proc/4257/stat : 4257 (sh) S 4210 4210 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4705197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4257/statm: 1339 232 193 169 0 50 0
[pid=4258] ppid=4257 vsize=51372 CPUtime=43.69
/proc/4258/stat : 4258 (minisat) R 4257 4210 3801 0 -1 4194304 12371 0 0 0 4362 7 0 0 25 0 1 0 4705197 52604928 12357 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4258/statm: 12843 12357 75 150 0 12690 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 70460

[startup+102.303 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 4258
/proc/meminfo: memFree=1509064/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=13732 CPUtime=7.13
/proc/4210/stat : 4210 (sugar) S 4208 4210 3801 0 -1 4194304 1317 45230 0 4 4 1 662 46 16 0 1 0 4704459 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4210/statm: 3433 829 374 3 0 533 0
[pid=4257] ppid=4210 vsize=5356 CPUtime=0
/proc/4257/stat : 4257 (sh) S 4210 4210 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4705197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4257/statm: 1339 232 193 169 0 50 0
[pid=4258] ppid=4257 vsize=51800 CPUtime=94.87
/proc/4258/stat : 4258 (minisat) R 4257 4210 3801 0 -1 4194304 12459 0 0 0 9480 7 0 0 25 0 1 0 4705197 53043200 12445 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4258/statm: 12950 12445 75 150 0 12797 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 70888

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4258
/proc/meminfo: memFree=1508488/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=13732 CPUtime=7.13
/proc/4210/stat : 4210 (sugar) S 4208 4210 3801 0 -1 4194304 1317 45230 0 4 4 1 662 46 16 0 1 0 4704459 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4210/statm: 3433 829 374 3 0 533 0
[pid=4257] ppid=4210 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1466760/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=13732 CPUtime=7.13
/proc/4210/stat : 4210 (sugar) S 4208 4210 3801 0 -1 4194304 1317 45230 0 4 4 1 662 46 16 0 1 0 4704459 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4210/statm: 3433 829 374 3 0 533 0
[pid=4257] ppid=4210 vsize=5356 CPUtime=0
/proc/4257/stat : 4257 (sh) S 4210 4210 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4705197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4257/statm: 1339 232 193 169 0 50 0
[pid=4258] ppid=4257 vsize=92848 CPUtime=3090.28
/proc/4258/stat : 4258 (minisat) R 4257 4210 3801 0 -1 4194304 22299 0 0 0 309010 18 0 0 25 0 1 0 4705197 95076352 22261 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4258/statm: 23212 22261 75 150 0 23059 0
Current children cumulated CPU time (s) 3097.41
Current children cumulated vsize (KiB) 111936

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4760
/proc/meminfo: memFree=1466632/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=13732 CPUtime=7.13
/proc/4210/stat : 4210 (sugar) S 4208 4210 3801 0 -1 4194304 1317 45230 0 4 4 1 662 46 16 0 1 0 4704459 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4210/statm: 3433 829 374 3 0 533 0
[pid=4257] ppid=4210 vsize=5356 CPUtime=0
/proc/4257/stat : 4257 (sh) S 4210 4210 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4705197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4257/statm: 1339 232 193 169 0 50 0
[pid=4258] ppid=4257 vsize=92928 CPUtime=3150.05
/proc/4258/stat : 4258 (minisat) R 4257 4210 3801 0 -1 4194304 22307 0 0 0 314987 18 0 0 25 0 1 0 4705197 95158272 22269 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4258/statm: 23232 22269 75 150 0 23079 0
Current children cumulated CPU time (s) 3157.18
Current children cumulated vsize (KiB) 112016

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4760
/proc/meminfo: memFree=1466568/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=13732 CPUtime=7.13
/proc/4210/stat : 4210 (sugar) S 4208 4210 3801 0 -1 4194304 1317 45230 0 4 4 1 662 46 16 0 1 0 4704459 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4210/statm: 3433 829 374 3 0 533 0
[pid=4257] ppid=4210 vsize=5356 CPUtime=0
/proc/4257/stat : 4257 (sh) S 4210 4210 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4705197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4257/statm: 1339 232 193 169 0 50 0
[pid=4258] ppid=4257 vsize=92928 CPUtime=3209.81
/proc/4258/stat : 4258 (minisat) R 4257 4210 3801 0 -1 4194304 22311 0 0 0 320963 18 0 0 25 0 1 0 4705197 95158272 22273 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4258/statm: 23232 22273 75 150 0 23079 0
Current children cumulated CPU time (s) 3216.94
Current children cumulated vsize (KiB) 112016

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4760
/proc/meminfo: memFree=1466568/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=13732 CPUtime=7.13
/proc/4210/stat : 4210 (sugar) S 4208 4210 3801 0 -1 4194304 1317 45230 0 4 4 1 662 46 16 0 1 0 4704459 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4210/statm: 3433 829 374 3 0 533 0
[pid=4257] ppid=4210 vsize=5356 CPUtime=0
/proc/4257/stat : 4257 (sh) S 4210 4210 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4705197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4257/statm: 1339 232 193 169 0 50 0
[pid=4258] ppid=4257 vsize=92928 CPUtime=3269.58
/proc/4258/stat : 4258 (minisat) R 4257 4210 3801 0 -1 4194304 22314 0 0 0 326940 18 0 0 25 0 1 0 4705197 95158272 22276 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4258/statm: 23232 22276 75 150 0 23079 0
Current children cumulated CPU time (s) 3276.71
Current children cumulated vsize (KiB) 112016

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4760
/proc/meminfo: memFree=1466504/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=13732 CPUtime=7.13
/proc/4210/stat : 4210 (sugar) S 4208 4210 3801 0 -1 4194304 1317 45230 0 4 4 1 662 46 16 0 1 0 4704459 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4210/statm: 3433 829 374 3 0 533 0
[pid=4257] ppid=4210 vsize=5356 CPUtime=0
/proc/4257/stat : 4257 (sh) S 4210 4210 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4705197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4257/statm: 1339 232 193 169 0 50 0
[pid=4258] ppid=4257 vsize=92928 CPUtime=3329.34
/proc/4258/stat : 4258 (minisat) R 4257 4210 3801 0 -1 4194304 22316 0 0 0 332916 18 0 0 25 0 1 0 4705197 95158272 22278 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4258/statm: 23232 22278 75 150 0 23079 0
Current children cumulated CPU time (s) 3336.47
Current children cumulated vsize (KiB) 112016

[startup+3402.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 4798
/proc/meminfo: memFree=1454216/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=13732 CPUtime=7.13
/proc/4210/stat : 4210 (sugar) S 4208 4210 3801 0 -1 4194304 1317 45230 0 4 4 1 662 46 16 0 1 0 4704459 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4210/statm: 3433 829 374 3 0 533 0
[pid=4257] ppid=4210 vsize=5356 CPUtime=0
/proc/4257/stat : 4257 (sh) S 4210 4210 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4705197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4257/statm: 1339 232 193 169 0 50 0
[pid=4258] ppid=4257 vsize=92928 CPUtime=3389.08
/proc/4258/stat : 4258 (minisat) R 4257 4210 3801 0 -1 4194304 22316 0 0 0 338890 18 0 0 25 0 1 0 4705197 95158272 22278 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/4258/statm: 23232 22278 75 150 0 23079 0
Current children cumulated CPU time (s) 3396.21
Current children cumulated vsize (KiB) 112016

[startup+3462.3 s]
/proc/loadavg: 2.24 2.06 2.02 3/83 4800
/proc/meminfo: memFree=1400904/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=13732 CPUtime=7.13
/proc/4210/stat : 4210 (sugar) S 4208 4210 3801 0 -1 4194304 1317 45230 0 4 4 1 662 46 16 0 1 0 4704459 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4210/statm: 3433 829 374 3 0 533 0
[pid=4257] ppid=4210 vsize=5356 CPUtime=0
/proc/4257/stat : 4257 (sh) S 4210 4210 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4705197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4257/statm: 1339 232 193 169 0 50 0
[pid=4258] ppid=4257 vsize=93092 CPUtime=3448.85
/proc/4258/stat : 4258 (minisat) R 4257 4210 3801 0 -1 4194304 22359 0 0 0 344866 19 0 0 25 0 1 0 4705197 95326208 22321 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4258/statm: 23273 22321 75 150 0 23120 0
Current children cumulated CPU time (s) 3455.98
Current children cumulated vsize (KiB) 112180

[startup+3522.31 s]
/proc/loadavg: 2.55 2.18 2.06 4/83 4800
/proc/meminfo: memFree=1400776/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=13732 CPUtime=7.13
/proc/4210/stat : 4210 (sugar) S 4208 4210 3801 0 -1 4194304 1317 45230 0 4 4 1 662 46 16 0 1 0 4704459 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4210/statm: 3433 829 374 3 0 533 0
[pid=4257] ppid=4210 vsize=5356 CPUtime=0
/proc/4257/stat : 4257 (sh) S 4210 4210 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4705197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4257/statm: 1339 232 193 169 0 50 0
[pid=4258] ppid=4257 vsize=93092 CPUtime=3508.61
/proc/4258/stat : 4258 (minisat) R 4257 4210 3801 0 -1 4194304 22360 0 0 0 350842 19 0 0 25 0 1 0 4705197 95326208 22322 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4258/statm: 23273 22322 75 150 0 23120 0
Current children cumulated CPU time (s) 3515.74
Current children cumulated vsize (KiB) 112180

[startup+3582.3 s]
/proc/loadavg: 2.50 2.23 2.09 4/83 4800
/proc/meminfo: memFree=1400584/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=13732 CPUtime=7.13
/proc/4210/stat : 4210 (sugar) S 4208 4210 3801 0 -1 4194304 1317 45230 0 4 4 1 662 46 16 0 1 0 4704459 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4210/statm: 3433 829 374 3 0 533 0
[pid=4257] ppid=4210 vsize=5356 CPUtime=0
/proc/4257/stat : 4257 (sh) S 4210 4210 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4705197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4257/statm: 1339 232 193 169 0 50 0
[pid=4258] ppid=4257 vsize=93092 CPUtime=3568.37
/proc/4258/stat : 4258 (minisat) R 4257 4210 3801 0 -1 4194304 22361 0 0 0 356818 19 0 0 25 0 1 0 4705197 95326208 22323 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4258/statm: 23273 22323 75 150 0 23120 0
Current children cumulated CPU time (s) 3575.5
Current children cumulated vsize (KiB) 112180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.9 s]
/proc/loadavg: 2.51 2.26 2.10 4/83 4800
/proc/meminfo: memFree=1400584/2055920 swapFree=4192956/4192956
[pid=4210] ppid=4208 vsize=13732 CPUtime=7.13
/proc/4210/stat : 4210 (sugar) S 4208 4210 3801 0 -1 4194304 1317 45230 0 4 4 1 662 46 16 0 1 0 4704459 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4210/statm: 3433 829 374 3 0 533 0
[pid=4257] ppid=4210 vsize=5356 CPUtime=0
/proc/4257/stat : 4257 (sh) S 4210 4210 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4705197 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4257/statm: 1339 232 193 169 0 50 0
[pid=4258] ppid=4257 vsize=93092 CPUtime=3592.88
/proc/4258/stat : 4258 (minisat) R 4257 4210 3801 0 -1 4194304 22361 0 0 0 359269 19 0 0 25 0 1 0 4705197 95326208 22323 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/4258/statm: 23273 22323 75 150 0 23120 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 112180

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 4210 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=672985
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=492925
# CPU time returned by wait4() is 7.16591
# while last known CPU time is 3600.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3606.94
CPU time (s): 3600.01
CPU user time (s): 3599.35
CPU system time (s): 0.66
CPU usage (%): 99.8079
Max. virtual memory (cumulated for all children) (KiB): 887440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.67298
system time used= 0.492925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46888
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= 6934
involuntary context switches= 6842

runsolver used 3.13352 second user time and 10.0175 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-23 03:23:11
IDJOB=1127804
IDBENCH=63993
IDSOLVER=368
FILE ID=node75/1127804-1216776191
PBS_JOBID= 7974099
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/3-40-100-1000/normalized-cnf-3-40-1000-261929_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-1127804-1216776191/watcher-1127804-1216776191 -o /tmp/evaluation-result-1127804-1216776191/solver-1127804-1216776191 -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-1127804-1216776191.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f6e57a5aa89535fd9bf4df33cb1cf698
RANDOM SEED=1775199927

node75.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1585720 kB
Buffers:         33036 kB
Cached:         345792 kB
SwapCached:          0 kB
Active:         295172 kB
Inactive:       109916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1585720 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1356 kB
Writeback:           0 kB
Mapped:          46460 kB
Slab:            50320 kB
Committed_AS:   122328 kB
PageTables:       1880 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= 66556 MiB
End job on node75 at 2008-07-23 04:23:20