Trace number 1120484

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.06 3615.72

General information on the benchmark

Namemaxcsp/maxcut/maxcut-40/
normalized-maxcut-40-420-5_ext.xml
MD5SUM6a78046a00e44dded47dc8d62192567b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints161
Best CPU time to get the best result obtained on this benchmark84.7451
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints420
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension420
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Tue Jul 15 11:57:52 2008
0.00/0.04	c 0	PID 25265
0.00/0.04	c 0	HOST node59.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1120484-1216115872.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1120484-1216115872.xml' 'HOME/temp.csp'
0.03/0.28	c 0	1 domains, 40 variables, 0 predicates, 1 relations, 420 constraints
0.03/0.29	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.29	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.34/0.37	c 0	Parsing HOME/temp.csp
0.34/0.47	c 0	parsed 462 expressions
0.34/0.47	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.49	c 0	MAX CSP: 420 constraints
0.34/0.49	c 0	Converting to clausal form CSP
0.34/0.52	c 0	converted 89 (10%) expressions
0.34/0.53	c 0	converted 177 (20%) expressions
0.34/0.53	c 0	converted 266 (30%) expressions
0.34/0.55	c 0	converted 354 (40%) expressions
0.34/0.55	c 0	converted 443 (50%) expressions
0.34/0.56	c 0	converted 531 (60%) expressions
0.34/0.57	c 0	converted 620 (70%) expressions
0.34/0.57	c 0	converted 708 (80%) expressions
0.34/0.58	c 0	converted 797 (90%) expressions
0.34/0.74	c 0	converted 885 (100%) expressions
0.34/0.74	c 0	CSP : 880 integers, 0 booleans, 1259 clauses, largest domain size 631
0.34/0.74	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.74	c 0	Propagation in CSP
0.34/0.77	c 1	416 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.34/0.77	c 1	CSP : 880 integers, 0 booleans, 1259 clauses, largest domain size 421
0.34/0.77	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.78	c 1	Simplifing CSP by introducing new Boolean variables
0.34/0.78	c 1	CSP : 880 integers, 0 booleans, 1259 clauses, largest domain size 421
0.34/0.78	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.81	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.34/0.81	c 1	88 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.34/0.82	c 1	176 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.34/0.82	c 1	264 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.34/0.82	c 1	352 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.34/0.82	c 1	440 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.34/0.83	c 1	528 (60%) CSP integer variables are encoded (2370 clauses, 29849 bytes)
0.34/0.83	c 1	616 (70%) CSP integer variables are encoded (3939 clauses, 50246 bytes)
0.34/0.84	c 1	704 (80%) CSP integer variables are encoded (4907 clauses, 62830 bytes)
0.34/0.84	c 1	792 (90%) CSP integer variables are encoded (5443 clauses, 69798 bytes)
0.34/0.84	c 1	880 (100%) CSP integer variables are encoded (6213 clauses, 79808 bytes)
0.34/0.86	c 1	126 (10%) CSP clauses are encoded (6465 clauses, 82922 bytes)
0.34/0.88	c 1	252 (20%) CSP clauses are encoded (6717 clauses, 86340 bytes)
0.34/0.89	c 1	378 (30%) CSP clauses are encoded (6969 clauses, 89868 bytes)
0.35/0.91	c 1	504 (40%) CSP clauses are encoded (8303 clauses, 109493 bytes)
1.05/1.09	c 1	630 (50%) CSP clauses are encoded (102147 clauses, 1805462 bytes)
1.15/1.10	c 1	756 (60%) CSP clauses are encoded (105661 clauses, 1866374 bytes)
1.24/1.25	c 1	882 (70%) CSP clauses are encoded (192999 clauses, 3471631 bytes)
1.24/1.26	c 1	1008 (80%) CSP clauses are encoded (196967 clauses, 3540595 bytes)
1.24/1.28	c 1	1134 (90%) CSP clauses are encoded (206215 clauses, 3706398 bytes)
1.34/1.33	c 1	1259 (100%) CSP clauses are encoded (239979 clauses, 4321347 bytes)
1.34/1.33	c 1	1259 CSP clauses encoded
1.34/1.34	c 1	Writing map file : HOME/temp.map
1.34/1.34	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.34	c 1	SAT : 7093 SAT variables, 239979 SAT clauses, 4321347 bytes
1.34/1.34	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.39	c 1	OBJECTIVE minimize _COST
1.34/1.39	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.34/1.39	c 1	SEARCHING: _COST <= 210
1.34/1.39	c 1	SOLVING HOME/temp.cnf
1.34/1.39	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.34/1.39	c 1	This is MiniSat 2.0 beta
1.34/1.39	c 1	WARNING: for repeatability, setting FPU to use double precision
1.34/1.39	c 1	============================[ Problem Statistics ]=============================
1.34/1.39	c 1	|                                                                             |
1.34/1.39	c 1	|  Number of variables:  7093                                                 |
1.34/1.39	c 1	|  Number of clauses:    239980                                               |
1.40/1.51	c 1	|  Parsing time:         0.10         s                                       |
1.40/1.56	c 1	============================[ Search Statistics ]==============================
1.40/1.56	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.40/1.56	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.40/1.56	c 1	===============================================================================
1.40/1.56	c 1	|         0 |    5203   153795   447786 |    51265        0    nan |  0.000 % |
1.40/1.66	c 1	|       100 |    5203   153795   447786 |    56391      100     26 | 26.646 % |
1.40/1.71	c 1	|       251 |    5203   153795   447786 |    62030      251     30 | 26.646 % |
1.40/1.79	c 2	|       476 |    5203   153795   447786 |    68233      476     32 | 26.646 % |
1.40/1.90	c 2	|       814 |    5203   153795   447786 |    75057      814     30 | 26.646 % |
1.40/2.00	c 2	|      1320 |    5203   153795   447786 |    82562     1320     29 | 26.647 % |
1.40/2.01	c 2	===============================================================================
1.40/2.01	c 2	restarts              : 6
1.40/2.01	c 2	conflicts             : 1327           (2219 /sec)
1.40/2.01	c 2	decisions             : 2169           (0.69 % random) (3628 /sec)
1.40/2.01	c 2	propagations          : 478881         (800926 /sec)
1.40/2.01	c 2	conflict literals     : 37838          (24.75 % deleted)
1.40/2.01	c 2	Memory used           : 11.64 MB
1.40/2.01	c 2	CPU time              : 0.597909 s
1.40/2.01	c 2	
1.40/2.01	c 2	SATISFIABLE
1.40/2.01	c 2	FOUND: _COST <= 210
1.40/2.01	s SATISFIABLE
1.40/2.01	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.40/2.01	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.40/2.09	c 2	Decoding HOME/temp.out
2.19/2.21	c 2	OBJECTIVE _COST 210
2.19/2.21	o 210
2.19/2.21	v 1 0 0 1 1 1 1 0 1 0 1 1 1 1 0 0 1 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 1 1 0 1 0 1 0 0
2.19/2.22	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.19/2.22	c 2	OBJECTIVE BOUND: 0 <= _COST <= 210
2.19/2.22	c 2	SEARCHING: _COST <= 105
2.19/2.22	c 2	SOLVING HOME/temp.cnf
2.19/2.22	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.19/2.22	c 2	This is MiniSat 2.0 beta
2.19/2.22	c 2	WARNING: for repeatability, setting FPU to use double precision
2.19/2.22	c 2	============================[ Problem Statistics ]=============================
2.19/2.22	c 2	|                                                                             |
2.19/2.23	c 2	|  Number of variables:  7093                                                 |
2.19/2.23	c 2	|  Number of clauses:    239980                                               |
2.22/2.35	c 2	|  Parsing time:         0.11         s                                       |
2.22/2.43	c 2	============================[ Search Statistics ]==============================
2.22/2.43	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.22/2.43	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.22/2.43	c 2	===============================================================================
2.22/2.43	c 2	|         0 |    4153   101190   293016 |    33730        0    nan |  0.000 % |
2.22/2.49	c 2	|       101 |    4153   101190   293016 |    37103      101     21 | 41.449 % |
2.23/2.54	c 2	|       253 |    4153   101190   293016 |    40813      253     21 | 41.449 % |
2.23/2.59	c 2	|       478 |    4153   101190   293016 |    44894      478     21 | 41.449 % |
2.23/2.67	c 2	|       816 |    4153   101190   293016 |    49384      816     21 | 41.449 % |
2.23/2.79	c 3	|      1323 |    4153   101190   293016 |    54322     1323     21 | 41.449 % |
2.23/2.99	c 3	|      2083 |    4153   101190   293016 |    59754     2083     21 | 41.450 % |
3.38/3.43	c 3	|      3224 |    4153   101190   293016 |    65730     3224     22 | 41.450 % |
4.08/4.15	c 4	|      4932 |    4153   101190   293016 |    72303     4932     23 | 41.449 % |
5.47/5.58	c 5	|      7494 |    4153   101190   293016 |    79533     7494     24 | 41.449 % |
7.66/7.74	c 7	|     11338 |    4153   101190   293016 |    87486    11338     25 | 41.449 % |
11.04/11.16	c 11	|     17104 |    4153   101190   293016 |    96235    17104     25 | 41.449 % |
16.32/16.50	c 16	|     25753 |    4153   101190   293016 |   105859    25753     24 | 41.449 % |
25.97/26.17	c 26	|     38727 |    4153   101190   293016 |   116445    38727     24 | 41.449 % |
43.99/44.21	c 44	|     58189 |    4153   101190   293016 |   128089    58189     24 | 41.449 % |
76.25/76.69	c 76	|     87382 |    4153   101190   293016 |   140898    87382     23 | 41.449 % |
145.36/146.09	c 146	|    131171 |    4153   101190   293016 |   154988   131171     24 | 41.449 % |
231.69/232.74	c 232	|    196857 |    4153   101190   293016 |   170487    54683     23 | 41.449 % |
394.28/396.05	c 396	|    295384 |    4153   101190   293016 |   187536   153210     24 | 41.449 % |
617.72/620.49	c 620	|    443173 |    4153   101190   293016 |   206289   126866     24 | 41.449 % |
1027.34/1031.87	c 1032	|    664859 |    4153   101190   293016 |   226918   157396     24 | 41.449 % |
1648.17/1655.39	c 1655	|    997384 |    4153   101190   293016 |   249610    63177     24 | 41.449 % |
2653.46/2665.09	c 2665	|   1496173 |    4153   101190   293016 |   274571    91526     22 | 41.449 % |
3600.06/3615.72	c ERROR unknown output  in HOME/temp.out
3600.06/3615.72	c 3615	CPU 2.05 (0.03 0.02 2.02 0.16)
3600.06/3615.72	c 3615	END Tue Jul 15 12:58:07 2008

