Trace number 1117995

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.12 3609.14

General information on the benchmark

Namemaxcsp/maxcut/maxcut-50/
normalized-maxcut-50-680-6_ext.xml
MD5SUM057446ebdb7fa7b5c791408ebcfd5b13
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints270
Best CPU time to get the best result obtained on this benchmark1609.89
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints680
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension680
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 Mon Jul 14 22:55:16 2008
0.00/0.08	c 0	PID 29666
0.00/0.08	c 0	HOST node56.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1117995-1216068916.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1117995-1216068916.xml' 'HOME/temp.csp'
0.06/0.53	c 0	1 domains, 50 variables, 0 predicates, 1 relations, 680 constraints
0.06/0.56	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.56	c 0	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.53/0.64	c 0	Parsing HOME/temp.csp
0.53/0.77	c 0	parsed 732 expressions
0.53/0.77	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.53/0.79	c 0	MAX CSP: 680 constraints
0.53/0.79	c 0	Converting to clausal form CSP
0.53/0.82	c 1	converted 142 (10%) expressions
0.53/0.84	c 1	converted 283 (20%) expressions
0.53/0.85	c 1	converted 425 (30%) expressions
0.53/0.87	c 1	converted 566 (40%) expressions
0.53/0.87	c 1	converted 708 (50%) expressions
0.53/0.89	c 1	converted 849 (60%) expressions
0.53/0.89	c 1	converted 991 (70%) expressions
0.53/0.97	c 1	converted 1132 (80%) expressions
0.53/0.97	c 1	converted 1274 (90%) expressions
0.95/1.10	c 1	converted 1415 (100%) expressions
0.95/1.10	c 1	CSP : 1410 integers, 0 booleans, 2039 clauses, largest domain size 1021
0.95/1.10	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.10	c 1	Propagation in CSP
1.04/1.15	c 1	676 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.15	c 1	CSP : 1410 integers, 0 booleans, 2039 clauses, largest domain size 681
1.04/1.15	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.15	c 1	Simplifing CSP by introducing new Boolean variables
1.04/1.15	c 1	CSP : 1410 integers, 0 booleans, 2039 clauses, largest domain size 681
1.04/1.15	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.19	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.20	c 1	141 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.20	c 1	282 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.20	c 1	423 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.20	c 1	564 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.20	c 1	705 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.22	c 1	846 (60%) CSP integer variables are encoded (5839 clauses, 75434 bytes)
1.14/1.22	c 1	987 (70%) CSP integer variables are encoded (7359 clauses, 95194 bytes)
1.14/1.23	c 1	1128 (80%) CSP integer variables are encoded (8905 clauses, 115343 bytes)
1.14/1.23	c 1	1269 (90%) CSP integer variables are encoded (9871 clauses, 129833 bytes)
1.14/1.23	c 1	1410 (100%) CSP integer variables are encoded (11221 clauses, 150083 bytes)
1.14/1.26	c 1	204 (10%) CSP clauses are encoded (11629 clauses, 155245 bytes)
1.14/1.28	c 1	408 (20%) CSP clauses are encoded (12037 clauses, 160903 bytes)
1.14/1.30	c 1	612 (30%) CSP clauses are encoded (12445 clauses, 166615 bytes)
1.34/1.45	c 1	816 (40%) CSP clauses are encoded (50395 clauses, 821666 bytes)
1.74/1.81	c 2	1020 (50%) CSP clauses are encoded (256539 clauses, 4604584 bytes)
1.74/1.84	c 2	1224 (60%) CSP clauses are encoded (265055 clauses, 4754860 bytes)
2.14/2.24	c 2	1428 (70%) CSP clauses are encoded (492519 clauses, 8945090 bytes)
2.14/2.26	c 2	1632 (80%) CSP clauses are encoded (502359 clauses, 9138911 bytes)
2.24/2.31	c 2	1836 (90%) CSP clauses are encoded (525891 clauses, 9633503 bytes)
2.33/2.47	c 2	2039 (100%) CSP clauses are encoded (613023 clauses, 11486637 bytes)
2.33/2.47	c 2	2039 CSP clauses encoded
2.33/2.47	c 2	Writing map file : HOME/temp.map
2.33/2.49	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.33/2.49	c 2	SAT : 12631 SAT variables, 613023 SAT clauses, 11486637 bytes
2.33/2.49	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.43/2.55	c 2	OBJECTIVE minimize _COST
2.43/2.55	c 2	SOLVING HOME/temp.cnf
2.43/2.55	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.43/2.55	c 2	This is MiniSat 2.0 beta incremental
2.43/2.55	c 2	WARNING: for repeatability, setting FPU to use double precision
2.43/2.55	c 2	============================[ Problem Statistics ]=============================
2.43/2.55	c 2	|                                                                             |
2.43/2.55	c 2	|  Number of variables:  12631                                                |
2.43/2.55	c 2	|  Number of clauses:    613023                                               |
2.43/2.83	c 3	|  Parsing time:         0.24         s                                       |
2.43/2.85	c 3	OK
2.43/2.85	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.43/2.85	c 3	SEARCHING: _COST <= 340
2.43/2.85	c 3	============================[ Search Statistics ]==============================
2.43/2.85	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.43/2.85	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.43/2.85	c 3	===============================================================================
2.43/2.85	c 3	|         0 |   12631   613023  1804726 |   204341        0    nan |  0.000 % |
2.43/3.14	c 3	|       101 |   12631   613023  1804726 |   224775      101     36 |  0.002 % |
3.16/3.31	c 3	|       251 |   12631   613023  1804726 |   247252      251     27 |  0.002 % |
3.36/3.56	c 3	|       476 |   12631   613023  1804726 |   271977      476     30 |  0.002 % |
3.55/3.78	c 3	|       814 |   12631   613023  1804726 |   299175      814     33 |  0.002 % |
3.85/4.05	c 4	|      1320 |   12631   613023  1804726 |   329093     1320     34 |  0.002 % |
4.54/4.74	c 4	|      2081 |   12631   613023  1804726 |   362002     2081     36 |  0.002 % |
5.92/6.17	c 6	|      3223 |   12631   613023  1804726 |   398202     3223     40 |  0.002 % |
7.11/7.31	c 7	|      4933 |   12631   613023  1804726 |   438023     4933     41 |  0.002 % |
8.60/8.82	c 9	|      7496 |   12631   613023  1804726 |   481825     7496     41 |  0.002 % |
10.68/10.95	c 11	|     11340 |   12631   613023  1804726 |   530007    11340     40 |  0.002 % |
12.36/12.65	c 12	===============================================================================
12.36/12.66	c 12	restarts              : 11
12.36/12.66	c 12	conflicts             : 13976         (1403 /sec)
12.36/12.66	c 12	decisions             : 17806         (0.41 % random) (1787 /sec)
12.36/12.66	c 12	propagations          : 6395673        (641911 /sec)
12.36/12.66	c 12	conflict literals     : 565296         (21.56 % deleted)
12.36/12.66	c 12	Memory used           : 30.06 MB
12.36/12.66	c 12	CPU time              : 9.96349 s
12.36/12.66	c 12	
12.36/12.66	c 12	SATISFIABLE
12.36/12.66	c 12	OK
12.36/12.66	c 12	FOUND: _COST <= 340
12.36/12.66	s SATISFIABLE
12.36/12.66	c 12	DECODING HOME/temp.out WITH HOME/temp.map
12.36/12.66	c 12	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.42/12.74	c 12	Decoding HOME/temp.out
12.42/12.85	c 13	OBJECTIVE _COST 340
12.42/12.85	o 340
12.42/12.86	v 0 1 0 0 0 0 0 1 0 1 1 1 1 0 1 1 0 1 0 1 1 1 1 0 1 0 1 1 1 1 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 1 1 1 1 0
12.42/12.86	c 13	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
12.76/13.07	c 13	OK
12.76/13.07	c 13	OBJECTIVE BOUND: 0 <= _COST <= 340
12.76/13.07	c 13	SEARCHING: _COST <= 170
12.76/13.07	c 13	============================[ Search Statistics ]==============================
12.76/13.07	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.76/13.07	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.76/13.07	c 13	===============================================================================
12.76/13.07	c 13	|     13976 |    9231   391419  1149774 |   130473    13976     40 |  0.002 % |
12.86/13.19	c 13	|     14076 |    9231   391419  1149774 |   143520    14076     40 | 26.919 % |
13.05/13.32	c 13	|     14228 |    9231   391419  1149774 |   157872    14228     40 | 26.919 % |
13.25/13.59	c 13	|     14453 |    9231   391419  1149774 |   173659    14453     40 | 26.919 % |
13.65/13.95	c 14	|     14790 |    9231   391419  1149774 |   191025    14790     40 | 26.919 % |
14.24/14.53	c 14	|     15296 |    9231   391419  1149774 |   210128    15296     39 | 26.919 % |
15.04/15.36	c 15	|     16055 |    9231   391419  1149774 |   231140    16055     39 | 26.919 % |
16.42/16.71	c 16	|     17194 |    9231   391419  1149774 |   254254    17194     38 | 26.919 % |
18.30/18.65	c 18	|     18902 |    9231   391419  1149774 |   279680    18902     37 | 26.919 % |
21.67/22.08	c 22	|     21464 |    9231   391419  1149774 |   307648    21464     37 | 26.919 % |
27.02/27.42	c 27	|     25309 |    9231   391419  1149774 |   338413    25309     36 | 26.919 % |
35.34/35.87	c 36	|     31076 |    9231   391419  1149774 |   372254    31076     35 | 26.919 % |
48.12/48.74	c 48	|     39726 |    9231   391419  1149774 |   409480    39726     34 | 26.919 % |
65.74/66.52	c 66	|     52701 |    9231   391419  1149774 |   450428    52701     33 | 26.919 % |
99.72/100.86	c 101	|     72163 |    9231   391419  1149774 |   495471    72163     33 | 26.919 % |
157.27/158.92	c 159	|    101358 |    9231   391419  1149774 |   545018   101358     33 | 26.919 % |
263.85/266.57	c 266	|    145147 |    9231   391419  1149774 |   599519   145147     33 | 26.919 % |
456.90/461.47	c 461	|    210831 |    9231   391419  1149774 |   659471   210831     33 | 26.919 % |
795.96/803.71	c 803	|    309357 |    9231   391419  1149774 |   725419   309357     33 | 26.919 % |
1376.64/1384.75	c 1384	|    457147 |    9231   391419  1149774 |   797961   457147     33 | 26.919 % |
2455.66/2464.21	c 2464	|    678830 |    9231   391419  1149774 |   877757   678830     34 | 26.919 % |
3600.05/3609.11	c ERROR INTERRUPTED
3600.05/3609.14	c 3609	CPU 3599.44 (0.06 0.02 3599.38 0.62)
3600.05/3609.14	c 3609	END Mon Jul 14 23:55:25 2008

