Trace number 1127964

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.1 3622.41

General information on the benchmark

Namemaxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-80/
normalized-kbtree-5-2-4-5-80-06_ext.xml
MD5SUM50de876bcdd60aa06d3f9a4b462eb051
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints90
Best CPU time to get the best result obtained on this benchmark9.90149
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints211
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension211
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 04:05:50 2008
0.00/0.04	c 0	PID 7832
0.03/0.05	c 0	HOST node25.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1127964-1216778749.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127964-1216778749.xml' 'HOME/temp.csp'
0.03/0.53	c 0	1 domains, 62 variables, 0 predicates, 211 relations, 211 constraints
0.03/0.58	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.58	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.44/0.66	c 0	Parsing HOME/temp.csp
0.44/0.79	c 0	parsed 485 expressions
0.44/0.80	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.80	c 0	MAX CSP: 211 constraints
0.44/0.80	c 0	Converting to clausal form CSP
0.44/0.83	c 0	converted 70 (10%) expressions
0.44/0.83	c 0	converted 140 (20%) expressions
0.44/0.83	c 0	converted 210 (30%) expressions
0.44/0.84	c 0	converted 280 (40%) expressions
0.44/0.85	c 0	converted 350 (50%) expressions
0.44/0.86	c 0	converted 420 (60%) expressions
0.44/0.87	c 0	converted 490 (70%) expressions
0.44/0.87	c 0	converted 560 (80%) expressions
0.44/0.88	c 0	converted 630 (90%) expressions
0.84/1.03	c 1	converted 699 (100%) expressions
0.84/1.03	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 317
0.84/1.03	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.84/1.03	c 1	Propagation in CSP
0.84/1.05	c 1	206 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.84/1.05	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.84/1.05	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.84/1.06	c 1	Simplifing CSP by introducing new Boolean variables
0.84/1.06	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.84/1.06	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.84/1.08	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.84/1.09	c 1	49 (10%) CSP integer variables are encoded (147 clauses, 1519 bytes)
0.84/1.10	c 1	97 (20%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.84/1.10	c 1	146 (30%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.84/1.10	c 1	194 (40%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.84/1.10	c 1	242 (50%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.84/1.10	c 1	291 (60%) CSP integer variables are encoded (443 clauses, 4775 bytes)
0.94/1.11	c 1	339 (70%) CSP integer variables are encoded (692 clauses, 7566 bytes)
0.94/1.11	c 1	388 (80%) CSP integer variables are encoded (1030 clauses, 11960 bytes)
0.94/1.11	c 1	436 (90%) CSP integer variables are encoded (1274 clauses, 15132 bytes)
0.94/1.11	c 1	484 (100%) CSP integer variables are encoded (2890 clauses, 36140 bytes)
0.94/1.14	c 1	64 (10%) CSP clauses are encoded (3316 clauses, 42391 bytes)
0.94/1.16	c 1	127 (20%) CSP clauses are encoded (3721 clauses, 48667 bytes)
0.94/1.17	c 1	190 (30%) CSP clauses are encoded (4129 clauses, 55628 bytes)
0.94/1.18	c 1	253 (40%) CSP clauses are encoded (4661 clauses, 63419 bytes)
0.94/1.19	c 1	316 (50%) CSP clauses are encoded (7646 clauses, 107626 bytes)
0.94/1.20	c 1	380 (60%) CSP clauses are encoded (8690 clauses, 124839 bytes)
1.03/1.21	c 1	443 (70%) CSP clauses are encoded (16969 clauses, 268889 bytes)
1.03/1.22	c 1	506 (80%) CSP clauses are encoded (18098 clauses, 287901 bytes)
1.03/1.24	c 1	569 (90%) CSP clauses are encoded (27545 clauses, 450032 bytes)
1.14/1.31	c 1	632 (100%) CSP clauses are encoded (65227 clauses, 1137217 bytes)
1.14/1.31	c 1	632 CSP clauses encoded
1.14/1.31	c 1	Writing map file : HOME/temp.map
1.14/1.31	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.32	c 1	SAT : 3374 SAT variables, 65227 SAT clauses, 1137217 bytes
1.14/1.32	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.38	c 1	OBJECTIVE minimize _COST
1.14/1.38	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.14/1.38	c 1	SEARCHING: _COST <= 106
1.14/1.38	c 1	SOLVING HOME/temp.cnf
1.14/1.38	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.14/1.38	c 1	This is MiniSat 2.0 beta
1.14/1.38	c 1	WARNING: for repeatability, setting FPU to use double precision
1.14/1.38	c 1	============================[ Problem Statistics ]=============================
1.14/1.38	c 1	|                                                                             |
1.14/1.38	c 1	|  Number of variables:  3374                                                 |
1.14/1.38	c 1	|  Number of clauses:    65228                                                |
1.16/1.42	c 1	|  Parsing time:         0.03         s                                       |
1.16/1.42	c 1	============================[ Search Statistics ]==============================
1.16/1.42	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.16/1.42	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.16/1.42	c 1	===============================================================================
1.16/1.42	c 1	|         0 |    2534    42673   122260 |    14224        0    nan |  0.000 % |
1.16/1.44	c 1	|       100 |    2529    42673   122260 |    15646       99     16 | 25.163 % |
1.16/1.46	c 1	|       250 |    2529    42673   122260 |    17211      249     20 | 25.163 % |
1.16/1.48	c 1	|       475 |    2529    42673   122260 |    18932      474     21 | 25.166 % |
1.16/1.51	c 1	|       814 |    2529    42673   122260 |    20825      813     22 | 25.164 % |
1.16/1.56	c 1	|      1320 |    2525    42535   121879 |    22908     1319     21 | 25.163 % |
1.16/1.64	c 1	|      2080 |    2525    42535   121879 |    25199     2079     22 | 25.163 % |
1.16/1.75	c 1	|      3220 |    2525    42535   121879 |    27719     3219     23 | 25.163 % |
1.16/1.93	c 1	|      4931 |    2525    42535   121879 |    30491     4930     27 | 25.164 % |
1.96/2.21	c 2	|      7493 |    2525    42535   121879 |    33540     7492     27 | 25.163 % |
2.45/2.73	c 2	|     11338 |    2525    42535   121879 |    36894    11337     27 | 25.163 % |
3.14/3.49	c 3	|     17106 |    2525    42535   121879 |    40583    17105     27 | 25.163 % |
4.63/4.94	c 4	|     25757 |    2525    42535   121879 |    44642    25756     29 | 25.163 % |
7.31/7.63	c 7	|     38731 |    2525    42535   121879 |    49106    38730     29 | 25.163 % |
12.66/13.08	c 13	|     58192 |    2525    42535   121879 |    54016    19863     28 | 25.163 % |
23.05/23.57	c 23	|     87385 |    2525    42535   121879 |    59418    49056     29 | 25.164 % |
41.59/42.28	c 42	|    131174 |    2525    42535   121879 |    65360    44994     29 | 25.163 % |
73.19/74.16	c 74	|    196860 |    2525    42535   121879 |    71896    58891     26 | 25.163 % |
119.87/121.25	c 121	|    295387 |    2525    42535   121879 |    79086    37482     36 | 25.164 % |
201.50/203.65	c 203	|    443178 |    2525    42535   121879 |    86994    54640     31 | 25.163 % |
332.10/335.50	c 335	|    664861 |    2525    42535   121879 |    95694    57059     25 | 25.163 % |
534.71/539.97	c 539	|    997389 |    2525    42535   121879 |   105263    63692     29 | 25.163 % |
894.45/903.02	c 903	|   1496177 |    2525    42535   121879 |   115789    17450     39 | 25.163 % |
987.57/997.06	c 997	===============================================================================
987.57/997.07	c 997	restarts              : 23
987.57/997.07	c 997	conflicts             : 1616477        (1639 /sec)
987.57/997.07	c 997	decisions             : 1853766        (0.83 % random) (1879 /sec)
987.57/997.07	c 997	propagations          : 307763913      (312014 /sec)
987.57/997.07	c 997	conflict literals     : 53903653       (25.70 % deleted)
987.57/997.07	c 997	Memory used           : 44.45 MB
987.57/997.07	c 997	CPU time              : 986.377 s
987.57/997.07	c 997	
987.57/997.07	c 997	SATISFIABLE
987.57/997.08	c 997	FOUND: _COST <= 106
987.57/997.08	s SATISFIABLE
987.57/997.08	c 997	DECODING HOME/temp.out WITH HOME/temp.map
987.57/997.08	c 997	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
987.67/997.47	c 997	Decoding HOME/temp.out
987.67/997.53	c 997	OBJECTIVE _COST 106
987.67/997.53	o 106
987.67/997.54	v 0 3 4 3 2 0 0 3 1 0 4 0 0 0 2 4 1 2 2 0 1 1 0 4 3 3 1 3 4 1 4 0 4 4 2 2 1 2 2 4 1 3 1 0 1 1 0 4 0 2 4 0 3 1 4 1 0 4 3 0 4 4
987.67/997.54	c 997	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
987.67/997.57	c 997	OBJECTIVE BOUND: 0 <= _COST <= 106
987.67/997.57	c 997	SEARCHING: _COST <= 53
987.67/997.57	c 997	SOLVING HOME/temp.cnf
987.67/997.57	c 997	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
987.67/997.57	c 997	This is MiniSat 2.0 beta
987.67/997.57	c 997	WARNING: for repeatability, setting FPU to use double precision
987.67/997.57	c 997	============================[ Problem Statistics ]=============================
987.67/997.57	c 997	|                                                                             |
987.67/997.57	c 997	|  Number of variables:  3374                                                 |
987.67/997.57	c 997	|  Number of clauses:    65228                                                |
987.84/997.61	c 997	|  Parsing time:         0.03         s                                       |
987.84/997.62	c 997	============================[ Search Statistics ]==============================
987.84/997.62	c 997	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
987.84/997.62	c 997	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
987.84/997.62	c 997	===============================================================================
987.84/997.62	c 997	|         0 |    2057    28787    81980 |     9595        0    nan |  0.000 % |
987.84/997.64	c 997	|       100 |    2054    28787    81980 |    10555       99     14 | 39.330 % |
987.84/997.65	c 997	|       251 |    2054    28787    81980 |    11610      250     14 | 39.330 % |
987.84/997.67	c 997	|       476 |    2054    28787    81980 |    12771      475     16 | 39.330 % |
987.84/997.69	c 997	|       814 |    2047    28593    81434 |    14049      813     16 | 39.330 % |
987.94/997.74	c 997	|      1320 |    2047    28593    81434 |    15453     1319     16 | 39.331 % |
988.03/997.81	c 997	|      2079 |    2047    28593    81434 |    16999     2078     16 | 39.330 % |
988.13/997.91	c 997	|      3221 |    2047    28593    81434 |    18699     3220     16 | 39.330 % |
988.23/998.08	c 998	|      4929 |    2047    28593    81434 |    20569     4928     17 | 39.330 % |
988.53/998.39	c 998	|      7491 |    2047    28593    81434 |    22626     7490     18 | 39.330 % |
989.13/998.94	c 998	|     11335 |    2047    28593    81434 |    24888    11334     18 | 39.330 % |
990.13/999.92	c 999	|     17101 |    2047    28593    81434 |    27377    17100     19 | 39.330 % |
992.01/1001.86	c 1001	|     25750 |    2047    28593    81434 |    30115    25749     20 | 39.330 % |
995.40/1005.22	c 1005	|     38725 |    2047    28593    81434 |    33126    19184     16 | 39.332 % |
1000.17/1010.01	c 1010	|     58186 |    2047    28593    81434 |    36439    16345     17 | 39.332 % |
1008.43/1018.35	c 1018	|     87378 |    2047    28593    81434 |    40083    20676     19 | 39.330 % |
1022.16/1032.12	c 1032	|    131168 |    2047    28593    81434 |    44091    36689     18 | 39.330 % |
1044.56/1054.69	c 1054	|    196852 |    2047    28593    81434 |    48501    39322     21 | 39.330 % |
1081.78/1092.08	c 1092	|    295380 |    2047    28593    81434 |    53351    32386     21 | 39.330 % |
1144.77/1155.34	c 1155	|    443169 |    2047    28593    81434 |    58686    20656     18 | 39.330 % |
1240.61/1251.64	c 1251	|    664852 |    2047    28593    81434 |    64554    20608     20 | 39.330 % |
1391.58/1403.37	c 1403	|    997377 |    2047    28593    81434 |    71010    45914     26 | 39.330 % |
1636.41/1649.36	c 1649	|   1496166 |    2047    28593    81434 |    78111    29922     19 | 39.330 % |
2024.63/2039.41	c 2039	|   2244350 |    2047    28593    81434 |    85922    74907     20 | 39.330 % |
2637.68/2655.43	c 2655	|   3366624 |    2047    28593    81434 |    94514    66762     23 | 39.330 % |
3600.05/3622.41	sh: line 1:  7870 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.05/3622.41	c ERROR unknown output  in HOME/temp.out
3600.05/3622.41	c 3622	CPU 3599.74 (0.03 0.01 3599.71 0.32)
3600.05/3622.41	c 3622	END Wed Jul 23 05:06:12 2008

Verifier Data (download as text)

OK	104	107
104 unsatisfied constraints, 107 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-1127964-1216778749/watcher-1127964-1216778749 -o /tmp/evaluation-result-1127964-1216778749/solver-1127964-1216778749 -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-1127964-1216778749.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.37 2.40 2.15 5/80 7832
/proc/meminfo: memFree=1009808/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=12268 CPUtime=0
/proc/7832/stat : 7832 (sugar) R 7830 7832 7112 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 4965366 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 253307353701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/7832/statm: 3067 316 241 3 0 167 0

[startup+0.0492811 s]
/proc/loadavg: 2.37 2.40 2.15 5/80 7832
/proc/meminfo: memFree=1009808/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=0.03
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 838 0 0 0 2 1 0 0 18 0 1 0 4965366 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101564 s]
/proc/loadavg: 2.37 2.40 2.15 5/80 7832
/proc/meminfo: memFree=1009808/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=0.03
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 4965366 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301581 s]
/proc/loadavg: 2.37 2.40 2.15 5/80 7832
/proc/meminfo: memFree=1009808/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=0.03
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 4965366 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70162 s]
/proc/loadavg: 2.37 2.40 2.15 5/80 7832
/proc/meminfo: memFree=1009808/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=0.44
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 974 4407 0 1 2 1 39 2 16 0 1 0 4965366 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.50269 s]
/proc/loadavg: 2.37 2.40 2.15 4/91 7854
/proc/meminfo: memFree=997560/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=1.16
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 1060 11049 0 2 3 1 106 6 16 0 1 0 4965366 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 13600

