Trace number 1115308

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.13 3634.21

General information on the benchmark

Namemaxcsp/randomMaxCSP/denseTight/
normalized-vcsp-25-10-25-87-21_ext.xml
MD5SUM1d23daba8d02f50c2e4abf849a1be2d3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints29
Best CPU time to get the best result obtained on this benchmark1.47578
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints75
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.07	c 0	Sugar v1-13 + HOME/minisat
0.02/0.07	c 0	BEGIN Mon Jul 14 11:23:29 2008
0.02/0.07	c 0	PID 23077
0.02/0.07	c 0	HOST node46.alineos.net
0.02/0.07	c 0	CONVERTING HOME/instance-1115308-1216027408.xml TO HOME/temp.csp
0.02/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1115308-1216027408.xml' 'HOME/temp.csp'
0.03/0.31	c 0	1 domains, 25 variables, 0 predicates, 75 relations, 75 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.44	c 0	Parsing HOME/temp.csp
0.29/0.52	c 0	parsed 176 expressions
0.29/0.53	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.29/0.54	c 0	MAX CSP: 75 constraints
0.29/0.54	c 0	Converting to clausal form CSP
0.29/0.56	c 0	converted 26 (10%) expressions
0.29/0.56	c 0	converted 51 (20%) expressions
0.29/0.56	c 0	converted 77 (30%) expressions
0.29/0.56	c 0	converted 102 (40%) expressions
0.29/0.57	c 0	converted 127 (50%) expressions
0.29/0.58	c 0	converted 153 (60%) expressions
0.29/0.58	c 0	converted 178 (70%) expressions
0.29/0.59	c 0	converted 204 (80%) expressions
0.29/0.59	c 0	converted 229 (90%) expressions
0.29/0.64	c 0	converted 254 (100%) expressions
0.29/0.64	c 0	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 113
0.29/0.64	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.64	c 0	Propagation in CSP
0.29/0.65	c 0	71 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.29/0.65	c 0	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 76
0.29/0.65	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.65	c 0	Simplifing CSP by introducing new Boolean variables
0.29/0.65	c 0	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 76
0.29/0.65	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.68	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.29/0.69	c 0	18 (10%) CSP integer variables are encoded (144 clauses, 1456 bytes)
0.29/0.69	c 0	35 (20%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.29/0.69	c 0	53 (30%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.29/0.69	c 0	70 (40%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.29/0.69	c 0	88 (50%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.29/0.69	c 0	105 (60%) CSP integer variables are encoded (282 clauses, 2974 bytes)
0.29/0.69	c 0	123 (70%) CSP integer variables are encoded (346 clauses, 3678 bytes)
0.29/0.69	c 0	140 (80%) CSP integer variables are encoded (442 clauses, 4734 bytes)
0.29/0.70	c 0	158 (90%) CSP integer variables are encoded (506 clauses, 5438 bytes)
0.29/0.70	c 0	175 (100%) CSP integer variables are encoded (977 clauses, 10920 bytes)
0.29/0.72	c 0	23 (10%) CSP clauses are encoded (1381 clauses, 17728 bytes)
0.29/0.74	c 0	45 (20%) CSP clauses are encoded (1767 clauses, 24508 bytes)
0.29/0.74	c 0	68 (30%) CSP clauses are encoded (2179 clauses, 32255 bytes)
0.29/0.75	c 0	90 (40%) CSP clauses are encoded (2382 clauses, 35719 bytes)
0.29/0.75	c 0	112 (50%) CSP clauses are encoded (2814 clauses, 41859 bytes)
0.29/0.76	c 0	135 (60%) CSP clauses are encoded (2991 clauses, 44242 bytes)
0.29/0.76	c 0	157 (70%) CSP clauses are encoded (4159 clauses, 61527 bytes)
0.29/0.76	c 0	180 (80%) CSP clauses are encoded (4337 clauses, 63928 bytes)
0.29/0.77	c 0	202 (90%) CSP clauses are encoded (6154 clauses, 89517 bytes)
0.29/0.78	c 0	224 (100%) CSP clauses are encoded (10853 clauses, 166985 bytes)
0.29/0.78	c 0	224 CSP clauses encoded
0.29/0.78	c 0	Writing map file : HOME/temp.map
0.29/0.78	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.78	c 0	SAT : 1152 SAT variables, 10853 SAT clauses, 166985 bytes
0.29/0.78	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.83	c 0	OBJECTIVE minimize _COST
0.29/0.83	c 0	OBJECTIVE BOUND: 0 <= _COST <= 
0.29/0.83	c 0	SEARCHING: _COST <= 38
0.29/0.83	c 0	SOLVING HOME/temp.cnf
0.29/0.83	c 0	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.29/0.84	c 0	This is MiniSat 2.0 beta
0.29/0.84	c 0	WARNING: for repeatability, setting FPU to use double precision
0.29/0.84	c 0	============================[ Problem Statistics ]=============================
0.29/0.84	c 0	|                                                                             |
0.29/0.84	c 0	|  Number of variables:  1152                                                 |
0.29/0.84	c 0	|  Number of clauses:    10854                                                |
0.29/0.84	c 0	|  Parsing time:         0.01         s                                       |
0.29/0.84	c 0	============================[ Search Statistics ]==============================
0.29/0.84	c 0	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.84	c 0	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.84	c 0	===============================================================================
0.29/0.84	c 0	|         0 |     893     7630    22047 |     2543        0    nan |  0.000 % |
0.29/0.85	c 0	|       100 |     889     7630    22047 |     2797       99     20 | 23.178 % |
0.29/0.85	c 0	===============================================================================
0.29/0.85	c 0	restarts              : 2
0.29/0.85	c 0	conflicts             : 144            (9602 /sec)
0.29/0.85	c 0	decisions             : 393            (0.51 % random) (26205 /sec)
0.29/0.85	c 0	propagations          : 17145          (1143229 /sec)
0.29/0.85	c 0	conflict literals     : 2327           (21.39 % deleted)
0.29/0.85	c 0	Memory used           : 2.30 MB
0.29/0.85	c 0	CPU time              : 0.014997 s
0.29/0.85	c 0	
0.29/0.85	c 0	SATISFIABLE
0.29/0.85	c 0	FOUND: _COST <= 38
0.29/0.85	s SATISFIABLE
0.29/0.85	c 0	DECODING HOME/temp.out WITH HOME/temp.map
0.29/0.85	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.72/0.95	c 0	Decoding HOME/temp.out
0.83/1.00	c 0	OBJECTIVE _COST 38
0.83/1.00	o 38
0.83/1.00	v 7 9 4 8 9 3 6 9 8 8 6 8 8 9 8 0 6 8 4 8 7 8 1 7 1
0.83/1.01	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.83/1.03	c 0	OBJECTIVE BOUND: 0 <= _COST <= 38
0.83/1.03	c 0	SEARCHING: _COST <= 19
0.83/1.03	c 0	SOLVING HOME/temp.cnf
0.83/1.03	c 0	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.83/1.03	c 0	This is MiniSat 2.0 beta
0.83/1.03	c 0	WARNING: for repeatability, setting FPU to use double precision
0.83/1.03	c 0	============================[ Problem Statistics ]=============================
0.83/1.03	c 0	|                                                                             |
0.83/1.03	c 0	|  Number of variables:  1152                                                 |
0.83/1.03	c 0	|  Number of clauses:    10854                                                |
0.83/1.04	c 0	|  Parsing time:         0.00         s                                       |
0.83/1.04	c 0	============================[ Search Statistics ]==============================
0.83/1.04	c 0	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.83/1.04	c 0	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.83/1.04	c 0	===============================================================================
0.83/1.04	c 0	|         0 |     741     5616    16442 |     1872        0    nan |  0.000 % |
0.83/1.05	c 0	|       100 |     738     5616    16442 |     2059       99     12 | 36.459 % |
0.83/1.05	c 1	|       251 |     738     5616    16442 |     2265      250     11 | 36.459 % |
0.83/1.06	c 1	|       478 |     732     5528    16210 |     2491      477     11 | 36.463 % |
0.83/1.08	c 1	|       815 |     732     5528    16210 |     2740      814     11 | 36.463 % |
0.86/1.11	c 1	|      1321 |     732     5528    16210 |     3014     1320     12 | 36.463 % |
0.86/1.15	c 1	|      2080 |     732     5528    16210 |     3316     2079     13 | 36.459 % |
0.86/1.21	c 1	|      3219 |     732     5528    16210 |     3647     3218     13 | 36.459 % |
0.86/1.33	c 1	|      4928 |     732     5528    16210 |     4012     2809     12 | 36.459 % |
0.86/1.49	c 1	|      7492 |     732     5528    16210 |     4414     3080     11 | 36.459 % |
0.86/1.77	c 1	|     11336 |     732     5528    16210 |     4855     4380     14 | 36.462 % |
1.91/2.20	c 2	|     17102 |     732     5528    16210 |     5341     4692     12 | 36.459 % |
2.60/2.85	c 2	|     25751 |     732     5528    16210 |     5875     4332     12 | 36.459 % |
3.60/3.83	c 3	|     38725 |     732     5528    16210 |     6462     4343     13 | 36.460 % |
5.17/5.46	c 5	|     58186 |     732     5528    16210 |     7108     6138     12 | 36.462 % |
7.55/7.84	c 7	|     87379 |     731     5516    16172 |     7819     6222     13 | 36.549 % |
11.32/11.63	c 11	|    131169 |     731     5516    16172 |     8601     7976     13 | 36.546 % |
17.07/17.46	c 17	|    196855 |     727     5460    15968 |     9461     7703     13 | 36.893 % |
26.48/26.99	c 26	|    295383 |     680     4653    13656 |    10408     9679     13 | 40.972 % |
27.17/27.67	c 27	===============================================================================
27.17/27.67	c 27	restarts              : 19
27.17/27.67	c 27	conflicts             : 302884         (11475 /sec)
27.17/27.67	c 27	decisions             : 360535         (1.14 % random) (13659 /sec)
27.17/27.67	c 27	propagations          : 31768631       (1203540 /sec)
27.17/27.67	c 27	conflict literals     : 4129096        (34.74 % deleted)
27.17/27.67	c 27	Memory used           : 4.25 MB
27.17/27.67	c 27	CPU time              : 26.396 s
27.17/27.67	c 27	
27.17/27.67	c 27	UNSATISFIABLE
27.17/27.68	c 27	NOT FOUND: _COST <= 19
27.17/27.68	c 27	OBJECTIVE BOUND: 20 <= _COST <= 38
27.17/27.68	c 27	SEARCHING: _COST <= 29
27.17/27.68	c 27	SOLVING HOME/temp.cnf
27.17/27.68	c 27	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
27.17/27.68	c 27	This is MiniSat 2.0 beta
27.17/27.68	c 27	WARNING: for repeatability, setting FPU to use double precision
27.17/27.68	c 27	============================[ Problem Statistics ]=============================
27.17/27.68	c 27	|                                                                             |
27.17/27.68	c 27	|  Number of variables:  1152                                                 |
27.17/27.68	c 27	|  Number of clauses:    10854                                                |
27.17/27.69	c 27	|  Parsing time:         0.00         s                                       |
27.17/27.69	c 27	============================[ Search Statistics ]==============================
27.17/27.69	c 27	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.17/27.69	c 27	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.17/27.69	c 27	===============================================================================
27.17/27.69	c 27	|         0 |     821     6721    19527 |     2240        0    nan |  0.000 % |
27.17/27.69	c 27	|       100 |     818     6721    19527 |     2464       99     14 | 29.428 % |
27.26/27.70	c 27	|       251 |     818     6721    19527 |     2710      250     16 | 29.428 % |
27.26/27.71	c 27	|       476 |     813     6655    19358 |     2981      475     15 | 29.430 % |
27.26/27.72	c 27	|       815 |     813     6655    19358 |     3280      814     15 | 29.429 % |
27.26/27.75	c 27	|      1322 |     813     6655    19358 |     3608     1321     16 | 29.429 % |
27.26/27.79	c 27	|      2082 |     813     6655    19358 |     3968     2081     17 | 29.429 % |
27.26/27.86	c 27	|      3221 |     813     6655    19358 |     4365     3220     16 | 29.429 % |
27.26/27.98	c 27	|      4931 |     813     6655    19358 |     4802     4930     18 | 29.429 % |
27.26/28.17	c 28	|      7493 |     813     6655    19358 |     5282     4724     19 | 29.427 % |
27.26/28.44	c 28	|     11339 |     813     6655    19358 |     5810     5588     17 | 29.429 % |
28.36/28.89	c 28	|     17106 |     813     6655    19358 |     6391     4875     17 | 29.433 % |
29.06/29.59	c 29	|     25755 |     813     6655    19358 |     7031     6414     20 | 29.429 % |
30.35/30.81	c 30	|     38729 |     813     6655    19358 |     7734     3995     15 | 29.429 % |
32.23/32.75	c 32	|     58190 |     813     6655    19358 |     8507     6621     16 | 29.429 % |
35.20/35.79	c 35	|     87383 |     813     6655    19358 |     9358     8359     15 | 29.429 % |
40.06/40.64	c 40	|    131173 |     813     6655    19358 |    10294     7003     18 | 29.429 % |
48.08/48.70	c 48	|    196858 |     813     6655    19358 |    11323     6873     19 | 29.429 % |
59.49/60.23	c 60	|    295384 |     813     6655    19358 |    12456     9372     18 | 29.429 % |
76.73/77.67	c 77	|    443173 |     813     6655    19358 |    13701    12914     18 | 29.429 % |
105.57/106.74	c 106	|    664856 |     813     6655    19358 |    15071    11708     18 | 29.427 % |
151.65/153.22	c 153	|    997381 |     813     6655    19358 |    16579    13537     18 | 29.429 % |
220.32/222.51	c 222	|   1496169 |     813     6655    19358 |    18236    12048     18 | 29.429 % |
322.96/326.17	c 326	|   2244351 |     803     6531    19020 |    20060    13579     16 | 30.297 % |
500.00/504.81	c 504	|   3366625 |     803     6531    19020 |    22066    16373     19 | 30.297 % |
784.61/792.14	c 792	|   5050036 |     803     6531    19020 |    24273    17124     17 | 30.298 % |
1239.52/1251.39	c 1251	|   7575153 |     803     6531    19020 |    26700    20375     25 | 30.296 % |
1980.41/1999.20	c 1999	|  11362828 |     803     6531    19020 |    29370    23119     20 | 30.296 % |
3194.73/3225.01	c 3224	|  17044341 |     803     6531    19020 |    32307    28798     20 | 30.297 % |
3600.09/3634.21	sh: line 1: 23123 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.09/3634.21	c ERROR unknown output  in HOME/temp.out
3600.09/3634.21	c 3634	CPU 3599.94 (0.03 0.01 3599.91 0.16)
3600.09/3634.21	c 3634	END Mon Jul 14 12:24:03 2008

Verifier Data (download as text)

OK	37	38
37 unsatisfied constraints, 38 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-1115308-1216027408/watcher-1115308-1216027408 -o /tmp/evaluation-result-1115308-1216027408/solver-1115308-1216027408 -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-1115308-1216027408.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: 0.00 0.00 0.00 4/72 23077
/proc/meminfo: memFree=1724624/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=12268 CPUtime=0
/proc/23077/stat : 23077 (sugar) D 23075 23077 23001 0 -1 4194304 348 0 0 0 0 0 0 0 19 0 1 0 59440046 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 212218903141 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/23077/statm: 3067 316 241 3 0 167 0

[startup+0.0600079 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 23077
/proc/meminfo: memFree=1724624/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13204 CPUtime=0.02
/proc/23077/stat : 23077 (sugar) D 23075 23077 23001 0 -1 4194304 687 0 0 0 2 0 0 0 18 0 1 0 59440046 13520896 655 996147200 4194304 4206940 548682068592 18446744073709551615 212218903141 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/23077/statm: 3301 655 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.103592 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 23077
/proc/meminfo: memFree=1724624/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=0.03
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 59440046 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301184 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 23077
/proc/meminfo: memFree=1724624/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=0.03
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 59440046 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701223 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 23077
/proc/meminfo: memFree=1724624/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=0.29
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 974 4298 0 1 3 1 22 3 15 0 1 0 59440046 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23077/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13600

[startup+1.5013 s]
/proc/loadavg: 0.00 0.00 0.00 4/91 23119
/proc/meminfo: memFree=1697136/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=0.86
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 1175 13962 0 3 3 1 72 10 15 0 1 0 59440046 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 805 374 3 0 500 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 13600

[startup+3.10147 s]
/proc/loadavg: 0.00 0.00 0.00 3/83 23121
/proc/meminfo: memFree=1700528/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=0.86
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 1175 13962 0 3 3 1 72 10 15 0 1 0 59440046 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 805 374 3 0 500 0
[pid=23120] ppid=23077 vsize=5356 CPUtime=0
/proc/23120/stat : 23120 (sh) S 23077 23077 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59440149 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23120/statm: 1339 232 193 169 0 50 0
[pid=23121] ppid=23120 vsize=2884 CPUtime=2.04
/proc/23121/stat : 23121 (minisat) R 23120 23077 23001 0 -1 4194304 431 0 0 0 204 0 0 0 25 0 1 0 59440150 2953216 417 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23121/statm: 721 417 75 150 0 568 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 21840

[startup+6.30281 s]
/proc/loadavg: 0.16 0.03 0.01 3/83 23121
/proc/meminfo: memFree=1699952/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=0.86
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 1175 13962 0 3 3 1 72 10 16 0 1 0 59440046 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 805 374 3 0 500 0
[pid=23120] ppid=23077 vsize=5356 CPUtime=0
/proc/23120/stat : 23120 (sh) S 23077 23077 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59440149 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23120/statm: 1339 232 193 169 0 50 0
[pid=23121] ppid=23120 vsize=3280 CPUtime=5.21
/proc/23121/stat : 23121 (minisat) R 23120 23077 23001 0 -1 4194304 506 0 0 0 521 0 0 0 25 0 1 0 59440150 3358720 492 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23121/statm: 820 492 75 150 0 667 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 22236

[startup+12.7015 s]
/proc/loadavg: 0.31 0.07 0.02 3/83 23121
/proc/meminfo: memFree=1699192/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=0.86
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 1175 13962 0 3 3 1 72 10 16 0 1 0 59440046 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 805 374 3 0 500 0
[pid=23120] ppid=23077 vsize=5356 CPUtime=0
/proc/23120/stat : 23120 (sh) S 23077 23077 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59440149 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23120/statm: 1339 232 193 169 0 50 0
[pid=23121] ppid=23120 vsize=3676 CPUtime=11.55
/proc/23121/stat : 23121 (minisat) R 23120 23077 23001 0 -1 4194304 625 0 0 0 1155 0 0 0 25 0 1 0 59440150 3764224 611 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/23121/statm: 919 611 75 150 0 766 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 22632

[startup+25.5018 s]
/proc/loadavg: 0.68 0.16 0.05 3/83 23121
/proc/meminfo: memFree=1698488/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=0.86
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 1175 13962 0 3 3 1 72 10 16 0 1 0 59440046 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 805 374 3 0 500 0
[pid=23120] ppid=23077 vsize=5356 CPUtime=0
/proc/23120/stat : 23120 (sh) S 23077 23077 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59440149 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23120/statm: 1339 232 193 169 0 50 0
[pid=23121] ppid=23120 vsize=4352 CPUtime=24.23
/proc/23121/stat : 23121 (minisat) R 23120 23077 23001 0 -1 4194304 783 0 0 0 2423 0 0 0 25 0 1 0 59440150 4456448 769 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/23121/statm: 1088 769 75 150 0 935 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 23308

[startup+51.1015 s]
/proc/loadavg: 1.27 0.34 0.11 3/83 23123
/proc/meminfo: memFree=1650232/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=27.26
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 1228 15053 0 3 3 1 2711 11 16 0 1 0 59440046 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 805 374 3 0 500 0
[pid=23122] ppid=23077 vsize=5356 CPUtime=0
/proc/23122/stat : 23122 (sh) S 23077 23077 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59442814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23122/statm: 1339 232 193 169 0 50 0
[pid=23123] ppid=23122 vsize=4348 CPUtime=23.2
/proc/23123/stat : 23123 (minisat) R 23122 23077 23001 0 -1 4194304 788 0 0 0 2320 0 0 0 25 0 1 0 59442814 4452352 774 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/23123/statm: 1087 774 75 150 0 934 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 23304

[startup+102.307 s]
/proc/loadavg: 2.09 0.70 0.25 3/83 23123
/proc/meminfo: memFree=1643256/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=27.26
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 1228 15053 0 3 3 1 2711 11 16 0 1 0 59440046 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 805 374 3 0 500 0
[pid=23122] ppid=23077 vsize=5356 CPUtime=0
/proc/23122/stat : 23122 (sh) S 23077 23077 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59442814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23122/statm: 1339 232 193 169 0 50 0
[pid=23123] ppid=23122 vsize=5564 CPUtime=73.94
/proc/23123/stat : 23123 (minisat) R 23122 23077 23001 0 -1 4194304 1099 0 0 0 7394 0 0 0 25 0 1 0 59442814 5697536 1085 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/23123/statm: 1391 1085 75 150 0 1238 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 24520

[startup+162.301 s]
/proc/loadavg: 2.28 1.01 0.38 4/83 23123
/proc/meminfo: memFree=1642616/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=27.26
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 1228 15053 0 3 3 1 2711 11 16 0 1 0 59440046 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 805 374 3 0 500 0
[pid=23122] ppid=23077 vsize=5356 CPUtime=0
/proc/23122/stat : 23122 (sh) S 23077 23077 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59442814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23122/statm: 1339 232 193 169 0 50 0
[pid=23123] ppid=23122 vsize=6112 CPUtime=133.41
/proc/23123/stat : 23123 (minisat) R 23122 23077 23001 0 -1 4194304 1215 0 0 0 13340 1 0 0 25 0 1 0 59442814 6258688 1201 996147200 134512640 135127466 4294956256 18446744073709551615 134528531 0 0 4096 3 0 0 0 17 1 0 0
/proc/23123/statm: 1528 1201 75 150 0 1375 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 25068

[startup+222.301 s]
/proc/loadavg: 2.57 1.32 0.52 4/83 23123
/proc/meminfo: memFree=1641912/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=27.26
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 1228 15053 0 3 3 1 2711 11 16 0 1 0 59440046 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 805 374 3 0 500 0
[pid=23122] ppid=23077 vsize=5356 CPUtime=0
/proc/23122/stat : 23122 (sh) S 23077 23077 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59442814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23122/statm: 1339 232 193 169 0 50 0
[pid=23123] ppid=23122 vsize=6656 CPUtime=192.86
/proc/23123/stat : 23123 (minisat) R 23122 23077 23001 0 -1 4194304 1376 0 0 0 19285 1 0 0 25 0 1 0 59442814 6815744 1362 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/23123/statm: 1664 1362 75 150 0 1511 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 25612

[startup+282.302 s]
/proc/loadavg: 2.68 1.58 0.66 3/83 23123
/proc/meminfo: memFree=1640824/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=27.26
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 1228 15053 0 3 3 1 2711 11 16 0 1 0 59440046 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 805 374 3 0 500 0
[pid=23122] ppid=23077 vsize=5356 CPUtime=0
/proc/23122/stat : 23122 (sh) S 23077 23077 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59442814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23122/statm: 1339 232 193 169 0 50 0
[pid=23123] ppid=23122 vsize=7844 CPUtime=252.31
/proc/23123/stat : 23123 (minisat) R 23122 23077 23001 0 -1 4194304 1642 0 0 0 25230 1 0 0 25 0 1 0 59442814 8032256 1628 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23123/statm: 1961 1628 75 150 0 1808 0
Current children cumulated CPU time (s) 279.57
Current children cumulated vsize (KiB) 26800


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

[pid=23077] ppid=23075 vsize=13600 CPUtime=27.26
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 1228 15053 0 3 3 1 2711 11 16 0 1 0 59440046 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 805 374 3 0 500 0
[pid=23122] ppid=23077 vsize=5356 CPUtime=0
/proc/23122/stat : 23122 (sh) S 23077 23077 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59442814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23122/statm: 1339 232 193 169 0 50 0
[pid=23123] ppid=23122 vsize=18752 CPUtime=2986.47
/proc/23123/stat : 23123 (minisat) R 23122 23077 23001 0 -1 4194304 4202 0 0 0 298643 4 0 0 25 0 1 0 59442814 19202048 4188 996147200 134512640 135127466 4294956256 18446744073709551615 134527742 0 0 4096 3 0 0 0 17 1 0 0
/proc/23123/statm: 4688 4188 75 150 0 4535 0
Current children cumulated CPU time (s) 3013.73
Current children cumulated vsize (KiB) 37708

[startup+3102.3 s]
/proc/loadavg: 2.63 2.75 2.62 3/83 23129
/proc/meminfo: memFree=1629496/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=27.26
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 1228 15053 0 3 3 1 2711 11 16 0 1 0 59440046 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 805 374 3 0 500 0
[pid=23122] ppid=23077 vsize=5356 CPUtime=0
/proc/23122/stat : 23122 (sh) S 23077 23077 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59442814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23122/statm: 1339 232 193 169 0 50 0
[pid=23123] ppid=23122 vsize=18944 CPUtime=3045.91
/proc/23123/stat : 23123 (minisat) R 23122 23077 23001 0 -1 4194304 4235 0 0 0 304587 4 0 0 25 0 1 0 59442814 19398656 4221 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/23123/statm: 4736 4221 75 150 0 4583 0
Current children cumulated CPU time (s) 3073.17
Current children cumulated vsize (KiB) 37900

[startup+3162.3 s]
/proc/loadavg: 2.59 2.72 2.62 4/83 23129
/proc/meminfo: memFree=1629432/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=27.26
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 1228 15053 0 3 3 1 2711 11 16 0 1 0 59440046 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 805 374 3 0 500 0
[pid=23122] ppid=23077 vsize=5356 CPUtime=0
/proc/23122/stat : 23122 (sh) S 23077 23077 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59442814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23122/statm: 1339 232 193 169 0 50 0
[pid=23123] ppid=23122 vsize=19088 CPUtime=3105.35
/proc/23123/stat : 23123 (minisat) R 23122 23077 23001 0 -1 4194304 4251 0 0 0 310531 4 0 0 25 0 1 0 59442814 19546112 4237 996147200 134512640 135127466 4294956256 18446744073709551615 134523441 0 0 4096 3 0 0 0 17 1 0 0
/proc/23123/statm: 4772 4237 75 150 0 4619 0
Current children cumulated CPU time (s) 3132.61
Current children cumulated vsize (KiB) 38044

[startup+3222.3 s]
/proc/loadavg: 2.75 2.73 2.63 4/83 23129
/proc/meminfo: memFree=1629432/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=27.26
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 1228 15053 0 3 3 1 2711 11 16 0 1 0 59440046 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 805 374 3 0 500 0
[pid=23122] ppid=23077 vsize=5356 CPUtime=0
/proc/23122/stat : 23122 (sh) S 23077 23077 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59442814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23122/statm: 1339 232 193 169 0 50 0
[pid=23123] ppid=23122 vsize=19088 CPUtime=3164.78
/proc/23123/stat : 23123 (minisat) R 23122 23077 23001 0 -1 4194304 4269 0 0 0 316474 4 0 0 25 0 1 0 59442814 19546112 4255 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/23123/statm: 4772 4255 75 150 0 4619 0
Current children cumulated CPU time (s) 3192.04
Current children cumulated vsize (KiB) 38044

[startup+3282.3 s]
/proc/loadavg: 2.70 2.73 2.64 3/83 23129
/proc/meminfo: memFree=1628792/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=27.26
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 1228 15053 0 3 3 1 2711 11 16 0 1 0 59440046 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 805 374 3 0 500 0
[pid=23122] ppid=23077 vsize=5356 CPUtime=0
/proc/23122/stat : 23122 (sh) S 23077 23077 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59442814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23122/statm: 1339 232 193 169 0 50 0
[pid=23123] ppid=23122 vsize=19788 CPUtime=3224.22
/proc/23123/stat : 23123 (minisat) R 23122 23077 23001 0 -1 4194304 4418 0 0 0 322418 4 0 0 25 0 1 0 59442814 20262912 4404 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/23123/statm: 4947 4404 75 150 0 4794 0
Current children cumulated CPU time (s) 3251.48
Current children cumulated vsize (KiB) 38744

[startup+3342.3 s]
/proc/loadavg: 2.59 2.69 2.63 4/83 23129
/proc/meminfo: memFree=1628728/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=27.26
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 1228 15053 0 3 3 1 2711 11 16 0 1 0 59440046 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 805 374 3 0 500 0
[pid=23122] ppid=23077 vsize=5356 CPUtime=0
/proc/23122/stat : 23122 (sh) S 23077 23077 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59442814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23122/statm: 1339 232 193 169 0 50 0
[pid=23123] ppid=23122 vsize=19940 CPUtime=3283.66
/proc/23123/stat : 23123 (minisat) R 23122 23077 23001 0 -1 4194304 4451 0 0 0 328362 4 0 0 25 0 1 0 59442814 20418560 4437 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23123/statm: 4985 4437 75 150 0 4832 0
Current children cumulated CPU time (s) 3310.92
Current children cumulated vsize (KiB) 38896

[startup+3402.31 s]
/proc/loadavg: 2.67 2.68 2.63 4/83 23131
/proc/meminfo: memFree=1628392/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=27.26
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 1228 15053 0 3 3 1 2711 11 16 0 1 0 59440046 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 805 374 3 0 500 0
[pid=23122] ppid=23077 vsize=5356 CPUtime=0
/proc/23122/stat : 23122 (sh) S 23077 23077 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59442814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23122/statm: 1339 232 193 169 0 50 0
[pid=23123] ppid=23122 vsize=19940 CPUtime=3343.09
/proc/23123/stat : 23123 (minisat) R 23122 23077 23001 0 -1 4194304 4476 0 0 0 334305 4 0 0 25 0 1 0 59442814 20418560 4462 996147200 134512640 135127466 4294956256 18446744073709551615 134530670 0 0 4096 3 0 0 0 17 1 0 0
/proc/23123/statm: 4985 4462 75 150 0 4832 0
Current children cumulated CPU time (s) 3370.35
Current children cumulated vsize (KiB) 38896

[startup+3462.3 s]
/proc/loadavg: 2.75 2.71 2.64 3/83 23131
/proc/meminfo: memFree=1628216/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=27.26
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 1228 15053 0 3 3 1 2711 11 16 0 1 0 59440046 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 805 374 3 0 500 0
[pid=23122] ppid=23077 vsize=5356 CPUtime=0
/proc/23122/stat : 23122 (sh) S 23077 23077 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59442814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23122/statm: 1339 232 193 169 0 50 0
[pid=23123] ppid=23122 vsize=20128 CPUtime=3402.54
/proc/23123/stat : 23123 (minisat) R 23122 23077 23001 0 -1 4194304 4506 0 0 0 340250 4 0 0 25 0 1 0 59442814 20611072 4492 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/23123/statm: 5032 4492 75 150 0 4879 0
Current children cumulated CPU time (s) 3429.8
Current children cumulated vsize (KiB) 39084

[startup+3522.3 s]
/proc/loadavg: 2.72 2.71 2.64 3/83 23131
/proc/meminfo: memFree=1628152/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=27.26
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 1228 15053 0 3 3 1 2711 11 16 0 1 0 59440046 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 805 374 3 0 500 0
[pid=23122] ppid=23077 vsize=5356 CPUtime=0
/proc/23122/stat : 23122 (sh) S 23077 23077 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59442814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23122/statm: 1339 232 193 169 0 50 0
[pid=23123] ppid=23122 vsize=20264 CPUtime=3461.97
/proc/23123/stat : 23123 (minisat) R 23122 23077 23001 0 -1 4194304 4522 0 0 0 346193 4 0 0 25 0 1 0 59442814 20750336 4508 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/23123/statm: 5066 4508 75 150 0 4913 0
Current children cumulated CPU time (s) 3489.23
Current children cumulated vsize (KiB) 39220

[startup+3582.3 s]
/proc/loadavg: 2.86 2.75 2.65 3/83 23131
/proc/meminfo: memFree=1627896/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=27.26
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 1228 15053 0 3 3 1 2711 11 16 0 1 0 59440046 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 805 374 3 0 500 0
[pid=23122] ppid=23077 vsize=5356 CPUtime=0
/proc/23122/stat : 23122 (sh) S 23077 23077 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59442814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23122/statm: 1339 232 193 169 0 50 0
[pid=23123] ppid=23122 vsize=20412 CPUtime=3521.41
/proc/23123/stat : 23123 (minisat) R 23122 23077 23001 0 -1 4194304 4578 0 0 0 352137 4 0 0 25 0 1 0 59442814 20901888 4564 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23123/statm: 5103 4564 75 150 0 4950 0
Current children cumulated CPU time (s) 3548.67
Current children cumulated vsize (KiB) 39368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.2 s]
/proc/loadavg: 2.75 2.73 2.65 3/83 23131
/proc/meminfo: memFree=1627896/2055920 swapFree=4175504/4192956
[pid=23077] ppid=23075 vsize=13600 CPUtime=27.26
/proc/23077/stat : 23077 (sugar) S 23075 23077 23001 0 -1 4194304 1228 15053 0 3 3 1 2711 11 16 0 1 0 59440046 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23077/statm: 3400 805 374 3 0 500 0
[pid=23122] ppid=23077 vsize=5356 CPUtime=0
/proc/23122/stat : 23122 (sh) S 23077 23077 23001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59442814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23122/statm: 1339 232 193 169 0 50 0
[pid=23123] ppid=23122 vsize=20580 CPUtime=3572.83
/proc/23123/stat : 23123 (minisat) R 23122 23077 23001 0 -1 4194304 4597 0 0 0 357279 4 0 0 25 0 1 0 59442814 21073920 4583 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/23123/statm: 5145 4583 75 150 0 4992 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 39536

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

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

Child status: 0
Real time (s): 3634.21
CPU time (s): 3600.13
CPU user time (s): 3599.95
CPU system time (s): 0.176973
CPU usage (%): 99.0622
Max. virtual memory (cumulated for all children) (KiB): 882968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.95
system time used= 0.176973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21235
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= 1220
involuntary context switches= 147533

runsolver used 5.15721 second user time and 11.1913 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-14 11:23:28
IDJOB=1115308
IDBENCH=61853
IDSOLVER=368
FILE ID=node46/1115308-1216027408
PBS_JOBID= 7904835
Free space on /tmp= 66212 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/randomMaxCSP/denseTight/normalized-vcsp-25-10-25-87-21_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-1115308-1216027408/watcher-1115308-1216027408 -o /tmp/evaluation-result-1115308-1216027408/solver-1115308-1216027408 -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-1115308-1216027408.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1d23daba8d02f50c2e4abf849a1be2d3
RANDOM SEED=449047609

node46.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.238
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.238
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:       1725488 kB
Buffers:         51480 kB
Cached:         217620 kB
SwapCached:      12624 kB
Active:         134564 kB
Inactive:       150680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725488 kB
SwapTotal:     4192956 kB
SwapFree:      4175504 kB
Dirty:            3272 kB
Writeback:           0 kB
Mapped:          15688 kB
Slab:            30772 kB
Committed_AS:   159392 kB
PageTables:       1680 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= 66212 MiB
End job on node46 at 2008-07-14 12:24:03