Trace number 1127820

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.03 3637.83

General information on the benchmark

Namemaxcsp/cnf/3-40-100-1000/
normalized-cnf-3-40-900-536230_ext.xml
MD5SUM2a6c19a67c4853bfad2a59963e41e8fd
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints48
Best CPU time to get the best result obtained on this benchmark46.4469
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints858
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension858
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 03:27:03 2008
0.00/0.04	c 0	PID 10322
0.00/0.05	c 0	HOST node59.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1127820-1216776423.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-1127820-1216776423.xml' 'HOME/temp.csp'
0.03/0.38	c 1	1 domains, 40 variables, 0 predicates, 29 relations, 858 constraints
0.03/0.42	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.42	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.43/0.50	c 1	Parsing HOME/temp.csp
0.43/0.62	c 1	parsed 928 expressions
0.43/0.62	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.43/0.63	c 1	MAX CSP: 858 constraints
0.43/0.63	c 1	Converting to clausal form CSP
0.43/0.67	c 1	converted 179 (10%) expressions
0.43/0.69	c 1	converted 358 (20%) expressions
0.43/0.70	c 1	converted 537 (30%) expressions
0.43/0.71	c 1	converted 716 (40%) expressions
0.43/0.73	c 1	converted 895 (50%) expressions
0.43/0.75	c 1	converted 1074 (60%) expressions
0.43/0.81	c 1	converted 1253 (70%) expressions
0.43/0.82	c 1	converted 1432 (80%) expressions
0.43/0.83	c 1	converted 1611 (90%) expressions
0.43/0.96	c 1	converted 1789 (100%) expressions
0.43/0.96	c 1	CSP : 1756 integers, 0 booleans, 2573 clauses, largest domain size 1288
0.43/0.96	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.43/0.96	c 1	Propagation in CSP
1.05/1.03	c 1	852 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.05/1.03	c 1	CSP : 1756 integers, 0 booleans, 2573 clauses, largest domain size 859
1.05/1.03	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.03	c 1	Simplifing CSP by introducing new Boolean variables
1.05/1.04	c 1	CSP : 1756 integers, 0 booleans, 2573 clauses, largest domain size 859
1.05/1.04	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.07	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.05/1.08	c 1	176 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.05/1.09	c 1	352 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.05/1.09	c 1	527 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.05/1.09	c 1	703 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.05/1.09	c 1	878 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.10	c 1	1054 (60%) CSP integer variables are encoded (1649 clauses, 21300 bytes)
1.14/1.11	c 1	1230 (70%) CSP integer variables are encoded (8761 clauses, 113756 bytes)
1.14/1.12	c 1	1405 (80%) CSP integer variables are encoded (11404 clauses, 153388 bytes)
1.14/1.12	c 1	1581 (90%) CSP integer variables are encoded (12687 clauses, 172633 bytes)
1.14/1.13	c 1	1756 (100%) CSP integer variables are encoded (14427 clauses, 198733 bytes)
1.14/1.16	c 1	258 (10%) CSP clauses are encoded (14694 clauses, 202940 bytes)
1.14/1.19	c 1	515 (20%) CSP clauses are encoded (14957 clauses, 207301 bytes)
1.24/1.20	c 1	772 (30%) CSP clauses are encoded (15219 clauses, 211897 bytes)
1.24/1.23	c 1	1030 (40%) CSP clauses are encoded (19845 clauses, 291843 bytes)
1.34/1.32	c 2	1287 (50%) CSP clauses are encoded (64676 clauses, 1107271 bytes)
1.63/1.68	c 2	1544 (60%) CSP clauses are encoded (261731 clauses, 4675408 bytes)
2.61/2.69	c 3	1802 (70%) CSP clauses are encoded (774053 clauses, 15156652 bytes)
2.71/2.72	c 3	2059 (80%) CSP clauses are encoded (789430 clauses, 15474491 bytes)
2.71/2.80	c 3	2316 (90%) CSP clauses are encoded (826675 clauses, 16260322 bytes)
3.01/3.06	c 3	2573 (100%) CSP clauses are encoded (964364 clauses, 19195051 bytes)
3.01/3.06	c 3	2573 CSP clauses encoded
3.01/3.06	c 3	Writing map file : HOME/temp.map
3.01/3.08	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.01/3.08	c 3	SAT : 16183 SAT variables, 964364 SAT clauses, 19195051 bytes
3.01/3.08	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.09/3.14	c 3	OBJECTIVE minimize _COST
3.09/3.14	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
3.09/3.14	c 3	SEARCHING: _COST <= 429
3.09/3.14	c 3	SOLVING HOME/temp.cnf
3.09/3.14	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.09/3.14	c 3	This is MiniSat 2.0 beta
3.09/3.14	c 3	WARNING: for repeatability, setting FPU to use double precision
3.09/3.14	c 3	============================[ Problem Statistics ]=============================
3.09/3.14	c 3	|                                                                             |
3.09/3.14	c 3	|  Number of variables:  16183                                                |
3.09/3.14	c 3	|  Number of clauses:    964365                                               |
3.57/3.66	c 4	|  Parsing time:         0.43         s                                       |
3.96/4.08	c 4	============================[ Search Statistics ]==============================
3.96/4.08	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.96/4.08	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.96/4.08	c 4	===============================================================================
3.96/4.08	c 4	|         0 |   11893   614831  1813659 |   204943        0    nan |  0.000 % |
4.16/4.25	c 4	|       102 |   11893   614831  1813659 |   225438      102     22 | 26.509 % |
4.26/4.33	c 5	|       252 |   11893   614831  1813659 |   247981      252     24 | 26.509 % |
4.26/4.37	c 5	===============================================================================
4.26/4.37	c 5	restarts              : 3
4.26/4.37	c 5	conflicts             : 256            (226 /sec)
4.26/4.37	c 5	decisions             : 895            (0.67 % random) (791 /sec)
4.26/4.37	c 5	propagations          : 181117         (160163 /sec)
4.26/4.37	c 5	conflict literals     : 6167           (15.90 % deleted)
4.26/4.37	c 5	Memory used           : 40.21 MB
4.26/4.37	c 5	CPU time              : 1.13083 s
4.26/4.37	c 5	
4.26/4.38	c 5	SATISFIABLE
4.26/4.39	c 5	FOUND: _COST <= 429
4.26/4.39	s SATISFIABLE
4.26/4.39	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.26/4.39	c 5	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.35/4.47	c 5	Decoding HOME/temp.out
4.35/4.74	c 5	OBJECTIVE _COST 429
4.35/4.74	o 429
4.35/4.74	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.35/4.78	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.35/4.81	c 5	OBJECTIVE BOUND: 0 <= _COST <= 429
4.35/4.81	c 5	SEARCHING: _COST <= 214
4.35/4.81	c 5	SOLVING HOME/temp.cnf
4.35/4.81	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.35/4.81	c 5	This is MiniSat 2.0 beta
4.35/4.81	c 5	WARNING: for repeatability, setting FPU to use double precision
4.35/4.81	c 5	============================[ Problem Statistics ]=============================
4.35/4.81	c 5	|                                                                             |
4.35/4.82	c 5	|  Number of variables:  16183                                                |
4.35/4.82	c 5	|  Number of clauses:    964365                                               |
4.73/5.34	c 6	|  Parsing time:         0.44         s                                       |
5.79/5.90	c 6	============================[ Search Statistics ]==============================
5.79/5.90	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.79/5.90	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.79/5.90	c 6	===============================================================================
5.79/5.90	c 6	|         0 |    9526   400042  1176178 |   133347        0    nan |  0.000 % |
5.89/6.08	c 6	|       100 |    9526   400042  1176178 |   146682      100     28 | 41.136 % |
6.10/6.20	c 6	|       250 |    9526   400042  1176178 |   161350      250     24 | 41.136 % |
6.10/6.29	c 7	|       476 |    9526   400042  1176178 |   177485      476     22 | 41.136 % |
6.30/6.48	c 7	|       813 |    9526   400042  1176178 |   195233      813     21 | 41.136 % |
6.40/6.51	c 7	===============================================================================
6.40/6.52	c 7	restarts              : 5
6.40/6.52	c 7	conflicts             : 822            (514 /sec)
6.40/6.52	c 7	decisions             : 1700           (0.88 % random) (1063 /sec)
6.40/6.52	c 7	propagations          : 693239         (433340 /sec)
6.40/6.52	c 7	conflict literals     : 17390          (20.20 % deleted)
6.40/6.52	c 7	Memory used           : 40.99 MB
6.40/6.52	c 7	CPU time              : 1.59976 s
6.40/6.52	c 7	
6.40/6.52	c 7	SATISFIABLE
6.40/6.53	c 7	FOUND: _COST <= 214
6.40/6.53	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.40/6.53	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.45/6.61	c 7	Decoding HOME/temp.out
6.45/6.74	c 7	OBJECTIVE _COST 214
6.45/6.74	o 214
6.45/6.74	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
6.45/6.75	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.45/6.80	c 7	OBJECTIVE BOUND: 0 <= _COST <= 214
6.45/6.80	c 7	SEARCHING: _COST <= 107
6.45/6.80	c 7	SOLVING HOME/temp.cnf
6.45/6.80	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.66/6.80	c 7	This is MiniSat 2.0 beta
6.66/6.80	c 7	WARNING: for repeatability, setting FPU to use double precision
6.66/6.80	c 7	============================[ Problem Statistics ]=============================
6.66/6.80	c 7	|                                                                             |
6.66/6.80	c 7	|  Number of variables:  16183                                                |
6.66/6.80	c 7	|  Number of clauses:    964365                                               |
6.66/7.33	c 8	|  Parsing time:         0.45         s                                       |
7.74/7.95	c 8	============================[ Search Statistics ]==============================
7.74/7.95	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.74/7.95	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.74/7.95	c 8	===============================================================================
7.74/7.95	c 8	|         0 |    8026   229264   668237 |    76421        0    nan |  0.000 % |
7.84/8.07	c 8	|       100 |    8026   229264   668237 |    84063      100     23 | 50.405 % |
8.03/8.22	c 8	|       250 |    8026   229264   668237 |    92469      250     30 | 50.405 % |
8.13/8.31	c 9	===============================================================================
8.13/8.31	c 9	restarts              : 3
8.13/8.31	c 9	conflicts             : 397            (280 /sec)
8.13/8.31	c 9	decisions             : 816            (1.47 % random) (576 /sec)
8.13/8.31	c 9	propagations          : 411205         (290443 /sec)
8.13/8.31	c 9	conflict literals     : 11661          (16.54 % deleted)
8.13/8.31	c 9	Memory used           : 41.11 MB
8.13/8.31	c 9	CPU time              : 1.41578 s
8.13/8.31	c 9	
8.13/8.31	c 9	SATISFIABLE
8.13/8.32	c 9	FOUND: _COST <= 107
8.13/8.32	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.13/8.32	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.16/8.40	c 9	Decoding HOME/temp.out
8.16/8.53	c 9	OBJECTIVE _COST 107
8.16/8.53	o 107
8.16/8.54	v 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 0 1 1 1 1 1 1 1 1
8.16/8.54	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.16/8.59	c 9	OBJECTIVE BOUND: 0 <= _COST <= 107
8.16/8.59	c 9	SEARCHING: _COST <= 53
8.16/8.59	c 9	SOLVING HOME/temp.cnf
8.16/8.59	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.16/8.59	c 9	This is MiniSat 2.0 beta
8.16/8.59	c 9	WARNING: for repeatability, setting FPU to use double precision
8.16/8.59	c 9	============================[ Problem Statistics ]=============================
8.16/8.59	c 9	|                                                                             |
8.16/8.59	c 9	|  Number of variables:  16183                                                |
8.16/8.59	c 9	|  Number of clauses:    964365                                               |
8.87/9.13	c 9	|  Parsing time:         0.45         s                                       |
9.47/9.74	c 10	============================[ Search Statistics ]==============================
9.47/9.74	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.47/9.74	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.47/9.74	c 10	===============================================================================
9.47/9.74	c 10	|         0 |    6882   125751   361076 |    41917        0    nan |  0.000 % |
9.57/9.86	c 10	|       101 |    6882   125751   361076 |    46108      101     21 | 57.474 % |
9.67/9.92	c 10	|       253 |    6882   125751   361076 |    50719      253     22 | 57.474 % |
9.76/10.01	c 10	|       478 |    6882   125751   361076 |    55791      478     20 | 57.474 % |
9.86/10.16	c 10	|       816 |    6882   125751   361076 |    61370      816     21 | 57.474 % |
10.06/10.39	c 11	|      1323 |    6882   125751   361076 |    67507     1323     22 | 57.474 % |
10.46/10.78	c 11	|      2082 |    6882   125751   361076 |    74258     2082     22 | 57.474 % |
11.14/11.45	c 12	|      3221 |    6882   125751   361076 |    81684     3221     23 | 57.474 % |
12.43/12.78	c 13	|      4929 |    6882   125751   361076 |    89852     4929     24 | 57.474 % |
14.51/14.83	c 15	|      7492 |    6882   125751   361076 |    98838     7492     24 | 57.474 % |
17.98/18.38	c 19	|     11336 |    6882   125751   361076 |   108721    11336     25 | 57.474 % |
24.32/24.71	c 25	|     17102 |    6882   125751   361076 |   119594    17102     25 | 57.474 % |
33.83/34.32	c 35	|     25751 |    6882   125751   361076 |   131553    25751     26 | 57.474 % |
49.78/50.47	c 51	|     38725 |    6882   125751   361076 |   144708    38725     26 | 57.474 % |
76.03/76.93	c 77	|     58187 |    6882   125751   361076 |   159179    58187     26 | 57.474 % |
123.77/125.15	c 125	|     87379 |    6882   125751   361076 |   175097    87379     26 | 57.474 % |
203.12/205.22	c 205	|    131168 |    6882   125751   361076 |   192607   131168     26 | 57.474 % |
354.57/358.15	c 358	|    196853 |    6882   125751   361076 |   211868   196853     26 | 57.474 % |
541.09/546.41	c 547	|    295379 |    6882   125751   361076 |   233055    88963     26 | 57.474 % |
902.85/911.64	c 912	|    443168 |    6882   125751   361076 |   256360   236752     26 | 57.474 % |
1362.37/1375.54	c 1376	|    664851 |    6882   125751   361076 |   281996   207985     18 | 57.474 % |
2176.95/2201.58	c 2202	|    997377 |    6882   125751   361076 |   310196   264612     26 | 57.474 % |
3473.89/3510.87	c 3511	|   1496165 |    6882   125751   361076 |   341215   157898     24 | 57.474 % |
3600.03/3637.82	c ERROR unknown output  in HOME/temp.out
3600.03/3637.82	c 3638	CPU 7.79 (0.04 0.01 7.75 0.58)
3600.03/3637.82	c 3638	END Wed Jul 23 04:27:41 2008
3600.03/3637.82	c ERROR INTERRUPTED

