Trace number 1119083

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+minisat-incMSAT (TO) 3600.09 3631.72

General information on the benchmark

Namemaxcsp/maxcut/maxcut-30/
normalized-maxcut-30-360-4_ext.xml
MD5SUM7c8e23fbe68b8adc11b0dcbaada97794
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints151
Best CPU time to get the best result obtained on this benchmark29.3745
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints360
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension360
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Tue Jul 15 05:08:41 2008
0.00/0.08	c 0	PID 25707
0.06/0.08	c 0	HOST node61.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1119083-1216091321.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1119083-1216091321.xml' 'HOME/temp.csp'
0.07/0.44	c 0	1 domains, 30 variables, 0 predicates, 1 relations, 360 constraints
0.07/0.45	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.45	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.41/0.63	c 1	Parsing HOME/temp.csp
0.41/0.73	c 1	parsed 392 expressions
0.41/0.73	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.75	c 1	MAX CSP: 360 constraints
0.41/0.75	c 1	Converting to clausal form CSP
0.41/0.78	c 1	converted 76 (10%) expressions
0.41/0.79	c 1	converted 151 (20%) expressions
0.41/0.79	c 1	converted 227 (30%) expressions
0.41/0.80	c 1	converted 302 (40%) expressions
0.41/0.81	c 1	converted 378 (50%) expressions
0.41/0.82	c 1	converted 453 (60%) expressions
0.41/0.82	c 1	converted 529 (70%) expressions
0.41/0.83	c 1	converted 604 (80%) expressions
0.41/0.84	c 1	converted 680 (90%) expressions
0.41/0.99	c 1	converted 755 (100%) expressions
0.41/1.00	c 1	CSP : 750 integers, 0 booleans, 1079 clauses, largest domain size 541
0.41/1.00	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.41/1.00	c 1	Propagation in CSP
0.84/1.04	c 1	356 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.84/1.04	c 1	CSP : 750 integers, 0 booleans, 1079 clauses, largest domain size 361
0.84/1.04	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.84/1.04	c 1	Simplifing CSP by introducing new Boolean variables
0.84/1.04	c 1	CSP : 750 integers, 0 booleans, 1079 clauses, largest domain size 361
0.84/1.04	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.84/1.07	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.84/1.08	c 1	75 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.84/1.08	c 1	150 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.84/1.08	c 1	225 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.84/1.08	c 1	300 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.84/1.08	c 1	375 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.84/1.10	c 1	450 (60%) CSP integer variables are encoded (2677 clauses, 33708 bytes)
0.84/1.10	c 1	525 (70%) CSP integer variables are encoded (3413 clauses, 43276 bytes)
0.84/1.10	c 1	600 (80%) CSP integer variables are encoded (4166 clauses, 53065 bytes)
0.93/1.10	c 1	675 (90%) CSP integer variables are encoded (4610 clauses, 58837 bytes)
0.93/1.11	c 1	750 (100%) CSP integer variables are encoded (5253 clauses, 67196 bytes)
0.93/1.12	c 1	108 (10%) CSP clauses are encoded (5469 clauses, 69814 bytes)
0.93/1.14	c 1	216 (20%) CSP clauses are encoded (5685 clauses, 72664 bytes)
0.93/1.15	c 1	324 (30%) CSP clauses are encoded (5901 clauses, 75688 bytes)
1.03/1.21	c 1	432 (40%) CSP clauses are encoded (17555 clauses, 261083 bytes)
1.12/1.32	c 1	540 (50%) CSP clauses are encoded (76647 clauses, 1322465 bytes)
1.12/1.33	c 1	648 (60%) CSP clauses are encoded (79253 clauses, 1367259 bytes)
1.22/1.44	c 1	756 (70%) CSP clauses are encoded (143649 clauses, 2549681 bytes)
1.22/1.45	c 2	864 (80%) CSP clauses are encoded (146619 clauses, 2600920 bytes)
1.22/1.46	c 2	972 (90%) CSP clauses are encoded (153513 clauses, 2724009 bytes)
1.33/1.51	c 2	1079 (100%) CSP clauses are encoded (178479 clauses, 3177717 bytes)
1.33/1.51	c 2	1079 CSP clauses encoded
1.33/1.51	c 2	Writing map file : HOME/temp.map
1.33/1.52	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.52	c 2	SAT : 6003 SAT variables, 178479 SAT clauses, 3177717 bytes
1.33/1.52	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.55	c 2	OBJECTIVE minimize _COST
1.33/1.55	c 2	SOLVING HOME/temp.cnf
1.33/1.55	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.33/1.55	c 2	This is MiniSat 2.0 beta incremental
1.33/1.55	c 2	WARNING: for repeatability, setting FPU to use double precision
1.33/1.55	c 2	============================[ Problem Statistics ]=============================
1.33/1.55	c 2	|                                                                             |
1.33/1.55	c 2	|  Number of variables:  6003                                                 |
1.33/1.55	c 2	|  Number of clauses:    178479                                               |
1.36/1.63	c 2	|  Parsing time:         0.07         s                                       |
1.36/1.64	c 2	OK
1.36/1.64	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.36/1.64	c 2	SEARCHING: _COST <= 180
1.36/1.64	c 2	============================[ Search Statistics ]==============================
1.36/1.64	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.36/1.64	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.36/1.64	c 2	===============================================================================
1.36/1.64	c 2	|         0 |    6003   178479   519318 |    59493        0    nan |  0.000 % |
1.36/1.72	c 2	|       101 |    6003   178479   519318 |    65442      101     28 |  0.004 % |
1.36/1.79	c 2	|       251 |    6003   178479   519318 |    71986      251     29 |  0.004 % |
1.36/1.86	c 2	|       477 |    6003   178479   519318 |    79185      477     28 |  0.004 % |
1.36/1.97	c 2	|       815 |    6003   178479   519318 |    87103      815     27 |  0.004 % |
1.90/2.13	c 2	|      1321 |    6003   178479   519318 |    95814     1321     26 |  0.004 % |
2.19/2.44	c 2	|      2080 |    6003   178479   519318 |   105395     2080     27 |  0.004 % |
2.69/2.94	c 3	|      3219 |    6003   178479   519318 |   115935     3219     28 |  0.004 % |
3.48/3.76	c 4	|      4928 |    6003   178479   519318 |   127528     4928     28 |  0.004 % |
4.96/5.23	c 5	|      7492 |    6003   178479   519318 |   140281     7492     29 |  0.004 % |
5.45/5.72	c 6	===============================================================================
5.45/5.72	c 6	restarts              : 10
5.45/5.72	c 6	conflicts             : 8249          (2004 /sec)
5.45/5.73	c 6	decisions             : 10340         (0.41 % random) (2512 /sec)
5.45/5.73	c 6	propagations          : 3091376        (750995 /sec)
5.45/5.73	c 6	conflict literals     : 239838         (38.15 % deleted)
5.45/5.73	c 6	Memory used           : 10.68 MB
5.45/5.73	c 6	CPU time              : 4.11637 s
5.45/5.73	c 6	
5.45/5.73	c 6	SATISFIABLE
5.45/5.73	c 6	OK
5.45/5.73	c 6	FOUND: _COST <= 180
5.45/5.73	s SATISFIABLE
5.45/5.73	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.45/5.73	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.48/5.81	c 6	Decoding HOME/temp.out
5.48/5.90	c 6	OBJECTIVE _COST 180
5.48/5.90	o 180
5.48/5.90	v 0 0 1 0 1 0 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 0 0 0 1 0 1 0 1 0
5.48/5.90	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.48/5.97	c 6	OK
5.48/5.97	c 6	OBJECTIVE BOUND: 0 <= _COST <= 180
5.48/5.97	c 6	SEARCHING: _COST <= 90
5.48/5.97	c 6	============================[ Search Statistics ]==============================
5.48/5.97	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.48/5.98	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.48/5.98	c 6	===============================================================================
5.48/5.98	c 6	|      8249 |    4383   114500   332061 |    38166     8249     29 |  0.004 % |
5.72/6.03	c 6	|      8349 |    4383   114500   332061 |    41983     8349     29 | 26.989 % |
5.72/6.09	c 6	|      8500 |    4383   114500   332061 |    46181     8500     29 | 26.989 % |
5.92/6.20	c 6	|      8726 |    4383   114500   332061 |    50799     8726     29 | 26.989 % |
6.02/6.37	c 6	|      9063 |    4383   114500   332061 |    55879     9063     28 | 26.989 % |
6.31/6.63	c 7	|      9569 |    4383   114500   332061 |    61467     9569     28 | 26.989 % |
6.71/7.07	c 7	|     10329 |    4383   114500   332061 |    67614    10329     28 | 26.989 % |
7.40/7.73	c 8	|     11470 |    4383   114500   332061 |    74376    11470     27 | 26.989 % |
8.39/8.72	c 9	|     13180 |    4383   114500   332061 |    81813    13180     26 | 26.989 % |
9.97/10.31	c 10	|     15744 |    4383   114500   332061 |    89995    15744     25 | 26.989 % |
12.45/12.85	c 13	|     19588 |    4383   114500   332061 |    98994    19588     25 | 26.989 % |
17.01/17.43	c 17	|     25355 |    4383   114500   332061 |   108893    25355     24 | 26.989 % |
24.15/24.69	c 25	|     34006 |    4383   114500   332061 |   119783    34006     24 | 26.989 % |
36.82/37.41	c 37	|     46980 |    4383   114500   332061 |   131761    46980     23 | 26.989 % |
60.49/61.36	c 61	|     66441 |    4383   114500   332061 |   144937    66441     23 | 26.989 % |
103.68/104.90	c 105	|     95633 |    4383   114500   332061 |   159431    95633     23 | 26.989 % |
178.47/180.44	c 180	|    139422 |    4383   114500   332061 |   175374   139422     22 | 26.989 % |
288.83/291.88	c 292	|    205107 |    4383   114500   332061 |   192912    42411     21 | 26.989 % |
440.08/444.56	c 445	|    303634 |    4383   114500   332061 |   212203   140938     22 | 26.989 % |
701.10/708.07	c 708	|    451423 |    4383   114500   332061 |   233423    89983     22 | 26.989 % |
1106.25/1117.01	c 1117	|    673107 |    4383   114500   332061 |   256766    91469     22 | 26.989 % |
1744.48/1761.30	c 1761	|   1005632 |    4383   114500   332061 |   282442   181165     22 | 26.989 % |
2781.32/2808.01	c 2808	|   1504421 |    4383   114500   332061 |   310687   144923     22 | 26.989 % |
3502.78/3534.45	c 3535	===============================================================================
3502.78/3534.45	c 3535	restarts              : 33
3502.78/3534.45	c 3535	conflicts             : 1832317       (523 /sec)
3502.78/3534.45	c 3535	decisions             : 1932816       (0.74 % random) (552 /sec)
3502.78/3534.45	c 3535	propagations          : 982202832      (280543 /sec)
3502.78/3534.45	c 3535	conflict literals     : 40369581       (47.69 % deleted)
3502.78/3534.45	c 3535	Memory used           : 50.08 MB
3502.78/3534.45	c 3535	CPU time              : 3501.08 s
3502.78/3534.45	c 3535	
3502.78/3534.45	c 3535	UNSATISFIABLE
3502.78/3534.45	c 3535	OK
3502.78/3534.45	c 3535	NOT FOUND: _COST <= 90
3502.78/3534.45	c 3535	OK
3502.78/3534.45	c 3535	OBJECTIVE BOUND: 91 <= _COST <= 180
3502.78/3534.45	c 3535	SEARCHING: _COST <= 135
3502.78/3534.45	c 3535	============================[ Search Statistics ]==============================
3502.78/3534.45	c 3535	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3502.78/3534.45	c 3535	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3502.78/3534.45	c 3535	===============================================================================
3502.78/3534.45	c 3535	|   1832317 |    3831   105970   308127 |    35323   130491     24 | 26.989 % |
3504.69/3536.39	c 3536	|   1832417 |    3831   105970   308127 |    38855    12843     19 | 36.183 % |
3504.79/3536.47	c 3537	|   1832569 |    3831   105970   308127 |    42741    12995     19 | 36.183 % |
3504.89/3536.56	c 3537	|   1832795 |    3831   105970   308127 |    47015    13221     19 | 36.183 % |
3505.09/3536.71	c 3537	|   1833132 |    3831   105970   308127 |    51716    13558     19 | 36.183 % |
3505.29/3536.99	c 3537	|   1833638 |    3831   105970   308127 |    56888    14064     19 | 36.183 % |
3505.79/3537.46	c 3538	|   1834397 |    3831   105970   308127 |    62577    14823     20 | 36.183 % |
3506.49/3538.18	c 3538	|   1835537 |    3831   105970   308127 |    68835    15963     20 | 36.183 % |
3507.49/3539.18	c 3539	|   1837246 |    3831   105970   308127 |    75718    17672     21 | 36.183 % |
3509.09/3540.76	c 3541	|   1839808 |    3831   105970   308127 |    83290    20234     21 | 36.183 % |
3511.58/3543.27	c 3543	|   1843652 |    3831   105970   308127 |    91619    24078     22 | 36.183 % |
3515.89/3547.59	c 3548	|   1849418 |    3831   105970   308127 |   100781    29844     23 | 36.183 % |
3523.48/3555.16	c 3555	|   1858067 |    3831   105970   308127 |   110859    38493     24 | 36.183 % |
3536.48/3568.12	c 3568	|   1871041 |    3831   105970   308127 |   121945    51467     25 | 36.183 % |
3558.17/3589.87	c 3590	|   1890503 |    3831   105970   308127 |   134140    70929     25 | 36.183 % |
3600.05/3631.71	c ERROR INTERRUPTED
3600.05/3631.71	c 3632	CPU 3599.7 (0.07 0.01 3599.63 0.36)
3600.05/3631.71	c 3632	END Tue Jul 15 06:09:13 2008

