Trace number 1120220

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.03 3604.13

General information on the benchmark

Namemaxcsp/maxcut/maxcut-60/
normalized-maxcut-60-520-6_ext.xml
MD5SUM1c41d2e807324898424b30f04a5bbaa9
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints180
Best CPU time to get the best result obtained on this benchmark1471.08
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints520
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension520
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 10:33:38 2008
0.00/0.04	c 0	PID 20927
0.00/0.04	c 0	HOST node81.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1120220-1216110817.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-1120220-1216110817.xml' 'HOME/temp.csp'
0.03/0.36	c 0	1 domains, 60 variables, 0 predicates, 1 relations, 520 constraints
0.03/0.41	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.41	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.03/0.48	c 0	Parsing HOME/temp.csp
0.34/0.62	c 0	parsed 582 expressions
0.34/0.63	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.64	c 0	MAX CSP: 520 constraints
0.34/0.64	c 0	Converting to clausal form CSP
0.34/0.67	c 0	converted 111 (10%) expressions
0.34/0.68	c 0	converted 221 (20%) expressions
0.34/0.69	c 0	converted 332 (30%) expressions
0.34/0.70	c 0	converted 442 (40%) expressions
0.34/0.71	c 0	converted 553 (50%) expressions
0.34/0.72	c 0	converted 663 (60%) expressions
0.34/0.73	c 0	converted 774 (70%) expressions
0.34/0.74	c 0	converted 884 (80%) expressions
0.34/0.74	c 0	converted 995 (90%) expressions
0.34/0.91	c 0	converted 1105 (100%) expressions
0.34/0.91	c 0	CSP : 1100 integers, 0 booleans, 1559 clauses, largest domain size 781
0.34/0.91	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.91	c 0	Propagation in CSP
0.34/0.95	c 0	518 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.34/0.95	c 0	CSP : 1100 integers, 0 booleans, 1559 clauses, largest domain size 521
0.34/0.95	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.96	c 0	Simplifing CSP by introducing new Boolean variables
0.34/0.96	c 0	CSP : 1100 integers, 0 booleans, 1559 clauses, largest domain size 521
0.34/0.96	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.99	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.92/1.01	c 0	110 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.01	c 0	220 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.01	c 0	330 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.01	c 0	440 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.01	c 0	550 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.03	c 1	660 (60%) CSP integer variables are encoded (4390 clauses, 56297 bytes)
0.92/1.03	c 1	770 (70%) CSP integer variables are encoded (5414 clauses, 69609 bytes)
0.92/1.03	c 1	880 (80%) CSP integer variables are encoded (6662 clauses, 85833 bytes)
0.92/1.03	c 1	990 (90%) CSP integer variables are encoded (7355 clauses, 94842 bytes)
0.92/1.03	c 1	1100 (100%) CSP integer variables are encoded (8339 clauses, 107634 bytes)
0.92/1.06	c 1	156 (10%) CSP clauses are encoded (8651 clauses, 111592 bytes)
0.92/1.08	c 1	312 (20%) CSP clauses are encoded (8963 clauses, 115960 bytes)
0.92/1.09	c 1	468 (30%) CSP clauses are encoded (9275 clauses, 120328 bytes)
1.02/1.19	c 1	624 (40%) CSP clauses are encoded (32711 clauses, 518419 bytes)
1.21/1.39	c 1	780 (50%) CSP clauses are encoded (154213 clauses, 2743130 bytes)
1.31/1.40	c 1	936 (60%) CSP clauses are encoded (159343 clauses, 2832876 bytes)
1.51/1.62	c 1	1092 (70%) CSP clauses are encoded (292825 clauses, 5289088 bytes)
1.51/1.63	c 1	1248 (80%) CSP clauses are encoded (298725 clauses, 5392583 bytes)
1.51/1.66	c 1	1404 (90%) CSP clauses are encoded (312693 clauses, 5644313 bytes)
1.61/1.75	c 1	1559 (100%) CSP clauses are encoded (364057 clauses, 6582346 bytes)
1.61/1.75	c 1	1559 CSP clauses encoded
1.61/1.75	c 1	Writing map file : HOME/temp.map
1.61/1.76	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.76	c 1	SAT : 9439 SAT variables, 364057 SAT clauses, 6582346 bytes
1.61/1.76	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.67/1.81	c 1	OBJECTIVE minimize _COST
1.67/1.81	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.67/1.81	c 1	SEARCHING: _COST <= 260
1.67/1.81	c 1	SOLVING HOME/temp.cnf
1.67/1.81	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.67/1.81	c 1	This is MiniSat 2.0 beta
1.67/1.81	c 1	WARNING: for repeatability, setting FPU to use double precision
1.67/1.81	c 1	============================[ Problem Statistics ]=============================
1.67/1.81	c 1	|                                                                             |
1.67/1.82	c 1	|  Number of variables:  9439                                                 |
1.67/1.82	c 1	|  Number of clauses:    364058                                               |
1.70/1.98	c 1	|  Parsing time:         0.15         s                                       |
1.70/2.08	c 2	============================[ Search Statistics ]==============================
1.70/2.08	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.70/2.08	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.70/2.08	c 2	===============================================================================
1.70/2.08	c 2	|         0 |    6839   232725   680178 |    77575        0    nan |  0.000 % |
2.08/2.22	c 2	|       102 |    6839   232725   680178 |    85332      102     29 | 27.545 % |
2.08/2.27	c 2	|       253 |    6839   232725   680178 |    93865      253     29 | 27.545 % |
2.17/2.33	c 2	|       478 |    6839   232725   680178 |   103252      478     30 | 27.545 % |
2.17/2.34	c 2	===============================================================================
2.17/2.34	c 2	restarts              : 4
2.17/2.34	c 2	conflicts             : 498            (1006 /sec)
2.17/2.34	c 2	decisions             : 1250           (0.64 % random) (2526 /sec)
2.17/2.34	c 2	propagations          : 245935         (496915 /sec)
2.17/2.34	c 2	conflict literals     : 15041          (19.44 % deleted)
2.17/2.34	c 2	Memory used           : 16.75 MB
2.17/2.34	c 2	CPU time              : 0.494924 s
2.17/2.34	c 2	
2.17/2.34	c 2	SATISFIABLE
2.17/2.35	c 2	FOUND: _COST <= 260
2.17/2.35	s SATISFIABLE
2.17/2.35	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.17/2.35	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'
2.22/2.42	c 2	Decoding HOME/temp.out
2.22/2.54	c 2	OBJECTIVE _COST 260
2.22/2.54	o 260
2.22/2.55	v 1 0 0 0 0 1 1 0 1 1 1 1 0 1 1 0 1 1 1 1 1 0 1 1 1 1 0 1 1 0 1 1 0 0 0 0 1 0 0 1 0 1 0 1 1 1 1 0 0 0 0 1 1 0 0 0 0 0 0 1
2.22/2.55	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.22/2.60	c 2	OBJECTIVE BOUND: 0 <= _COST <= 260
2.22/2.60	c 2	SEARCHING: _COST <= 130
2.22/2.60	c 2	SOLVING HOME/temp.cnf
2.22/2.60	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.22/2.61	c 2	This is MiniSat 2.0 beta
2.22/2.61	c 2	WARNING: for repeatability, setting FPU to use double precision
2.22/2.61	c 2	============================[ Problem Statistics ]=============================
2.22/2.61	c 2	|                                                                             |
2.22/2.61	c 2	|  Number of variables:  9439                                                 |
2.22/2.61	c 2	|  Number of clauses:    364058                                               |
2.41/2.78	c 2	|  Parsing time:         0.15         s                                       |
2.41/2.90	c 2	============================[ Search Statistics ]==============================
2.41/2.90	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.41/2.90	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.41/2.90	c 2	===============================================================================
2.41/2.90	c 2	|         0 |    5409   152580   443903 |    50860        0    nan |  0.000 % |
2.41/3.00	c 2	|       100 |    5409   152580   443903 |    55946      100     20 | 42.695 % |
2.41/3.04	c 3	|       251 |    5409   152580   443903 |    61540      251     21 | 42.695 % |
2.41/3.08	c 3	|       477 |    5409   152580   443903 |    67694      477     23 | 42.695 % |
2.42/3.14	c 3	|       814 |    5409   152580   443903 |    74464      814     24 | 42.695 % |
2.99/3.24	c 3	|      1321 |    5409   152580   443903 |    81910     1321     23 | 42.695 % |
3.09/3.36	c 3	|      2081 |    5409   152580   443903 |    90101     2081     22 | 42.695 % |
3.49/3.76	c 3	|      3221 |    5409   152580   443903 |    99111     3221     25 | 42.695 % |
4.20/4.47	c 4	|      4929 |    5409   152580   443903 |   109022     4929     23 | 42.695 % |
5.38/5.69	c 5	|      7491 |    5409   152580   443903 |   119925     7491     26 | 42.695 % |
6.58/6.87	c 6	|     11336 |    5409   152580   443903 |   131917    11336     27 | 42.695 % |
8.57/8.81	c 8	|     17102 |    5409   152580   443903 |   145109    17102     26 | 42.695 % |
11.85/12.13	c 12	|     25751 |    5409   152580   443903 |   159620    25751     26 | 42.695 % |
19.20/19.57	c 19	|     38726 |    5409   152580   443903 |   175582    38726     26 | 42.695 % |
31.32/31.72	c 31	|     58188 |    5409   152580   443903 |   193140    58188     26 | 42.695 % |
55.97/56.52	c 56	|     87381 |    5409   152580   443903 |   212454    87381     26 | 42.695 % |
108.76/109.68	c 109	|    131171 |    5409   152580   443903 |   233700   131171     29 | 42.695 % |
204.88/206.38	c 206	|    196855 |    5409   152580   443903 |   257070   196855     27 | 42.695 % |
343.65/345.91	c 345	|    295381 |    5409   152580   443903 |   282777    48181     34 | 42.695 % |
563.37/566.49	c 566	|    443170 |    5409   152580   443903 |   311055   195970     34 | 42.695 % |
940.53/943.75	c 943	|    664853 |    5409   152580   443903 |   342160   118959     33 | 42.695 % |
1540.13/1543.56	c 1543	|    997381 |    5409   152580   443903 |   376376   123866     33 | 42.695 % |
2510.50/2514.23	c 2514	|   1496170 |    5409   152580   443903 |   414014   259411     36 | 42.695 % |
3600.03/3604.12	c ERROR INTERRUPTED
3600.03/3604.12	c 3604	CPU 2.24 (0.04 0.01 2.2 0.17)
3600.03/3604.12	c 3604	END Tue Jul 15 11:33:42 2008