Verifier Data (download as text)

OK	95	763
95 unsatisfied constraints, 763 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-1127820-1216776423/watcher-1127820-1216776423 -o /tmp/evaluation-result-1127820-1216776423/solver-1127820-1216776423 -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-1127820-1216776423.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: 2.08 1.99 1.91 4/73 10322
/proc/meminfo: memFree=1141976/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=12272 CPUtime=0
/proc/10322/stat : 10322 (sugar) R 10320 10322 10102 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 4729783 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 217071674955 0 0 4224 0 0 0 0 17 1 0 0
/proc/10322/statm: 3068 364 274 3 0 168 0

[startup+0.02301 s]
/proc/loadavg: 2.08 1.99 1.91 4/73 10322
/proc/meminfo: memFree=1141976/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=12544 CPUtime=0
/proc/10322/stat : 10322 (sugar) R 10320 10322 10102 0 -1 4194304 518 0 0 0 0 0 0 0 20 0 1 0 4729783 12845056 486 996147200 4194304 4206940 548682068592 18446744073709551615 217071217438 0 0 4224 0 0 0 0 17 0 0 0
/proc/10322/statm: 3169 491 314 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.103965 s]
/proc/loadavg: 2.08 1.99 1.91 4/73 10322
/proc/meminfo: memFree=1141976/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=13600 CPUtime=0.03
/proc/10322/stat : 10322 (sugar) S 10320 10322 10102 0 -1 4194304 898 127 0 0 3 0 0 0 20 0 1 0 4729783 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10322/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.303003 s]
/proc/loadavg: 2.08 1.99 1.91 4/73 10322
/proc/meminfo: memFree=1141976/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=13600 CPUtime=0.03
/proc/10322/stat : 10322 (sugar) S 10320 10322 10102 0 -1 4194304 898 127 0 0 3 0 0 0 20 0 1 0 4729783 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10322/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70108 s]
/proc/loadavg: 2.08 1.99 1.91 4/73 10322
/proc/meminfo: memFree=1141976/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=13600 CPUtime=0.43
/proc/10322/stat : 10322 (sugar) S 10320 10322 10102 0 -1 4194304 974 4534 0 1 3 0 37 3 16 0 1 0 4729783 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10322/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13600