Verifier Data (download as text)

OK	176	184
176 unsatisfied constraints, 184 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-1119083-1216091321/watcher-1119083-1216091321 -o /tmp/evaluation-result-1119083-1216091321/solver-1119083-1216091321 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1119083-1216091321.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 25707
/proc/meminfo: memFree=1775440/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=18572 CPUtime=0
/proc/25707/stat : 25707 (runsolver) R 25705 25707 24684 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 65830880 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 246406507815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25707/statm: 4643 292 257 25 0 2626 0

[startup+0.0819609 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 25707
/proc/meminfo: memFree=1775440/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16740 CPUtime=0.06
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 65830880 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102565 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 25707
/proc/meminfo: memFree=1775440/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16740 CPUtime=0.07
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 65830880 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301581 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 25707
/proc/meminfo: memFree=1775440/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16740 CPUtime=0.07
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 65830880 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701655 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 25707
/proc/meminfo: memFree=1775440/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16740 CPUtime=0.41
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1296 4414 0 1 6 1 31 3 15 0 1 0 65830880 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 16740

[startup+1.50279 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 25729
/proc/meminfo: memFree=1761016/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16740 CPUtime=0.41
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1297 4414 0 1 6 1 31 3 15 0 1 0 65830880 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4185 1104 409 3 0 764 0
[pid=25720] ppid=25707 vsize=5356 CPUtime=0
/proc/25720/stat : 25720 (sh) S 25707 25707 24684 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 65830925 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25720/statm: 1339 233 193 169 0 50 0
[pid=25721] ppid=25720 vsize=868472 CPUtime=0.92
/proc/25721/stat : 25721 (java) S 25720 25707 24684 0 -1 0 6422 0 1 0 86 6 0 0 18 0 9 0 65830925 889315328 5568 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25721/statm: 217118 5568 2563 9 0 211665 0
[pid=25721/tid=25722] ppid=25720 vsize=868472 CPUtime=0.62
/proc/25721/task/25722/stat : 25722 (java) R 25720 25707 24684 0 -1 64 2797 0 1 0 58 4 0 0 20 0 9 0 65830926 889315328 5568 996147200 134512640 134550740 4294955920 18446744073709551615 4126568425 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25721/tid=25723] ppid=25720 vsize=868472 CPUtime=0.06
/proc/25721/task/25723/stat : 25723 (java) S 25720 25707 24684 0 -1 64 1467 0 0 0 5 1 0 0 16 0 9 0 65830927 889315328 5568 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25721/tid=25724] ppid=25720 vsize=868472 CPUtime=0
/proc/25721/task/25724/stat : 25724 (java) S 25720 25707 24684 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 65830928 889315328 5568 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25721/tid=25725] ppid=25720 vsize=868472 CPUtime=0
/proc/25721/task/25725/stat : 25725 (java) S 25720 25707 24684 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 65830928 889315328 5568 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25721/tid=25726] ppid=25720 vsize=868472 CPUtime=0
/proc/25721/task/25726/stat : 25726 (java) S 25720 25707 24684 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 65830940 889315328 5568 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25721/tid=25727] ppid=25720 vsize=868472 CPUtime=0.22
/proc/25721/task/25727/stat : 25727 (java) S 25720 25707 24684 0 -1 64 1465 0 0 0 22 0 0 0 16 0 9 0 65830940 889315328 5568 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25721/tid=25728] ppid=25720 vsize=868472 CPUtime=0
/proc/25721/task/25728/stat : 25728 (java) S 25720 25707 24684 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 65830940 889315328 5568 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25721/tid=25729] ppid=25720 vsize=868472 CPUtime=0
/proc/25721/task/25729/stat : 25729 (java) S 25720 25707 24684 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 65830940 889315328 5568 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 890568