Verifier Data (download as text)

OK	240	280
240 unsatisfied constraints, 280 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-1120220-1216110817/watcher-1120220-1216110817 -o /tmp/evaluation-result-1120220-1216110817/solver-1120220-1216110817 -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-1120220-1216110817.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: 1.99 1.98 1.99 3/98 20927
/proc/meminfo: memFree=684000/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=12272 CPUtime=0
/proc/20927/stat : 20927 (sugar) R 20925 20927 20653 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 67779238 12566528 365 996147200 4194304 4206940 548682068592 18446744073709551615 269807745637 0 0 4224 0 0 0 0 17 1 0 0
/proc/20927/statm: 3068 365 274 3 0 168 0

[startup+0.0832841 s]
/proc/loadavg: 1.99 1.98 1.99 3/98 20927
/proc/meminfo: memFree=684000/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13600 CPUtime=0.03
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 67779238 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20927/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102287 s]
/proc/loadavg: 1.99 1.98 1.99 3/98 20927
/proc/meminfo: memFree=684000/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13600 CPUtime=0.03
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 67779238 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20927/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302326 s]
/proc/loadavg: 1.99 1.98 1.99 3/98 20927
/proc/meminfo: memFree=684000/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13600 CPUtime=0.03
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 67779238 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20927/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701398 s]
/proc/loadavg: 1.99 1.98 1.99 3/98 20927
/proc/meminfo: memFree=684000/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13600 CPUtime=0.34
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 974 4530 0 1 3 0 28 3 15 0 1 0 67779238 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20927/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 13600