[startup+3.10184 s]
/proc/loadavg: 2.37 2.40 2.15 4/83 7856
/proc/meminfo: memFree=1002040/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=1.16
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 1060 11049 0 2 3 1 106 6 15 0 1 0 4965366 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 808 374 3 0 500 0
[pid=7855] ppid=7832 vsize=5356 CPUtime=0
/proc/7855/stat : 7855 (sh) S 7832 7832 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4965504 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7855/statm: 1339 232 193 169 0 50 0
[pid=7856] ppid=7855 vsize=6248 CPUtime=1.69
/proc/7856/stat : 7856 (minisat) R 7855 7832 7112 0 -1 4194304 1460 0 0 0 169 0 0 0 25 0 1 0 4965504 6397952 1446 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7856/statm: 1562 1446 75 150 0 1409 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 25204

[startup+6.30113 s]
/proc/loadavg: 2.42 2.41 2.16 3/83 7856
/proc/meminfo: memFree=998584/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=1.16
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 1060 11049 0 2 3 1 106 6 16 0 1 0 4965366 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 808 374 3 0 500 0
[pid=7855] ppid=7832 vsize=5356 CPUtime=0
/proc/7855/stat : 7855 (sh) S 7832 7832 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4965504 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7855/statm: 1339 232 193 169 0 50 0
[pid=7856] ppid=7855 vsize=9324 CPUtime=4.87
/proc/7856/stat : 7856 (minisat) R 7855 7832 7112 0 -1 4194304 2197 0 0 0 486 1 0 0 25 0 1 0 4965504 9547776 2183 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7856/statm: 2331 2183 75 150 0 2178 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 28280