Verifier Data (download as text)

OK	314	366
314 unsatisfied constraints, 366 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-1117995-1216068916/watcher-1117995-1216068916 -o /tmp/evaluation-result-1117995-1216068916/solver-1117995-1216068916 -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-1117995-1216068916.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.46 2.61 2.61 4/82 29666
/proc/meminfo: memFree=1770552/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=12268 CPUtime=0
/proc/29666/stat : 29666 (sugar++) R 29664 29666 29141 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 63590565 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 250969029221 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/29666/statm: 3067 316 241 3 0 167 0

[startup+0.095316 s]
/proc/loadavg: 2.46 2.61 2.61 4/82 29666
/proc/meminfo: memFree=1770552/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16740 CPUtime=0.06
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 63590565 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29666/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101313 s]
/proc/loadavg: 2.46 2.61 2.61 4/82 29666
/proc/meminfo: memFree=1770552/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16740 CPUtime=0.06
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 63590565 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29666/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301344 s]
/proc/loadavg: 2.46 2.61 2.61 4/82 29666
/proc/meminfo: memFree=1770552/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16740 CPUtime=0.06
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 63590565 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29666/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701419 s]
/proc/loadavg: 2.46 2.61 2.61 4/82 29666
/proc/meminfo: memFree=1770552/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16740 CPUtime=0.53
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1296 4528 0 1 5 2 44 2 16 0 1 0 63590565 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29666/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 16740

