Trace number 1119507

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.08 3609.82

General information on the benchmark

Namemaxcsp/maxcut/maxcut-30/
normalized-maxcut-30-400-10_ext.xml
MD5SUMcbed2d3d0b62e6b4dcb332b26513851f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints179
Best CPU time to get the best result obtained on this benchmark161.684
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints400
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension400
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.07	c 0	BEGIN Tue Jul 15 06:59:05 2008
0.03/0.07	c 0	PID 28499
0.03/0.07	c 0	HOST node27.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-1119507-1216097945.xml TO HOME/temp.csp
0.03/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1119507-1216097945.xml' 'HOME/temp.csp'
0.06/0.38	c 0	1 domains, 30 variables, 0 predicates, 1 relations, 400 constraints
0.06/0.39	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.39	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.36/0.47	c 0	Parsing HOME/temp.csp
0.36/0.58	c 1	parsed 432 expressions
0.36/0.62	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.36/0.63	c 1	MAX CSP: 400 constraints
0.36/0.63	c 1	Converting to clausal form CSP
0.36/0.67	c 1	converted 84 (10%) expressions
0.36/0.67	c 1	converted 167 (20%) expressions
0.36/0.68	c 1	converted 251 (30%) expressions
0.36/0.69	c 1	converted 334 (40%) expressions
0.36/0.71	c 1	converted 418 (50%) expressions
0.36/0.72	c 1	converted 501 (60%) expressions
0.36/0.72	c 1	converted 585 (70%) expressions
0.36/0.73	c 1	converted 668 (80%) expressions
0.36/0.73	c 1	converted 752 (90%) expressions
0.36/0.97	c 1	converted 835 (100%) expressions
0.36/0.97	c 1	CSP : 830 integers, 0 booleans, 1199 clauses, largest domain size 601
0.36/0.97	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/0.97	c 1	Propagation in CSP
0.96/1.01	c 1	397 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.96/1.01	c 1	CSP : 830 integers, 0 booleans, 1199 clauses, largest domain size 401
0.96/1.01	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.96/1.01	c 1	Simplifing CSP by introducing new Boolean variables
0.96/1.01	c 1	CSP : 830 integers, 0 booleans, 1199 clauses, largest domain size 401
0.96/1.01	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.96/1.04	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.96/1.05	c 1	83 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.96/1.05	c 1	166 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.96/1.05	c 1	249 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.96/1.05	c 1	332 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.96/1.05	c 1	415 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.96/1.07	c 1	498 (60%) CSP integer variables are encoded (2987 clauses, 37786 bytes)
0.96/1.07	c 1	581 (70%) CSP integer variables are encoded (3813 clauses, 48524 bytes)
0.96/1.07	c 1	664 (80%) CSP integer variables are encoded (4659 clauses, 59522 bytes)
0.96/1.07	c 1	747 (90%) CSP integer variables are encoded (5168 clauses, 66139 bytes)
0.96/1.07	c 1	830 (100%) CSP integer variables are encoded (5892 clauses, 75551 bytes)
0.96/1.10	c 1	120 (10%) CSP clauses are encoded (6132 clauses, 78479 bytes)
1.06/1.11	c 1	240 (20%) CSP clauses are encoded (6372 clauses, 81645 bytes)
1.06/1.13	c 1	360 (30%) CSP clauses are encoded (6612 clauses, 85005 bytes)
1.06/1.19	c 1	480 (40%) CSP clauses are encoded (31112 clauses, 498062 bytes)
1.25/1.33	c 1	600 (50%) CSP clauses are encoded (93244 clauses, 1634126 bytes)
1.25/1.34	c 1	720 (60%) CSP clauses are encoded (96410 clauses, 1688827 bytes)
1.35/1.48	c 1	840 (70%) CSP clauses are encoded (175726 clauses, 3146205 bytes)
1.35/1.49	c 1	960 (80%) CSP clauses are encoded (179334 clauses, 3208745 bytes)
1.45/1.51	c 1	1080 (90%) CSP clauses are encoded (187784 clauses, 3360025 bytes)
1.45/1.56	c 2	1199 (100%) CSP clauses are encoded (218476 clauses, 3918654 bytes)
1.45/1.56	c 2	1199 CSP clauses encoded
1.45/1.56	c 2	Writing map file : HOME/temp.map
1.45/1.57	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.45/1.57	c 2	SAT : 6722 SAT variables, 218476 SAT clauses, 3918654 bytes
1.45/1.57	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.45/1.59	c 2	OBJECTIVE minimize _COST
1.45/1.59	c 2	SOLVING HOME/temp.cnf
1.45/1.59	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.45/1.59	c 2	This is MiniSat 2.0 beta incremental
1.45/1.59	c 2	WARNING: for repeatability, setting FPU to use double precision
1.45/1.59	c 2	============================[ Problem Statistics ]=============================
1.45/1.59	c 2	|                                                                             |
1.45/1.59	c 2	|  Number of variables:  6722                                                 |
1.45/1.59	c 2	|  Number of clauses:    218476                                               |
1.53/1.69	c 2	|  Parsing time:         0.09         s                                       |
1.53/1.70	c 2	OK
1.53/1.70	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.53/1.70	c 2	SEARCHING: _COST <= 200
1.53/1.70	c 2	============================[ Search Statistics ]==============================
1.53/1.70	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.53/1.70	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.53/1.70	c 2	===============================================================================
1.53/1.70	c 2	|         0 |    6722   218476   637352 |    72825        0    nan |  0.000 % |
1.53/1.80	c 2	|       100 |    6722   218476   637352 |    80107      100     27 |  0.004 % |
1.53/1.89	c 2	|       250 |    6722   218476   637352 |    88118      250     28 |  0.004 % |
1.53/2.03	c 2	|       477 |    6722   218476   637352 |    96930      477     26 |  0.004 % |
2.13/2.26	c 2	|       816 |    6722   218476   637352 |   106623      816     28 |  0.004 % |
2.53/2.62	c 3	|      1325 |    6722   218476   637352 |   117285     1325     30 |  0.004 % |
3.12/3.28	c 3	|      2084 |    6722   218476   637352 |   129014     2084     31 |  0.004 % |
4.02/4.16	c 4	|      3223 |    6722   218476   637352 |   141915     3223     25 |  0.004 % |
5.01/5.14	c 5	===============================================================================
5.01/5.14	c 5	restarts              : 8
5.01/5.14	c 5	conflicts             : 4460          (1267 /sec)
5.01/5.14	c 5	decisions             : 5671          (0.42 % random) (1610 /sec)
5.01/5.14	c 5	propagations          : 2246002        (637803 /sec)
5.01/5.14	c 5	conflict literals     : 120927         (42.03 % deleted)
5.01/5.14	c 5	Memory used           : 12.04 MB
5.01/5.14	c 5	CPU time              : 3.52146 s
5.01/5.14	c 5	
5.01/5.14	c 5	SATISFIABLE
5.01/5.15	c 5	OK
5.01/5.15	c 5	FOUND: _COST <= 200
5.01/5.15	s SATISFIABLE
5.01/5.15	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.01/5.15	c 5	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.06/5.23	c 5	Decoding HOME/temp.out
5.06/5.32	c 5	OBJECTIVE _COST 200
5.06/5.32	o 200
5.06/5.32	v 1 1 1 1 0 1 1 0 0 0 1 1 1 1 0 0 1 1 1 0 1 0 0 0 1 0 0 1 1 0
5.06/5.32	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.27/5.41	c 5	OK
5.27/5.41	c 5	OBJECTIVE BOUND: 0 <= _COST <= 200
5.27/5.41	c 5	SEARCHING: _COST <= 100
5.27/5.41	c 5	============================[ Search Statistics ]==============================
5.27/5.41	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.27/5.41	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.27/5.41	c 5	===============================================================================
5.27/5.41	c 5	|      4460 |    4922   140048   407268 |    46682     4460     27 |  0.004 % |
5.27/5.47	c 5	|      4560 |    4922   140048   407268 |    51350     4560     27 | 26.780 % |
5.38/5.55	c 5	|      4710 |    4922   140048   407268 |    56486     4710     27 | 26.780 % |
5.47/5.68	c 6	|      4936 |    4922   140048   407268 |    62134     4936     27 | 26.780 % |
5.67/5.88	c 6	|      5273 |    4922   140048   407268 |    68348     5273     26 | 26.780 % |
6.07/6.20	c 6	|      5779 |    4922   140048   407268 |    75182     5779     26 | 26.780 % |
6.47/6.69	c 7	|      6538 |    4922   140048   407268 |    82701     6538     25 | 26.780 % |
7.36/7.51	c 7	|      7677 |    4922   140048   407268 |    90971     7677     25 | 26.780 % |
8.46/8.64	c 9	|      9385 |    4857   139482   405777 |   100068     9319     24 | 27.747 % |
10.35/10.53	c 10	|     11948 |    4857   139482   405777 |   110075    11882     23 | 27.747 % |
13.63/13.88	c 14	|     15793 |    4857   139482   405777 |   121082    15727     23 | 27.747 % |
19.30/19.56	c 20	|     21559 |    4857   139482   405777 |   133191    21493     23 | 27.747 % |
28.06/28.36	c 28	|     30208 |    4857   139482   405777 |   146510    30142     23 | 27.747 % |
42.50/42.85	c 43	|     43184 |    4857   139482   405777 |   161161    43118     23 | 27.747 % |
69.36/69.83	c 70	|     62646 |    4857   139482   405777 |   177277    62580     23 | 27.747 % |
117.51/118.26	c 118	|     91839 |    4857   139482   405777 |   195005    91773     23 | 27.747 % |
205.89/207.02	c 207	|    135629 |    4857   139482   405777 |   214505   135563     23 | 27.747 % |
368.00/369.97	c 370	|    201314 |    4857   139482   405777 |   235956   201248     23 | 27.747 % |
557.10/559.98	c 560	|    299841 |    4857   139482   405777 |   259551    77540     22 | 27.747 % |
905.00/909.50	c 909	|    447631 |    4857   139482   405777 |   285506   225330     22 | 27.747 % |
1410.15/1417.14	c 1417	|    669315 |    4857   139482   405777 |   314057   174614     23 | 27.747 % |
2262.79/2272.21	c 2272	|   1001840 |    4857   139482   405777 |   345463   206932     22 | 27.747 % |
3600.02/3609.81	c ERROR INTERRUPTED
3600.02/3609.82	c 3610	CPU 3599.7 (0.06 0.02 3599.64 0.33)
3600.02/3609.82	c 3610	END Tue Jul 15 07:59:15 2008