[startup+1.50223 s]
/proc/loadavg: 2.08 1.99 1.91 4/84 10374
/proc/meminfo: memFree=1126080/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=13600 CPUtime=0.43
/proc/10322/stat : 10322 (sugar) S 10320 10322 10102 0 -1 4194304 974 4534 0 1 3 0 37 3 15 0 1 0 4729783 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10322/statm: 3400 797 370 3 0 500 0
[pid=10355] ppid=10322 vsize=5356 CPUtime=0
/proc/10355/stat : 10355 (sh) S 10322 10322 10102 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 4729825 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10355/statm: 1339 233 193 169 0 50 0
[pid=10356] ppid=10355 vsize=868380 CPUtime=1.11
/proc/10356/stat : 10356 (java) S 10355 10322 10102 0 -1 0 6813 0 1 0 106 5 0 0 18 0 9 0 4729825 889221120 5959 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10356/statm: 217095 5959 2563 9 0 211642 0
[pid=10356/tid=10357] ppid=10355 vsize=868380 CPUtime=0.74
/proc/10356/task/10357/stat : 10357 (java) R 10355 10322 10102 0 -1 64 2802 0 1 0 72 2 0 0 20 0 9 0 4729826 889221120 5959 996147200 134512640 134550740 4294955936 18446744073709551615 4126964279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10356/tid=10358] ppid=10355 vsize=868380 CPUtime=0.1
/proc/10356/task/10358/stat : 10358 (java) S 10355 10322 10102 0 -1 64 1830 0 0 0 9 1 0 0 16 0 9 0 4729827 889221120 5959 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10356/tid=10359] ppid=10355 vsize=868380 CPUtime=0
/proc/10356/task/10359/stat : 10359 (java) S 10355 10322 10102 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4729828 889221120 5959 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10356/tid=10360] ppid=10355 vsize=868380 CPUtime=0
/proc/10356/task/10360/stat : 10360 (java) S 10355 10322 10102 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4729828 889221120 5959 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10356/tid=10361] ppid=10355 vsize=868380 CPUtime=0
/proc/10356/task/10361/stat : 10361 (java) S 10355 10322 10102 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4729830 889221120 5959 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10356/tid=10362] ppid=10355 vsize=868380 CPUtime=0.25
/proc/10356/task/10362/stat : 10362 (java) S 10355 10322 10102 0 -1 64 1489 0 0 0 24 1 0 0 16 0 9 0 4729830 889221120 5959 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10356/tid=10363] ppid=10355 vsize=868380 CPUtime=0
/proc/10356/task/10363/stat : 10363 (java) S 10355 10322 10102 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4729830 889221120 5959 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10356/tid=10364] ppid=10355 vsize=868380 CPUtime=0
/proc/10356/task/10364/stat : 10364 (java) S 10355 10322 10102 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4729830 889221120 5959 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 887336