[startup+1.50256 s]
/proc/loadavg: 2.46 2.61 2.61 3/93 29688
/proc/meminfo: memFree=1756128/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16740 CPUtime=0.54
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1297 4528 0 1 6 2 44 2 15 0 1 0 63590565 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29666/statm: 4185 1104 409 3 0 764 0
[pid=29679] ppid=29666 vsize=5356 CPUtime=0
/proc/29679/stat : 29679 (sh) S 29666 29666 29141 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 63590622 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29679/statm: 1339 233 193 169 0 50 0
[pid=29680] ppid=29679 vsize=868460 CPUtime=0.9
/proc/29680/stat : 29680 (java) S 29679 29666 29141 0 -1 0 6626 0 1 0 85 5 0 0 18 0 9 0 63590622 889303040 5810 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29680/statm: 217115 5810 2563 9 0 211662 0
[pid=29680/tid=29681] ppid=29679 vsize=868460 CPUtime=0.57
/proc/29680/task/29681/stat : 29681 (java) R 29679 29666 29141 0 -1 64 2758 0 1 0 55 2 0 0 19 0 9 0 63590623 889303040 5810 996147200 134512640 134550740 4294955920 18446744073709551615 4125977881 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29680/tid=29682] ppid=29679 vsize=868460 CPUtime=0.07
/proc/29680/task/29682/stat : 29682 (java) S 29679 29666 29141 0 -1 64 1687 0 0 0 6 1 0 0 16 0 9 0 63590624 889303040 5810 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29680/tid=29683] ppid=29679 vsize=868460 CPUtime=0
/proc/29680/task/29683/stat : 29683 (java) S 29679 29666 29141 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 63590624 889303040 5810 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29680/tid=29684] ppid=29679 vsize=868460 CPUtime=0
/proc/29680/task/29684/stat : 29684 (java) S 29679 29666 29141 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 63590624 889303040 5810 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29680/tid=29685] ppid=29679 vsize=868460 CPUtime=0
/proc/29680/task/29685/stat : 29685 (java) S 29679 29666 29141 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 63590626 889303040 5810 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29680/tid=29686] ppid=29679 vsize=868460 CPUtime=0.23
/proc/29680/task/29686/stat : 29686 (java) S 29679 29666 29141 0 -1 64 1487 0 0 0 23 0 0 0 16 0 9 0 63590626 889303040 5810 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29680/tid=29687] ppid=29679 vsize=868460 CPUtime=0
/proc/29680/task/29687/stat : 29687 (java) S 29679 29666 29141 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 63590626 889303040 5810 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29680/tid=29688] ppid=29679 vsize=868460 CPUtime=0
/proc/29680/task/29688/stat : 29688 (java) S 29679 29666 29141 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 63590626 889303040 5810 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890556