Verifier Data (download as text)

OK	200	200
200 unsatisfied constraints, 200 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-1119507-1216097945/watcher-1119507-1216097945 -o /tmp/evaluation-result-1119507-1216097945/solver-1119507-1216097945 -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-1119507-1216097945.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.08 2.02 2.01 4/81 28499
/proc/meminfo: memFree=1759776/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=12268 CPUtime=0
/proc/28499/stat : 28499 (sugar++) R 28497 28499 28353 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 66368941 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 233597615102 0 0 4224 0 0 0 0 17 1 0 0
/proc/28499/statm: 3067 316 241 3 0 167 0

[startup+0.0486401 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 28499
/proc/meminfo: memFree=1759776/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=14776 CPUtime=0.03
/proc/28499/stat : 28499 (sugar++) R 28497 28499 28353 0 -1 4194304 854 0 0 0 3 0 0 0 18 0 1 0 66368941 15130624 822 996147200 4194304 4206940 548682068528 18446744073709551615 233588560609 0 0 4224 0 0 0 0 17 1 0 0
/proc/28499/statm: 3694 822 378 3 0 533 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14776

[startup+0.102652 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 28499
/proc/meminfo: memFree=1759776/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16740 CPUtime=0.06
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 66368941 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.30267 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 28499
/proc/meminfo: memFree=1759776/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16740 CPUtime=0.06
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 66368941 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702705 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 28499
/proc/meminfo: memFree=1759776/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16740 CPUtime=0.36
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1296 4412 0 1 5 1 27 3 15 0 1 0 66368941 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 16740

[startup+1.50179 s]
/proc/loadavg: 2.15 2.03 2.01 3/92 28521
/proc/meminfo: memFree=1745160/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16740 CPUtime=0.37
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1297 4412 0 1 6 1 27 3 15 0 1 0 66368941 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4185 1104 409 3 0 764 0
[pid=28512] ppid=28499 vsize=5356 CPUtime=0
/proc/28512/stat : 28512 (sh) S 28499 28499 28353 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 66368980 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28512/statm: 1339 233 193 169 0 50 0
[pid=28513] ppid=28512 vsize=868460 CPUtime=1.08
/proc/28513/stat : 28513 (java) S 28512 28499 28353 0 -1 0 6472 0 1 0 102 6 0 0 18 0 9 0 66368980 889303040 5607 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28513/statm: 217115 5607 2563 9 0 211662 0
[pid=28513/tid=28514] ppid=28512 vsize=868460 CPUtime=0.75
/proc/28513/task/28514/stat : 28514 (java) R 28512 28499 28353 0 -1 64 2810 0 1 0 72 3 0 0 21 0 9 0 66368981 889303040 5607 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28513/tid=28515] ppid=28512 vsize=868460 CPUtime=0.08
/proc/28513/task/28515/stat : 28515 (java) R 28512 28499 28353 0 -1 64 1506 0 0 0 7 1 0 0 15 0 9 0 66368983 889303040 5607 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28513/tid=28516] ppid=28512 vsize=868460 CPUtime=0
/proc/28513/task/28516/stat : 28516 (java) S 28512 28499 28353 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 66368983 889303040 5607 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28513/tid=28517] ppid=28512 vsize=868460 CPUtime=0
/proc/28513/task/28517/stat : 28517 (java) S 28512 28499 28353 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 66368983 889303040 5607 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28513/tid=28518] ppid=28512 vsize=868460 CPUtime=0
/proc/28513/task/28518/stat : 28518 (java) S 28512 28499 28353 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 66368985 889303040 5607 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28513/tid=28519] ppid=28512 vsize=868460 CPUtime=0.22
/proc/28513/task/28519/stat : 28519 (java) S 28512 28499 28353 0 -1 64 1463 0 0 0 22 0 0 0 16 0 9 0 66368985 889303040 5607 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28513/tid=28520] ppid=28512 vsize=868460 CPUtime=0
/proc/28513/task/28520/stat : 28520 (java) S 28512 28499 28353 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 66368985 889303040 5607 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28513/tid=28521] ppid=28512 vsize=868460 CPUtime=0
/proc/28513/task/28521/stat : 28521 (java) S 28512 28499 28353 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 66368985 889303040 5607 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 890556

