Trace number 1115380

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 3634.21

General information on the benchmark

Namemaxcsp/randomMaxCSP/denseTight/
normalized-vcsp-25-10-25-87-38_ext.xml
MD5SUMfe656c63c64be536839238f557734a1b
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 benchmark0.873866
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.01/0.07	c 0	Sugar v1-13 + HOME/minisat
0.01/0.07	c 0	BEGIN Mon Jul 14 11:23:44 2008
0.01/0.07	c 0	PID 25710
0.01/0.07	c 0	HOST node18.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-1115380-1216027424.xml TO HOME/temp.csp
0.01/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1115380-1216027424.xml' 'HOME/temp.csp'
0.04/0.30	c 1	1 domains, 25 variables, 0 predicates, 75 relations, 75 constraints
0.04/0.34	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.34	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.26/0.43	c 1	Parsing HOME/temp.csp
0.26/0.52	c 1	parsed 176 expressions
0.26/0.53	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.26/0.53	c 1	MAX CSP: 75 constraints
0.26/0.53	c 1	Converting to clausal form CSP
0.26/0.55	c 1	converted 26 (10%) expressions
0.26/0.55	c 1	converted 51 (20%) expressions
0.26/0.56	c 1	converted 77 (30%) expressions
0.26/0.56	c 1	converted 102 (40%) expressions
0.26/0.57	c 1	converted 127 (50%) expressions
0.26/0.57	c 1	converted 153 (60%) expressions
0.26/0.58	c 1	converted 178 (70%) expressions
0.26/0.58	c 1	converted 204 (80%) expressions
0.26/0.59	c 1	converted 229 (90%) expressions
0.26/0.64	c 1	converted 254 (100%) expressions
0.26/0.64	c 1	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 113
0.26/0.64	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.64	c 1	Propagation in CSP
0.26/0.65	c 1	71 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.26/0.65	c 1	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 76
0.26/0.65	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.65	c 1	Simplifing CSP by introducing new Boolean variables
0.26/0.65	c 1	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 76
0.26/0.65	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.68	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.26/0.69	c 1	18 (10%) CSP integer variables are encoded (144 clauses, 1456 bytes)
0.26/0.69	c 1	35 (20%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.26/0.69	c 1	53 (30%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.26/0.69	c 1	70 (40%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.26/0.69	c 1	88 (50%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.26/0.70	c 1	105 (60%) CSP integer variables are encoded (282 clauses, 2974 bytes)
0.26/0.70	c 1	123 (70%) CSP integer variables are encoded (346 clauses, 3678 bytes)
0.26/0.70	c 1	140 (80%) CSP integer variables are encoded (442 clauses, 4734 bytes)
0.26/0.70	c 1	158 (90%) CSP integer variables are encoded (506 clauses, 5438 bytes)
0.26/0.70	c 1	175 (100%) CSP integer variables are encoded (977 clauses, 10920 bytes)
0.26/0.73	c 1	23 (10%) CSP clauses are encoded (1377 clauses, 17600 bytes)
0.26/0.74	c 1	45 (20%) CSP clauses are encoded (1758 clauses, 24319 bytes)
0.26/0.75	c 1	68 (30%) CSP clauses are encoded (2155 clauses, 31658 bytes)
0.26/0.75	c 1	90 (40%) CSP clauses are encoded (2359 clauses, 35143 bytes)
0.26/0.76	c 1	112 (50%) CSP clauses are encoded (2791 clauses, 41283 bytes)
0.26/0.76	c 1	135 (60%) CSP clauses are encoded (2968 clauses, 43666 bytes)
0.26/0.77	c 1	157 (70%) CSP clauses are encoded (4136 clauses, 60951 bytes)
0.26/0.77	c 1	180 (80%) CSP clauses are encoded (4314 clauses, 63352 bytes)
0.26/0.78	c 1	202 (90%) CSP clauses are encoded (6131 clauses, 88941 bytes)
0.26/0.79	c 1	224 (100%) CSP clauses are encoded (10830 clauses, 166409 bytes)
0.26/0.79	c 1	224 CSP clauses encoded
0.26/0.79	c 1	Writing map file : HOME/temp.map
0.26/0.79	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.79	c 1	SAT : 1152 SAT variables, 10830 SAT clauses, 166409 bytes
0.26/0.79	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.83	c 1	OBJECTIVE minimize _COST
0.26/0.83	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.26/0.83	c 1	SEARCHING: _COST <= 38
0.26/0.83	c 1	SOLVING HOME/temp.cnf
0.26/0.83	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.26/0.83	c 1	This is MiniSat 2.0 beta
0.26/0.83	c 1	WARNING: for repeatability, setting FPU to use double precision
0.26/0.83	c 1	============================[ Problem Statistics ]=============================
0.26/0.83	c 1	|                                                                             |
0.26/0.83	c 1	|  Number of variables:  1152                                                 |
0.26/0.83	c 1	|  Number of clauses:    10831                                                |
0.26/0.84	c 1	|  Parsing time:         0.00         s                                       |
0.26/0.84	c 1	============================[ Search Statistics ]==============================
0.26/0.84	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.26/0.84	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.26/0.84	c 1	===============================================================================
0.26/0.84	c 1	|         0 |     893     7607    21939 |     2535        0    nan |  0.000 % |
0.26/0.84	c 1	|       100 |     889     7607    21939 |     2789       99     19 | 23.178 % |
0.26/0.85	c 1	|       251 |     889     7607    21939 |     3068      250     16 | 23.178 % |
0.26/0.86	c 1	===============================================================================
0.26/0.86	c 1	restarts              : 3
0.26/0.86	c 1	conflicts             : 470            (16210 /sec)
0.26/0.86	c 1	decisions             : 826            (1.57 % random) (28488 /sec)
0.26/0.86	c 1	propagations          : 53652          (1850388 /sec)
0.26/0.86	c 1	conflict literals     : 7376           (28.00 % deleted)
0.26/0.86	c 1	Memory used           : 2.30 MB
0.26/0.86	c 1	CPU time              : 0.028995 s
0.26/0.86	c 1	
0.26/0.86	c 1	SATISFIABLE
0.26/0.86	c 1	FOUND: _COST <= 38
0.26/0.86	s SATISFIABLE
0.26/0.86	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.26/0.86	c 1	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 1	Decoding HOME/temp.out
0.72/0.99	c 1	OBJECTIVE _COST 38
0.72/0.99	o 38
0.72/0.99	v 9 8 6 5 3 6 5 7 1 2 8 2 5 9 0 6 7 5 7 6 5 7 6 6 9
0.72/1.00	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.83/1.03	c 1	OBJECTIVE BOUND: 0 <= _COST <= 38
0.83/1.03	c 1	SEARCHING: _COST <= 19
0.83/1.03	c 1	SOLVING HOME/temp.cnf
0.83/1.03	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.83/1.03	c 1	This is MiniSat 2.0 beta
0.83/1.03	c 1	WARNING: for repeatability, setting FPU to use double precision
0.83/1.03	c 1	============================[ Problem Statistics ]=============================
0.83/1.03	c 1	|                                                                             |
0.83/1.03	c 1	|  Number of variables:  1152                                                 |
0.83/1.03	c 1	|  Number of clauses:    10831                                                |
0.83/1.04	c 1	|  Parsing time:         0.01         s                                       |
0.83/1.04	c 1	============================[ Search Statistics ]==============================
0.83/1.04	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.83/1.04	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.83/1.04	c 1	===============================================================================
0.83/1.04	c 1	|         0 |     741     5593    16334 |     1864        0    nan |  0.000 % |
0.83/1.04	c 1	|       101 |     739     5593    16334 |     2050      100     13 | 36.459 % |
0.83/1.05	c 1	|       251 |     739     5593    16334 |     2255      250     12 | 36.459 % |
0.83/1.06	c 1	|       476 |     732     5505    16102 |     2481      475     11 | 36.463 % |
0.83/1.08	c 1	|       813 |     732     5505    16102 |     2729      812     12 | 36.459 % |
0.83/1.10	c 1	|      1322 |     732     5505    16102 |     3002     1321     13 | 36.459 % |
0.84/1.15	c 1	|      2083 |     732     5505    16102 |     3302     2082     13 | 36.460 % |
0.84/1.22	c 1	|      3223 |     732     5505    16102 |     3633     3222     13 | 36.459 % |
0.84/1.33	c 2	|      4931 |     732     5505    16102 |     3996     2829     11 | 36.460 % |
0.84/1.50	c 2	|      7495 |     732     5505    16102 |     4396     3107     12 | 36.460 % |
0.84/1.76	c 2	|     11340 |     732     5505    16102 |     4835     4381     13 | 36.460 % |
1.99/2.21	c 2	|     17108 |     732     5505    16102 |     5319     4631     13 | 36.460 % |
2.58/2.85	c 3	|     25758 |     732     5505    16102 |     5851     4336     11 | 36.460 % |
3.57/3.83	c 4	|     38733 |     732     5505    16102 |     6436     4356     11 | 36.460 % |
5.06/5.37	c 6	|     58194 |     732     5505    16102 |     7079     6265     11 | 36.460 % |
7.44/7.78	c 8	|     87388 |     731     5494    16066 |     7787     4704     13 | 36.546 % |
11.30/11.64	c 12	|    131177 |     728     5455    15922 |     8566     4247     11 | 36.807 % |
14.77/15.16	c 15	===============================================================================
14.77/15.16	c 15	restarts              : 17
14.77/15.16	c 15	conflicts             : 173269         (12378 /sec)
14.77/15.16	c 15	decisions             : 213022         (1.14 % random) (15218 /sec)
14.77/15.16	c 15	propagations          : 19085506       (1363458 /sec)
14.77/15.16	c 15	conflict literals     : 2217727        (38.61 % deleted)
14.77/15.16	c 15	Memory used           : 3.60 MB
14.77/15.16	c 15	CPU time              : 13.9979 s
14.77/15.16	c 15	
14.77/15.16	c 15	UNSATISFIABLE
14.77/15.17	c 15	NOT FOUND: _COST <= 19
14.77/15.17	c 15	OBJECTIVE BOUND: 20 <= _COST <= 38
14.77/15.17	c 15	SEARCHING: _COST <= 29
14.77/15.17	c 15	SOLVING HOME/temp.cnf
14.77/15.17	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.77/15.17	c 15	This is MiniSat 2.0 beta
14.77/15.17	c 15	WARNING: for repeatability, setting FPU to use double precision
14.77/15.17	c 15	============================[ Problem Statistics ]=============================
14.77/15.17	c 15	|                                                                             |
14.77/15.17	c 15	|  Number of variables:  1152                                                 |
14.77/15.17	c 15	|  Number of clauses:    10831                                                |
14.77/15.18	c 15	|  Parsing time:         0.00         s                                       |
14.77/15.18	c 15	============================[ Search Statistics ]==============================
14.77/15.18	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.77/15.18	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.77/15.18	c 15	===============================================================================
14.77/15.18	c 15	|         0 |     821     6698    19419 |     2232        0    nan |  0.000 % |
14.77/15.18	c 15	|       100 |     818     6698    19419 |     2455       99     18 | 29.428 % |
14.77/15.19	c 15	|       252 |     818     6698    19419 |     2701      251     15 | 29.428 % |
14.84/15.20	c 15	|       478 |     813     6632    19250 |     2971      477     15 | 29.428 % |
14.84/15.22	c 15	|       815 |     813     6632    19250 |     3268      814     15 | 29.428 % |
14.84/15.24	c 15	|      1321 |     813     6632    19250 |     3595     1320     15 | 29.428 % |
14.84/15.29	c 16	|      2080 |     813     6632    19250 |     3955     2079     17 | 29.428 % |
14.96/15.36	c 16	|      3220 |     813     6632    19250 |     4350     3219     17 | 29.428 % |
15.06/15.47	c 16	|      4928 |     813     6632    19250 |     4785     4927     17 | 29.428 % |
15.26/15.66	c 16	|      7490 |     813     6632    19250 |     5264     4846     16 | 29.429 % |
15.55/15.99	c 16	|     11335 |     813     6632    19250 |     5790     5698     15 | 29.429 % |
16.05/16.48	c 17	|     17103 |     813     6632    19250 |     6370     5003     14 | 29.429 % |
16.74/17.19	c 17	|     25753 |     813     6632    19250 |     7007     6585     16 | 29.429 % |
17.93/18.38	c 19	|     38728 |     813     6632    19250 |     7707     4248     15 | 29.428 % |
19.72/20.18	c 20	|     58190 |     813     6632    19250 |     8478     6929     16 | 29.428 % |
22.59/23.03	c 23	|     87382 |     813     6632    19250 |     9326     8602     17 | 29.429 % |
26.85/27.31	c 28	|    131172 |     813     6632    19250 |    10259     7414     16 | 29.429 % |
33.48/34.07	c 34	|    196857 |     813     6632    19250 |    11284     7653     15 | 29.429 % |
43.58/44.29	c 45	|    295383 |     813     6632    19250 |    12413    10645     19 | 29.429 % |
60.03/60.82	c 61	|    443173 |     813     6632    19250 |    13654     8087     19 | 29.428 % |
86.29/87.31	c 88	|    664856 |     813     6632    19250 |    15020     7748     16 | 29.428 % |
129.19/130.63	c 131	|    997381 |     813     6632    19250 |    16522    10685     18 | 29.428 % |
194.67/196.76	c 197	|   1496170 |     813     6632    19250 |    18174    11688     19 | 29.428 % |
300.38/303.44	c 304	|   2244353 |     813     6632    19250 |    19991    15814     17 | 29.428 % |
471.66/476.31	c 477	|   3366627 |     813     6632    19250 |    21991    11847     18 | 29.428 % |
735.08/742.23	c 742	|   5050040 |     813     6632    19250 |    24190    19368     17 | 29.428 % |
1189.59/1201.07	c 1201	|   7575157 |     813     6632    19250 |    26609    21224     23 | 29.429 % |
1916.82/1935.13	c 1935	|  11362832 |     813     6632    19250 |    29270    15333     21 | 29.429 % |
3136.02/3165.83	c 3166	|  17044344 |     813     6632    19250 |    32197    15233     16 | 29.429 % |
3600.04/3634.21	sh: line 1: 25748 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.04/3634.21	c ERROR unknown output  in HOME/temp.out
3600.04/3634.21	c 3634	CPU 3599.9 (0.03 0.01 3599.87 0.15)
3600.04/3634.21	c 3634	END Mon Jul 14 12:24:18 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-1115380-1216027424/watcher-1115380-1216027424 -o /tmp/evaluation-result-1115380-1216027424/solver-1115380-1216027424 -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-1115380-1216027424.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/80 25710
/proc/meminfo: memFree=1811880/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=12268 CPUtime=0
/proc/25710/stat : 25710 (sugar) R 25708 25710 25673 0 -1 4194304 348 0 0 0 0 0 0 0 19 0 1 0 59444733 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 227848976997 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25710/statm: 3067 316 241 3 0 167 0

[startup+0.0459831 s]
/proc/loadavg: 0.00 0.00 0.00 4/80 25710
/proc/meminfo: memFree=1811880/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=12676 CPUtime=0.01
/proc/25710/stat : 25710 (sugar) D 25708 25710 25673 0 -1 4194304 531 0 0 0 0 1 0 0 18 0 1 0 59444733 12980224 499 996147200 4194304 4206940 548682068592 18446744073709551615 227848976997 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/25710/statm: 3169 499 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.101928 s]
/proc/loadavg: 0.00 0.00 0.00 4/80 25710
/proc/meminfo: memFree=1811880/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=0.04
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 59444733 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301943 s]
/proc/loadavg: 0.00 0.00 0.00 4/80 25710
/proc/meminfo: memFree=1811880/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=0.04
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 59444733 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701984 s]
/proc/loadavg: 0.00 0.00 0.00 4/80 25710
/proc/meminfo: memFree=1811880/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=0.26
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 974 4296 0 1 3 1 19 3 15 0 1 0 59444733 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13600

[startup+1.50106 s]
/proc/loadavg: 0.24 0.05 0.02 3/91 25744
/proc/meminfo: memFree=1804224/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=0.84
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 1175 13957 0 3 3 1 71 9 15 0 1 0 59444733 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 805 374 3 0 500 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 13600

[startup+3.10121 s]
/proc/loadavg: 0.24 0.05 0.02 3/83 25746
/proc/meminfo: memFree=1807808/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=0.84
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 1175 13957 0 3 3 1 71 9 15 0 1 0 59444733 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 805 374 3 0 500 0
[pid=25745] ppid=25710 vsize=5356 CPUtime=0
/proc/25745/stat : 25745 (sh) S 25710 25710 25673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59444837 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25745/statm: 1339 232 193 169 0 50 0
[pid=25746] ppid=25745 vsize=2884 CPUtime=2.04
/proc/25746/stat : 25746 (minisat) R 25745 25710 25673 0 -1 4194304 418 0 0 0 204 0 0 0 25 0 1 0 59444837 2953216 404 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25746/statm: 721 404 75 150 0 568 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 21840

[startup+6.30156 s]
/proc/loadavg: 0.24 0.05 0.02 3/83 25746
/proc/meminfo: memFree=1807360/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=0.84
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 1175 13957 0 3 3 1 71 9 16 0 1 0 59444733 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 805 374 3 0 500 0
[pid=25745] ppid=25710 vsize=5356 CPUtime=0
/proc/25745/stat : 25745 (sh) S 25710 25710 25673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59444837 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25745/statm: 1339 232 193 169 0 50 0
[pid=25746] ppid=25745 vsize=3280 CPUtime=5.21
/proc/25746/stat : 25746 (minisat) R 25745 25710 25673 0 -1 4194304 508 0 0 0 521 0 0 0 25 0 1 0 59444837 3358720 494 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25746/statm: 820 494 75 150 0 667 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 22236

[startup+12.7022 s]
/proc/loadavg: 0.51 0.11 0.04 3/83 25746
/proc/meminfo: memFree=1806536/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=0.84
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 1175 13957 0 3 3 1 71 9 16 0 1 0 59444733 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 805 374 3 0 500 0
[pid=25745] ppid=25710 vsize=5356 CPUtime=0
/proc/25745/stat : 25745 (sh) S 25710 25710 25673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59444837 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25745/statm: 1339 232 193 169 0 50 0
[pid=25746] ppid=25745 vsize=3680 CPUtime=11.55
/proc/25746/stat : 25746 (minisat) R 25745 25710 25673 0 -1 4194304 612 0 0 0 1155 0 0 0 25 0 1 0 59444837 3768320 598 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/25746/statm: 920 598 75 150 0 767 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 22636

[startup+25.5014 s]
/proc/loadavg: 0.74 0.18 0.06 3/83 25748
/proc/meminfo: memFree=1806280/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=14.84
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 1228 14882 0 3 3 1 1471 9 16 0 1 0 59444733 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 805 374 3 0 500 0
[pid=25747] ppid=25710 vsize=5356 CPUtime=0
/proc/25747/stat : 25747 (sh) S 25710 25710 25673 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59446250 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25747/statm: 1339 232 193 169 0 50 0
[pid=25748] ppid=25747 vsize=3828 CPUtime=10.22
/proc/25748/stat : 25748 (minisat) R 25747 25710 25673 0 -1 4194304 670 0 0 0 1022 0 0 0 25 0 1 0 59446250 3919872 656 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25748/statm: 957 656 75 150 0 804 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 22784

[startup+51.1018 s]
/proc/loadavg: 1.47 0.41 0.14 3/83 25748
/proc/meminfo: memFree=1756488/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=14.84
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 1228 14882 0 3 3 1 1471 9 16 0 1 0 59444733 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 805 374 3 0 500 0
[pid=25747] ppid=25710 vsize=5356 CPUtime=0
/proc/25747/stat : 25747 (sh) S 25710 25710 25673 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59446250 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25747/statm: 1339 232 193 169 0 50 0
[pid=25748] ppid=25747 vsize=5040 CPUtime=35.58
/proc/25748/stat : 25748 (minisat) R 25747 25710 25673 0 -1 4194304 937 0 0 0 3558 0 0 0 25 0 1 0 59446250 5160960 923 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/25748/statm: 1260 923 75 150 0 1107 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 23996

[startup+102.307 s]
/proc/loadavg: 2.09 0.74 0.27 3/83 25748
/proc/meminfo: memFree=1750088/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=14.84
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 1228 14882 0 3 3 1 1471 9 16 0 1 0 59444733 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 805 374 3 0 500 0
[pid=25747] ppid=25710 vsize=5356 CPUtime=0
/proc/25747/stat : 25747 (sh) S 25710 25710 25673 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59446250 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25747/statm: 1339 232 193 169 0 50 0
[pid=25748] ppid=25747 vsize=6236 CPUtime=86.32
/proc/25748/stat : 25748 (minisat) R 25747 25710 25673 0 -1 4194304 1237 0 0 0 8631 1 0 0 25 0 1 0 59446250 6385664 1223 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/25748/statm: 1559 1223 75 150 0 1406 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 25192

[startup+162.302 s]
/proc/loadavg: 2.38 1.08 0.41 4/83 25748
/proc/meminfo: memFree=1748616/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=14.84
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 1228 14882 0 3 3 1 1471 9 16 0 1 0 59444733 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 805 374 3 0 500 0
[pid=25747] ppid=25710 vsize=5356 CPUtime=0
/proc/25747/stat : 25747 (sh) S 25710 25710 25673 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59446250 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25747/statm: 1339 232 193 169 0 50 0
[pid=25748] ppid=25747 vsize=7332 CPUtime=145.75
/proc/25748/stat : 25748 (minisat) R 25747 25710 25673 0 -1 4194304 1516 0 0 0 14574 1 0 0 25 0 1 0 59446250 7507968 1502 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25748/statm: 1833 1502 75 150 0 1680 0
Current children cumulated CPU time (s) 160.59
Current children cumulated vsize (KiB) 26288

[startup+222.301 s]
/proc/loadavg: 2.46 1.34 0.54 3/83 25748
/proc/meminfo: memFree=1747976/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=14.84
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 1228 14882 0 3 3 1 1471 9 16 0 1 0 59444733 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 805 374 3 0 500 0
[pid=25747] ppid=25710 vsize=5356 CPUtime=0
/proc/25747/stat : 25747 (sh) S 25710 25710 25673 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59446250 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25747/statm: 1339 232 193 169 0 50 0
[pid=25748] ppid=25747 vsize=8128 CPUtime=205.18
/proc/25748/stat : 25748 (minisat) R 25747 25710 25673 0 -1 4194304 1708 0 0 0 20517 1 0 0 25 0 1 0 59446250 8323072 1694 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/25748/statm: 2032 1694 75 150 0 1879 0
Current children cumulated CPU time (s) 220.02
Current children cumulated vsize (KiB) 27084

[startup+282.301 s]
/proc/loadavg: 2.66 1.60 0.68 4/83 25748
/proc/meminfo: memFree=1747272/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=14.84
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 1228 14882 0 3 3 1 1471 9 16 0 1 0 59444733 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 805 374 3 0 500 0
[pid=25747] ppid=25710 vsize=5356 CPUtime=0
/proc/25747/stat : 25747 (sh) S 25710 25710 25673 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59446250 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25747/statm: 1339 232 193 169 0 50 0
[pid=25748] ppid=25747 vsize=8832 CPUtime=264.63
/proc/25748/stat : 25748 (minisat) R 25747 25710 25673 0 -1 4194304 1868 0 0 0 26461 2 0 0 25 0 1 0 59446250 9043968 1854 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/25748/statm: 2208 1854 75 150 0 2055 0
Current children cumulated CPU time (s) 279.47
Current children cumulated vsize (KiB) 27788


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

[pid=25710] ppid=25708 vsize=13600 CPUtime=14.84
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 1228 14882 0 3 3 1 1471 9 16 0 1 0 59444733 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 805 374 3 0 500 0
[pid=25747] ppid=25710 vsize=5356 CPUtime=0
/proc/25747/stat : 25747 (sh) S 25710 25710 25673 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59446250 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25747/statm: 1339 232 193 169 0 50 0
[pid=25748] ppid=25747 vsize=18880 CPUtime=2998.83
/proc/25748/stat : 25748 (minisat) R 25747 25710 25673 0 -1 4194304 4208 0 0 0 299879 4 0 0 25 0 1 0 59446250 19333120 4194 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25748/statm: 4720 4194 75 150 0 4567 0
Current children cumulated CPU time (s) 3013.67
Current children cumulated vsize (KiB) 37836

[startup+3102.3 s]
/proc/loadavg: 2.71 2.74 2.56 4/83 25754
/proc/meminfo: memFree=1736968/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=14.84
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 1228 14882 0 3 3 1 1471 9 16 0 1 0 59444733 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 805 374 3 0 500 0
[pid=25747] ppid=25710 vsize=5356 CPUtime=0
/proc/25747/stat : 25747 (sh) S 25710 25710 25673 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59446250 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25747/statm: 1339 232 193 169 0 50 0
[pid=25748] ppid=25747 vsize=18880 CPUtime=3058.27
/proc/25748/stat : 25748 (minisat) R 25747 25710 25673 0 -1 4194304 4235 0 0 0 305823 4 0 0 25 0 1 0 59446250 19333120 4221 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25748/statm: 4720 4221 75 150 0 4567 0
Current children cumulated CPU time (s) 3073.11
Current children cumulated vsize (KiB) 37836

[startup+3162.3 s]
/proc/loadavg: 2.62 2.71 2.55 4/83 25754
/proc/meminfo: memFree=1736584/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=14.84
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 1228 14882 0 3 3 1 1471 9 16 0 1 0 59444733 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 805 374 3 0 500 0
[pid=25747] ppid=25710 vsize=5356 CPUtime=0
/proc/25747/stat : 25747 (sh) S 25710 25710 25673 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59446250 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25747/statm: 1339 232 193 169 0 50 0
[pid=25748] ppid=25747 vsize=19176 CPUtime=3117.71
/proc/25748/stat : 25748 (minisat) R 25747 25710 25673 0 -1 4194304 4277 0 0 0 311767 4 0 0 25 0 1 0 59446250 19636224 4263 996147200 134512640 135127466 4294956256 18446744073709551615 134529046 0 0 4096 3 0 0 0 17 1 0 0
/proc/25748/statm: 4794 4263 75 150 0 4641 0
Current children cumulated CPU time (s) 3132.55
Current children cumulated vsize (KiB) 38132

[startup+3222.3 s]
/proc/loadavg: 2.72 2.72 2.56 4/83 25754
/proc/meminfo: memFree=1736072/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=14.84
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 1228 14882 0 3 3 1 1471 9 16 0 1 0 59444733 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 805 374 3 0 500 0
[pid=25747] ppid=25710 vsize=5356 CPUtime=0
/proc/25747/stat : 25747 (sh) S 25710 25710 25673 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59446250 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25747/statm: 1339 232 193 169 0 50 0
[pid=25748] ppid=25747 vsize=19852 CPUtime=3177.14
/proc/25748/stat : 25748 (minisat) R 25747 25710 25673 0 -1 4194304 4446 0 0 0 317710 4 0 0 25 0 1 0 59446250 20328448 4432 996147200 134512640 135127466 4294956256 18446744073709551615 134522687 0 0 4096 3 0 0 0 17 1 0 0
/proc/25748/statm: 4963 4432 75 150 0 4810 0
Current children cumulated CPU time (s) 3191.98
Current children cumulated vsize (KiB) 38808

[startup+3282.3 s]
/proc/loadavg: 2.75 2.73 2.57 3/83 25754
/proc/meminfo: memFree=1735816/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=14.84
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 1228 14882 0 3 3 1 1471 9 16 0 1 0 59444733 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 805 374 3 0 500 0
[pid=25747] ppid=25710 vsize=5356 CPUtime=0
/proc/25747/stat : 25747 (sh) S 25710 25710 25673 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59446250 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25747/statm: 1339 232 193 169 0 50 0
[pid=25748] ppid=25747 vsize=19852 CPUtime=3236.59
/proc/25748/stat : 25748 (minisat) R 25747 25710 25673 0 -1 4194304 4448 0 0 0 323655 4 0 0 25 0 1 0 59446250 20328448 4434 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/25748/statm: 4963 4434 75 150 0 4810 0
Current children cumulated CPU time (s) 3251.43
Current children cumulated vsize (KiB) 38808

[startup+3342.3 s]
/proc/loadavg: 2.56 2.68 2.56 4/83 25756
/proc/meminfo: memFree=1735752/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=14.84
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 1228 14882 0 3 3 1 1471 9 16 0 1 0 59444733 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 805 374 3 0 500 0
[pid=25747] ppid=25710 vsize=5356 CPUtime=0
/proc/25747/stat : 25747 (sh) S 25710 25710 25673 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59446250 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25747/statm: 1339 232 193 169 0 50 0
[pid=25748] ppid=25747 vsize=19992 CPUtime=3296.02
/proc/25748/stat : 25748 (minisat) R 25747 25710 25673 0 -1 4194304 4474 0 0 0 329598 4 0 0 25 0 1 0 59446250 20471808 4460 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25748/statm: 4998 4460 75 150 0 4845 0
Current children cumulated CPU time (s) 3310.86
Current children cumulated vsize (KiB) 38948

[startup+3402.31 s]
/proc/loadavg: 2.74 2.71 2.58 4/83 25756
/proc/meminfo: memFree=1735688/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=14.84
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 1228 14882 0 3 3 1 1471 9 16 0 1 0 59444733 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 805 374 3 0 500 0
[pid=25747] ppid=25710 vsize=5356 CPUtime=0
/proc/25747/stat : 25747 (sh) S 25710 25710 25673 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59446250 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25747/statm: 1339 232 193 169 0 50 0
[pid=25748] ppid=25747 vsize=19992 CPUtime=3355.46
/proc/25748/stat : 25748 (minisat) R 25747 25710 25673 0 -1 4194304 4484 0 0 0 335542 4 0 0 25 0 1 0 59446250 20471808 4470 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25748/statm: 4998 4470 75 150 0 4845 0
Current children cumulated CPU time (s) 3370.3
Current children cumulated vsize (KiB) 38948

[startup+3462.3 s]
/proc/loadavg: 2.80 2.73 2.59 4/83 25756
/proc/meminfo: memFree=1735368/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=14.84
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 1228 14882 0 3 3 1 1471 9 16 0 1 0 59444733 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 805 374 3 0 500 0
[pid=25747] ppid=25710 vsize=5356 CPUtime=0
/proc/25747/stat : 25747 (sh) S 25710 25710 25673 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59446250 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25747/statm: 1339 232 193 169 0 50 0
[pid=25748] ppid=25747 vsize=19992 CPUtime=3414.9
/proc/25748/stat : 25748 (minisat) R 25747 25710 25673 0 -1 4194304 4501 0 0 0 341486 4 0 0 25 0 1 0 59446250 20471808 4487 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/25748/statm: 4998 4487 75 150 0 4845 0
Current children cumulated CPU time (s) 3429.74
Current children cumulated vsize (KiB) 38948

[startup+3522.3 s]
/proc/loadavg: 2.67 2.70 2.59 4/83 25756
/proc/meminfo: memFree=1735304/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=14.84
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 1228 14882 0 3 3 1 1471 9 16 0 1 0 59444733 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 805 374 3 0 500 0
[pid=25747] ppid=25710 vsize=5356 CPUtime=0
/proc/25747/stat : 25747 (sh) S 25710 25710 25673 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59446250 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25747/statm: 1339 232 193 169 0 50 0
[pid=25748] ppid=25747 vsize=20256 CPUtime=3474.34
/proc/25748/stat : 25748 (minisat) R 25747 25710 25673 0 -1 4194304 4561 0 0 0 347430 4 0 0 25 0 1 0 59446250 20742144 4547 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25748/statm: 5064 4547 75 150 0 4911 0
Current children cumulated CPU time (s) 3489.18
Current children cumulated vsize (KiB) 39212

[startup+3582.3 s]
/proc/loadavg: 2.77 2.72 2.60 3/83 25756
/proc/meminfo: memFree=1734984/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=14.84
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 1228 14882 0 3 3 1 1471 9 16 0 1 0 59444733 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 805 374 3 0 500 0
[pid=25747] ppid=25710 vsize=5356 CPUtime=0
/proc/25747/stat : 25747 (sh) S 25710 25710 25673 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59446250 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25747/statm: 1339 232 193 169 0 50 0
[pid=25748] ppid=25747 vsize=20520 CPUtime=3533.78
/proc/25748/stat : 25748 (minisat) R 25747 25710 25673 0 -1 4194304 4617 0 0 0 353374 4 0 0 25 0 1 0 59446250 21012480 4603 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25748/statm: 5130 4603 75 150 0 4977 0
Current children cumulated CPU time (s) 3548.62
Current children cumulated vsize (KiB) 39476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.2 s]
/proc/loadavg: 2.77 2.73 2.61 4/83 25756
/proc/meminfo: memFree=1734984/2055920 swapFree=4181232/4192956
[pid=25710] ppid=25708 vsize=13600 CPUtime=14.84
/proc/25710/stat : 25710 (sugar) S 25708 25710 25673 0 -1 4194304 1228 14882 0 3 3 1 1471 9 16 0 1 0 59444733 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25710/statm: 3400 805 374 3 0 500 0
[pid=25747] ppid=25710 vsize=5356 CPUtime=0
/proc/25747/stat : 25747 (sh) S 25710 25710 25673 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 59446250 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25747/statm: 1339 232 193 169 0 50 0
[pid=25748] ppid=25747 vsize=20520 CPUtime=3585.2
/proc/25748/stat : 25748 (minisat) R 25747 25710 25673 0 -1 4194304 4628 0 0 0 358516 4 0 0 25 0 1 0 59446250 21012480 4614 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 1 0 0
/proc/25748/statm: 5130 4614 75 150 0 4977 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 39476

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.08
CPU user time (s): 3599.91
CPU system time (s): 0.169974
CPU usage (%): 99.0609
Max. virtual memory (cumulated for all children) (KiB): 882996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.91
system time used= 0.169974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21095
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= 1435
involuntary context switches= 147600

runsolver used 5.70913 second user time and 10.8114 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-14 11:23:44
IDJOB=1115380
IDBENCH=61862
IDSOLVER=368
FILE ID=node18/1115380-1216027424
PBS_JOBID= 7904888
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fe656c63c64be536839238f557734a1b
RANDOM SEED=184453821

node18.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.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
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:       1812360 kB
Buffers:         38636 kB
Cached:         125996 kB
SwapCached:       5980 kB
Active:         144204 kB
Inactive:        50448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1812360 kB
SwapTotal:     4192956 kB
SwapFree:      4181232 kB
Dirty:            3284 kB
Writeback:           0 kB
Mapped:          45736 kB
Slab:            34364 kB
Committed_AS:  1034996 kB
PageTables:       1784 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node18 at 2008-07-14 12:24:18