[startup+3.10254 s]
/proc/loadavg: 2.15 2.00 1.92 3/84 10374
/proc/meminfo: memFree=1115712/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=13600 CPUtime=0.43
/proc/10322/stat : 10322 (sugar) S 10320 10322 10102 0 -1 4194304 974 4534 0 1 3 0 37 3 15 0 1 0 4729783 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10322/statm: 3400 797 370 3 0 500 0
[pid=10355] ppid=10322 vsize=5356 CPUtime=0
/proc/10355/stat : 10355 (sh) S 10322 10322 10102 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 4729825 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10355/statm: 1339 233 193 169 0 50 0
[pid=10356] ppid=10355 vsize=868380 CPUtime=2.66
/proc/10356/stat : 10356 (java) S 10355 10322 10102 0 -1 0 7289 0 1 0 248 18 0 0 18 0 9 0 4729825 889221120 5974 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10356/statm: 217095 5974 2566 9 0 211642 0
[pid=10356/tid=10357] ppid=10355 vsize=868380 CPUtime=2.17
/proc/10356/task/10357/stat : 10357 (java) S 10355 10322 10102 0 -1 64 3271 0 1 0 204 13 0 0 25 0 9 0 4729826 889221120 5974 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10356/tid=10358] ppid=10355 vsize=868380 CPUtime=0.21
/proc/10356/task/10358/stat : 10358 (java) S 10355 10322 10102 0 -1 64 1830 0 0 0 18 3 0 0 16 0 9 0 4729827 889221120 5974 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10356/tid=10359] ppid=10355 vsize=868380 CPUtime=0
/proc/10356/task/10359/stat : 10359 (java) S 10355 10322 10102 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4729828 889221120 5974 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10356/tid=10360] ppid=10355 vsize=868380 CPUtime=0
/proc/10356/task/10360/stat : 10360 (java) S 10355 10322 10102 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4729828 889221120 5974 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10356/tid=10361] ppid=10355 vsize=868380 CPUtime=0
/proc/10356/task/10361/stat : 10361 (java) S 10355 10322 10102 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4729830 889221120 5974 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10356/tid=10362] ppid=10355 vsize=868380 CPUtime=0.26
/proc/10356/task/10362/stat : 10362 (java) S 10355 10322 10102 0 -1 64 1496 0 0 0 25 1 0 0 16 0 9 0 4729830 889221120 5974 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10356/tid=10363] ppid=10355 vsize=868380 CPUtime=0
/proc/10356/task/10363/stat : 10363 (java) S 10355 10322 10102 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4729830 889221120 5974 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10356/tid=10364] ppid=10355 vsize=868380 CPUtime=0
/proc/10356/task/10364/stat : 10364 (java) S 10355 10322 10102 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4729830 889221120 5974 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 887336