[startup+3.10196 s]
/proc/loadavg: 2.15 2.03 2.01 3/83 28522
/proc/meminfo: memFree=1742032/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.53
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1472 11206 0 2 6 1 136 10 15 0 1 0 66368941 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28499/statm: 4218 1123 414 3 0 797 0
[pid=28522] ppid=28499 vsize=11928 CPUtime=1.49
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 2825 0 0 0 148 1 0 0 25 0 1 0 66369100 12214272 2775 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28522/statm: 2982 2775 73 151 0 2828 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 28800

[startup+6.30127 s]
/proc/loadavg: 2.15 2.03 2.01 3/83 28532
/proc/meminfo: memFree=1741072/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.71
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1556 15069 0 3 6 2 150 13 15 0 1 0 66368941 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4218 1124 414 3 0 797 0
[pid=28522] ppid=28499 vsize=12324 CPUtime=4.46
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 2949 0 0 0 445 1 0 0 24 0 1 0 66369100 12619776 2897 996147200 134512640 135134323 4294956192 18446744073709551615 134531915 0 0 4096 3 0 0 0 17 1 0 0
/proc/28522/statm: 3081 2897 79 151 0 2927 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 29196

[startup+12.7019 s]
/proc/loadavg: 2.13 2.03 2.01 3/83 28532
/proc/meminfo: memFree=1741008/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.71
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1556 15069 0 3 6 2 150 13 16 0 1 0 66368941 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4218 1124 414 3 0 797 0
[pid=28522] ppid=28499 vsize=12468 CPUtime=10.83
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 2958 0 0 0 1082 1 0 0 25 0 1 0 66369100 12767232 2906 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/28522/statm: 3117 2906 79 151 0 2963 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 29340