[startup+3.10285 s]
/proc/loadavg: 2.43 2.60 2.61 3/93 29688
/proc/meminfo: memFree=1746464/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.43
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1481 11766 0 2 6 2 221 14 15 0 1 0 63590565 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29666/statm: 4218 1131 414 3 0 797 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 16872

[startup+6.30142 s]
/proc/loadavg: 2.43 2.60 2.61 3/84 29689
/proc/meminfo: memFree=1728360/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.43
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1481 11766 0 2 6 2 221 14 16 0 1 0 63590565 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29666/statm: 4218 1131 414 3 0 797 0
[pid=29689] ppid=29666 vsize=28668 CPUtime=3.69
/proc/29689/stat : 29689 (minisat-inc) R 29666 29666 29141 0 -1 4194304 6999 0 0 0 366 3 0 0 25 0 1 0 63590820 29356032 6948 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29689/statm: 7167 6948 74 151 0 7013 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 45540

[startup+12.7026 s]
/proc/loadavg: 2.36 2.58 2.60 3/84 29689
/proc/meminfo: memFree=1726504/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.43
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1528 11766 0 2 6 2 221 14 16 0 1 0 63590565 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29666/statm: 4218 1132 414 3 0 797 0
[pid=29689] ppid=29666 vsize=30780 CPUtime=9.99
/proc/29689/stat : 29689 (minisat-inc) S 29666 29666 29141 0 -1 4194304 7533 0 0 0 996 3 0 0 25 0 1 0 63590820 31518720 7480 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/29689/statm: 7695 7480 80 151 0 7541 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 47652