[startup+1.50155 s]
/proc/loadavg: 1.99 1.98 1.99 3/109 20949
/proc/meminfo: memFree=669128/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13600 CPUtime=0.35
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 974 4530 0 1 3 1 28 3 15 0 1 0 67779238 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20927/statm: 3400 797 370 3 0 500 0
[pid=20940] ppid=20927 vsize=5356 CPUtime=0
/proc/20940/stat : 20940 (sh) S 20927 20927 20653 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 67779279 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20940/statm: 1339 233 193 169 0 50 0
[pid=20941] ppid=20940 vsize=868492 CPUtime=1.06
/proc/20941/stat : 20941 (java) S 20940 20927 20653 0 -1 0 6604 0 1 0 99 7 0 0 20 0 9 0 67779279 889335808 5719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20941/statm: 217123 5719 2563 9 0 211670 0
[pid=20941/tid=20942] ppid=20940 vsize=868492 CPUtime=0.71
/proc/20941/task/20942/stat : 20942 (java) R 20940 20927 20653 0 -1 64 2830 0 1 0 67 4 0 0 25 0 9 0 67779280 889335808 5719 996147200 134512640 134550740 4294955936 18446744073709551615 102064826 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20941/tid=20943] ppid=20940 vsize=868492 CPUtime=0.08
/proc/20941/task/20943/stat : 20943 (java) S 20940 20927 20653 0 -1 64 1593 0 0 0 7 1 0 0 16 0 9 0 67779281 889335808 5719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20941/tid=20944] ppid=20940 vsize=868492 CPUtime=0
/proc/20941/task/20944/stat : 20944 (java) S 20940 20927 20653 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 67779281 889335808 5719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20941/tid=20945] ppid=20940 vsize=868492 CPUtime=0
/proc/20941/task/20945/stat : 20945 (java) S 20940 20927 20653 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 67779281 889335808 5719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20941/tid=20946] ppid=20940 vsize=868492 CPUtime=0
/proc/20941/task/20946/stat : 20946 (java) S 20940 20927 20653 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 67779283 889335808 5719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20941/tid=20947] ppid=20940 vsize=868492 CPUtime=0.25
/proc/20941/task/20947/stat : 20947 (java) S 20940 20927 20653 0 -1 64 1488 0 0 0 24 1 0 0 16 0 9 0 67779283 889335808 5719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20941/tid=20948] ppid=20940 vsize=868492 CPUtime=0
/proc/20941/task/20948/stat : 20948 (java) S 20940 20927 20653 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 67779283 889335808 5719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20941/tid=20949] ppid=20940 vsize=868492 CPUtime=0
/proc/20941/task/20949/stat : 20949 (java) S 20940 20927 20653 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 67779283 889335808 5719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887448