[startup+25.5012 s]
/proc/loadavg: 2.11 2.03 2.01 3/83 28532
/proc/meminfo: memFree=1740240/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.71
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1556 15069 0 3 6 2 150 13 16 0 1 0 66368941 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4218 1124 414 3 0 797 0
[pid=28522] ppid=28499 vsize=13556 CPUtime=23.56
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 3218 0 0 0 2355 1 0 0 25 0 1 0 66369100 13881344 3166 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 1 0 0
/proc/28522/statm: 3389 3166 79 151 0 3235 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 30428

[startup+51.1018 s]
/proc/loadavg: 2.07 2.03 2.01 3/83 28532
/proc/meminfo: memFree=1737360/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.71
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1556 15069 0 3 6 2 150 13 16 0 1 0 66368941 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4218 1124 414 3 0 797 0
[pid=28522] ppid=28499 vsize=16440 CPUtime=49.04
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 3935 0 0 0 4902 2 0 0 25 0 1 0 66369100 16834560 3883 996147200 134512640 135134323 4294956192 18446744073709551615 134531915 0 0 4096 3 0 0 0 17 1 0 0
/proc/28522/statm: 4110 3883 79 151 0 3956 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 33312

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 28532
/proc/meminfo: memFree=1733072/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.71
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1556 15069 0 3 6 2 150 13 16 0 1 0 66368941 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4218 1124 414 3 0 797 0
[pid=28522] ppid=28499 vsize=20632 CPUtime=100
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 4994 0 0 0 9996 4 0 0 25 0 1 0 66369100 21127168 4942 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28522/statm: 5158 4942 79 151 0 5004 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 37504

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 28538
/proc/meminfo: memFree=1728784/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.71
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1556 15069 0 3 6 2 150 13 16 0 1 0 66368941 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4218 1124 414 3 0 797 0
[pid=28522] ppid=28499 vsize=24924 CPUtime=159.69
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 6026 0 0 0 15964 5 0 0 25 0 1 0 66369100 25522176 5974 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28522/statm: 6231 5974 79 151 0 6077 0
Current children cumulated CPU time (s) 161.4
Current children cumulated vsize (KiB) 41796

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 28538
/proc/meminfo: memFree=1725008/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.71
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1556 15069 0 3 6 2 150 13 16 0 1 0 66368941 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4218 1124 414 3 0 797 0
[pid=28522] ppid=28499 vsize=28980 CPUtime=219.41
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 6951 0 0 0 21934 7 0 0 25 0 1 0 66369100 29675520 6899 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28522/statm: 7245 6899 79 151 0 7091 0
Current children cumulated CPU time (s) 221.12
Current children cumulated vsize (KiB) 45852

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28538
/proc/meminfo: memFree=1722000/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.71
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1556 15069 0 3 6 2 150 13 16 0 1 0 66368941 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4218 1124 414 3 0 797 0
[pid=28522] ppid=28499 vsize=31788 CPUtime=279.12
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 7713 0 0 0 27904 8 0 0 25 0 1 0 66369100 32550912 7661 996147200 134512640 135134323 4294956192 18446744073709551615 134528880 0 0 4096 3 0 0 0 17 1 0 0
/proc/28522/statm: 7947 7661 79 151 0 7793 0
Current children cumulated CPU time (s) 280.83
Current children cumulated vsize (KiB) 48660

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28538
/proc/meminfo: memFree=1719248/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.71
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1556 15069 0 3 6 2 150 13 16 0 1 0 66368941 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=28522] ppid=28499 vsize=57488 CPUtime=2851.02
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 13834 0 0 0 285085 17 0 0 25 0 1 0 66369100 58867712 13782 996147200 134512640 135134323 4294956192 18446744073709551615 134532208 0 0 4096 3 0 0 0 17 1 0 0
/proc/28522/statm: 14372 13782 79 151 0 14218 0
Current children cumulated CPU time (s) 2852.73
Current children cumulated vsize (KiB) 74360