Verifier Data (download as text)

OK	196	224
196 unsatisfied constraints, 224 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-1120484-1216115872/watcher-1120484-1216115872 -o /tmp/evaluation-result-1120484-1216115872/solver-1120484-1216115872 -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-1120484-1216115872.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.05 0.40 3/82 25265
/proc/meminfo: memFree=1726064/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=12544 CPUtime=0
/proc/25265/stat : 25265 (sugar) R 25263 25265 25207 0 -1 4194304 467 0 0 0 0 0 0 0 18 0 1 0 68285594 12845056 435 996147200 4194304 4206940 548682068592 18446744073709551615 217051468513 0 0 4224 0 0 0 0 17 0 0 0
/proc/25265/statm: 3136 435 289 3 0 236 0

[startup+0.0667621 s]
/proc/loadavg: 0.00 0.05 0.40 3/82 25265
/proc/meminfo: memFree=1726064/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13600 CPUtime=0.03
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 68285594 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102428 s]
/proc/loadavg: 0.00 0.05 0.40 3/82 25265
/proc/meminfo: memFree=1726064/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13600 CPUtime=0.03
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 68285594 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302499 s]
/proc/loadavg: 0.00 0.05 0.40 3/82 25265
/proc/meminfo: memFree=1726064/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13600 CPUtime=0.34
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 957 4412 0 1 2 1 27 4 16 0 1 0 68285594 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25265/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 13600