[startup+3.10185 s]
/proc/loadavg: 1.99 1.98 1.99 3/101 20951
/proc/meminfo: memFree=659016/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13732 CPUtime=2.42
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 1188 19751 0 3 4 1 220 17 15 0 1 0 67779238 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20927/statm: 3433 818 374 3 0 533 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 13732

[startup+6.30145 s]
/proc/loadavg: 1.99 1.98 1.99 3/101 20963
/proc/meminfo: memFree=658504/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13732 CPUtime=2.42
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 1188 19751 0 3 4 1 220 17 16 0 1 0 67779238 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20927/statm: 3433 818 374 3 0 533 0
[pid=20962] ppid=20927 vsize=5356 CPUtime=0
/proc/20962/stat : 20962 (sh) S 20927 20927 20653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67779498 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20962/statm: 1339 232 193 169 0 50 0
[pid=20963] ppid=20962 vsize=17296 CPUtime=3.66
/proc/20963/stat : 20963 (minisat) R 20962 20927 20653 0 -1 4194304 4095 0 0 0 364 2 0 0 25 0 1 0 67779499 17711104 4081 996147200 134512640 135127466 4294956256 18446744073709551615 134522660 0 0 4096 3 0 0 0 17 0 0 0
/proc/20963/statm: 4324 4081 75 150 0 4171 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 36384