[startup+25.5018 s]
/proc/loadavg: 2.30 2.56 2.60 3/84 29699
/proc/meminfo: memFree=1726312/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.64
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1565 15638 0 3 6 2 239 17 16 0 1 0 63590565 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29666/statm: 4218 1132 414 3 0 797 0
[pid=29689] ppid=29666 vsize=30936 CPUtime=22.5
/proc/29689/stat : 29689 (minisat-inc) R 29666 29666 29141 0 -1 4194304 7561 0 0 0 2247 3 0 0 25 0 1 0 63590820 31678464 7508 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29689/statm: 7734 7508 80 151 0 7580 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 47808

[startup+51.1014 s]
/proc/loadavg: 2.20 2.51 2.58 3/84 29699
/proc/meminfo: memFree=1726248/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.64
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1565 15638 0 3 6 2 239 17 16 0 1 0 63590565 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29666/statm: 4218 1132 414 3 0 797 0
[pid=29689] ppid=29666 vsize=31072 CPUtime=47.85
/proc/29689/stat : 29689 (minisat-inc) R 29666 29666 29141 0 -1 4194304 7617 0 0 0 4781 4 0 0 25 0 1 0 63590820 31817728 7556 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 1 0 0
/proc/29689/statm: 7768 7556 80 151 0 7614 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 47944

[startup+102.306 s]
/proc/loadavg: 2.08 2.43 2.54 3/84 29699
/proc/meminfo: memFree=1722152/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.64
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1565 15638 0 3 6 2 239 17 16 0 1 0 63590565 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29666/statm: 4218 1132 414 3 0 797 0
[pid=29689] ppid=29666 vsize=35080 CPUtime=98.57
/proc/29689/stat : 29689 (minisat-inc) R 29666 29666 29141 0 -1 4194304 8607 0 0 0 9852 5 0 0 25 0 1 0 63590820 35921920 8546 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29689/statm: 8770 8546 80 151 0 8616 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 51952

[startup+162.301 s]
/proc/loadavg: 2.03 2.35 2.51 3/84 29699
/proc/meminfo: memFree=1717096/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.64
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1565 15638 0 3 6 2 239 17 16 0 1 0 63590565 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29666/statm: 4218 1132 414 3 0 797 0
[pid=29689] ppid=29666 vsize=40244 CPUtime=158
/proc/29689/stat : 29689 (minisat-inc) R 29666 29666 29141 0 -1 4194304 9859 0 0 0 15794 6 0 0 25 0 1 0 63590820 41209856 9798 996147200 134512640 135134323 4294956192 18446744073709551615 134532164 0 0 4096 3 0 0 0 17 1 0 0
/proc/29689/statm: 10061 9798 80 151 0 9907 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 57116