[startup+3.10108 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25730
/proc/meminfo: memFree=1760064/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.36
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1472 11144 0 2 6 1 120 9 15 0 1 0 65830880 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4218 1122 414 3 0 797 0
[pid=25730] ppid=25707 vsize=10128 CPUtime=1.52
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 2446 0 0 0 151 1 0 0 25 0 1 0 65831035 10371072 2395 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 1 0 0
/proc/25730/statm: 2532 2395 73 151 0 2378 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 27000

[startup+6.30264 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25730
/proc/meminfo: memFree=1758920/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.54
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1556 15005 0 3 6 1 135 12 15 0 1 0 65830880 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4218 1123 414 3 0 797 0
[pid=25730] ppid=25707 vsize=10932 CPUtime=4.48
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 2645 0 0 0 447 1 0 0 25 0 1 0 65831035 11194368 2592 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/25730/statm: 2733 2592 79 151 0 2579 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 27804

[startup+12.7018 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25740
/proc/meminfo: memFree=1758728/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.54
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1556 15005 0 3 6 1 135 12 16 0 1 0 65830880 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4218 1123 414 3 0 797 0
[pid=25730] ppid=25707 vsize=10932 CPUtime=10.81
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 2667 0 0 0 1080 1 0 0 25 0 1 0 65831035 11194368 2614 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/25730/statm: 2733 2614 79 151 0 2579 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 27804

[startup+25.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25740
/proc/meminfo: memFree=1757128/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.54
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1556 15005 0 3 6 1 135 12 16 0 1 0 65830880 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4218 1123 414 3 0 797 0
[pid=25730] ppid=25707 vsize=12688 CPUtime=23.49
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 3105 0 0 0 2347 2 0 0 25 0 1 0 65831035 12992512 3052 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/25730/statm: 3172 3052 79 151 0 3018 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 29560

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25740
/proc/meminfo: memFree=1754184/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.54
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1556 15005 0 3 6 1 135 12 16 0 1 0 65830880 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4218 1123 414 3 0 797 0
[pid=25730] ppid=25707 vsize=15692 CPUtime=48.85
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 3854 0 0 0 4882 3 0 0 25 0 1 0 65831035 16068608 3801 996147200 134512640 135134323 4294956192 18446744073709551615 134531915 0 0 4096 3 0 0 0 17 1 0 0
/proc/25730/statm: 3923 3801 79 151 0 3769 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 32564

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25740
/proc/meminfo: memFree=1749640/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.54
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1556 15005 0 3 6 1 135 12 16 0 1 0 65830880 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4218 1123 414 3 0 797 0
[pid=25730] ppid=25707 vsize=20356 CPUtime=99.57
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 4940 0 0 0 9953 4 0 0 25 0 1 0 65831035 20844544 4887 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/25730/statm: 5089 4887 79 151 0 4935 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 37228

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25740
/proc/meminfo: memFree=1745032/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.54
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1556 15005 0 3 6 1 135 12 16 0 1 0 65830880 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4218 1123 414 3 0 797 0
[pid=25730] ppid=25707 vsize=24952 CPUtime=159
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 6096 0 0 0 15895 5 0 0 25 0 1 0 65831035 25550848 6043 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/25730/statm: 6238 6043 79 151 0 6084 0
Current children cumulated CPU time (s) 160.54
Current children cumulated vsize (KiB) 41824

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25740
/proc/meminfo: memFree=1741256/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.54
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1556 15005 0 3 6 1 135 12 16 0 1 0 65830880 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4218 1123 414 3 0 797 0
[pid=25730] ppid=25707 vsize=28888 CPUtime=218.43
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 7039 0 0 0 21837 6 0 0 25 0 1 0 65831035 29581312 6986 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/25730/statm: 7222 6986 79 151 0 7068 0
Current children cumulated CPU time (s) 219.97
Current children cumulated vsize (KiB) 45760

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25740
/proc/meminfo: memFree=1739016/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.54
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1556 15005 0 3 6 1 135 12 16 0 1 0 65830880 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4218 1123 414 3 0 797 0
[pid=25730] ppid=25707 vsize=30964 CPUtime=277.88
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 7591 0 0 0 27781 7 0 0 25 0 1 0 65831035 31707136 7538 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/25730/statm: 7741 7538 79 151 0 7587 0
Current children cumulated CPU time (s) 279.42
Current children cumulated vsize (KiB) 47836

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25740
/proc/meminfo: memFree=1738832/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.54
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1556 15005 0 3 6 1 135 12 16 0 1 0 65830880 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=25730] ppid=25707 vsize=47480 CPUtime=2893.02
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 11508 0 0 0 289283 19 0 0 25 0 1 0 65831035 48619520 11447 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/25730/statm: 11870 11447 79 151 0 11716 0
Current children cumulated CPU time (s) 2894.56
Current children cumulated vsize (KiB) 64352

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25742
/proc/meminfo: memFree=1722448/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.54
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1556 15005 0 3 6 1 135 12 16 0 1 0 65830880 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4218 1123 414 3 0 797 0
[pid=25730] ppid=25707 vsize=47480 CPUtime=2952.45
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 11510 0 0 0 295226 19 0 0 25 0 1 0 65831035 48619520 11449 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/25730/statm: 11870 11449 79 151 0 11716 0
Current children cumulated CPU time (s) 2953.99
Current children cumulated vsize (KiB) 64352

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25742
/proc/meminfo: memFree=1722448/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.54
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1556 15005 0 3 6 1 135 12 16 0 1 0 65830880 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4218 1123 414 3 0 797 0
[pid=25730] ppid=25707 vsize=47480 CPUtime=3011.88
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 11514 0 0 0 301169 19 0 0 25 0 1 0 65831035 48619520 11453 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 1 0 0
/proc/25730/statm: 11870 11453 79 151 0 11716 0
Current children cumulated CPU time (s) 3013.42
Current children cumulated vsize (KiB) 64352

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25742
/proc/meminfo: memFree=1722448/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.54
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1556 15005 0 3 6 1 135 12 16 0 1 0 65830880 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4218 1123 414 3 0 797 0
[pid=25730] ppid=25707 vsize=47764 CPUtime=3071.31
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 11554 0 0 0 307112 19 0 0 25 0 1 0 65831035 48910336 11493 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/25730/statm: 11941 11493 79 151 0 11787 0
Current children cumulated CPU time (s) 3072.85
Current children cumulated vsize (KiB) 64636

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25748
/proc/meminfo: memFree=1722184/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.54
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1556 15005 0 3 6 1 135 12 16 0 1 0 65830880 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4218 1123 414 3 0 797 0
[pid=25730] ppid=25707 vsize=47884 CPUtime=3130.74
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 11593 0 0 0 313054 20 0 0 25 0 1 0 65831035 49033216 11532 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/25730/statm: 11971 11532 79 151 0 11817 0
Current children cumulated CPU time (s) 3132.28
Current children cumulated vsize (KiB) 64756

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25748
/proc/meminfo: memFree=1720520/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.54
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1556 15005 0 3 6 1 135 12 16 0 1 0 65830880 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4218 1123 414 3 0 797 0
[pid=25730] ppid=25707 vsize=49616 CPUtime=3190.18
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 12026 0 0 0 318998 20 0 0 25 0 1 0 65831035 50806784 11965 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 1 0 0
/proc/25730/statm: 12404 11965 79 151 0 12250 0
Current children cumulated CPU time (s) 3191.72
Current children cumulated vsize (KiB) 66488

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25748
/proc/meminfo: memFree=1719368/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.54
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1556 15005 0 3 6 1 135 12 16 0 1 0 65830880 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4218 1123 414 3 0 797 0
[pid=25730] ppid=25707 vsize=51196 CPUtime=3249.61
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 12250 0 0 0 324941 20 0 0 25 0 1 0 65831035 52424704 12189 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/25730/statm: 12799 12189 79 151 0 12645 0
Current children cumulated CPU time (s) 3251.15
Current children cumulated vsize (KiB) 68068

[startup+3342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 25810
/proc/meminfo: memFree=1712776/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.54
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1556 15005 0 3 6 1 135 12 16 0 1 0 65830880 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4218 1123 414 3 0 797 0
[pid=25730] ppid=25707 vsize=51196 CPUtime=3309.24
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 12250 0 0 0 330902 22 0 0 25 0 1 0 65831035 52424704 12189 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25730/statm: 12799 12189 79 151 0 12645 0
Current children cumulated CPU time (s) 3310.78
Current children cumulated vsize (KiB) 68068

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25810
/proc/meminfo: memFree=1706888/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.54
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1556 15005 0 3 6 1 135 12 16 0 1 0 65830880 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4218 1123 414 3 0 797 0
[pid=25730] ppid=25707 vsize=51196 CPUtime=3369.21
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 12250 0 0 0 336899 22 0 0 25 0 1 0 65831035 52424704 12189 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25730/statm: 12799 12189 79 151 0 12645 0
Current children cumulated CPU time (s) 3370.75
Current children cumulated vsize (KiB) 68068

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25810
/proc/meminfo: memFree=1702160/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.54
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1556 15005 0 3 6 1 135 12 16 0 1 0 65830880 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4218 1123 414 3 0 797 0
[pid=25730] ppid=25707 vsize=51276 CPUtime=3429.18
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 12256 0 0 0 342896 22 0 0 25 0 1 0 65831035 52506624 12195 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25730/statm: 12819 12195 79 151 0 12665 0
Current children cumulated CPU time (s) 3430.72
Current children cumulated vsize (KiB) 68148

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25810
/proc/meminfo: memFree=1698704/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.54
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1556 15005 0 3 6 1 135 12 16 0 1 0 65830880 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25707/statm: 4218 1123 414 3 0 797 0
[pid=25730] ppid=25707 vsize=51276 CPUtime=3489.15
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 12263 0 0 0 348893 22 0 0 25 0 1 0 65831035 52506624 12202 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25730/statm: 12819 12202 79 151 0 12665 0
Current children cumulated CPU time (s) 3490.69
Current children cumulated vsize (KiB) 68148

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25810
/proc/meminfo: memFree=1695504/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.55
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1558 15005 0 3 7 1 135 12 16 0 1 0 65830880 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25707/statm: 4218 1123 414 3 0 797 0
[pid=25730] ppid=25707 vsize=51276 CPUtime=3549.12
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 12265 0 0 0 354889 23 0 0 25 0 1 0 65831035 52506624 12202 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 0 0 0
/proc/25730/statm: 12819 12202 79 151 0 12665 0
Current children cumulated CPU time (s) 3550.67
Current children cumulated vsize (KiB) 68148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25810
/proc/meminfo: memFree=1694608/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.55
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1558 15005 0 3 7 1 135 12 16 0 1 0 65830880 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25707/statm: 4218 1123 414 3 0 797 0
[pid=25730] ppid=25707 vsize=51276 CPUtime=3598.5
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 12265 0 0 0 359827 23 0 0 25 0 1 0 65831035 52506624 12202 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25730/statm: 12819 12202 79 151 0 12665 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 68148

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

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

[startup+3631.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25810
/proc/meminfo: memFree=1694608/2055920 swapFree=4192812/4192956
[pid=25707] ppid=25705 vsize=16872 CPUtime=1.55
/proc/25707/stat : 25707 (sugar++) S 25705 25707 24684 0 -1 4194304 1558 15005 0 3 7 1 135 12 16 0 1 0 65830880 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25707/statm: 4218 1123 414 3 0 797 0
[pid=25730] ppid=25707 vsize=51276 CPUtime=3598.5
/proc/25730/stat : 25730 (minisat-inc) R 25707 25707 24684 0 -1 4194304 12265 0 0 0 359827 23 0 0 25 0 1 0 65831035 52506624 12202 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/25730/statm: 12819 12202 79 151 0 12665 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 68148

Child status: 0
Real time (s): 3631.72
CPU time (s): 3600.09
CPU user time (s): 3599.71
CPU system time (s): 0.382941
CPU usage (%): 99.1291
Max. virtual memory (cumulated for all children) (KiB): 890568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.71
system time used= 0.382941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28908
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= 2314
involuntary context switches= 136417

runsolver used 5.49416 second user time and 11.0133 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-15 05:08:41
IDJOB=1119083
IDBENCH=62325
IDSOLVER=367
FILE ID=node61/1119083-1216091321
PBS_JOBID= 7905158
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-30/normalized-maxcut-30-360-4_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1119083-1216091321/watcher-1119083-1216091321 -o /tmp/evaluation-result-1119083-1216091321/solver-1119083-1216091321 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1119083-1216091321.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7c8e23fbe68b8adc11b0dcbaada97794
RANDOM SEED=1516664298

node61.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1775920 kB
Buffers:         65320 kB
Cached:         135552 kB
SwapCached:          0 kB
Active:         174944 kB
Inactive:        51000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             848 kB
Writeback:           0 kB
Mapped:          45232 kB
Slab:            39312 kB
Committed_AS:   292784 kB
PageTables:       1816 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 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 node61 at 2008-07-15 06:09:15