[startup+12.7017 s]
/proc/loadavg: 1.99 1.98 1.99 3/101 20963
/proc/meminfo: memFree=658376/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13732 CPUtime=2.42
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 1188 19751 0 3 4 1 220 17 16 0 1 0 67779238 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20927/statm: 3433 818 374 3 0 533 0
[pid=20962] ppid=20927 vsize=5356 CPUtime=0
/proc/20962/stat : 20962 (sh) S 20927 20927 20653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67779498 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20962/statm: 1339 232 193 169 0 50 0
[pid=20963] ppid=20962 vsize=17296 CPUtime=10.02
/proc/20963/stat : 20963 (minisat) R 20962 20927 20653 0 -1 4194304 4117 0 0 0 1000 2 0 0 25 0 1 0 67779499 17711104 4103 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/20963/statm: 4324 4103 75 150 0 4171 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 36384

[startup+25.5021 s]
/proc/loadavg: 1.99 1.98 1.99 3/101 20963
/proc/meminfo: memFree=656584/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13732 CPUtime=2.42
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 1188 19751 0 3 4 1 220 17 16 0 1 0 67779238 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20927/statm: 3433 818 374 3 0 533 0
[pid=20962] ppid=20927 vsize=5356 CPUtime=0
/proc/20962/stat : 20962 (sh) S 20927 20927 20653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67779498 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20962/statm: 1339 232 193 169 0 50 0
[pid=20963] ppid=20962 vsize=19532 CPUtime=22.74
/proc/20963/stat : 20963 (minisat) R 20962 20927 20653 0 -1 4194304 4640 0 0 0 2272 2 0 0 25 0 1 0 67779499 20000768 4626 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20963/statm: 4883 4626 75 150 0 4730 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 38620