[startup+222.302 s]
/proc/loadavg: 2.01 2.28 2.47 3/84 29699
/proc/meminfo: memFree=1713064/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.64
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1565 15638 0 3 6 2 239 17 16 0 1 0 63590565 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29666/statm: 4218 1132 414 3 0 797 0
[pid=29689] ppid=29666 vsize=44164 CPUtime=217.42
/proc/29689/stat : 29689 (minisat-inc) R 29666 29666 29141 0 -1 4194304 10875 0 0 0 21736 6 0 0 25 0 1 0 63590820 45223936 10814 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29689/statm: 11041 10814 80 151 0 10887 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (KiB) 61036

[startup+282.303 s]
/proc/loadavg: 2.04 2.25 2.45 3/84 29699
/proc/meminfo: memFree=1708968/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.64
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1565 15638 0 3 6 2 239 17 16 0 1 0 63590565 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29666/statm: 4218 1132 414 3 0 797 0
[pid=29689] ppid=29666 vsize=48464 CPUtime=276.87
/proc/29689/stat : 29689 (minisat-inc) R 29666 29666 29141 0 -1 4194304 11899 0 0 0 27679 8 0 0 25 0 1 0 63590820 49627136 11838 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29689/statm: 12116 11838 80 151 0 11962 0
Current children cumulated CPU time (s) 279.51
Current children cumulated vsize (KiB) 65336