[startup+12.7017 s]
/proc/loadavg: 2.39 2.40 2.16 4/83 7856
/proc/meminfo: memFree=995072/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=1.16
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 1060 11049 0 2 3 1 106 6 16 0 1 0 4965366 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 808 374 3 0 500 0
[pid=7855] ppid=7832 vsize=5356 CPUtime=0
/proc/7855/stat : 7855 (sh) S 7832 7832 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4965504 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7855/statm: 1339 232 193 169 0 50 0
[pid=7856] ppid=7855 vsize=12108 CPUtime=11.2
/proc/7856/stat : 7856 (minisat) R 7855 7832 7112 0 -1 4194304 2887 0 0 0 1119 1 0 0 25 0 1 0 4965504 12398592 2873 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/7856/statm: 3027 2873 75 150 0 2874 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 31064

[startup+25.5029 s]
/proc/loadavg: 2.30 2.38 2.15 3/83 7856
/proc/meminfo: memFree=994368/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=1.16
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 1060 11049 0 2 3 1 106 6 16 0 1 0 4965366 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 808 374 3 0 500 0
[pid=7855] ppid=7832 vsize=5356 CPUtime=0
/proc/7855/stat : 7855 (sh) S 7832 7832 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4965504 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7855/statm: 1339 232 193 169 0 50 0
[pid=7856] ppid=7855 vsize=13056 CPUtime=23.87
/proc/7856/stat : 7856 (minisat) R 7855 7832 7112 0 -1 4194304 3122 0 0 0 2386 1 0 0 25 0 1 0 4965504 13369344 3108 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7856/statm: 3264 3108 75 150 0 3111 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 32012