[startup+6.30116 s]
/proc/loadavg: 2.15 2.00 1.92 3/76 10388
/proc/meminfo: memFree=1078272/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=13732 CPUtime=4.74
/proc/10322/stat : 10322 (sugar) S 10320 10322 10102 0 -1 4194304 1197 26408 0 3 4 1 435 34 15 0 1 0 4729783 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10322/statm: 3433 826 374 3 0 533 0
[pid=10387] ppid=10322 vsize=5356 CPUtime=0
/proc/10387/stat : 10387 (sh) S 10322 10322 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4730264 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10387/statm: 1339 232 193 169 0 50 0
[pid=10388] ppid=10387 vsize=41972 CPUtime=1.46
/proc/10388/stat : 10388 (minisat) R 10387 10322 10102 0 -1 4194304 10276 0 0 0 138 8 0 0 25 0 1 0 4730264 42979328 10262 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10388/statm: 10493 10262 75 150 0 10340 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 61060

[startup+12.7014 s]
/proc/loadavg: 2.13 2.00 1.92 3/76 10412
/proc/meminfo: memFree=1078528/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=13732 CPUtime=8.38
/proc/10322/stat : 10322 (sugar) S 10320 10322 10102 0 -1 4194304 1427 55348 0 5 4 1 775 58 15 0 1 0 4729783 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10322/statm: 3433 826 374 3 0 533 0
[pid=10411] ppid=10322 vsize=5356 CPUtime=0
/proc/10411/stat : 10411 (sh) S 10322 10322 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4730642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10411/statm: 1339 232 193 169 0 50 0
[pid=10412] ppid=10411 vsize=41556 CPUtime=4.05
/proc/10412/stat : 10412 (minisat) R 10411 10322 10102 0 -1 4194304 10202 0 0 0 397 8 0 0 25 0 1 0 4730642 42553344 10188 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/10412/statm: 10389 10188 75 150 0 10236 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 60644