[startup+342.301 s]
/proc/loadavg: 2.01 2.19 2.41 3/84 29699
/proc/meminfo: memFree=1705328/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.64
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1565 15638 0 3 6 2 239 17 16 0 1 0 63590565 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29666/statm: 4218 1132 414 3 0 797 0
[pid=29689] ppid=29666 vsize=52240 CPUtime=336.3
/proc/29689/stat : 29689 (minisat-inc) R 29666 29666 29141 0 -1 4194304 12802 0 0 0 33621 9 0 0 25 0 1 0 63590820 53493760 12741 996147200 134512640 135134323 4294956192 18446744073709551615 134532286 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=29689] ppid=29666 vsize=153280 CPUtime=2910.91
/proc/29689/stat : 29689 (minisat-inc) R 29666 29666 29141 0 -1 4194304 37340 0 0 0 291053 38 0 0 25 0 1 0 63590820 156958720 37271 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29689/statm: 38320 37271 80 151 0 38166 0
Current children cumulated CPU time (s) 2913.55
Current children cumulated vsize (KiB) 170152

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29748
/proc/meminfo: memFree=1605104/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.64
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1565 15638 0 3 6 2 239 17 16 0 1 0 63590565 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29666/statm: 4218 1132 414 3 0 797 0
[pid=29689] ppid=29666 vsize=154864 CPUtime=2970.89
/proc/29689/stat : 29689 (minisat-inc) R 29666 29666 29141 0 -1 4194304 37723 0 0 0 297051 38 0 0 25 0 1 0 63590820 158580736 37654 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29689/statm: 38716 37654 80 151 0 38562 0
Current children cumulated CPU time (s) 2973.53
Current children cumulated vsize (KiB) 171736

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29748
/proc/meminfo: memFree=1603504/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.64
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1565 15638 0 3 6 2 239 17 16 0 1 0 63590565 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29666/statm: 4218 1132 414 3 0 797 0
[pid=29689] ppid=29666 vsize=156448 CPUtime=3030.86
/proc/29689/stat : 29689 (minisat-inc) R 29666 29666 29141 0 -1 4194304 38135 0 0 0 303047 39 0 0 25 0 1 0 63590820 160202752 38066 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 0 0 0
/proc/29689/statm: 39112 38066 80 151 0 38958 0
Current children cumulated CPU time (s) 3033.5
Current children cumulated vsize (KiB) 173320

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29748
/proc/meminfo: memFree=1602032/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.64
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1565 15638 0 3 6 2 239 17 16 0 1 0 63590565 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29666/statm: 4218 1132 414 3 0 797 0
[pid=29689] ppid=29666 vsize=157964 CPUtime=3090.84
/proc/29689/stat : 29689 (minisat-inc) R 29666 29666 29141 0 -1 4194304 38511 0 0 0 309045 39 0 0 25 0 1 0 63590820 161755136 38442 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29689/statm: 39491 38442 80 151 0 39337 0
Current children cumulated CPU time (s) 3093.48
Current children cumulated vsize (KiB) 174836

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29748
/proc/meminfo: memFree=1600304/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.64
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1565 15638 0 3 6 2 239 17 16 0 1 0 63590565 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29666/statm: 4218 1132 414 3 0 797 0
[pid=29689] ppid=29666 vsize=159552 CPUtime=3150.81
/proc/29689/stat : 29689 (minisat-inc) R 29666 29666 29141 0 -1 4194304 38917 0 0 0 315042 39 0 0 25 0 1 0 63590820 163381248 38848 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29689/statm: 39888 38848 80 151 0 39734 0
Current children cumulated CPU time (s) 3153.45
Current children cumulated vsize (KiB) 176424

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29748
/proc/meminfo: memFree=1598704/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.64
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1565 15638 0 3 6 2 239 17 16 0 1 0 63590565 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29666/statm: 4218 1132 414 3 0 797 0
[pid=29689] ppid=29666 vsize=161088 CPUtime=3210.79
/proc/29689/stat : 29689 (minisat-inc) R 29666 29666 29141 0 -1 4194304 39306 0 0 0 321039 40 0 0 25 0 1 0 63590820 164954112 39237 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29689/statm: 40272 39237 80 151 0 40118 0
Current children cumulated CPU time (s) 3213.43
Current children cumulated vsize (KiB) 177960

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29748
/proc/meminfo: memFree=1597296/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.64
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1565 15638 0 3 6 2 239 17 16 0 1 0 63590565 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29666/statm: 4218 1132 414 3 0 797 0
[pid=29689] ppid=29666 vsize=162540 CPUtime=3270.76
/proc/29689/stat : 29689 (minisat-inc) R 29666 29666 29141 0 -1 4194304 39666 0 0 0 327036 40 0 0 25 0 1 0 63590820 166440960 39597 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29689/statm: 40635 39597 80 151 0 40481 0
Current children cumulated CPU time (s) 3273.4
Current children cumulated vsize (KiB) 179412

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29748
/proc/meminfo: memFree=1595824/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.64
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1565 15638 0 3 6 2 239 17 16 0 1 0 63590565 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29666/statm: 4218 1132 414 3 0 797 0
[pid=29689] ppid=29666 vsize=164000 CPUtime=3330.73
/proc/29689/stat : 29689 (minisat-inc) R 29666 29666 29141 0 -1 4194304 40042 0 0 0 333032 41 0 0 25 0 1 0 63590820 167936000 39973 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29689/statm: 41000 39973 80 151 0 40846 0
Current children cumulated CPU time (s) 3333.37
Current children cumulated vsize (KiB) 180872

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29748
/proc/meminfo: memFree=1594288/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.64
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1565 15638 0 3 6 2 239 17 16 0 1 0 63590565 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29666/statm: 4218 1132 414 3 0 797 0
[pid=29689] ppid=29666 vsize=165460 CPUtime=3390.71
/proc/29689/stat : 29689 (minisat-inc) R 29666 29666 29141 0 -1 4194304 40419 0 0 0 339030 41 0 0 25 0 1 0 63590820 169431040 40350 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/29689/statm: 41365 40350 80 151 0 41211 0
Current children cumulated CPU time (s) 3393.35
Current children cumulated vsize (KiB) 182332

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29748
/proc/meminfo: memFree=1592816/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.64
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1565 15638 0 3 6 2 239 17 16 0 1 0 63590565 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29666/statm: 4218 1132 414 3 0 797 0
[pid=29689] ppid=29666 vsize=166812 CPUtime=3450.68
/proc/29689/stat : 29689 (minisat-inc) R 29666 29666 29141 0 -1 4194304 40783 0 0 0 345026 42 0 0 25 0 1 0 63590820 170815488 40714 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29689/statm: 41703 40714 80 151 0 41549 0
Current children cumulated CPU time (s) 3453.32
Current children cumulated vsize (KiB) 183684

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29748
/proc/meminfo: memFree=1591216/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.64
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1565 15638 0 3 6 2 239 17 16 0 1 0 63590565 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29666/statm: 4218 1132 414 3 0 797 0
[pid=29689] ppid=29666 vsize=168348 CPUtime=3510.65
/proc/29689/stat : 29689 (minisat-inc) R 29666 29666 29141 0 -1 4194304 41163 0 0 0 351023 42 0 0 25 0 1 0 63590820 172388352 41094 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29689/statm: 42087 41094 80 151 0 41933 0
Current children cumulated CPU time (s) 3513.29
Current children cumulated vsize (KiB) 185220

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29748
/proc/meminfo: memFree=1589744/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.64
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1565 15638 0 3 6 2 239 17 16 0 1 0 63590565 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29666/statm: 4218 1132 414 3 0 797 0
[pid=29689] ppid=29666 vsize=169668 CPUtime=3570.62
/proc/29689/stat : 29689 (minisat-inc) R 29666 29666 29141 0 -1 4194304 41529 0 0 0 357020 42 0 0 25 0 1 0 63590820 173740032 41460 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29689/statm: 42417 41460 80 151 0 42263 0
Current children cumulated CPU time (s) 3573.26
Current children cumulated vsize (KiB) 186540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29748
/proc/meminfo: memFree=1588336/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.64
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1565 15638 0 3 6 2 239 17 16 0 1 0 63590565 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29666/statm: 4218 1132 414 3 0 797 0
[pid=29689] ppid=29666 vsize=171460 CPUtime=3597.41
/proc/29689/stat : 29689 (minisat-inc) R 29666 29666 29141 0 -1 4194304 41871 0 0 0 359699 42 0 0 25 0 1 0 63590820 175575040 41802 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/29689/statm: 42865 41802 80 151 0 42711 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 188332

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

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