[startup+0.701543 s]
/proc/loadavg: 0.00 0.05 0.40 3/82 25265
/proc/meminfo: memFree=1726064/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13600 CPUtime=0.34
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 974 4412 0 1 2 1 27 4 15 0 1 0 68285594 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25265/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 13600

[startup+1.5017 s]
/proc/loadavg: 0.00 0.05 0.40 3/93 25297
/proc/meminfo: memFree=1702232/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13732 CPUtime=1.4
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 1066 11230 0 2 3 1 125 11 16 0 1 0 68285594 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3433 814 374 3 0 533 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 13732

[startup+3.102 s]
/proc/loadavg: 0.00 0.05 0.40 3/84 25310
/proc/meminfo: memFree=1706008/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13732 CPUtime=2.23
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 1185 18224 0 3 3 2 202 16 16 0 1 0 68285594 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3433 814 374 3 0 533 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 13732

[startup+6.30162 s]
/proc/loadavg: 0.16 0.09 0.40 3/76 25322
/proc/meminfo: memFree=1698520/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13732 CPUtime=2.23
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 1185 18224 0 3 3 2 202 16 16 0 1 0 68285594 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3433 814 374 3 0 533 0
[pid=25311] ppid=25265 vsize=5356 CPUtime=0
/proc/25311/stat : 25311 (sh) S 25265 25265 25207 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68285817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25311/statm: 1339 232 193 169 0 50 0
[pid=25312] ppid=25311 vsize=12052 CPUtime=4.04
/proc/25312/stat : 25312 (minisat) R 25311 25265 25207 0 -1 4194304 2861 0 0 0 402 2 0 0 25 0 1 0 68285817 12341248 2847 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25312/statm: 3013 2847 75 150 0 2860 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 31140