[startup+2922.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 28605
/proc/meminfo: memFree=1645440/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.71
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1556 15069 0 3 6 2 150 13 16 0 1 0 66368941 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4218 1124 414 3 0 797 0
[pid=28522] ppid=28499 vsize=57488 CPUtime=2911
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 13834 0 0 0 291083 17 0 0 25 0 1 0 66369100 58867712 13782 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28522/statm: 14372 13782 79 151 0 14218 0
Current children cumulated CPU time (s) 2912.71
Current children cumulated vsize (KiB) 74360

[startup+2982.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 28605
/proc/meminfo: memFree=1644864/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.71
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1556 15069 0 3 6 2 150 13 16 0 1 0 66368941 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4218 1124 414 3 0 797 0
[pid=28522] ppid=28499 vsize=57652 CPUtime=2970.99
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 13869 0 0 0 297082 17 0 0 25 0 1 0 66369100 59035648 13817 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28522/statm: 14413 13817 79 151 0 14259 0
Current children cumulated CPU time (s) 2972.7
Current children cumulated vsize (KiB) 74524

[startup+3042.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 28605
/proc/meminfo: memFree=1644800/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.71
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1556 15069 0 3 6 2 150 13 16 0 1 0 66368941 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4218 1124 414 3 0 797 0
[pid=28522] ppid=28499 vsize=57732 CPUtime=3030.97
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 13879 0 0 0 303080 17 0 0 25 0 1 0 66369100 59117568 13827 996147200 134512640 135134323 4294956192 18446744073709551615 134532177 0 0 4096 3 0 0 0 17 1 0 0
/proc/28522/statm: 14433 13827 79 151 0 14279 0
Current children cumulated CPU time (s) 3032.68
Current children cumulated vsize (KiB) 74604

[startup+3102.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 28605
/proc/meminfo: memFree=1644736/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.71
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1556 15069 0 3 6 2 150 13 16 0 1 0 66368941 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4218 1124 414 3 0 797 0
[pid=28522] ppid=28499 vsize=57732 CPUtime=3090.95
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 13885 0 0 0 309078 17 0 0 25 0 1 0 66369100 59117568 13833 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 1 0 0
/proc/28522/statm: 14433 13833 79 151 0 14279 0
Current children cumulated CPU time (s) 3092.66
Current children cumulated vsize (KiB) 74604

[startup+3162.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 28605
/proc/meminfo: memFree=1644608/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.71
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1556 15069 0 3 6 2 150 13 16 0 1 0 66368941 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4218 1124 414 3 0 797 0
[pid=28522] ppid=28499 vsize=57732 CPUtime=3150.93
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 13888 0 0 0 315076 17 0 0 25 0 1 0 66369100 59117568 13836 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28522/statm: 14433 13836 79 151 0 14279 0
Current children cumulated CPU time (s) 3152.64
Current children cumulated vsize (KiB) 74604

[startup+3222.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 28605
/proc/meminfo: memFree=1644352/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.71
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1556 15069 0 3 6 2 150 13 16 0 1 0 66368941 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4218 1124 414 3 0 797 0
[pid=28522] ppid=28499 vsize=57924 CPUtime=3210.91
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 13912 0 0 0 321074 17 0 0 25 0 1 0 66369100 59314176 13860 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28522/statm: 14481 13860 79 151 0 14327 0
Current children cumulated CPU time (s) 3212.62
Current children cumulated vsize (KiB) 74796

[startup+3282.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 28605
/proc/meminfo: memFree=1641856/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.71
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1556 15069 0 3 6 2 150 13 16 0 1 0 66368941 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4218 1124 414 3 0 797 0
[pid=28522] ppid=28499 vsize=57924 CPUtime=3270.9
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 13914 0 0 0 327073 17 0 0 25 0 1 0 66369100 59314176 13862 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28522/statm: 14481 13862 79 151 0 14327 0
Current children cumulated CPU time (s) 3272.61
Current children cumulated vsize (KiB) 74796

[startup+3342.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 28605
/proc/meminfo: memFree=1639296/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.71
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1556 15069 0 3 6 2 150 13 16 0 1 0 66368941 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4218 1124 414 3 0 797 0
[pid=28522] ppid=28499 vsize=57924 CPUtime=3330.88
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 13917 0 0 0 333071 17 0 0 25 0 1 0 66369100 59314176 13865 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/28522/statm: 14481 13865 79 151 0 14327 0
Current children cumulated CPU time (s) 3332.59
Current children cumulated vsize (KiB) 74796

[startup+3402.31 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 28605
/proc/meminfo: memFree=1639232/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.71
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1556 15069 0 3 6 2 150 13 16 0 1 0 66368941 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4218 1124 414 3 0 797 0
[pid=28522] ppid=28499 vsize=58044 CPUtime=3390.88
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 13922 0 0 0 339070 18 0 0 25 0 1 0 66369100 59437056 13870 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28522/statm: 14511 13870 79 151 0 14357 0
Current children cumulated CPU time (s) 3392.59
Current children cumulated vsize (KiB) 74916

[startup+3462.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 28605
/proc/meminfo: memFree=1638976/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.71
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1556 15069 0 3 6 2 150 13 16 0 1 0 66368941 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4218 1124 414 3 0 797 0
[pid=28522] ppid=28499 vsize=58164 CPUtime=3450.86
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 13932 0 0 0 345068 18 0 0 25 0 1 0 66369100 59559936 13880 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 1 0 0
/proc/28522/statm: 14541 13880 79 151 0 14387 0
Current children cumulated CPU time (s) 3452.57
Current children cumulated vsize (KiB) 75036

[startup+3522.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 28605
/proc/meminfo: memFree=1638848/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.71
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1556 15069 0 3 6 2 150 13 16 0 1 0 66368941 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4218 1124 414 3 0 797 0
[pid=28522] ppid=28499 vsize=58164 CPUtime=3510.84
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 13954 0 0 0 351066 18 0 0 25 0 1 0 66369100 59559936 13902 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28522/statm: 14541 13902 79 151 0 14387 0
Current children cumulated CPU time (s) 3512.55
Current children cumulated vsize (KiB) 75036

[startup+3582.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 28605
/proc/meminfo: memFree=1638528/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.71
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1556 15069 0 3 6 2 150 13 16 0 1 0 66368941 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4218 1124 414 3 0 797 0
[pid=28522] ppid=28499 vsize=58328 CPUtime=3570.82
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 14005 0 0 0 357064 18 0 0 25 0 1 0 66369100 59727872 13953 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28522/statm: 14582 13953 79 151 0 14428 0
Current children cumulated CPU time (s) 3572.53
Current children cumulated vsize (KiB) 75200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 28605
/proc/meminfo: memFree=1638528/2055920 swapFree=4178788/4192956
[pid=28499] ppid=28497 vsize=16872 CPUtime=1.71
/proc/28499/stat : 28499 (sugar++) S 28497 28499 28353 0 -1 4194304 1556 15069 0 3 6 2 150 13 16 0 1 0 66368941 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28499/statm: 4218 1124 414 3 0 797 0
[pid=28522] ppid=28499 vsize=58328 CPUtime=3598.31
/proc/28522/stat : 28522 (minisat-inc) R 28499 28499 28353 0 -1 4194304 14009 0 0 0 359813 18 0 0 25 0 1 0 66369100 59727872 13957 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/28522/statm: 14582 13957 79 151 0 14428 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 75200

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

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

Child status: 0
Real time (s): 3609.82
CPU time (s): 3600.08
CPU user time (s): 3599.72
CPU system time (s): 0.358945
CPU usage (%): 99.7301
Max. virtual memory (cumulated for all children) (KiB): 890556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.72
system time used= 0.358945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30713
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= 2311
involuntary context switches= 64377

runsolver used 3.69644 second user time and 11.0363 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-15 06:59:05
IDJOB=1119507
IDBENCH=62378
IDSOLVER=367
FILE ID=node27/1119507-1216097945
PBS_JOBID= 7905301
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-30/normalized-maxcut-30-400-10_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-1119507-1216097945/watcher-1119507-1216097945 -o /tmp/evaluation-result-1119507-1216097945/solver-1119507-1216097945 -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-1119507-1216097945.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cbed2d3d0b62e6b4dcb332b26513851f
RANDOM SEED=870424285

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1760256 kB
Buffers:         65912 kB
Cached:         146608 kB
SwapCached:       7596 kB
Active:         161024 kB
Inactive:        71800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760256 kB
SwapTotal:     4192956 kB
SwapFree:      4178788 kB
Dirty:             852 kB
Writeback:           0 kB
Mapped:          35952 kB
Slab:            47932 kB
Committed_AS:   374572 kB
PageTables:       1892 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 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 node27 at 2008-07-15 07:59:17