[startup+51.1022 s]
/proc/loadavg: 2.54 2.43 2.18 3/83 7856
/proc/meminfo: memFree=992256/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=1.16
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 1060 11049 0 2 3 1 106 6 16 0 1 0 4965366 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 808 374 3 0 500 0
[pid=7855] ppid=7832 vsize=5356 CPUtime=0
/proc/7855/stat : 7855 (sh) S 7832 7832 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4965504 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7855/statm: 1339 232 193 169 0 50 0
[pid=7856] ppid=7855 vsize=15160 CPUtime=49.24
/proc/7856/stat : 7856 (minisat) R 7855 7832 7112 0 -1 4194304 3627 0 0 0 4922 2 0 0 25 0 1 0 4965504 15523840 3613 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/7856/statm: 3790 3613 75 150 0 3637 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 34116

[startup+102.307 s]
/proc/loadavg: 2.59 2.46 2.20 3/83 7856
/proc/meminfo: memFree=988608/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=1.16
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 1060 11049 0 2 3 1 106 6 16 0 1 0 4965366 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 808 374 3 0 500 0
[pid=7855] ppid=7832 vsize=5356 CPUtime=0
/proc/7855/stat : 7855 (sh) S 7832 7832 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4965504 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7855/statm: 1339 232 193 169 0 50 0
[pid=7856] ppid=7855 vsize=18728 CPUtime=99.98
/proc/7856/stat : 7856 (minisat) R 7855 7832 7112 0 -1 4194304 4505 0 0 0 9995 3 0 0 25 0 1 0 4965504 19177472 4491 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7856/statm: 4682 4491 75 150 0 4529 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 37684