[startup+25.5029 s]
/proc/loadavg: 2.11 2.00 1.92 3/76 10412
/proc/meminfo: memFree=1078600/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=13732 CPUtime=8.38
/proc/10322/stat : 10322 (sugar) S 10320 10322 10102 0 -1 4194304 1427 55348 0 5 4 1 775 58 16 0 1 0 4729783 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10322/statm: 3433 826 374 3 0 533 0
[pid=10411] ppid=10322 vsize=5356 CPUtime=0
/proc/10411/stat : 10411 (sh) S 10322 10322 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4730642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10411/statm: 1339 232 193 169 0 50 0
[pid=10412] ppid=10411 vsize=41744 CPUtime=16.73
/proc/10412/stat : 10412 (minisat) R 10411 10322 10102 0 -1 4194304 10220 0 0 0 1665 8 0 0 25 0 1 0 4730642 42745856 10206 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10412/statm: 10436 10206 75 150 0 10283 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 60832

[startup+51.1028 s]
/proc/loadavg: 2.07 2.00 1.92 3/76 10412
/proc/meminfo: memFree=1078536/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=13732 CPUtime=8.38
/proc/10322/stat : 10322 (sugar) S 10320 10322 10102 0 -1 4194304 1427 55348 0 5 4 1 775 58 16 0 1 0 4729783 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10322/statm: 3433 826 374 3 0 533 0
[pid=10411] ppid=10322 vsize=5356 CPUtime=0
/proc/10411/stat : 10411 (sh) S 10322 10322 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4730642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10411/statm: 1339 232 193 169 0 50 0
[pid=10412] ppid=10411 vsize=41744 CPUtime=42.09
/proc/10412/stat : 10412 (minisat) R 10411 10322 10102 0 -1 4194304 10241 0 0 0 4201 8 0 0 25 0 1 0 4730642 42745856 10227 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/10412/statm: 10436 10227 75 150 0 10283 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 60832

[startup+102.307 s]
/proc/loadavg: 2.03 2.00 1.92 3/76 10412
/proc/meminfo: memFree=1077576/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=13732 CPUtime=8.38
/proc/10322/stat : 10322 (sugar) S 10320 10322 10102 0 -1 4194304 1427 55348 0 5 4 1 775 58 16 0 1 0 4729783 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10322/statm: 3433 826 374 3 0 533 0
[pid=10411] ppid=10322 vsize=5356 CPUtime=0
/proc/10411/stat : 10411 (sh) S 10322 10322 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4730642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10411/statm: 1339 232 193 169 0 50 0
[pid=10412] ppid=10411 vsize=42344 CPUtime=92.81
/proc/10412/stat : 10412 (minisat) R 10411 10322 10102 0 -1 4194304 10376 0 0 0 9273 8 0 0 25 0 1 0 4730642 43360256 10354 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10412/statm: 10586 10354 75 150 0 10433 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 61432