[startup+51.1029 s]
/proc/loadavg: 1.99 1.98 1.99 3/101 20963
/proc/meminfo: memFree=652040/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13732 CPUtime=2.42
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 1188 19751 0 3 4 1 220 17 16 0 1 0 67779238 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20927/statm: 3433 818 374 3 0 533 0
[pid=20962] ppid=20927 vsize=5356 CPUtime=0
/proc/20962/stat : 20962 (sh) S 20927 20927 20653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67779498 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20962/statm: 1339 232 193 169 0 50 0
[pid=20963] ppid=20962 vsize=24188 CPUtime=48.19
/proc/20963/stat : 20963 (minisat) R 20962 20927 20653 0 -1 4194304 5805 0 0 0 4816 3 0 0 25 0 1 0 67779499 24768512 5791 996147200 134512640 135127466 4294956256 18446744073709551615 134533971 0 0 4096 3 0 0 0 17 0 0 0
/proc/20963/statm: 6047 5791 75 150 0 5894 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 43276

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/101 20963
/proc/meminfo: memFree=644296/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13732 CPUtime=2.42
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 1188 19751 0 3 4 1 220 17 16 0 1 0 67779238 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20927/statm: 3433 818 374 3 0 533 0
[pid=20962] ppid=20927 vsize=5356 CPUtime=0
/proc/20962/stat : 20962 (sh) S 20927 20927 20653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67779498 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20962/statm: 1339 232 193 169 0 50 0
[pid=20963] ppid=20962 vsize=31560 CPUtime=99.09
/proc/20963/stat : 20963 (minisat) R 20962 20927 20653 0 -1 4194304 7643 0 0 0 9904 5 0 0 25 0 1 0 67779499 32317440 7629 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20963/statm: 7890 7629 75 150 0 7737 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 50648

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/101 20963
/proc/meminfo: memFree=638152/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13732 CPUtime=2.42
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 1188 19751 0 3 4 1 220 17 16 0 1 0 67779238 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20927/statm: 3433 818 374 3 0 533 0
[pid=20962] ppid=20927 vsize=5356 CPUtime=0
/proc/20962/stat : 20962 (sh) S 20927 20927 20653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67779498 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20962/statm: 1339 232 193 169 0 50 0
[pid=20963] ppid=20962 vsize=37916 CPUtime=158.71
/proc/20963/stat : 20963 (minisat) R 20962 20927 20653 0 -1 4194304 9164 0 0 0 15865 6 0 0 25 0 1 0 67779499 38825984 9150 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20963/statm: 9479 9150 75 150 0 9326 0
Current children cumulated CPU time (s) 161.13
Current children cumulated vsize (KiB) 57004

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/101 20963
/proc/meminfo: memFree=632968/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13732 CPUtime=2.42
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 1188 19751 0 3 4 1 220 17 16 0 1 0 67779238 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20927/statm: 3433 818 374 3 0 533 0
[pid=20962] ppid=20927 vsize=5356 CPUtime=0
/proc/20962/stat : 20962 (sh) S 20927 20927 20653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67779498 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20962/statm: 1339 232 193 169 0 50 0
[pid=20963] ppid=20962 vsize=43060 CPUtime=218.36
/proc/20963/stat : 20963 (minisat) R 20962 20927 20653 0 -1 4194304 10450 0 0 0 21828 8 0 0 25 0 1 0 67779499 44093440 10436 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20963/statm: 10765 10436 75 150 0 10612 0
Current children cumulated CPU time (s) 220.78
Current children cumulated vsize (KiB) 62148

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

/proc/meminfo: memFree=576264/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13732 CPUtime=2.42
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 1188 19751 0 3 4 1 220 17 16 0 1 0 67779238 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20927/statm: 3433 818 374 3 0 533 0
[pid=20962] ppid=20927 vsize=5356 CPUtime=0
/proc/20962/stat : 20962 (sh) S 20927 20927 20653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67779498 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20962/statm: 1339 232 193 169 0 50 0
[pid=20963] ppid=20962 vsize=97028 CPUtime=3155.95
/proc/20963/stat : 20963 (minisat) R 20962 20927 20653 0 -1 4194304 23509 0 0 0 315570 25 0 0 25 0 1 0 67779499 99356672 23495 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20963/statm: 24257 23495 75 150 0 24104 0
Current children cumulated CPU time (s) 3158.37
Current children cumulated vsize (KiB) 116116

[startup+3222.3 s]
/proc/loadavg: 2.05 2.00 2.00 4/109 21009
/proc/meminfo: memFree=576200/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13732 CPUtime=2.42
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 1188 19751 0 3 4 1 220 17 16 0 1 0 67779238 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20927/statm: 3433 818 374 3 0 533 0
[pid=20962] ppid=20927 vsize=5356 CPUtime=0
/proc/20962/stat : 20962 (sh) S 20927 20927 20653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67779498 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20962/statm: 1339 232 193 169 0 50 0
[pid=20963] ppid=20962 vsize=97108 CPUtime=3215.94
/proc/20963/stat : 20963 (minisat) R 20962 20927 20653 0 -1 4194304 23521 0 0 0 321568 26 0 0 25 0 1 0 67779499 99438592 23507 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/20963/statm: 24277 23507 75 150 0 24124 0
Current children cumulated CPU time (s) 3218.36
Current children cumulated vsize (KiB) 116196