[startup+162.302 s]
/proc/loadavg: 2.58 2.48 2.22 4/83 7856
/proc/meminfo: memFree=985792/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=1.16
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 1060 11049 0 2 3 1 106 6 16 0 1 0 4965366 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 808 374 3 0 500 0
[pid=7855] ppid=7832 vsize=5356 CPUtime=0
/proc/7855/stat : 7855 (sh) S 7832 7832 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4965504 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7855/statm: 1339 232 193 169 0 50 0
[pid=7856] ppid=7855 vsize=21508 CPUtime=159.43
/proc/7856/stat : 7856 (minisat) R 7855 7832 7112 0 -1 4194304 5190 0 0 0 15939 4 0 0 25 0 1 0 4965504 22024192 5176 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7856/statm: 5377 5176 75 150 0 5224 0
Current children cumulated CPU time (s) 160.59
Current children cumulated vsize (KiB) 40464

[startup+222.303 s]
/proc/loadavg: 2.57 2.49 2.24 3/83 7856
/proc/meminfo: memFree=985152/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=1.16
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 1060 11049 0 2 3 1 106 6 16 0 1 0 4965366 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 808 374 3 0 500 0
[pid=7855] ppid=7832 vsize=5356 CPUtime=0
/proc/7855/stat : 7855 (sh) S 7832 7832 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4965504 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7855/statm: 1339 232 193 169 0 50 0
[pid=7856] ppid=7855 vsize=22100 CPUtime=218.87
/proc/7856/stat : 7856 (minisat) R 7855 7832 7112 0 -1 4194304 5344 0 0 0 21883 4 0 0 25 0 1 0 4965504 22630400 5330 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7856/statm: 5525 5330 75 150 0 5372 0
Current children cumulated CPU time (s) 220.03
Current children cumulated vsize (KiB) 41056