[startup+12.7018 s]
/proc/loadavg: 0.31 0.12 0.41 3/76 25322
/proc/meminfo: memFree=1698592/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13732 CPUtime=2.23
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 1185 18224 0 3 3 2 202 16 16 0 1 0 68285594 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3433 814 374 3 0 533 0
[pid=25311] ppid=25265 vsize=5356 CPUtime=0
/proc/25311/stat : 25311 (sh) S 25265 25265 25207 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68285817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25311/statm: 1339 232 193 169 0 50 0
[pid=25312] ppid=25311 vsize=12196 CPUtime=10.41
/proc/25312/stat : 25312 (minisat) R 25311 25265 25207 0 -1 4194304 2895 0 0 0 1039 2 0 0 25 0 1 0 68285817 12488704 2881 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25312/statm: 3049 2881 75 150 0 2896 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 31284

[startup+25.5023 s]
/proc/loadavg: 0.68 0.21 0.44 3/76 25322
/proc/meminfo: memFree=1694880/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13732 CPUtime=2.23
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 1185 18224 0 3 3 2 202 16 16 0 1 0 68285594 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3433 814 374 3 0 533 0
[pid=25311] ppid=25265 vsize=5356 CPUtime=0
/proc/25311/stat : 25311 (sh) S 25265 25265 25207 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68285817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25311/statm: 1339 232 193 169 0 50 0
[pid=25312] ppid=25311 vsize=14124 CPUtime=23.15
/proc/25312/stat : 25312 (minisat) R 25311 25265 25207 0 -1 4194304 3346 0 0 0 2313 2 0 0 25 0 1 0 68285817 14462976 3332 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/25312/statm: 3531 3332 75 150 0 3378 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 33212

[startup+51.1022 s]
/proc/loadavg: 1.13 0.35 0.48 3/76 25322
/proc/meminfo: memFree=1688480/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13732 CPUtime=2.23
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 1185 18224 0 3 3 2 202 16 16 0 1 0 68285594 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3433 814 374 3 0 533 0
[pid=25311] ppid=25265 vsize=5356 CPUtime=0
/proc/25311/stat : 25311 (sh) S 25265 25265 25207 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68285817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25311/statm: 1339 232 193 169 0 50 0
[pid=25312] ppid=25311 vsize=17608 CPUtime=48.63
/proc/25312/stat : 25312 (minisat) R 25311 25265 25207 0 -1 4194304 4197 0 0 0 4859 4 0 0 25 0 1 0 68285817 18030592 4183 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/25312/statm: 4402 4183 75 150 0 4249 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 36696

[startup+102.307 s]
/proc/loadavg: 1.62 0.60 0.56 3/76 25322
/proc/meminfo: memFree=1678048/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13732 CPUtime=2.23
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 1185 18224 0 3 3 2 202 16 16 0 1 0 68285594 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3433 814 374 3 0 533 0
[pid=25311] ppid=25265 vsize=5356 CPUtime=0
/proc/25311/stat : 25311 (sh) S 25265 25265 25207 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68285817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25311/statm: 1339 232 193 169 0 50 0
[pid=25312] ppid=25311 vsize=23312 CPUtime=99.61
/proc/25312/stat : 25312 (minisat) R 25311 25265 25207 0 -1 4194304 5585 0 0 0 9955 6 0 0 25 0 1 0 68285817 23871488 5571 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25312/statm: 5828 5571 75 150 0 5675 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 42400