[startup+162.302 s]
/proc/loadavg: 2.01 2.00 1.92 3/76 10412
/proc/meminfo: memFree=1075976/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=13732 CPUtime=8.38
/proc/10322/stat : 10322 (sugar) S 10320 10322 10102 0 -1 4194304 1427 55348 0 5 4 1 775 58 16 0 1 0 4729783 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10322/statm: 3433 826 374 3 0 533 0
[pid=10411] ppid=10322 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=953160/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=13732 CPUtime=8.38
/proc/10322/stat : 10322 (sugar) S 10320 10322 10102 0 -1 4194304 1427 55348 0 5 4 1 775 58 16 0 1 0 4729783 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10322/statm: 3433 826 374 3 0 533 0
[pid=10411] ppid=10322 vsize=5356 CPUtime=0
/proc/10411/stat : 10411 (sh) S 10322 10322 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4730642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10411/statm: 1339 232 193 169 0 50 0
[pid=10412] ppid=10411 vsize=74676 CPUtime=3060.86
/proc/10412/stat : 10412 (minisat) R 10411 10322 10102 0 -1 4194304 17791 0 0 0 306068 18 0 0 25 0 1 0 4730642 76468224 17753 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10412/statm: 18669 17753 75 150 0 18516 0
Current children cumulated CPU time (s) 3069.24
Current children cumulated vsize (KiB) 93764

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 10914
/proc/meminfo: memFree=952072/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=13732 CPUtime=8.38
/proc/10322/stat : 10322 (sugar) S 10320 10322 10102 0 -1 4194304 1427 55348 0 5 4 1 775 58 16 0 1 0 4729783 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10322/statm: 3433 826 374 3 0 533 0
[pid=10411] ppid=10322 vsize=5356 CPUtime=0
/proc/10411/stat : 10411 (sh) S 10322 10322 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4730642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10411/statm: 1339 232 193 169 0 50 0
[pid=10412] ppid=10411 vsize=74676 CPUtime=3120.3
/proc/10412/stat : 10412 (minisat) R 10411 10322 10102 0 -1 4194304 17795 0 0 0 312012 18 0 0 25 0 1 0 4730642 76468224 17757 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10412/statm: 18669 17757 75 150 0 18516 0
Current children cumulated CPU time (s) 3128.68
Current children cumulated vsize (KiB) 93764

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 10916
/proc/meminfo: memFree=950920/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=13732 CPUtime=8.38
/proc/10322/stat : 10322 (sugar) S 10320 10322 10102 0 -1 4194304 1427 55348 0 5 4 1 775 58 16 0 1 0 4729783 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10322/statm: 3433 826 374 3 0 533 0
[pid=10411] ppid=10322 vsize=5356 CPUtime=0
/proc/10411/stat : 10411 (sh) S 10322 10322 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4730642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10411/statm: 1339 232 193 169 0 50 0
[pid=10412] ppid=10411 vsize=74676 CPUtime=3179.73
/proc/10412/stat : 10412 (minisat) R 10411 10322 10102 0 -1 4194304 17837 0 0 0 317954 19 0 0 25 0 1 0 4730642 76468224 17799 996147200 134512640 135127466 4294956256 18446744073709551615 134523492 0 0 4096 3 0 0 0 17 1 0 0
/proc/10412/statm: 18669 17799 75 150 0 18516 0
Current children cumulated CPU time (s) 3188.11
Current children cumulated vsize (KiB) 93764

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 10916
/proc/meminfo: memFree=949576/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=13732 CPUtime=8.38
/proc/10322/stat : 10322 (sugar) S 10320 10322 10102 0 -1 4194304 1427 55348 0 5 4 1 775 58 16 0 1 0 4729783 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10322/statm: 3433 826 374 3 0 533 0
[pid=10411] ppid=10322 vsize=5356 CPUtime=0
/proc/10411/stat : 10411 (sh) S 10322 10322 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4730642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10411/statm: 1339 232 193 169 0 50 0
[pid=10412] ppid=10411 vsize=74676 CPUtime=3239.17
/proc/10412/stat : 10412 (minisat) R 10411 10322 10102 0 -1 4194304 17837 0 0 0 323898 19 0 0 25 0 1 0 4730642 76468224 17799 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/10412/statm: 18669 17799 75 150 0 18516 0
Current children cumulated CPU time (s) 3247.55
Current children cumulated vsize (KiB) 93764

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 10916
/proc/meminfo: memFree=948488/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=13732 CPUtime=8.38
/proc/10322/stat : 10322 (sugar) S 10320 10322 10102 0 -1 4194304 1427 55348 0 5 4 1 775 58 16 0 1 0 4729783 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10322/statm: 3433 826 374 3 0 533 0
[pid=10411] ppid=10322 vsize=5356 CPUtime=0
/proc/10411/stat : 10411 (sh) S 10322 10322 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4730642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10411/statm: 1339 232 193 169 0 50 0
[pid=10412] ppid=10411 vsize=74676 CPUtime=3298.6
/proc/10412/stat : 10412 (minisat) R 10411 10322 10102 0 -1 4194304 17837 0 0 0 329841 19 0 0 25 0 1 0 4730642 76468224 17799 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10412/statm: 18669 17799 75 150 0 18516 0
Current children cumulated CPU time (s) 3306.98
Current children cumulated vsize (KiB) 93764

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 10916
/proc/meminfo: memFree=946696/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=13732 CPUtime=8.38
/proc/10322/stat : 10322 (sugar) S 10320 10322 10102 0 -1 4194304 1427 55348 0 5 4 1 775 58 16 0 1 0 4729783 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10322/statm: 3433 826 374 3 0 533 0
[pid=10411] ppid=10322 vsize=5356 CPUtime=0
/proc/10411/stat : 10411 (sh) S 10322 10322 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4730642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10411/statm: 1339 232 193 169 0 50 0
[pid=10412] ppid=10411 vsize=74676 CPUtime=3358.04
/proc/10412/stat : 10412 (minisat) R 10411 10322 10102 0 -1 4194304 17837 0 0 0 335785 19 0 0 25 0 1 0 4730642 76468224 17799 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/10412/statm: 18669 17799 75 150 0 18516 0
Current children cumulated CPU time (s) 3366.42
Current children cumulated vsize (KiB) 93764

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 10916
/proc/meminfo: memFree=945096/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=13732 CPUtime=8.38
/proc/10322/stat : 10322 (sugar) S 10320 10322 10102 0 -1 4194304 1427 55348 0 5 4 1 775 58 16 0 1 0 4729783 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10322/statm: 3433 826 374 3 0 533 0
[pid=10411] ppid=10322 vsize=5356 CPUtime=0
/proc/10411/stat : 10411 (sh) S 10322 10322 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4730642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10411/statm: 1339 232 193 169 0 50 0
[pid=10412] ppid=10411 vsize=74676 CPUtime=3417.47
/proc/10412/stat : 10412 (minisat) R 10411 10322 10102 0 -1 4194304 17837 0 0 0 341728 19 0 0 25 0 1 0 4730642 76468224 17799 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/10412/statm: 18669 17799 75 150 0 18516 0
Current children cumulated CPU time (s) 3425.85
Current children cumulated vsize (KiB) 93764

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 10916
/proc/meminfo: memFree=943624/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=13732 CPUtime=8.38
/proc/10322/stat : 10322 (sugar) S 10320 10322 10102 0 -1 4194304 1427 55348 0 5 4 1 775 58 16 0 1 0 4729783 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10322/statm: 3433 826 374 3 0 533 0
[pid=10411] ppid=10322 vsize=5356 CPUtime=0
/proc/10411/stat : 10411 (sh) S 10322 10322 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4730642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10411/statm: 1339 232 193 169 0 50 0
[pid=10412] ppid=10411 vsize=74920 CPUtime=3476.91
/proc/10412/stat : 10412 (minisat) R 10411 10322 10102 0 -1 4194304 17904 0 0 0 347672 19 0 0 25 0 1 0 4730642 76718080 17866 996147200 134512640 135127466 4294956256 18446744073709551615 134530834 0 0 4096 3 0 0 0 17 1 0 0
/proc/10412/statm: 18730 17866 75 150 0 18577 0
Current children cumulated CPU time (s) 3485.29
Current children cumulated vsize (KiB) 94008

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 10916
/proc/meminfo: memFree=942280/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=13732 CPUtime=8.38
/proc/10322/stat : 10322 (sugar) S 10320 10322 10102 0 -1 4194304 1427 55348 0 5 4 1 775 58 16 0 1 0 4729783 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10322/statm: 3433 826 374 3 0 533 0
[pid=10411] ppid=10322 vsize=5356 CPUtime=0
/proc/10411/stat : 10411 (sh) S 10322 10322 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4730642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10411/statm: 1339 232 193 169 0 50 0
[pid=10412] ppid=10411 vsize=74920 CPUtime=3536.34
/proc/10412/stat : 10412 (minisat) R 10411 10322 10102 0 -1 4194304 17904 0 0 0 353615 19 0 0 25 0 1 0 4730642 76718080 17866 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10412/statm: 18730 17866 75 150 0 18577 0
Current children cumulated CPU time (s) 3544.72
Current children cumulated vsize (KiB) 94008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637.8 s]
/proc/loadavg: 2.08 2.02 1.94 3/83 10952
/proc/meminfo: memFree=1043472/2055920 swapFree=4192956/4192956
[pid=10322] ppid=10320 vsize=13732 CPUtime=8.38
/proc/10322/stat : 10322 (sugar) S 10320 10322 10102 0 -1 4194304 1427 55348 0 5 4 1 775 58 16 0 1 0 4729783 14061568 826 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10322/statm: 3433 826 374 3 0 533 0
[pid=10411] ppid=10322 vsize=5356 CPUtime=0
/proc/10411/stat : 10411 (sh) S 10322 10322 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4730642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10411/statm: 1339 232 193 169 0 50 0
[pid=10412] ppid=10411 vsize=75284 CPUtime=3591.65
/proc/10412/stat : 10412 (minisat) R 10411 10322 10102 0 -1 4194304 17973 0 0 0 359142 23 0 0 25 0 1 0 4730642 77090816 17935 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10412/statm: 18821 17935 75 150 0 18668 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 94372

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

Real time (s): 3637.83
CPU time (s): 3600.03
CPU user time (s): 3599.21
CPU system time (s): 0.82
CPU usage (%): 98.961
Max. virtual memory (cumulated for all children) (KiB): 887336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.80481
system time used= 0.612906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57118
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5946
involuntary context switches= 5848

runsolver used 4.13937 second user time and 12.3851 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-23 03:27:03
IDJOB=1127820
IDBENCH=64013
IDSOLVER=368
FILE ID=node59/1127820-1216776423
PBS_JOBID= 7974162
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2a6c19a67c4853bfad2a59963e41e8fd
RANDOM SEED=1892492501

node59.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.272
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.272
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:       1142456 kB
Buffers:         33548 kB
Cached:         742672 kB
SwapCached:          0 kB
Active:         470836 kB
Inactive:       366056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1142456 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           21136 kB
Writeback:           0 kB
Mapped:          71876 kB
Slab:            61856 kB
Committed_AS:   131428 kB
PageTables:       1956 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 node59 at 2008-07-23 04:27:43