[startup+3282.3 s]
/proc/loadavg: 2.02 2.00 2.00 4/109 21009
/proc/meminfo: memFree=576200/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13732 CPUtime=2.42
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 1188 19751 0 3 4 1 220 17 16 0 1 0 67779238 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20927/statm: 3433 818 374 3 0 533 0
[pid=20962] ppid=20927 vsize=5356 CPUtime=0
/proc/20962/stat : 20962 (sh) S 20927 20927 20653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67779498 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20962/statm: 1339 232 193 169 0 50 0
[pid=20963] ppid=20962 vsize=97108 CPUtime=3275.92
/proc/20963/stat : 20963 (minisat) R 20962 20927 20653 0 -1 4194304 23524 0 0 0 327566 26 0 0 25 0 1 0 67779499 99438592 23510 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20963/statm: 24277 23510 75 150 0 24124 0
Current children cumulated CPU time (s) 3278.34
Current children cumulated vsize (KiB) 116196

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 21009
/proc/meminfo: memFree=576136/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13732 CPUtime=2.42
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 1188 19751 0 3 4 1 220 17 16 0 1 0 67779238 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20927/statm: 3433 818 374 3 0 533 0
[pid=20962] ppid=20927 vsize=5356 CPUtime=0
/proc/20962/stat : 20962 (sh) S 20927 20927 20653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67779498 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20962/statm: 1339 232 193 169 0 50 0
[pid=20963] ppid=20962 vsize=97108 CPUtime=3335.9
/proc/20963/stat : 20963 (minisat) R 20962 20927 20653 0 -1 4194304 23529 0 0 0 333564 26 0 0 25 0 1 0 67779499 99438592 23515 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20963/statm: 24277 23515 75 150 0 24124 0
Current children cumulated CPU time (s) 3338.32
Current children cumulated vsize (KiB) 116196

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 21009
/proc/meminfo: memFree=575944/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13732 CPUtime=2.42
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 1188 19751 0 3 4 1 220 17 16 0 1 0 67779238 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20927/statm: 3433 818 374 3 0 533 0
[pid=20962] ppid=20927 vsize=5356 CPUtime=0
/proc/20962/stat : 20962 (sh) S 20927 20927 20653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67779498 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20962/statm: 1339 232 193 169 0 50 0
[pid=20963] ppid=20962 vsize=97108 CPUtime=3395.88
/proc/20963/stat : 20963 (minisat) R 20962 20927 20653 0 -1 4194304 23542 0 0 0 339562 26 0 0 25 0 1 0 67779499 99438592 23528 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20963/statm: 24277 23528 75 150 0 24124 0
Current children cumulated CPU time (s) 3398.3
Current children cumulated vsize (KiB) 116196

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 21009
/proc/meminfo: memFree=575432/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13732 CPUtime=2.42
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 1188 19751 0 3 4 1 220 17 16 0 1 0 67779238 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20927/statm: 3433 818 374 3 0 533 0
[pid=20962] ppid=20927 vsize=5356 CPUtime=0
/proc/20962/stat : 20962 (sh) S 20927 20927 20653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67779498 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20962/statm: 1339 232 193 169 0 50 0
[pid=20963] ppid=20962 vsize=97444 CPUtime=3455.85
/proc/20963/stat : 20963 (minisat) R 20962 20927 20653 0 -1 4194304 23601 0 0 0 345559 26 0 0 25 0 1 0 67779499 99782656 23587 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20963/statm: 24361 23587 75 150 0 24208 0
Current children cumulated CPU time (s) 3458.27
Current children cumulated vsize (KiB) 116532

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 21009
/proc/meminfo: memFree=575304/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13732 CPUtime=2.42
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 1188 19751 0 3 4 1 220 17 16 0 1 0 67779238 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20927/statm: 3433 818 374 3 0 533 0
[pid=20962] ppid=20927 vsize=5356 CPUtime=0
/proc/20962/stat : 20962 (sh) S 20927 20927 20653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67779498 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20962/statm: 1339 232 193 169 0 50 0
[pid=20963] ppid=20962 vsize=97444 CPUtime=3515.83
/proc/20963/stat : 20963 (minisat) R 20962 20927 20653 0 -1 4194304 23634 0 0 0 351557 26 0 0 25 0 1 0 67779499 99782656 23620 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/20963/statm: 24361 23620 75 150 0 24208 0
Current children cumulated CPU time (s) 3518.25
Current children cumulated vsize (KiB) 116532

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 21009
/proc/meminfo: memFree=575176/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13732 CPUtime=2.42
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 1188 19751 0 3 4 1 220 17 16 0 1 0 67779238 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20927/statm: 3433 818 374 3 0 533 0
[pid=20962] ppid=20927 vsize=5356 CPUtime=0
/proc/20962/stat : 20962 (sh) S 20927 20927 20653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67779498 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20962/statm: 1339 232 193 169 0 50 0
[pid=20963] ppid=20962 vsize=97444 CPUtime=3575.81
/proc/20963/stat : 20963 (minisat) R 20962 20927 20653 0 -1 4194304 23639 0 0 0 357555 26 0 0 25 0 1 0 67779499 99782656 23625 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/20963/statm: 24361 23625 75 150 0 24208 0
Current children cumulated CPU time (s) 3578.23
Current children cumulated vsize (KiB) 116532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 21009
/proc/meminfo: memFree=574792/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13732 CPUtime=2.42
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 1188 19751 0 3 4 1 220 17 16 0 1 0 67779238 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20927/statm: 3433 818 374 3 0 533 0
[pid=20962] ppid=20927 vsize=5356 CPUtime=0
/proc/20962/stat : 20962 (sh) S 20927 20927 20653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67779498 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20962/statm: 1339 232 193 169 0 50 0
[pid=20963] ppid=20962 vsize=98128 CPUtime=3597.61
/proc/20963/stat : 20963 (minisat) R 20962 20927 20653 0 -1 4194304 23769 0 0 0 359735 26 0 0 25 0 1 0 67779499 100483072 23755 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20963/statm: 24532 23755 75 150 0 24379 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 117216

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

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

