Trace number 1128204

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.09 3601.82

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-90/
normalized-kbtree-9-7-3-5-90-11_ext.xml
MD5SUM2c0c0ffd235a5ad908728b7e8086c8ff
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints123
Best CPU time to get the best result obtained on this benchmark0.337948
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints189
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension189
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:37:47 2008
0.00/0.04	c 0	PID 8949
0.00/0.05	c 0	HOST node50.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128204-1216780667.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-1128204-1216780667.xml' 'HOME/temp.csp'
0.03/0.40	c 0	1 domains, 28 variables, 0 predicates, 185 relations, 189 constraints
0.03/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.42	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.42/0.50	c 0	Parsing HOME/temp.csp
0.42/0.62	c 1	parsed 403 expressions
0.42/0.64	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.65	c 1	MAX CSP: 189 constraints
0.42/0.65	c 1	Converting to clausal form CSP
0.42/0.67	c 1	converted 60 (10%) expressions
0.42/0.68	c 1	converted 119 (20%) expressions
0.42/0.68	c 1	converted 179 (30%) expressions
0.42/0.69	c 1	converted 238 (40%) expressions
0.42/0.70	c 1	converted 298 (50%) expressions
0.42/0.70	c 1	converted 357 (60%) expressions
0.42/0.71	c 1	converted 417 (70%) expressions
0.42/0.71	c 1	converted 476 (80%) expressions
0.42/0.72	c 1	converted 536 (90%) expressions
0.42/0.86	c 1	converted 595 (100%) expressions
0.42/0.86	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 284
0.42/0.86	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.42/0.86	c 1	Propagation in CSP
0.42/0.88	c 1	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.42/0.89	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.42/0.89	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.42/0.89	c 1	Simplifing CSP by introducing new Boolean variables
0.42/0.89	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.42/0.89	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.42/0.91	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.42/0.92	c 1	41 (10%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.42/0.92	c 1	82 (20%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.42/0.92	c 1	122 (30%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.42/0.92	c 1	163 (40%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.42/0.92	c 1	203 (50%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.42/0.93	c 1	244 (60%) CSP integer variables are encoded (365 clauses, 3917 bytes)
0.42/0.93	c 1	285 (70%) CSP integer variables are encoded (547 clauses, 5919 bytes)
0.42/0.93	c 1	325 (80%) CSP integer variables are encoded (846 clauses, 9523 bytes)
0.42/0.94	c 1	366 (90%) CSP integer variables are encoded (2088 clauses, 25669 bytes)
0.42/0.94	c 1	406 (100%) CSP integer variables are encoded (2481 clauses, 30778 bytes)
0.42/0.96	c 1	57 (10%) CSP clauses are encoded (2812 clauses, 35139 bytes)
0.42/0.99	c 1	114 (20%) CSP clauses are encoded (3132 clauses, 39633 bytes)
0.42/0.99	c 1	170 (30%) CSP clauses are encoded (3453 clauses, 44138 bytes)
0.43/1.01	c 1	227 (40%) CSP clauses are encoded (3863 clauses, 49788 bytes)
0.43/1.02	c 1	283 (50%) CSP clauses are encoded (6359 clauses, 86631 bytes)
0.43/1.02	c 1	340 (60%) CSP clauses are encoded (7200 clauses, 98506 bytes)
0.43/1.04	c 1	397 (70%) CSP clauses are encoded (13877 clauses, 208129 bytes)
0.43/1.04	c 1	453 (80%) CSP clauses are encoded (14781 clauses, 223239 bytes)
0.43/1.08	c 1	510 (90%) CSP clauses are encoded (34450 clauses, 571851 bytes)
1.10/1.12	c 1	566 (100%) CSP clauses are encoded (52910 clauses, 908111 bytes)
1.10/1.12	c 1	566 CSP clauses encoded
1.10/1.12	c 1	Writing map file : HOME/temp.map
1.10/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.12	c 1	SAT : 2887 SAT variables, 52910 SAT clauses, 908111 bytes
1.10/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.17	c 1	OBJECTIVE minimize _COST
1.10/1.17	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.10/1.17	c 1	SEARCHING: _COST <= 95
1.10/1.17	c 1	SOLVING HOME/temp.cnf
1.10/1.17	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.10/1.18	c 1	This is MiniSat 2.0 beta
1.10/1.18	c 1	WARNING: for repeatability, setting FPU to use double precision
1.10/1.18	c 1	============================[ Problem Statistics ]=============================
1.10/1.18	c 1	|                                                                             |
1.10/1.18	c 1	|  Number of variables:  2887                                                 |
1.10/1.18	c 1	|  Number of clauses:    52911                                                |
1.13/1.21	c 1	|  Parsing time:         0.02         s                                       |
1.13/1.21	c 1	============================[ Search Statistics ]==============================
1.13/1.21	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.13/1.21	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.13/1.21	c 1	===============================================================================
1.13/1.21	c 1	|         0 |    2135    34611    98514 |    11537        0    nan |  0.000 % |
1.13/1.23	c 1	|       100 |    2132    34611    98514 |    12690       99     13 | 26.394 % |
1.13/1.24	c 1	|       251 |    2132    34611    98514 |    13959      250     19 | 26.395 % |
1.13/1.26	c 1	|       478 |    2132    34611    98514 |    15355      477     16 | 26.395 % |
1.13/1.29	c 1	|       815 |    2125    34432    98014 |    16891      813     15 | 26.810 % |
1.13/1.33	c 1	|      1321 |    2125    34432    98014 |    18580     1319     15 | 26.811 % |
1.13/1.40	c 1	|      2081 |    2113    34132    97155 |    20438     2079     15 | 26.810 % |
1.13/1.51	c 1	|      3220 |    2113    34132    97155 |    22482     3218     16 | 26.812 % |
1.13/1.67	c 2	|      4928 |    2113    34132    97155 |    24730     4926     17 | 26.812 % |
1.13/1.98	c 2	|      7491 |    2069    33365    95013 |    27203     7481     16 | 28.337 % |
2.34/2.46	c 2	|     11336 |    2069    33365    95013 |    29924    11326     16 | 28.337 % |
3.14/3.24	c 3	|     17102 |    2069    33365    95013 |    32916    17092     16 | 28.335 % |
4.94/5.06	c 5	|     25754 |    2069    33365    95013 |    36208    25744     17 | 28.335 % |
10.04/10.19	c 10	|     38729 |    2069    33365    95013 |    39828    14228     19 | 28.335 % |
15.53/15.69	c 16	|     58191 |    2069    33365    95013 |    43811    33690     20 | 28.334 % |
26.03/26.15	c 26	|     87384 |    2056    33071    94176 |    48192    31175     18 | 28.786 % |
44.03/44.18	c 44	|    131176 |    2056    33071    94176 |    53012    39814     19 | 28.785 % |
73.50/73.68	c 74	|    196860 |    2056    33071    94176 |    58313    26725     19 | 28.785 % |
118.29/118.50	c 118	|    295386 |    2056    33071    94176 |    64144    37891     18 | 28.785 % |
187.25/187.49	c 187	|    443176 |    2056    33071    94176 |    70559    33753     22 | 28.786 % |
309.30/309.54	c 309	|    664859 |    2056    33071    94176 |    77615    32869     19 | 28.787 % |
500.81/501.20	c 501	|    997384 |    2038    32723    93189 |    85376    72420     21 | 29.408 % |
803.47/803.97	c 804	|   1496172 |    1822    28205    80314 |    93914    24737     15 | 36.891 % |
838.87/839.39	c 839	===============================================================================
838.87/839.39	c 839	restarts              : 23
838.87/839.39	c 839	conflicts             : 1556325        (1858 /sec)
838.87/839.39	c 839	decisions             : 2094379        (0.73 % random) (2500 /sec)
838.87/839.39	c 839	propagations          : 292736069      (349434 /sec)
838.87/839.39	c 839	conflict literals     : 32096882       (44.62 % deleted)
838.87/839.39	c 839	Memory used           : 20.27 MB
838.87/839.39	c 839	CPU time              : 837.744 s
838.87/839.39	c 839	
838.87/839.39	c 839	UNSATISFIABLE
838.87/839.40	c 839	NOT FOUND: _COST <= 95
838.87/839.40	c 839	OBJECTIVE BOUND: 96 <= _COST <= 
838.87/839.40	c 839	SEARCHING: _COST <= 143
838.87/839.40	c 839	SOLVING HOME/temp.cnf
838.87/839.40	c 839	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
838.96/839.40	c 839	This is MiniSat 2.0 beta
838.96/839.40	c 839	WARNING: for repeatability, setting FPU to use double precision
838.96/839.40	c 839	============================[ Problem Statistics ]=============================
838.96/839.40	c 839	|                                                                             |
838.96/839.41	c 839	|  Number of variables:  2887                                                 |
838.96/839.41	c 839	|  Number of clauses:    52911                                                |
838.96/839.43	c 839	|  Parsing time:         0.03         s                                       |
838.96/839.44	c 839	============================[ Search Statistics ]==============================
838.96/839.44	c 839	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
838.96/839.44	c 839	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
838.96/839.44	c 839	===============================================================================
838.96/839.44	c 839	|         0 |    2519    44691   127697 |    14897        0    nan |  0.000 % |
838.96/839.46	c 839	|       101 |    2516    44691   127697 |    16386      100     19 | 13.093 % |
838.96/839.47	c 839	|       251 |    2516    44691   127697 |    18025      250     24 | 13.093 % |
838.96/839.49	c 839	|       476 |    2516    44691   127697 |    19827      475     22 | 13.097 % |
838.96/839.51	c 839	|       815 |    2516    44691   127697 |    21810      814     23 | 13.094 % |
838.96/839.56	c 839	|      1326 |    2509    44512   127197 |    23991     1325     24 | 13.093 % |
838.96/839.57	c 839	===============================================================================
838.96/839.57	c 839	restarts              : 6
838.96/839.57	c 839	conflicts             : 1346           (8520 /sec)
838.96/839.57	c 839	decisions             : 2893           (0.41 % random) (18313 /sec)
838.96/839.57	c 839	propagations          : 244489         (1547644 /sec)
838.96/839.57	c 839	conflict literals     : 32164          (23.81 % deleted)
838.96/839.57	c 839	Memory used           : 4.07 MB
838.96/839.57	c 839	CPU time              : 0.157975 s
838.96/839.57	c 839	
838.96/839.57	c 839	SATISFIABLE
838.96/839.57	c 839	FOUND: _COST <= 143
838.96/839.57	s SATISFIABLE
838.96/839.57	c 839	DECODING HOME/temp.out WITH HOME/temp.map
838.96/839.57	c 839	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
839.13/839.66	c 840	Decoding HOME/temp.out
839.13/839.72	c 840	OBJECTIVE _COST 143
839.13/839.72	o 143
839.13/839.72	v 3 3 2 4 4 3 4 2 4 4 3 2 1 0 1 1 1 4 2 1 1 3 0 2 3 1 1 2
839.13/839.74	c 840	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
839.13/839.76	c 840	OBJECTIVE BOUND: 96 <= _COST <= 143
839.13/839.76	c 840	SEARCHING: _COST <= 119
839.13/839.76	c 840	SOLVING HOME/temp.cnf
839.13/839.76	c 840	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
839.13/839.76	c 840	This is MiniSat 2.0 beta
839.13/839.76	c 840	WARNING: for repeatability, setting FPU to use double precision
839.13/839.76	c 840	============================[ Problem Statistics ]=============================
839.13/839.76	c 840	|                                                                             |
839.13/839.76	c 840	|  Number of variables:  2887                                                 |
839.13/839.76	c 840	|  Number of clauses:    52911                                                |
839.13/839.79	c 840	|  Parsing time:         0.02         s                                       |
839.13/839.79	c 840	============================[ Search Statistics ]==============================
839.13/839.79	c 840	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
839.13/839.79	c 840	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
839.13/839.79	c 840	===============================================================================
839.13/839.79	c 840	|         0 |    2327    39651   113106 |    13217        0    nan |  0.000 % |
839.29/839.81	c 840	|       101 |    2324    39651   113106 |    14538      100     17 | 19.744 % |
839.29/839.82	c 840	|       252 |    2323    39651   113106 |    15992      250     16 | 20.263 % |
839.29/839.84	c 840	|       477 |    2323    39651   113106 |    17591      475     18 | 20.265 % |
839.29/839.86	c 840	|       816 |    2323    39651   113106 |    19351      814     17 | 20.265 % |
839.29/839.90	c 840	|      1323 |    2302    39223   111914 |    21286     1321     19 | 20.264 % |
839.29/839.96	c 840	|      2084 |    2302    39223   111914 |    23414     2082     19 | 20.264 % |
839.29/840.06	c 840	|      3224 |    2302    39223   111914 |    25756     3222     19 | 20.265 % |
839.29/840.21	c 840	|      4934 |    2302    39223   111914 |    28331     4932     20 | 20.264 % |
839.92/840.48	c 840	|      7496 |    2302    39223   111914 |    31164     7494     22 | 20.264 % |
840.41/840.97	c 841	|     11341 |    2302    39223   111914 |    34281    11339     24 | 20.264 % |
841.42/841.91	c 842	|     17108 |    2302    39223   111914 |    37709    17106     24 | 20.264 % |
842.92/843.44	c 843	|     25757 |    2287    38968   111204 |    41480    25749     24 | 21.199 % |
846.62/847.19	c 847	|     38733 |    2275    38659   110318 |    45628    38725     23 | 21.201 % |
852.60/853.10	c 853	|     58194 |    2275    38659   110318 |    50191    24192     25 | 21.201 % |
864.71/865.25	c 865	|     87387 |    2275    38659   110318 |    55210    14515     30 | 21.199 % |
885.89/886.41	c 886	|    131176 |    2275    38659   110318 |    60731    16344     28 | 21.199 % |
916.98/917.54	c 917	|    196861 |    2275    38659   110318 |    66804    34675     27 | 21.199 % |
965.26/965.89	c 966	|    295387 |    2275    38659   110318 |    73485    26668     19 | 21.199 % |
1043.61/1044.23	c 1044	|    443176 |    2275    38659   110318 |    80833    55841     27 | 21.201 % |
1185.25/1185.99	c 1186	|    664859 |    2275    38659   110318 |    88917    78822     29 | 21.201 % |
1431.23/1432.07	c 1432	|    997385 |    2275    38659   110318 |    97809    40392     32 | 21.199 % |
1811.06/1812.04	c 1812	|   1496173 |    2275    38659   110318 |   107590    43927     29 | 21.199 % |
2454.07/2455.37	c 2455	|   2244355 |    2275    38659   110318 |   118349    62250     28 | 21.200 % |
3530.47/3532.22	c 3532	|   3366630 |    2275    38659   110318 |   130183    60387     31 | 21.199 % |
3600.03/3601.81	c ERROR unknown output  in HOME/temp.out
3600.03/3601.81	c 3602	CPU 3599.67 (0.04 0.01 3599.63 0.38)
3600.03/3601.81	c 3602	END Wed Jul 23 05:37:49 2008

Verifier Data (download as text)

OK	141	48
141 unsatisfied constraints, 48 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-1128204-1216780667/watcher-1128204-1216780667 -o /tmp/evaluation-result-1128204-1216780667/solver-1128204-1216780667 -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-1128204-1216780667.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.00 2.00 1.91 4/72 8949
/proc/meminfo: memFree=1272064/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=12272 CPUtime=0
/proc/8949/stat : 8949 (sugar) R 8947 8949 8231 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 5155263 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 240577641061 0 0 4224 0 0 0 0 17 1 0 0
/proc/8949/statm: 3068 364 274 3 0 168 0

[startup+0.147528 s]
/proc/loadavg: 2.00 2.00 1.91 4/72 8949
/proc/meminfo: memFree=1272064/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=0.03
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 5155263 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8949/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202537 s]
/proc/loadavg: 2.00 2.00 1.91 4/72 8949
/proc/meminfo: memFree=1272064/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=0.03
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 5155263 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8949/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302554 s]
/proc/loadavg: 2.00 2.00 1.91 4/72 8949
/proc/meminfo: memFree=1272064/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=0.03
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 5155263 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8949/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701615 s]
/proc/loadavg: 2.00 2.00 1.91 4/72 8949
/proc/meminfo: memFree=1272064/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=0.42
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 974 4427 0 1 3 0 36 3 15 0 1 0 5155263 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8949/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13600

[startup+1.50175 s]
/proc/loadavg: 2.08 2.02 1.91 3/84 8993
/proc/meminfo: memFree=1251152/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=1.13
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 1059 10994 0 2 3 1 100 9 15 0 1 0 5155263 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8949/statm: 3400 807 374 3 0 500 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 13600

[startup+3.10202 s]
/proc/loadavg: 2.08 2.02 1.91 3/76 8995
/proc/meminfo: memFree=1257680/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=1.14
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 1059 10994 0 2 4 1 100 9 15 0 1 0 5155263 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8949/statm: 3400 807 374 3 0 500 0
[pid=8994] ppid=8949 vsize=5356 CPUtime=0
/proc/8994/stat : 8994 (sh) S 8949 8949 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5155381 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8994/statm: 1339 232 193 169 0 50 0
[pid=8995] ppid=8994 vsize=5372 CPUtime=1.9
/proc/8995/stat : 8995 (minisat) R 8994 8949 8231 0 -1 4194304 1216 0 0 0 190 0 0 0 25 0 1 0 5155381 5500928 1202 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/8995/statm: 1343 1202 75 150 0 1190 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 24328

[startup+6.30257 s]
/proc/loadavg: 2.08 2.02 1.91 3/76 8995
/proc/meminfo: memFree=1253584/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=1.14
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 1059 10994 0 2 4 1 100 9 16 0 1 0 5155263 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8949/statm: 3400 807 374 3 0 500 0
[pid=8994] ppid=8949 vsize=5356 CPUtime=0
/proc/8994/stat : 8994 (sh) S 8949 8949 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5155381 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8994/statm: 1339 232 193 169 0 50 0
[pid=8995] ppid=8994 vsize=7004 CPUtime=5.1
/proc/8995/stat : 8995 (minisat) R 8994 8949 8231 0 -1 4194304 1609 0 0 0 509 1 0 0 25 0 1 0 5155381 7172096 1595 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8995/statm: 1751 1595 75 150 0 1598 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 25960

[startup+12.7016 s]
/proc/loadavg: 2.07 2.02 1.91 3/76 8995
/proc/meminfo: memFree=1249744/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=1.14
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 1059 10994 0 2 4 1 100 9 16 0 1 0 5155263 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8949/statm: 3400 807 374 3 0 500 0
[pid=8994] ppid=8949 vsize=5356 CPUtime=0
/proc/8994/stat : 8994 (sh) S 8949 8949 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5155381 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8994/statm: 1339 232 193 169 0 50 0
[pid=8995] ppid=8994 vsize=8060 CPUtime=11.49
/proc/8995/stat : 8995 (minisat) R 8994 8949 8231 0 -1 4194304 1889 0 0 0 1148 1 0 0 25 0 1 0 5155381 8253440 1875 996147200 134512640 135127466 4294956256 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 0 0 0
/proc/8995/statm: 2015 1875 75 150 0 1862 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 27016

[startup+25.5028 s]
/proc/loadavg: 2.14 2.03 1.92 3/76 8995
/proc/meminfo: memFree=1245584/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=1.14
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 1059 10994 0 2 4 1 100 9 16 0 1 0 5155263 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8949/statm: 3400 807 374 3 0 500 0
[pid=8994] ppid=8949 vsize=5356 CPUtime=0
/proc/8994/stat : 8994 (sh) S 8949 8949 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5155381 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8994/statm: 1339 232 193 169 0 50 0
[pid=8995] ppid=8994 vsize=9832 CPUtime=24.29
/proc/8995/stat : 8995 (minisat) R 8994 8949 8231 0 -1 4194304 2308 0 0 0 2427 2 0 0 25 0 1 0 5155381 10067968 2294 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/8995/statm: 2458 2294 75 150 0 2305 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 28788

[startup+51.103 s]
/proc/loadavg: 2.09 2.03 1.92 3/76 8995
/proc/meminfo: memFree=1243280/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=1.14
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 1059 10994 0 2 4 1 100 9 16 0 1 0 5155263 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8949/statm: 3400 807 374 3 0 500 0
[pid=8994] ppid=8949 vsize=5356 CPUtime=0
/proc/8994/stat : 8994 (sh) S 8949 8949 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5155381 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8994/statm: 1339 232 193 169 0 50 0
[pid=8995] ppid=8994 vsize=11164 CPUtime=49.88
/proc/8995/stat : 8995 (minisat) R 8994 8949 8231 0 -1 4194304 2642 0 0 0 4985 3 0 0 25 0 1 0 5155381 11431936 2628 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8995/statm: 2791 2628 75 150 0 2638 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 30120

[startup+102.303 s]
/proc/loadavg: 2.09 2.04 1.93 3/76 8995
/proc/meminfo: memFree=1239760/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=1.14
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 1059 10994 0 2 4 1 100 9 16 0 1 0 5155263 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8949/statm: 3400 807 374 3 0 500 0
[pid=8994] ppid=8949 vsize=5356 CPUtime=0
/proc/8994/stat : 8994 (sh) S 8949 8949 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5155381 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8994/statm: 1339 232 193 169 0 50 0
[pid=8995] ppid=8994 vsize=12532 CPUtime=101.06
/proc/8995/stat : 8995 (minisat) R 8994 8949 8231 0 -1 4194304 2981 0 0 0 10102 4 0 0 25 0 1 0 5155381 12832768 2967 996147200 134512640 135127466 4294956256 18446744073709551615 134530809 0 0 4096 3 0 0 0 17 0 0 0
/proc/8995/statm: 3133 2967 75 150 0 2980 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 31488

[startup+162.303 s]
/proc/loadavg: 2.08 2.04 1.93 3/76 8995
/proc/meminfo: memFree=1236752/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=1.14
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 1059 10994 0 2 4 1 100 9 16 0 1 0 5155263 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8949/statm: 3400 807 374 3 0 500 0
[pid=8994] ppid=8949 vsize=5356 CPUtime=0
/proc/8994/stat : 8994 (sh) S 8949 8949 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5155381 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8994/statm: 1339 232 193 169 0 50 0
[pid=8995] ppid=8994 vsize=13952 CPUtime=161.03
/proc/8995/stat : 8995 (minisat) R 8994 8949 8231 0 -1 4194304 3283 0 0 0 16099 4 0 0 25 0 1 0 5155381 14286848 3269 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/8995/statm: 3488 3269 75 150 0 3335 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 32908

[startup+222.307 s]
/proc/loadavg: 2.03 2.03 1.93 3/76 8995
/proc/meminfo: memFree=1233232/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=1.14
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 1059 10994 0 2 4 1 100 9 16 0 1 0 5155263 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8949/statm: 3400 807 374 3 0 500 0
[pid=8994] ppid=8949 vsize=5356 CPUtime=0
/proc/8994/stat : 8994 (sh) S 8949 8949 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5155381 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8994/statm: 1339 232 193 169 0 50 0
[pid=8995] ppid=8994 vsize=15868 CPUtime=221
/proc/8995/stat : 8995 (minisat) R 8994 8949 8231 0 -1 4194304 3748 0 0 0 22095 5 0 0 25 0 1 0 5155381 16248832 3734 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8995/statm: 3967 3734 75 150 0 3814 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 34824

[startup+282.302 s]
/proc/loadavg: 2.01 2.02 1.93 3/76 8995
/proc/meminfo: memFree=1232464/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=1.14
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 1059 10994 0 2 4 1 100 9 16 0 1 0 5155263 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8949/statm: 3400 807 374 3 0 500 0
[pid=8994] ppid=8949 vsize=5356 CPUtime=0
/proc/8994/stat : 8994 (sh) S 8949 8949 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5155381 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8994/statm: 1339 232 193 169 0 50 0
[pid=8995] ppid=8994 vsize=16056 CPUtime=280.97
/proc/8995/stat : 8995 (minisat) R 8994 8949 8231 0 -1 4194304 3808 0 0 0 28092 5 0 0 25 0 1 0 5155381 16441344 3794 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8995/statm: 4014 3794 75 150 0 3861 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 35012


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

[pid=8949] ppid=8947 vsize=13600 CPUtime=839.29
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 1237 21177 0 3 4 1 83903 21 16 0 1 0 5155263 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8949/statm: 3400 808 374 3 0 500 0
[pid=9008] ppid=8949 vsize=5356 CPUtime=0
/proc/9008/stat : 9008 (sh) S 8949 8949 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5239239 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9008/statm: 1339 232 193 169 0 50 0
[pid=9009] ppid=9008 vsize=41924 CPUtime=2261.47
/proc/9009/stat : 9009 (minisat) R 9008 8949 8231 0 -1 4194304 9914 0 0 0 226133 14 0 0 25 0 1 0 5239240 42930176 9876 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/9009/statm: 10481 9876 75 150 0 10328 0
Current children cumulated CPU time (s) 3100.76
Current children cumulated vsize (KiB) 60880

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/76 9027
/proc/meminfo: memFree=1189136/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=839.29
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 1237 21177 0 3 4 1 83903 21 16 0 1 0 5155263 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8949/statm: 3400 808 374 3 0 500 0
[pid=9008] ppid=8949 vsize=5356 CPUtime=0
/proc/9008/stat : 9008 (sh) S 8949 8949 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5239239 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9008/statm: 1339 232 193 169 0 50 0
[pid=9009] ppid=9008 vsize=42508 CPUtime=2321.45
/proc/9009/stat : 9009 (minisat) R 9008 8949 8231 0 -1 4194304 10054 0 0 0 232130 15 0 0 25 0 1 0 5239240 43528192 10016 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9009/statm: 10627 10016 75 150 0 10474 0
Current children cumulated CPU time (s) 3160.74
Current children cumulated vsize (KiB) 61464

[startup+3222.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/76 9027
/proc/meminfo: memFree=1188560/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=839.29
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 1237 21177 0 3 4 1 83903 21 16 0 1 0 5155263 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8949/statm: 3400 808 374 3 0 500 0
[pid=9008] ppid=8949 vsize=5356 CPUtime=0
/proc/9008/stat : 9008 (sh) S 8949 8949 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5239239 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9008/statm: 1339 232 193 169 0 50 0
[pid=9009] ppid=9008 vsize=42916 CPUtime=2381.42
/proc/9009/stat : 9009 (minisat) R 9008 8949 8231 0 -1 4194304 10148 0 0 0 238127 15 0 0 25 0 1 0 5239240 43945984 10110 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9009/statm: 10729 10110 75 150 0 10576 0
Current children cumulated CPU time (s) 3220.71
Current children cumulated vsize (KiB) 61872

[startup+3282.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/76 9027
/proc/meminfo: memFree=1187920/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=839.29
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 1237 21177 0 3 4 1 83903 21 16 0 1 0 5155263 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8949/statm: 3400 808 374 3 0 500 0
[pid=9008] ppid=8949 vsize=5356 CPUtime=0
/proc/9008/stat : 9008 (sh) S 8949 8949 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5239239 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9008/statm: 1339 232 193 169 0 50 0
[pid=9009] ppid=9008 vsize=43160 CPUtime=2441.39
/proc/9009/stat : 9009 (minisat) R 9008 8949 8231 0 -1 4194304 10200 0 0 0 244124 15 0 0 25 0 1 0 5239240 44195840 10162 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/9009/statm: 10790 10162 75 150 0 10637 0
Current children cumulated CPU time (s) 3280.68
Current children cumulated vsize (KiB) 62116

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/76 9027
/proc/meminfo: memFree=1187664/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=839.29
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 1237 21177 0 3 4 1 83903 21 16 0 1 0 5155263 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8949/statm: 3400 808 374 3 0 500 0
[pid=9008] ppid=8949 vsize=5356 CPUtime=0
/proc/9008/stat : 9008 (sh) S 8949 8949 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5239239 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9008/statm: 1339 232 193 169 0 50 0
[pid=9009] ppid=9008 vsize=43160 CPUtime=2501.36
/proc/9009/stat : 9009 (minisat) R 9008 8949 8231 0 -1 4194304 10204 0 0 0 250121 15 0 0 25 0 1 0 5239240 44195840 10166 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9009/statm: 10790 10166 75 150 0 10637 0
Current children cumulated CPU time (s) 3340.65
Current children cumulated vsize (KiB) 62116

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/76 9027
/proc/meminfo: memFree=1187344/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=839.29
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 1237 21177 0 3 4 1 83903 21 16 0 1 0 5155263 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8949/statm: 3400 808 374 3 0 500 0
[pid=9008] ppid=8949 vsize=5356 CPUtime=0
/proc/9008/stat : 9008 (sh) S 8949 8949 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5239239 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9008/statm: 1339 232 193 169 0 50 0
[pid=9009] ppid=9008 vsize=43160 CPUtime=2561.34
/proc/9009/stat : 9009 (minisat) R 9008 8949 8231 0 -1 4194304 10204 0 0 0 256119 15 0 0 25 0 1 0 5239240 44195840 10166 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/9009/statm: 10790 10166 75 150 0 10637 0
Current children cumulated CPU time (s) 3400.63
Current children cumulated vsize (KiB) 62116

[startup+3462.3 s]
/proc/loadavg: 2.06 2.01 1.97 3/76 9027
/proc/meminfo: memFree=1186960/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=839.29
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 1237 21177 0 3 4 1 83903 21 16 0 1 0 5155263 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8949/statm: 3400 808 374 3 0 500 0
[pid=9008] ppid=8949 vsize=5356 CPUtime=0
/proc/9008/stat : 9008 (sh) S 8949 8949 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5239239 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9008/statm: 1339 232 193 169 0 50 0
[pid=9009] ppid=9008 vsize=43160 CPUtime=2621.3
/proc/9009/stat : 9009 (minisat) R 9008 8949 8231 0 -1 4194304 10204 0 0 0 262115 15 0 0 25 0 1 0 5239240 44195840 10166 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9009/statm: 10790 10166 75 150 0 10637 0
Current children cumulated CPU time (s) 3460.59
Current children cumulated vsize (KiB) 62116

[startup+3522.31 s]
/proc/loadavg: 2.07 2.03 1.97 3/76 9027
/proc/meminfo: memFree=1186640/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=839.29
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 1237 21177 0 3 4 1 83903 21 16 0 1 0 5155263 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8949/statm: 3400 808 374 3 0 500 0
[pid=9008] ppid=8949 vsize=5356 CPUtime=0
/proc/9008/stat : 9008 (sh) S 8949 8949 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5239239 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9008/statm: 1339 232 193 169 0 50 0
[pid=9009] ppid=9008 vsize=43404 CPUtime=2681.28
/proc/9009/stat : 9009 (minisat) R 9008 8949 8231 0 -1 4194304 10258 0 0 0 268113 15 0 0 25 0 1 0 5239240 44445696 10220 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9009/statm: 10851 10220 75 150 0 10698 0
Current children cumulated CPU time (s) 3520.57
Current children cumulated vsize (KiB) 62360

[startup+3582.3 s]
/proc/loadavg: 2.28 2.11 2.00 3/76 9027
/proc/meminfo: memFree=1186576/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=839.29
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 1237 21177 0 3 4 1 83903 21 16 0 1 0 5155263 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8949/statm: 3400 808 374 3 0 500 0
[pid=9008] ppid=8949 vsize=5356 CPUtime=0
/proc/9008/stat : 9008 (sh) S 8949 8949 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5239239 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9008/statm: 1339 232 193 169 0 50 0
[pid=9009] ppid=9008 vsize=43404 CPUtime=2741.25
/proc/9009/stat : 9009 (minisat) R 9008 8949 8231 0 -1 4194304 10258 0 0 0 274110 15 0 0 25 0 1 0 5239240 44445696 10220 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9009/statm: 10851 10220 75 150 0 10698 0
Current children cumulated CPU time (s) 3580.54
Current children cumulated vsize (KiB) 62360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.8 s]
/proc/loadavg: 2.20 2.10 2.00 3/76 9027
/proc/meminfo: memFree=1186320/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=839.29
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 1237 21177 0 3 4 1 83903 21 16 0 1 0 5155263 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8949/statm: 3400 808 374 3 0 500 0
[pid=9008] ppid=8949 vsize=5356 CPUtime=0
/proc/9008/stat : 9008 (sh) S 8949 8949 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5239239 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9008/statm: 1339 232 193 169 0 50 0
[pid=9009] ppid=9008 vsize=43404 CPUtime=2760.74
/proc/9009/stat : 9009 (minisat) R 9008 8949 8231 0 -1 4194304 10276 0 0 0 276059 15 0 0 25 0 1 0 5239240 44445696 10238 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/9009/statm: 10851 10238 75 150 0 10698 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 62360

Sending SIGTERM to process tree (bottom up)


[startup+st ended. Dumping a history of the last processes samples6 0 0 0 

[startup+3601.8 s]
/proc/loadavg: 2.20 2.10 2.00 3/76 9027
/proc/meminfo: memFree=1186320/2055920 swapFree=4192956/4192956
[pid=8949] ppid=8947 vsize=13600 CPUtime=839.29
/proc/8949/stat : 8949 (sugar) S 8947 8949 8231 0 -1 4194304 1237 21177 0 3 4 1 83903 21 16 0 1 0 5155263 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8949/statm: 3400 808 374 3 0 500 0
[pid=9008] ppid=8949 vsize=5356 CPUtime=0
/proc/9008/stat : 9008 (sh) S 8949 8949 8231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5239239 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9008/statm: 1339 232 193 169 0 50 0
[pid=9009] ppid=9008 vsize=43404 CPUtime=2760.74
/proc/9009/stat : 9009 (minisat) R 9008 8949 8231 0 -1 4194304 10276 0 0 0 276059 15 0 0 25 0 1 0 5239240 44445696 10238 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/9009/statm: 10851 10238 75 150 0 10698 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 62360

Child status: 0
Real time (s): 3601.82
CPU time (s): 3600.09
CPU user time (s): 3599.68
CPU system time (s): 0.408937
CPU usage (%): 99.9521
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.68
system time used= 0.408937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33037
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= 1463
involuntary context switches= 14479

runsolver used 4.09938 second user time and 12.2921 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-23 04:37:47
IDJOB=1128204
IDBENCH=64931
IDSOLVER=368
FILE ID=node50/1128204-1216780667
PBS_JOBID= 7974238
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-90/normalized-kbtree-9-7-3-5-90-11_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-1128204-1216780667/watcher-1128204-1216780667 -o /tmp/evaluation-result-1128204-1216780667/solver-1128204-1216780667 -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-1128204-1216780667.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2c0c0ffd235a5ad908728b7e8086c8ff
RANDOM SEED=335702288

node50.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.279
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.279
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:       1272800 kB
Buffers:         28400 kB
Cached:         686484 kB
SwapCached:          0 kB
Active:         275360 kB
Inactive:       455176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1272800 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2144 kB
Writeback:           0 kB
Mapped:          26348 kB
Slab:            37912 kB
Committed_AS:    85620 kB
PageTables:       1836 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 node50 at 2008-07-23 05:37:49