[startup+282.302 s]
/proc/loadavg: 2.53 2.49 2.25 3/83 7856
/proc/meminfo: memFree=984192/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=1.16
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 1060 11049 0 2 3 1 106 6 16 0 1 0 4965366 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 808 374 3 0 500 0
[pid=7855] ppid=7832 vsize=5356 CPUtime=0
/proc/7855/stat : 7855 (sh) S 7832 7832 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4965504 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7855/statm: 1339 232 193 169 0 50 0
[pid=7856] ppid=7855 vsize=23104 CPUtime=278.32
/proc/7856/stat : 7856 (minisat) R 7855 7832 7112 0 -1 4194304 5577 0 0 0 27828 4 0 0 25 0 1 0 4965504 23658496 5563 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/7856/statm: 5776 5563 75 150 0 5623 0
Current children cumulated CPU time (s) 279.48
Current children cumulated vsize (KiB) 42060


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

[pid=7832] ppid=7830 vsize=13600 CPUtime=987.82
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 1179 26137 0 3 3 1 98756 22 16 0 1 0 4965366 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 808 374 3 0 500 0
[pid=7869] ppid=7832 vsize=5356 CPUtime=0
/proc/7869/stat : 7869 (sh) S 7832 7832 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5065123 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7869/statm: 1339 232 193 169 0 50 0
[pid=7870] ppid=7869 vsize=28796 CPUtime=2034.91
/proc/7870/stat : 7870 (minisat) R 7869 7832 7112 0 -1 4194304 6741 0 0 0 203485 6 0 0 25 0 1 0 5065123 29487104 6727 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7870/statm: 7199 6727 75 150 0 7046 0
Current children cumulated CPU time (s) 3022.73
Current children cumulated vsize (KiB) 47752

[startup+3102.3 s]
/proc/loadavg: 2.60 2.70 2.63 3/83 7870
/proc/meminfo: memFree=977600/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=987.82
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 1179 26137 0 3 3 1 98756 22 16 0 1 0 4965366 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 808 374 3 0 500 0
[pid=7869] ppid=7832 vsize=5356 CPUtime=0
/proc/7869/stat : 7869 (sh) S 7832 7832 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5065123 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7869/statm: 1339 232 193 169 0 50 0
[pid=7870] ppid=7869 vsize=28796 CPUtime=2094.62
/proc/7870/stat : 7870 (minisat) R 7869 7832 7112 0 -1 4194304 6742 0 0 0 209456 6 0 0 25 0 1 0 5065123 29487104 6728 996147200 134512640 135127466 4294956256 18446744073709551615 134528448 0 0 4096 3 0 0 0 17 1 0 0
/proc/7870/statm: 7199 6728 75 150 0 7046 0
Current children cumulated CPU time (s) 3082.44
Current children cumulated vsize (KiB) 47752

[startup+3162.3 s]
/proc/loadavg: 2.54 2.66 2.62 4/83 7870
/proc/meminfo: memFree=977408/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=987.82
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 1179 26137 0 3 3 1 98756 22 16 0 1 0 4965366 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 808 374 3 0 500 0
[pid=7869] ppid=7832 vsize=5356 CPUtime=0
/proc/7869/stat : 7869 (sh) S 7832 7832 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5065123 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7869/statm: 1339 232 193 169 0 50 0
[pid=7870] ppid=7869 vsize=28936 CPUtime=2154.33
/proc/7870/stat : 7870 (minisat) R 7869 7832 7112 0 -1 4194304 6781 0 0 0 215427 6 0 0 25 0 1 0 5065123 29630464 6767 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7870/statm: 7234 6767 75 150 0 7081 0
Current children cumulated CPU time (s) 3142.15
Current children cumulated vsize (KiB) 47892