[startup+3609.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29748
/proc/meminfo: memFree=1588336/2055920 swapFree=4192812/4192956
[pid=29666] ppid=29664 vsize=16872 CPUtime=2.64
/proc/29666/stat : 29666 (sugar++) S 29664 29666 29141 0 -1 4194304 1565 15638 0 3 6 2 239 17 16 0 1 0 63590565 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29666/statm: 4218 1132 414 3 0 797 0
[pid=29689] ppid=29666 vsize=171460 CPUtime=3597.41
/proc/29689/stat : 29689 (minisat-inc) R 29666 29666 29141 0 -1 4194304 41871 0 0 0 359699 42 0 0 25 0 1 0 63590820 175575040 41802 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/29689/statm: 42865 41802 80 151 0 42711 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 188332

Child status: 0
Real time (s): 3609.14
CPU time (s): 3600.12
CPU user time (s): 3599.46
CPU system time (s): 0.657899
CPU usage (%): 99.7499
Max. virtual memory (cumulated for all children) (KiB): 890556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.46
system time used= 0.657899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59153
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= 4328
involuntary context switches= 46973

runsolver used 3.73643 second user time and 10.4444 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-14 22:55:16
IDJOB=1117995
IDBENCH=62189
IDSOLVER=367
FILE ID=node56/1117995-1216068916
PBS_JOBID= 7905065
Free space on /tmp= 103240 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-50/normalized-maxcut-50-680-6_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-1117995-1216068916/watcher-1117995-1216068916 -o /tmp/evaluation-result-1117995-1216068916/solver-1117995-1216068916 -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-1117995-1216068916.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 057446ebdb7fa7b5c791408ebcfd5b13
RANDOM SEED=1086973293

node56.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.272
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.272
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:       1770968 kB
Buffers:         60392 kB
Cached:         141636 kB
SwapCached:          0 kB
Active:         171188 kB
Inactive:        57508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1770968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             928 kB
Writeback:           0 kB
Mapped:          46640 kB
Slab:            41236 kB
Committed_AS:   350452 kB
PageTables:       2012 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103240 MiB
End job on node56 at 2008-07-14 23:55:27