[startup+162.302 s]
/proc/loadavg: 1.86 0.85 0.64 3/76 25322
/proc/meminfo: memFree=1667936/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13732 CPUtime=2.23
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 1185 18224 0 3 3 2 202 16 16 0 1 0 68285594 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3433 814 374 3 0 533 0
[pid=25311] ppid=25265 vsize=5356 CPUtime=0
/proc/25311/stat : 25311 (sh) S 25265 25265 25207 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68285817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25311/statm: 1339 232 193 169 0 50 0
[pid=25312] ppid=25311 vsize=28268 CPUtime=159.36
/proc/25312/stat : 25312 (minisat) R 25311 25265 25207 0 -1 4194304 6773 0 0 0 15928 8 0 0 25 0 1 0 68285817 28946432 6759 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25312/statm: 7067 6759 75 150 0 6914 0
Current children cumulated CPU time (s) 161.59
Current children cumulated vsize (KiB) 47356

[startup+222.303 s]
/proc/loadavg: 1.95 1.06 0.72 3/76 25328
/proc/meminfo: memFree=1661280/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13732 CPUtime=2.23
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 1185 18224 0 3 3 2 202 16 16 0 1 0 68285594 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3433 814 374 3 0 533 0
[pid=25311] ppid=25265 vsize=5356 CPUtime=0
/proc/25311/stat : 25311 (sh) S 25265 25265 25207 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68285817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25311/statm: 1339 232 193 169 0 50 0
[pid=25312] ppid=25311 vsize=30672 CPUtime=219.1
/proc/25312/stat : 25312 (minisat) R 25311 25265 25207 0 -1 4194304 7387 0 0 0 21900 10 0 0 25 0 1 0 68285817 31408128 7373 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25312/statm: 7668 7373 75 150 0 7515 0
Current children cumulated CPU time (s) 221.33
Current children cumulated vsize (KiB) 49760

[startup+282.301 s]
/proc/loadavg: 1.98 1.23 0.80 3/76 25328
/proc/meminfo: memFree=1657376/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13732 CPUtime=2.23
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 1185 18224 0 3 3 2 202 16 16 0 1 0 68285594 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3433 814 374 3 0 533 0
[pid=25311] ppid=25265 vsize=5356 CPUtime=0
/proc/25311/stat : 25311 (sh) S 25265 25265 25207 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68285817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25311/statm: 1339 232 193 169 0 50 0
[pid=25312] ppid=25311 vsize=31204 CPUtime=278.84
/proc/25312/stat : 25312 (minisat) R 25311 25265 25207 0 -1 4194304 7489 0 0 0 27874 10 0 0 25 0 1 0 68285817 31952896 7475 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25312/statm: 7801 7475 75 150 0 7648 0
Current children cumulated CPU time (s) 281.07
Current children cumulated vsize (KiB) 50292

[startup+342.302 s]
/proc/loadavg: 1.99 1.37 0.87 3/76 25328
/proc/meminfo: memFree=1653088/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13732 CPUtime=2.23
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 1185 18224 0 3 3 2 202 16 16 0 1 0 68285594 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3433 814 374 3 0 533 0

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