[startup+3222.3 s]
/proc/loadavg: 2.74 2.69 2.64 3/83 7870
/proc/meminfo: memFree=977216/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=987.82
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 1179 26137 0 3 3 1 98756 22 16 0 1 0 4965366 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 808 374 3 0 500 0
[pid=7869] ppid=7832 vsize=5356 CPUtime=0
/proc/7869/stat : 7869 (sh) S 7832 7832 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5065123 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7869/statm: 1339 232 193 169 0 50 0
[pid=7870] ppid=7869 vsize=29220 CPUtime=2214.04
/proc/7870/stat : 7870 (minisat) R 7869 7832 7112 0 -1 4194304 6851 0 0 0 221398 6 0 0 25 0 1 0 5065123 29921280 6837 996147200 134512640 135127466 4294956256 18446744073709551615 134528568 0 0 4096 3 0 0 0 17 1 0 0
/proc/7870/statm: 7305 6837 75 150 0 7152 0
Current children cumulated CPU time (s) 3201.86
Current children cumulated vsize (KiB) 48176

[startup+3282.3 s]
/proc/loadavg: 2.69 2.68 2.64 3/83 7870
/proc/meminfo: memFree=976768/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=987.82
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 1179 26137 0 3 3 1 98756 22 16 0 1 0 4965366 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 808 374 3 0 500 0
[pid=7869] ppid=7832 vsize=5356 CPUtime=0
/proc/7869/stat : 7869 (sh) S 7832 7832 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5065123 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7869/statm: 1339 232 193 169 0 50 0
[pid=7870] ppid=7869 vsize=29544 CPUtime=2273.76
/proc/7870/stat : 7870 (minisat) R 7869 7832 7112 0 -1 4194304 6949 0 0 0 227370 6 0 0 25 0 1 0 5065123 30253056 6935 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7870/statm: 7386 6935 75 150 0 7233 0
Current children cumulated CPU time (s) 3261.58
Current children cumulated vsize (KiB) 48500

[startup+3342.3 s]
/proc/loadavg: 2.77 2.71 2.64 3/83 7876
/proc/meminfo: memFree=976448/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=987.82
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 1179 26137 0 3 3 1 98756 22 16 0 1 0 4965366 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 808 374 3 0 500 0
[pid=7869] ppid=7832 vsize=5356 CPUtime=0
/proc/7869/stat : 7869 (sh) S 7832 7832 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5065123 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7869/statm: 1339 232 193 169 0 50 0
[pid=7870] ppid=7869 vsize=29756 CPUtime=2333.45
/proc/7870/stat : 7870 (minisat) R 7869 7832 7112 0 -1 4194304 6998 0 0 0 233339 6 0 0 25 0 1 0 5065123 30470144 6984 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/7870/statm: 7439 6984 75 150 0 7286 0
Current children cumulated CPU time (s) 3321.27
Current children cumulated vsize (KiB) 48712

[startup+3402.31 s]
/proc/loadavg: 2.76 2.71 2.64 3/83 7876
/proc/meminfo: memFree=975936/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=987.82
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 1179 26137 0 3 3 1 98756 22 16 0 1 0 4965366 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 808 374 3 0 500 0
[pid=7869] ppid=7832 vsize=5356 CPUtime=0
/proc/7869/stat : 7869 (sh) S 7832 7832 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5065123 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7869/statm: 1339 232 193 169 0 50 0
[pid=7870] ppid=7869 vsize=30300 CPUtime=2393.16
/proc/7870/stat : 7870 (minisat) R 7869 7832 7112 0 -1 4194304 7124 0 0 0 239310 6 0 0 25 0 1 0 5065123 31027200 7110 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/7870/statm: 7575 7110 75 150 0 7422 0
Current children cumulated CPU time (s) 3380.98
Current children cumulated vsize (KiB) 49256

[startup+3462.3 s]
/proc/loadavg: 2.73 2.70 2.64 3/83 7876
/proc/meminfo: memFree=975360/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=987.82
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 1179 26137 0 3 3 1 98756 22 16 0 1 0 4965366 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 808 374 3 0 500 0
[pid=7869] ppid=7832 vsize=5356 CPUtime=0
/proc/7869/stat : 7869 (sh) S 7832 7832 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5065123 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7869/statm: 1339 232 193 169 0 50 0
[pid=7870] ppid=7869 vsize=31000 CPUtime=2452.88
/proc/7870/stat : 7870 (minisat) R 7869 7832 7112 0 -1 4194304 7268 0 0 0 245281 7 0 0 25 0 1 0 5065123 31744000 7254 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/7870/statm: 7750 7254 75 150 0 7597 0
Current children cumulated CPU time (s) 3440.7
Current children cumulated vsize (KiB) 49956