[startup+3604.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 21009
/proc/meminfo: memFree=574792/2055920 swapFree=4192812/4192956
[pid=20927] ppid=20925 vsize=13732 CPUtime=2.42
/proc/20927/stat : 20927 (sugar) S 20925 20927 20653 0 -1 4194304 1188 19751 0 3 4 1 220 17 16 0 1 0 67779238 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20927/statm: 3433 818 374 3 0 533 0
[pid=20962] ppid=20927 vsize=5356 CPUtime=0
/proc/20962/stat : 20962 (sh) S 20927 20927 20653 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67779498 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20962/statm: 1339 232 193 169 0 50 0
[pid=20963] ppid=20962 vsize=98128 CPUtime=3597.61
/proc/20963/stat : 20963 (minisat) R 20962 20927 20653 0 -1 4194304 23769 0 0 0 359735 26 0 0 25 0 1 0 67779499 100483072 23755 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20963/statm: 24532 23755 75 150 0 24379 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 117216

Child status: 0

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

Real time (s): 3604.13
CPU time (s): 3600.03
CPU user time (s): 3599.59
CPU system time (s): 0.44
CPU usage (%): 99.8863
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.25266
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21282
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= 3319
involuntary context switches= 3121

runsolver used 4.97724 second user time and 14.7068 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-15 10:33:37
IDJOB=1120220
IDBENCH=62467
IDSOLVER=368
FILE ID=node81/1120220-1216110817
PBS_JOBID= 7905376
Free space on /tmp= 126864 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-60/normalized-maxcut-60-520-6_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-1120220-1216110817/watcher-1120220-1216110817 -o /tmp/evaluation-result-1120220-1216110817/solver-1120220-1216110817 -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-1120220-1216110817.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1c41d2e807324898424b30f04a5bbaa9
RANDOM SEED=1641594941

node81.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.281
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.281
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        684480 kB
Buffers:         22328 kB
Cached:        1258588 kB
SwapCached:          0 kB
Active:        1057024 kB
Inactive:       260140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        684480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1324 kB
Writeback:           0 kB
Mapped:          48604 kB
Slab:            36636 kB
Committed_AS:   367956 kB
PageTables:       3920 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126872 MiB
End job on node81 at 2008-07-15 11:33:44