/proc/meminfo: memFree=1602784/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13732 CPUtime=2.23
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 1185 18224 0 3 3 2 202 16 16 0 1 0 68285594 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3433 814 374 3 0 533 0
[pid=25311] ppid=25265 vsize=5356 CPUtime=0
/proc/25311/stat : 25311 (sh) S 25265 25265 25207 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68285817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25311/statm: 1339 232 193 169 0 50 0
[pid=25312] ppid=25311 vsize=53296 CPUtime=3146.38
/proc/25312/stat : 25312 (minisat) R 25311 25265 25207 0 -1 4194304 12720 0 0 0 314612 26 0 0 25 0 1 0 68285817 54575104 12698 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25312/statm: 13324 12698 75 150 0 13171 0
Current children cumulated CPU time (s) 3148.61
Current children cumulated vsize (KiB) 72384

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 25330
/proc/meminfo: memFree=1602656/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13732 CPUtime=2.23
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 1185 18224 0 3 3 2 202 16 16 0 1 0 68285594 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3433 814 374 3 0 533 0
[pid=25311] ppid=25265 vsize=5356 CPUtime=0
/proc/25311/stat : 25311 (sh) S 25265 25265 25207 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68285817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25311/statm: 1339 232 193 169 0 50 0
[pid=25312] ppid=25311 vsize=53296 CPUtime=3206.13
/proc/25312/stat : 25312 (minisat) R 25311 25265 25207 0 -1 4194304 12720 0 0 0 320587 26 0 0 25 0 1 0 68285817 54575104 12698 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/25312/statm: 13324 12698 75 150 0 13171 0
Current children cumulated CPU time (s) 3208.36
Current children cumulated vsize (KiB) 72384

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 25330
/proc/meminfo: memFree=1602592/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13732 CPUtime=2.23
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 1185 18224 0 3 3 2 202 16 16 0 1 0 68285594 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3433 814 374 3 0 533 0
[pid=25311] ppid=25265 vsize=5356 CPUtime=0
/proc/25311/stat : 25311 (sh) S 25265 25265 25207 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68285817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25311/statm: 1339 232 193 169 0 50 0
[pid=25312] ppid=25311 vsize=53296 CPUtime=3265.87
/proc/25312/stat : 25312 (minisat) R 25311 25265 25207 0 -1 4194304 12748 0 0 0 326560 27 0 0 25 0 1 0 68285817 54575104 12726 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/25312/statm: 13324 12726 75 150 0 13171 0
Current children cumulated CPU time (s) 3268.1
Current children cumulated vsize (KiB) 72384

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 25330
/proc/meminfo: memFree=1602528/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13732 CPUtime=2.23
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 1185 18224 0 3 3 2 202 16 16 0 1 0 68285594 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3433 814 374 3 0 533 0
[pid=25311] ppid=25265 vsize=5356 CPUtime=0
/proc/25311/stat : 25311 (sh) S 25265 25265 25207 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68285817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25311/statm: 1339 232 193 169 0 50 0
[pid=25312] ppid=25311 vsize=53416 CPUtime=3325.61
/proc/25312/stat : 25312 (minisat) R 25311 25265 25207 0 -1 4194304 12769 0 0 0 332534 27 0 0 25 0 1 0 68285817 54697984 12747 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25312/statm: 13354 12747 75 150 0 13201 0
Current children cumulated CPU time (s) 3327.84
Current children cumulated vsize (KiB) 72504

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 25330
/proc/meminfo: memFree=1602464/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13732 CPUtime=2.23
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 1185 18224 0 3 3 2 202 16 16 0 1 0 68285594 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3433 814 374 3 0 533 0
[pid=25311] ppid=25265 vsize=5356 CPUtime=0
/proc/25311/stat : 25311 (sh) S 25265 25265 25207 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68285817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25311/statm: 1339 232 193 169 0 50 0
[pid=25312] ppid=25311 vsize=53644 CPUtime=3385.35
/proc/25312/stat : 25312 (minisat) R 25311 25265 25207 0 -1 4194304 12789 0 0 0 338508 27 0 0 25 0 1 0 68285817 54931456 12767 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25312/statm: 13411 12767 75 150 0 13258 0
Current children cumulated CPU time (s) 3387.58
Current children cumulated vsize (KiB) 72732

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 25330
/proc/meminfo: memFree=1602016/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13732 CPUtime=2.23
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 1185 18224 0 3 3 2 202 16 16 0 1 0 68285594 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3433 814 374 3 0 533 0
[pid=25311] ppid=25265 vsize=5356 CPUtime=0
/proc/25311/stat : 25311 (sh) S 25265 25265 25207 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68285817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25311/statm: 1339 232 193 169 0 50 0
[pid=25312] ppid=25311 vsize=53644 CPUtime=3445.1
/proc/25312/stat : 25312 (minisat) R 25311 25265 25207 0 -1 4194304 12791 0 0 0 344482 28 0 0 25 0 1 0 68285817 54931456 12769 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25312/statm: 13411 12769 75 150 0 13258 0
Current children cumulated CPU time (s) 3447.33
Current children cumulated vsize (KiB) 72732

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 25330
/proc/meminfo: memFree=1602016/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13732 CPUtime=2.23
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 1185 18224 0 3 3 2 202 16 16 0 1 0 68285594 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3433 814 374 3 0 533 0
[pid=25311] ppid=25265 vsize=5356 CPUtime=0
/proc/25311/stat : 25311 (sh) S 25265 25265 25207 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68285817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25311/statm: 1339 232 193 169 0 50 0
[pid=25312] ppid=25311 vsize=53644 CPUtime=3504.83
/proc/25312/stat : 25312 (minisat) R 25311 25265 25207 0 -1 4194304 12792 0 0 0 350455 28 0 0 25 0 1 0 68285817 54931456 12770 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25312/statm: 13411 12770 75 150 0 13258 0
Current children cumulated CPU time (s) 3507.06
Current children cumulated vsize (KiB) 72732

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 25330
/proc/meminfo: memFree=1601376/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13732 CPUtime=2.23
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 1185 18224 0 3 3 2 202 16 16 0 1 0 68285594 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3433 814 374 3 0 533 0
[pid=25311] ppid=25265 vsize=5356 CPUtime=0
/proc/25311/stat : 25311 (sh) S 25265 25265 25207 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68285817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25311/statm: 1339 232 193 169 0 50 0
[pid=25312] ppid=25311 vsize=53644 CPUtime=3564.58
/proc/25312/stat : 25312 (minisat) R 25311 25265 25207 0 -1 4194304 12821 0 0 0 356430 28 0 0 25 0 1 0 68285817 54931456 12799 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25312/statm: 13411 12799 75 150 0 13258 0
Current children cumulated CPU time (s) 3566.81
Current children cumulated vsize (KiB) 72732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.71 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 25330
/proc/meminfo: memFree=1601248/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13732 CPUtime=2.23
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 1185 18224 0 3 3 2 202 16 16 0 1 0 68285594 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3433 814 374 3 0 533 0
[pid=25311] ppid=25265 vsize=5356 CPUtime=0
/proc/25311/stat : 25311 (sh) S 25265 25265 25207 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68285817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25311/statm: 1339 232 193 169 0 50 0
[pid=25312] ppid=25311 vsize=53860 CPUtime=3597.83
/proc/25312/stat : 25312 (minisat) R 25311 25265 25207 0 -1 4194304 12847 0 0 0 359755 28 0 0 25 0 1 0 68285817 55152640 12825 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25312/statm: 13465 12825 75 150 0 13312 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 72948

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

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