[startup+3522.3 s]
/proc/loadavg: 2.68 2.69 2.64 3/83 7876
/proc/meminfo: memFree=975104/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=987.82
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 1179 26137 0 3 3 1 98756 22 16 0 1 0 4965366 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 808 374 3 0 500 0
[pid=7869] ppid=7832 vsize=5356 CPUtime=0
/proc/7869/stat : 7869 (sh) S 7832 7832 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5065123 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7869/statm: 1339 232 193 169 0 50 0
[pid=7870] ppid=7869 vsize=31180 CPUtime=2512.59
/proc/7870/stat : 7870 (minisat) R 7869 7832 7112 0 -1 4194304 7312 0 0 0 251252 7 0 0 25 0 1 0 5065123 31928320 7298 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7870/statm: 7795 7298 75 150 0 7642 0
Current children cumulated CPU time (s) 3500.41
Current children cumulated vsize (KiB) 50136

[startup+3582.3 s]
/proc/loadavg: 2.73 2.70 2.64 3/83 7876
/proc/meminfo: memFree=974976/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=987.82
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 1179 26137 0 3 3 1 98756 22 16 0 1 0 4965366 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 808 374 3 0 500 0
[pid=7869] ppid=7832 vsize=5356 CPUtime=0
/proc/7869/stat : 7869 (sh) S 7832 7832 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5065123 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7869/statm: 1339 232 193 169 0 50 0
[pid=7870] ppid=7869 vsize=31180 CPUtime=2572.3
/proc/7870/stat : 7870 (minisat) R 7869 7832 7112 0 -1 4194304 7342 0 0 0 257223 7 0 0 25 0 1 0 5065123 31928320 7328 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7870/statm: 7795 7328 75 150 0 7642 0
Current children cumulated CPU time (s) 3560.12
Current children cumulated vsize (KiB) 50136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3622.4 s]
/proc/loadavg: 2.37 2.61 2.61 3/84 8029
/proc/meminfo: memFree=1040752/2055920 swapFree=4192956/4192956
[pid=7832] ppid=7830 vsize=13600 CPUtime=987.82
/proc/7832/stat : 7832 (sugar) S 7830 7832 7112 0 -1 4194304 1179 26137 0 3 3 1 98756 22 16 0 1 0 4965366 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7832/statm: 3400 808 374 3 0 500 0
[pid=7869] ppid=7832 vsize=5356 CPUtime=0
/proc/7869/stat : 7869 (sh) S 7832 7832 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5065123 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7869/statm: 1339 232 193 169 0 50 0
[pid=7870] ppid=7869 vsize=31344 CPUtime=2612.23
/proc/7870/stat : 7870 (minisat) R 7869 7832 7112 0 -1 4194304 7353 0 0 0 261215 8 0 0 25 0 1 0 5065123 32096256 7339 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7870/statm: 7836 7339 75 150 0 7683 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 50300

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

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

Child status: 0
Real time (s): 3622.41
CPU time (s): 3600.1
CPU user time (s): 3599.76
CPU system time (s): 0.342947
CPU usage (%): 99.3839
Max. virtual memory (cumulated for all children) (KiB): 887300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.76
system time used= 0.342947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35024
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1909
involuntary context switches= 54474

runsolver used 4.18636 second user time and 9.80351 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-23 04:05:49
IDJOB=1127964
IDBENCH=64437
IDSOLVER=368
FILE ID=node25/1127964-1216778749
PBS_JOBID= 7974207
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-80/normalized-kbtree-5-2-4-5-80-06_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-1127964-1216778749/watcher-1127964-1216778749 -o /tmp/evaluation-result-1127964-1216778749/solver-1127964-1216778749 -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-1127964-1216778749.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 50de876bcdd60aa06d3f9a4b462eb051
RANDOM SEED=1257820944

node25.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.215
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	: 5931.00
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.215
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:       1010544 kB
Buffers:         37748 kB
Cached:         839996 kB
SwapCached:          0 kB
Active:         292432 kB
Inactive:       674444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1010544 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1304 kB
Writeback:           0 kB
Mapped:         109452 kB
Slab:            63640 kB
Committed_AS:   903576 kB
PageTables:       2024 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node25 at 2008-07-23 05:06:12