Trace number 1115868

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.08 3608.11

General information on the benchmark

Namemaxcsp/randomMaxCSP/completeTight/
normalized-vcsp-15-10-100-93-20_ext.xml
MD5SUM8ef3b8734907e059ca2dfe31b1c1e88c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints73
Best CPU time to get the best result obtained on this benchmark10.7594
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints105
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension105
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 Mon Jul 14 14:31:13 2008
0.00/0.04	c 0	PID 21863
0.00/0.05	c 0	HOST node41.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1115868-1216038673.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-1115868-1216038673.xml' 'HOME/temp.csp'
0.03/0.29	c 0	1 domains, 15 variables, 0 predicates, 105 relations, 105 constraints
0.03/0.33	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.33	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.29/0.41	c 1	Parsing HOME/temp.csp
0.30/0.51	c 1	parsed 226 expressions
0.30/0.51	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.30/0.51	c 1	MAX CSP: 105 constraints
0.30/0.51	c 1	Converting to clausal form CSP
0.30/0.53	c 1	converted 34 (10%) expressions
0.30/0.54	c 1	converted 67 (20%) expressions
0.30/0.54	c 1	converted 101 (30%) expressions
0.30/0.55	c 1	converted 134 (40%) expressions
0.30/0.55	c 1	converted 167 (50%) expressions
0.30/0.56	c 1	converted 201 (60%) expressions
0.30/0.57	c 1	converted 234 (70%) expressions
0.30/0.57	c 1	converted 268 (80%) expressions
0.30/0.58	c 1	converted 301 (90%) expressions
0.30/0.64	c 1	converted 334 (100%) expressions
0.30/0.64	c 1	CSP : 225 integers, 0 booleans, 314 clauses, largest domain size 158
0.30/0.64	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/0.64	c 1	Propagation in CSP
0.30/0.66	c 1	101 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.30/0.66	c 1	CSP : 225 integers, 0 booleans, 314 clauses, largest domain size 106
0.30/0.66	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/0.66	c 1	Simplifing CSP by introducing new Boolean variables
0.30/0.66	c 1	CSP : 225 integers, 0 booleans, 314 clauses, largest domain size 106
0.30/0.66	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/0.68	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.30/0.69	c 1	23 (10%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.30/0.69	c 1	45 (20%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.30/0.69	c 1	68 (30%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.30/0.69	c 1	90 (40%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.30/0.69	c 1	113 (50%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.30/0.70	c 1	135 (60%) CSP integer variables are encoded (266 clauses, 2798 bytes)
0.30/0.70	c 1	158 (70%) CSP integer variables are encoded (353 clauses, 3755 bytes)
0.30/0.70	c 1	180 (80%) CSP integer variables are encoded (494 clauses, 5306 bytes)
0.30/0.70	c 1	203 (90%) CSP integer variables are encoded (1060 clauses, 12025 bytes)
0.30/0.71	c 1	225 (100%) CSP integer variables are encoded (1257 clauses, 14586 bytes)
0.30/0.73	c 1	32 (10%) CSP clauses are encoded (1708 clauses, 21388 bytes)
0.30/0.75	c 1	63 (20%) CSP clauses are encoded (2121 clauses, 27927 bytes)
0.30/0.76	c 1	95 (30%) CSP clauses are encoded (2547 clauses, 34766 bytes)
0.30/0.76	c 1	126 (40%) CSP clauses are encoded (2799 clauses, 38630 bytes)
0.30/0.77	c 1	157 (50%) CSP clauses are encoded (3640 clauses, 50778 bytes)
0.30/0.77	c 1	189 (60%) CSP clauses are encoded (3928 clauses, 54711 bytes)
0.30/0.78	c 1	220 (70%) CSP clauses are encoded (6111 clauses, 87343 bytes)
0.30/0.79	c 1	252 (80%) CSP clauses are encoded (9773 clauses, 141725 bytes)
0.30/0.80	c 1	283 (90%) CSP clauses are encoded (12854 clauses, 196633 bytes)
0.30/0.81	c 1	314 (100%) CSP clauses are encoded (18681 clauses, 301698 bytes)
0.30/0.81	c 1	314 CSP clauses encoded
0.30/0.81	c 1	Writing map file : HOME/temp.map
0.30/0.81	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/0.81	c 1	SAT : 1482 SAT variables, 18681 SAT clauses, 301698 bytes
0.30/0.81	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/0.86	c 1	OBJECTIVE minimize _COST
0.30/0.86	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.30/0.86	c 1	SEARCHING: _COST <= 53
0.30/0.86	c 1	SOLVING HOME/temp.cnf
0.30/0.86	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.30/0.86	c 1	This is MiniSat 2.0 beta
0.30/0.86	c 1	WARNING: for repeatability, setting FPU to use double precision
0.30/0.86	c 1	============================[ Problem Statistics ]=============================
0.30/0.86	c 1	|                                                                             |
0.30/0.86	c 1	|  Number of variables:  1482                                                 |
0.30/0.86	c 1	|  Number of clauses:    18682                                                |
0.30/0.87	c 1	|  Parsing time:         0.01         s                                       |
0.30/0.87	c 1	============================[ Search Statistics ]==============================
0.30/0.87	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.30/0.87	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.30/0.87	c 1	===============================================================================
0.30/0.87	c 1	|         0 |    1118    12713    36176 |     4237        0    nan |  0.000 % |
0.30/0.88	c 1	|       101 |    1116    12713    36176 |     4661      100     10 | 25.102 % |
0.30/0.89	c 1	|       251 |    1116    12713    36176 |     5127      250     12 | 25.106 % |
0.76/0.90	c 1	|       476 |    1116    12713    36176 |     5640      475     13 | 25.102 % |
0.76/0.92	c 1	|       815 |    1110    12632    35962 |     6204      814     13 | 25.106 % |
0.76/0.95	c 1	|      1323 |    1110    12632    35962 |     6824     1322     14 | 25.106 % |
0.89/1.00	c 1	|      2083 |    1110    12632    35962 |     7507     2082     14 | 25.106 % |
0.89/1.09	c 1	|      3224 |    1110    12632    35962 |     8258     3223     15 | 25.106 % |
1.08/1.22	c 1	|      4932 |    1110    12632    35962 |     9083     4931     15 | 25.102 % |
1.28/1.43	c 2	|      7497 |    1110    12632    35962 |     9992     7496     15 | 25.102 % |
1.67/1.84	c 2	|     11342 |    1110    12632    35962 |    10991     5873     15 | 25.106 % |
2.27/2.41	c 3	|     17109 |    1110    12632    35962 |    12090    11640     16 | 25.101 % |
3.26/3.46	c 4	|     25763 |    1110    12632    35962 |    13299     7293     20 | 25.101 % |
4.74/4.96	c 5	|     38739 |    1110    12632    35962 |    14629    13239     16 | 25.107 % |
7.22/7.50	c 8	|     58200 |    1110    12632    35962 |    16092     9526     14 | 25.102 % |
11.18/11.49	c 12	|     87393 |    1107    12574    35800 |    17701    13353     14 | 25.305 % |
17.62/17.90	c 18	|    131183 |    1107    12574    35800 |    19471    10971     14 | 25.304 % |
28.13/28.51	c 29	|    196868 |    1107    12574    35800 |    21419    15600     19 | 25.304 % |
45.27/45.86	c 46	|    295395 |    1087    12299    35046 |    23561    13866     15 | 26.655 % |
72.81/73.65	c 74	|    443185 |    1087    12299    35046 |    25917    15108     16 | 26.655 % |
117.77/119.07	c 119	|    664869 |    1067    12011    34250 |    28508    22783     16 | 28.008 % |
188.71/190.65	c 191	|    997396 |    1062    11939    34004 |    31359    21547     17 | 28.342 % |
283.52/286.32	c 286	===============================================================================
283.52/286.32	c 286	restarts              : 22
283.52/286.32	c 286	conflicts             : 1420452        (5023 /sec)
283.52/286.32	c 286	decisions             : 1845678        (0.85 % random) (6527 /sec)
283.52/286.32	c 286	propagations          : 174203218      (616071 /sec)
283.52/286.32	c 286	conflict literals     : 25035665       (37.51 % deleted)
283.52/286.32	c 286	Memory used           : 11.46 MB
283.52/286.32	c 286	CPU time              : 282.765 s
283.52/286.32	c 286	
283.52/286.32	c 286	UNSATISFIABLE
283.52/286.32	c 286	NOT FOUND: _COST <= 53
283.52/286.32	c 286	OBJECTIVE BOUND: 54 <= _COST <= 
283.52/286.32	c 286	SEARCHING: _COST <= 80
283.52/286.32	c 286	SOLVING HOME/temp.cnf
283.52/286.32	c 286	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
283.52/286.33	c 286	This is MiniSat 2.0 beta
283.52/286.33	c 286	WARNING: for repeatability, setting FPU to use double precision
283.52/286.33	c 286	============================[ Problem Statistics ]=============================
283.52/286.33	c 286	|                                                                             |
283.52/286.33	c 286	|  Number of variables:  1482                                                 |
283.52/286.33	c 286	|  Number of clauses:    18682                                                |
283.52/286.34	c 287	|  Parsing time:         0.01         s                                       |
283.52/286.34	c 287	============================[ Search Statistics ]==============================
283.52/286.34	c 287	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
283.52/286.34	c 287	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
283.52/286.34	c 287	===============================================================================
283.52/286.34	c 287	|         0 |    1307    16034    45625 |     5344        0    nan |  0.000 % |
283.52/286.35	c 287	|       100 |    1302    16034    45625 |     5879       99     15 | 12.349 % |
283.52/286.35	c 287	|       250 |    1302    16034    45625 |     6467      249     13 | 12.348 % |
283.52/286.37	c 287	|       476 |    1302    16034    45625 |     7113      475     14 | 12.348 % |
283.52/286.38	c 287	|       815 |    1299    15953    45411 |     7825      814     17 | 12.352 % |
283.57/286.41	c 287	|      1322 |    1299    15953    45411 |     8607     1321     17 | 12.349 % |
283.57/286.46	c 287	|      2082 |    1299    15953    45411 |     9468     2081     18 | 12.348 % |
283.57/286.49	c 287	===============================================================================
283.57/286.49	c 287	restarts              : 7
283.57/286.49	c 287	conflicts             : 2601           (16676 /sec)
283.57/286.49	c 287	decisions             : 4065           (0.44 % random) (26062 /sec)
283.57/286.49	c 287	propagations          : 262478         (1682810 /sec)
283.57/286.49	c 287	conflict literals     : 46679          (25.93 % deleted)
283.57/286.49	c 287	Memory used           : 2.81 MB
283.57/286.49	c 287	CPU time              : 0.155976 s
283.57/286.49	c 287	
283.57/286.49	c 287	SATISFIABLE
283.57/286.49	c 287	FOUND: _COST <= 80
283.57/286.49	s SATISFIABLE
283.57/286.49	c 287	DECODING HOME/temp.out WITH HOME/temp.map
283.57/286.49	c 287	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
283.74/286.58	c 287	Decoding HOME/temp.out
283.74/286.62	c 287	OBJECTIVE _COST 80
283.74/286.62	o 80
283.74/286.62	v 9 9 8 4 7 5 8 9 4 8 9 6 8 8 6
283.74/286.62	c 287	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
283.74/286.67	c 287	OBJECTIVE BOUND: 54 <= _COST <= 80
283.74/286.67	c 287	SEARCHING: _COST <= 67
283.74/286.67	c 287	SOLVING HOME/temp.cnf
283.74/286.67	c 287	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
283.74/286.68	c 287	This is MiniSat 2.0 beta
283.74/286.68	c 287	WARNING: for repeatability, setting FPU to use double precision
283.74/286.68	c 287	============================[ Problem Statistics ]=============================
283.74/286.68	c 287	|                                                                             |
283.74/286.68	c 287	|  Number of variables:  1482                                                 |
283.74/286.68	c 287	|  Number of clauses:    18682                                                |
283.74/286.69	c 287	|  Parsing time:         0.01         s                                       |
283.74/286.69	c 287	============================[ Search Statistics ]==============================
283.74/286.69	c 287	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
283.74/286.69	c 287	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
283.74/286.69	c 287	===============================================================================
283.74/286.69	c 287	|         0 |    1216    14435    41076 |     4811        0    nan |  0.000 % |
283.74/286.70	c 287	|       100 |    1212    14435    41076 |     5292       99     12 | 18.489 % |
283.87/286.70	c 287	|       250 |    1212    14435    41076 |     5822      249     15 | 18.489 % |
283.87/286.72	c 287	|       475 |    1212    14435    41076 |     6404      474     15 | 18.490 % |
283.87/286.73	c 287	|       815 |    1208    14354    40862 |     7044      814     14 | 18.489 % |
283.87/286.76	c 287	|      1321 |    1208    14354    40862 |     7749     1320     14 | 18.489 % |
283.87/286.79	c 287	|      2082 |    1208    14354    40862 |     8524     2081     13 | 18.491 % |
283.87/286.86	c 287	|      3221 |    1208    14354    40862 |     9376     3220     14 | 18.491 % |
283.87/286.98	c 287	|      4930 |    1208    14354    40862 |    10314     4929     14 | 18.491 % |
284.28/287.20	c 287	|      7493 |    1208    14354    40862 |    11345     7492     15 | 18.491 % |
284.68/287.55	c 288	|     11338 |    1208    14354    40862 |    12480    11337     17 | 18.498 % |
285.27/288.13	c 288	|     17104 |    1208    14354    40862 |    13728    10350     17 | 18.490 % |
286.26/289.10	c 289	|     25754 |    1208    14354    40862 |    15101    11653     16 | 18.489 % |
287.84/290.77	c 291	|     38730 |    1208    14354    40862 |    16611     8524     17 | 18.489 % |
290.42/293.34	c 294	|     58192 |    1208    14354    40862 |    18272    10475     16 | 18.491 % |
294.97/297.94	c 298	|     87385 |    1208    14354    40862 |    20099    10769     17 | 18.490 % |
301.42/304.42	c 305	|    131176 |    1208    14354    40862 |    22109    12516     18 | 18.490 % |
312.61/315.78	c 316	|    196861 |    1208    14354    40862 |    24320    20599     19 | 18.498 % |
331.23/334.47	c 335	|    295387 |    1200    14179    40363 |    26752    18176     20 | 19.037 % |
360.41/363.68	c 364	|    443176 |    1200    14179    40363 |    29427    24832     19 | 19.032 % |
408.21/411.48	c 412	|    664861 |    1200    14179    40363 |    32370    18946     23 | 19.030 % |
488.37/491.66	c 492	|    997388 |    1200    14179    40363 |    35607    31021     22 | 19.029 % |
616.92/620.25	c 620	|   1496177 |    1200    14179    40363 |    39168    34818     21 | 19.030 % |
821.94/825.37	c 826	|   2244359 |    1191    14010    39886 |    43085    32453     17 | 19.640 % |
1159.42/1162.91	c 1163	|   3366633 |    1191    14010    39886 |    47393    37075     22 | 19.637 % |
1693.42/1697.15	c 1697	|   5050045 |    1188    13952    39724 |    52132    16287     22 | 19.839 % |
2625.45/2629.53	c 2630	|   7575161 |    1188    13952    39724 |    57346    25157     24 | 19.839 % |
3600.03/3608.11	sh: line 1: 21901 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.03/3608.11	c ERROR unknown output  in HOME/temp.out
3600.03/3608.11	c 3608	CPU 3599.82 (0.04 0.01 3599.78 0.23)
3600.03/3608.11	c 3608	END Mon Jul 14 15:31:21 2008

Verifier Data (download as text)

OK	80	25
80 unsatisfied constraints, 25 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-1115868-1216038673/watcher-1115868-1216038673 -o /tmp/evaluation-result-1115868-1216038673/solver-1115868-1216038673 -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-1115868-1216038673.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.02 2.01 2.00 4/73 21863
/proc/meminfo: memFree=1821360/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=12268 CPUtime=0
/proc/21863/stat : 21863 (sugar) R 21861 21863 21426 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 60567278 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 209136089701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/21863/statm: 3067 316 241 3 0 167 0

[startup+0.070441 s]
/proc/loadavg: 2.02 2.01 2.00 4/73 21863
/proc/meminfo: memFree=1821360/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=0.03
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 60567278 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21863/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10134 s]
/proc/loadavg: 2.02 2.01 2.00 4/73 21863
/proc/meminfo: memFree=1821360/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=0.03
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 60567278 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21863/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30136 s]
/proc/loadavg: 2.02 2.01 2.00 4/73 21863
/proc/meminfo: memFree=1821360/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=0.03
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 916 127 0 0 3 0 0 0 15 0 1 0 60567278 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21863/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701393 s]
/proc/loadavg: 2.02 2.01 2.00 4/73 21863
/proc/meminfo: memFree=1821360/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=0.3
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 974 4285 0 1 3 1 23 3 15 0 1 0 60567278 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21863/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 13600

[startup+1.50146 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 21887
/proc/meminfo: memFree=1817624/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=0.76
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 1055 9691 0 2 3 1 66 6 15 0 1 0 60567278 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21863/statm: 3400 804 374 3 0 500 0
[pid=21886] ppid=21863 vsize=5356 CPUtime=0
/proc/21886/stat : 21886 (sh) S 21863 21863 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60567364 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21886/statm: 1339 232 193 169 0 50 0
[pid=21887] ppid=21886 vsize=3424 CPUtime=0.62
/proc/21887/stat : 21887 (minisat) R 21886 21863 21426 0 -1 4194304 567 0 0 0 62 0 0 0 25 0 1 0 60567364 3506176 553 996147200 134512640 135127466 4294956256 18446744073709551615 134529616 0 0 4096 3 0 0 0 17 1 0 0
/proc/21887/statm: 856 553 75 150 0 703 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 22380

[startup+3.1026 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 21887
/proc/meminfo: memFree=1816536/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=0.76
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 1055 9691 0 2 3 1 66 6 15 0 1 0 60567278 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21863/statm: 3400 804 374 3 0 500 0
[pid=21886] ppid=21863 vsize=5356 CPUtime=0
/proc/21886/stat : 21886 (sh) S 21863 21863 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60567364 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21886/statm: 1339 232 193 169 0 50 0
[pid=21887] ppid=21886 vsize=3992 CPUtime=2.2
/proc/21887/stat : 21887 (minisat) R 21886 21863 21426 0 -1 4194304 724 0 0 0 220 0 0 0 25 0 1 0 60567364 4087808 710 996147200 134512640 135127466 4294956256 18446744073709551615 134530793 0 0 4096 3 0 0 0 17 1 0 0
/proc/21887/statm: 998 710 75 150 0 845 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 22948

[startup+6.30189 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 21887
/proc/meminfo: memFree=1815640/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=0.76
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 1055 9691 0 2 3 1 66 6 16 0 1 0 60567278 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21863/statm: 3400 804 374 3 0 500 0
[pid=21886] ppid=21863 vsize=5356 CPUtime=0
/proc/21886/stat : 21886 (sh) S 21863 21863 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60567364 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21886/statm: 1339 232 193 169 0 50 0
[pid=21887] ppid=21886 vsize=4524 CPUtime=5.37
/proc/21887/stat : 21887 (minisat) R 21886 21863 21426 0 -1 4194304 846 0 0 0 537 0 0 0 25 0 1 0 60567364 4632576 832 996147200 134512640 135127466 4294956256 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 1 0 0
/proc/21887/statm: 1131 832 75 150 0 978 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 23480

[startup+12.7025 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 21887
/proc/meminfo: memFree=1814808/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=0.76
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 1055 9691 0 2 3 1 66 6 16 0 1 0 60567278 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21863/statm: 3400 804 374 3 0 500 0
[pid=21886] ppid=21863 vsize=5356 CPUtime=0
/proc/21886/stat : 21886 (sh) S 21863 21863 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60567364 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21886/statm: 1339 232 193 169 0 50 0
[pid=21887] ppid=21886 vsize=5272 CPUtime=11.71
/proc/21887/stat : 21887 (minisat) R 21886 21863 21426 0 -1 4194304 1022 0 0 0 1171 0 0 0 25 0 1 0 60567364 5398528 1008 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/21887/statm: 1318 1008 75 150 0 1165 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 24228

[startup+25.5016 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 21887
/proc/meminfo: memFree=1813272/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=0.76
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 1055 9691 0 2 3 1 66 6 16 0 1 0 60567278 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21863/statm: 3400 804 374 3 0 500 0
[pid=21886] ppid=21863 vsize=5356 CPUtime=0
/proc/21886/stat : 21886 (sh) S 21863 21863 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60567364 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21886/statm: 1339 232 193 169 0 50 0
[pid=21887] ppid=21886 vsize=6480 CPUtime=24.4
/proc/21887/stat : 21887 (minisat) R 21886 21863 21426 0 -1 4194304 1347 0 0 0 2439 1 0 0 25 0 1 0 60567364 6635520 1333 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21887/statm: 1620 1333 75 150 0 1467 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 25436

[startup+51.1019 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 21887
/proc/meminfo: memFree=1812184/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=0.76
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 1055 9691 0 2 3 1 66 6 16 0 1 0 60567278 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21863/statm: 3400 804 374 3 0 500 0
[pid=21886] ppid=21863 vsize=5356 CPUtime=0
/proc/21886/stat : 21886 (sh) S 21863 21863 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60567364 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21886/statm: 1339 232 193 169 0 50 0
[pid=21887] ppid=21886 vsize=7336 CPUtime=49.75
/proc/21887/stat : 21887 (minisat) R 21886 21863 21426 0 -1 4194304 1528 0 0 0 4974 1 0 0 25 0 1 0 60567364 7512064 1514 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/21887/statm: 1834 1514 75 150 0 1681 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 26292

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 21887
/proc/meminfo: memFree=1809688/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=0.76
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 1055 9691 0 2 3 1 66 6 16 0 1 0 60567278 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21863/statm: 3400 804 374 3 0 500 0
[pid=21886] ppid=21863 vsize=5356 CPUtime=0
/proc/21886/stat : 21886 (sh) S 21863 21863 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60567364 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21886/statm: 1339 232 193 169 0 50 0
[pid=21887] ppid=21886 vsize=9252 CPUtime=100.47
/proc/21887/stat : 21887 (minisat) R 21886 21863 21426 0 -1 4194304 2003 0 0 0 10046 1 0 0 25 0 1 0 60567364 9474048 1989 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/21887/statm: 2313 1989 75 150 0 2160 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 28208

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 21887
/proc/meminfo: memFree=1808216/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=0.76
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 1055 9691 0 2 3 1 66 6 16 0 1 0 60567278 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21863/statm: 3400 804 374 3 0 500 0
[pid=21886] ppid=21863 vsize=5356 CPUtime=0
/proc/21886/stat : 21886 (sh) S 21863 21863 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60567364 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21886/statm: 1339 232 193 169 0 50 0
[pid=21887] ppid=21886 vsize=10252 CPUtime=159.92
/proc/21887/stat : 21887 (minisat) R 21886 21863 21426 0 -1 4194304 2236 0 0 0 15990 2 0 0 25 0 1 0 60567364 10498048 2222 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/21887/statm: 2563 2222 75 150 0 2410 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 29208

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 21887
/proc/meminfo: memFree=1807384/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=0.76
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 1055 9691 0 2 3 1 66 6 16 0 1 0 60567278 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21863/statm: 3400 804 374 3 0 500 0
[pid=21886] ppid=21863 vsize=5356 CPUtime=0
/proc/21886/stat : 21886 (sh) S 21863 21863 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60567364 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21886/statm: 1339 232 193 169 0 50 0
[pid=21887] ppid=21886 vsize=10944 CPUtime=219.35
/proc/21887/stat : 21887 (minisat) R 21886 21863 21426 0 -1 4194304 2401 0 0 0 21933 2 0 0 25 0 1 0 60567364 11206656 2387 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/21887/statm: 2736 2387 75 150 0 2583 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 29900

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 21887
/proc/meminfo: memFree=1806168/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=0.76
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 1055 9691 0 2 3 1 66 6 16 0 1 0 60567278 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21863/statm: 3400 804 374 3 0 500 0
[pid=21886] ppid=21863 vsize=5356 CPUtime=0
/proc/21886/stat : 21886 (sh) S 21863 21863 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60567364 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21886/statm: 1339 232 193 169 0 50 0

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

[pid=21863] ppid=21861 vsize=13600 CPUtime=283.87
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 1228 17015 0 3 4 1 28370 12 16 0 1 0 60567278 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21863/statm: 3400 805 374 3 0 500 0
[pid=21900] ppid=21863 vsize=5356 CPUtime=0
/proc/21900/stat : 21900 (sh) S 21863 21863 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60595945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21900/statm: 1339 232 193 169 0 50 0
[pid=21901] ppid=21900 vsize=28496 CPUtime=2814.2
/proc/21901/stat : 21901 (minisat) R 21900 21863 21426 0 -1 4194304 6542 0 0 0 281413 7 0 0 25 0 1 0 60595946 29179904 6528 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/21901/statm: 7124 6528 75 150 0 6971 0
Current children cumulated CPU time (s) 3098.07
Current children cumulated vsize (KiB) 47452

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 21919
/proc/meminfo: memFree=1774680/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=283.87
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 1228 17015 0 3 4 1 28370 12 16 0 1 0 60567278 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21863/statm: 3400 805 374 3 0 500 0
[pid=21900] ppid=21863 vsize=5356 CPUtime=0
/proc/21900/stat : 21900 (sh) S 21863 21863 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60595945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21900/statm: 1339 232 193 169 0 50 0
[pid=21901] ppid=21900 vsize=28660 CPUtime=2874.17
/proc/21901/stat : 21901 (minisat) R 21900 21863 21426 0 -1 4194304 6577 0 0 0 287410 7 0 0 25 0 1 0 60595946 29347840 6563 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21901/statm: 7165 6563 75 150 0 7012 0
Current children cumulated CPU time (s) 3158.04
Current children cumulated vsize (KiB) 47616

[startup+3222.3 s]
/proc/loadavg: 1.89 1.97 1.99 3/83 21988
/proc/meminfo: memFree=1783136/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=283.87
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 1228 17015 0 3 4 1 28370 12 16 0 1 0 60567278 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21863/statm: 3400 805 374 3 0 500 0
[pid=21900] ppid=21863 vsize=5356 CPUtime=0
/proc/21900/stat : 21900 (sh) S 21863 21863 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60595945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21900/statm: 1339 232 193 169 0 50 0
[pid=21901] ppid=21900 vsize=28840 CPUtime=2933.96
/proc/21901/stat : 21901 (minisat) R 21900 21863 21426 0 -1 4194304 6627 0 0 0 293388 8 0 0 25 0 1 0 60595946 29532160 6613 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21901/statm: 7210 6613 75 150 0 7057 0
Current children cumulated CPU time (s) 3217.83
Current children cumulated vsize (KiB) 47796

[startup+3282.3 s]
/proc/loadavg: 2.15 2.03 2.01 4/83 21988
/proc/meminfo: memFree=1729312/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=283.87
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 1228 17015 0 3 4 1 28370 12 16 0 1 0 60567278 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21863/statm: 3400 805 374 3 0 500 0
[pid=21900] ppid=21863 vsize=5356 CPUtime=0
/proc/21900/stat : 21900 (sh) S 21863 21863 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60595945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21900/statm: 1339 232 193 169 0 50 0
[pid=21901] ppid=21900 vsize=29196 CPUtime=2993.4
/proc/21901/stat : 21901 (minisat) R 21900 21863 21426 0 -1 4194304 6689 0 0 0 299332 8 0 0 25 0 1 0 60595946 29896704 6675 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21901/statm: 7299 6675 75 150 0 7146 0
Current children cumulated CPU time (s) 3277.27
Current children cumulated vsize (KiB) 48152

[startup+3342.3 s]
/proc/loadavg: 2.49 2.14 2.04 4/83 21988
/proc/meminfo: memFree=1728928/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=283.87
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 1228 17015 0 3 4 1 28370 12 16 0 1 0 60567278 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21863/statm: 3400 805 374 3 0 500 0
[pid=21900] ppid=21863 vsize=5356 CPUtime=0
/proc/21900/stat : 21900 (sh) S 21863 21863 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60595945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21900/statm: 1339 232 193 169 0 50 0
[pid=21901] ppid=21900 vsize=29372 CPUtime=3052.84
/proc/21901/stat : 21901 (minisat) R 21900 21863 21426 0 -1 4194304 6731 0 0 0 305276 8 0 0 25 0 1 0 60595946 30076928 6717 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/21901/statm: 7343 6717 75 150 0 7190 0
Current children cumulated CPU time (s) 3336.71
Current children cumulated vsize (KiB) 48328

[startup+3402.31 s]
/proc/loadavg: 2.64 2.25 2.09 3/83 21988
/proc/meminfo: memFree=1728544/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=283.87
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 1228 17015 0 3 4 1 28370 12 16 0 1 0 60567278 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21863/statm: 3400 805 374 3 0 500 0
[pid=21900] ppid=21863 vsize=5356 CPUtime=0
/proc/21900/stat : 21900 (sh) S 21863 21863 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60595945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21900/statm: 1339 232 193 169 0 50 0
[pid=21901] ppid=21900 vsize=29728 CPUtime=3112.29
/proc/21901/stat : 21901 (minisat) R 21900 21863 21426 0 -1 4194304 6815 0 0 0 311220 9 0 0 25 0 1 0 60595946 30441472 6801 996147200 134512640 135127466 4294956256 18446744073709551615 134527021 0 0 4096 3 0 0 0 17 1 0 0
/proc/21901/statm: 7432 6801 75 150 0 7279 0
Current children cumulated CPU time (s) 3396.16
Current children cumulated vsize (KiB) 48684

[startup+3462.3 s]
/proc/loadavg: 2.68 2.34 2.12 4/83 21988
/proc/meminfo: memFree=1728224/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=283.87
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 1228 17015 0 3 4 1 28370 12 16 0 1 0 60567278 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21863/statm: 3400 805 374 3 0 500 0
[pid=21900] ppid=21863 vsize=5356 CPUtime=0
/proc/21900/stat : 21900 (sh) S 21863 21863 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60595945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21900/statm: 1339 232 193 169 0 50 0
[pid=21901] ppid=21900 vsize=29728 CPUtime=3171.73
/proc/21901/stat : 21901 (minisat) R 21900 21863 21426 0 -1 4194304 6844 0 0 0 317164 9 0 0 25 0 1 0 60595946 30441472 6830 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/21901/statm: 7432 6830 75 150 0 7279 0
Current children cumulated CPU time (s) 3455.6
Current children cumulated vsize (KiB) 48684

[startup+3522.3 s]
/proc/loadavg: 2.60 2.38 2.15 4/83 21988
/proc/meminfo: memFree=1728168/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=283.87
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 1228 17015 0 3 4 1 28370 12 16 0 1 0 60567278 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21863/statm: 3400 805 374 3 0 500 0
[pid=21900] ppid=21863 vsize=5356 CPUtime=0
/proc/21900/stat : 21900 (sh) S 21863 21863 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60595945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21900/statm: 1339 232 193 169 0 50 0
[pid=21901] ppid=21900 vsize=29728 CPUtime=3231.16
/proc/21901/stat : 21901 (minisat) R 21900 21863 21426 0 -1 4194304 6845 0 0 0 323107 9 0 0 25 0 1 0 60595946 30441472 6831 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21901/statm: 7432 6831 75 150 0 7279 0
Current children cumulated CPU time (s) 3515.03
Current children cumulated vsize (KiB) 48684

[startup+3582.3 s]
/proc/loadavg: 2.59 2.41 2.18 3/83 21988
/proc/meminfo: memFree=1727912/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=283.87
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 1228 17015 0 3 4 1 28370 12 16 0 1 0 60567278 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21863/statm: 3400 805 374 3 0 500 0
[pid=21900] ppid=21863 vsize=5356 CPUtime=0
/proc/21900/stat : 21900 (sh) S 21863 21863 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60595945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21900/statm: 1339 232 193 169 0 50 0
[pid=21901] ppid=21900 vsize=29940 CPUtime=3290.6
/proc/21901/stat : 21901 (minisat) R 21900 21863 21426 0 -1 4194304 6891 0 0 0 329051 9 0 0 25 0 1 0 60595946 30658560 6877 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 1 0 0
/proc/21901/statm: 7485 6877 75 150 0 7332 0
Current children cumulated CPU time (s) 3574.47
Current children cumulated vsize (KiB) 48896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.1 s]
/proc/loadavg: 2.58 2.43 2.19 4/83 21988
/proc/meminfo: memFree=1727912/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=283.87
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 1228 17015 0 3 4 1 28370 12 16 0 1 0 60567278 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21863/statm: 3400 805 374 3 0 500 0
[pid=21900] ppid=21863 vsize=5356 CPUtime=0
/proc/21900/stat : 21900 (sh) S 21863 21863 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60595945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21900/statm: 1339 232 193 169 0 50 0
[pid=21901] ppid=21900 vsize=29940 CPUtime=3316.16
/proc/21901/stat : 21901 (minisat) R 21900 21863 21426 0 -1 4194304 6894 0 0 0 331607 9 0 0 25 0 1 0 60595946 30658560 6880 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21901/statm: 7485 6880 75 150 0 7332 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 48896

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

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

[startup+3608.1 s]
/proc/loadavg: 2.58 2.43 2.19 4/83 21988
/proc/meminfo: memFree=1727912/2055920 swapFree=4179832/4192956
[pid=21863] ppid=21861 vsize=13600 CPUtime=283.87
/proc/21863/stat : 21863 (sugar) S 21861 21863 21426 0 -1 4194304 1228 17015 0 3 4 1 28370 12 16 0 1 0 60567278 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21863/statm: 3400 805 374 3 0 500 0
[pid=21900] ppid=21863 vsize=5356 CPUtime=0
/proc/21900/stat : 21900 (sh) S 21863 21863 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60595945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21900/statm: 1339 232 193 169 0 50 0
[pid=21901] ppid=21900 vsize=29940 CPUtime=3316.16
/proc/21901/stat : 21901 (minisat) R 21900 21863 21426 0 -1 4194304 6894 0 0 0 331607 9 0 0 25 0 1 0 60595946 30658560 6880 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21901/statm: 7485 6880 75 150 0 7332 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 48896

Child status: 0
Real time (s): 3608.11
CPU time (s): 3600.08
CPU user time (s): 3599.83
CPU system time (s): 0.251961
CPU usage (%): 99.7774
Max. virtual memory (cumulated for all children) (KiB): 48896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.83
system time used= 0.251961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25495
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= 1398
involuntary context switches= 35284

runsolver used 4.12637 second user time and 12.2791 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-14 14:31:13
IDJOB=1115868
IDBENCH=61923
IDSOLVER=368
FILE ID=node41/1115868-1216038673
PBS_JOBID= 7904843
Free space on /tmp= 66160 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/randomMaxCSP/completeTight/normalized-vcsp-15-10-100-93-20_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-1115868-1216038673/watcher-1115868-1216038673 -o /tmp/evaluation-result-1115868-1216038673/solver-1115868-1216038673 -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-1115868-1216038673.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8ef3b8734907e059ca2dfe31b1c1e88c
RANDOM SEED=81159719

node41.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.216
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.216
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:       1821840 kB
Buffers:         39720 kB
Cached:         123060 kB
SwapCached:       7492 kB
Active:         131120 kB
Inactive:        57232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821840 kB
SwapTotal:     4192956 kB
SwapFree:      4179832 kB
Dirty:            1288 kB
Writeback:           0 kB
Mapped:          32288 kB
Slab:            31112 kB
Committed_AS:   175628 kB
PageTables:       1804 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= 66156 MiB
End job on node41 at 2008-07-14 15:31:21