[startup+3615.71 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 25330
/proc/meminfo: memFree=1601248/2055920 swapFree=4192812/4192956
[pid=25265] ppid=25263 vsize=13732 CPUtime=2.23
/proc/25265/stat : 25265 (sugar) S 25263 25265 25207 0 -1 4194304 1185 18224 0 3 3 2 202 16 16 0 1 0 68285594 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25265/statm: 3433 814 374 3 0 533 0
[pid=25311] ppid=25265 vsize=5356 CPUtime=0
/proc/25311/stat : 25311 (sh) S 25265 25265 25207 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68285817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25311/statm: 1339 232 193 169 0 50 0
[pid=25312] ppid=25311 vsize=53860 CPUtime=3597.83
/proc/25312/stat : 25312 (minisat) R 25311 25265 25207 0 -1 4194304 12847 0 0 0 359755 28 0 0 25 0 1 0 68285817 55152640 12825 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25312/statm: 13465 12825 75 150 0 13312 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 72948

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25265 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=60686
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=190970
# CPU time returned by wait4() is 2.25166
# while last known CPU time is 3600.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3615.72
CPU time (s): 3600.06
CPU user time (s): 3599.6
CPU system time (s): 0.46
CPU usage (%): 99.5668
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.06069
system time used= 0.19097
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19753
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= 2455
involuntary context switches= 2310

runsolver used 4.21436 second user time and 9.75452 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-15 11:57:52
IDJOB=1120484
IDBENCH=62500
IDSOLVER=368
FILE ID=node59/1120484-1216115872
PBS_JOBID= 7905468
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-40/normalized-maxcut-40-420-5_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-1120484-1216115872/watcher-1120484-1216115872 -o /tmp/evaluation-result-1120484-1216115872/solver-1120484-1216115872 -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-1120484-1216115872.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6a78046a00e44dded47dc8d62192567b
RANDOM SEED=112474187

node59.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.268
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.268
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:       1726544 kB
Buffers:         76596 kB
Cached:         158412 kB
SwapCached:          0 kB
Active:         179132 kB
Inactive:        80936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1726544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2192 kB
Writeback:           0 kB
Mapped:          42860 kB
Slab:            54396 kB
Committed_AS:   257340 kB
PageTables:       2008 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 node59 at 2008-07-15 12:58:07