Trace number 1119939

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO) 3600.09 3621.83

General information on the benchmark

Namemaxcsp/maxcut/maxcut-60/
normalized-maxcut-60-420-2_ext.xml
MD5SUM51b95a2e3c81599eb0dd5b266b22b8eb
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints135
Best CPU time to get the best result obtained on this benchmark176.564
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints420
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension420
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Tue Jul 15 09:03:26 2008
0.00/0.07	c 0	PID 22820
0.06/0.08	c 0	HOST node87.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1119939-1216105406.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1119939-1216105406.xml' 'HOME/temp.csp'
0.06/0.37	c 0	1 domains, 60 variables, 0 predicates, 1 relations, 420 constraints
0.06/0.40	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.40	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.34/0.47	c 0	Parsing HOME/temp.csp
0.34/0.57	c 0	parsed 482 expressions
0.34/0.57	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.58	c 0	MAX CSP: 420 constraints
0.34/0.58	c 0	Converting to clausal form CSP
0.34/0.61	c 0	converted 91 (10%) expressions
0.34/0.62	c 0	converted 181 (20%) expressions
0.34/0.63	c 0	converted 272 (30%) expressions
0.34/0.64	c 0	converted 362 (40%) expressions
0.34/0.65	c 0	converted 453 (50%) expressions
0.34/0.66	c 0	converted 543 (60%) expressions
0.34/0.66	c 0	converted 634 (70%) expressions
0.34/0.67	c 1	converted 724 (80%) expressions
0.34/0.68	c 1	converted 815 (90%) expressions
0.34/0.83	c 1	converted 905 (100%) expressions
0.34/0.84	c 1	CSP : 900 integers, 0 booleans, 1259 clauses, largest domain size 631
0.34/0.84	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.84	c 1	Propagation in CSP
0.34/0.87	c 1	416 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.34/0.87	c 1	CSP : 900 integers, 0 booleans, 1259 clauses, largest domain size 421
0.34/0.87	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.87	c 1	Simplifing CSP by introducing new Boolean variables
0.34/0.88	c 1	CSP : 900 integers, 0 booleans, 1259 clauses, largest domain size 421
0.34/0.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.91	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.34/0.92	c 1	90 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.34/0.92	c 1	180 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.34/0.92	c 1	270 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.34/0.92	c 1	360 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.34/0.92	c 1	450 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.34/0.93	c 1	540 (60%) CSP integer variables are encoded (689 clauses, 8034 bytes)
0.34/0.94	c 1	630 (70%) CSP integer variables are encoded (3916 clauses, 49985 bytes)
0.34/0.94	c 1	720 (80%) CSP integer variables are encoded (4897 clauses, 62738 bytes)
0.34/0.94	c 1	810 (90%) CSP integer variables are encoded (5439 clauses, 69784 bytes)
0.34/0.94	c 1	900 (100%) CSP integer variables are encoded (6213 clauses, 79846 bytes)
0.34/0.96	c 1	126 (10%) CSP clauses are encoded (6465 clauses, 83084 bytes)
0.34/0.98	c 1	252 (20%) CSP clauses are encoded (6717 clauses, 86612 bytes)
0.34/0.99	c 1	378 (30%) CSP clauses are encoded (6969 clauses, 90140 bytes)
0.91/1.01	c 1	504 (40%) CSP clauses are encoded (8303 clauses, 110192 bytes)
1.02/1.19	c 1	630 (50%) CSP clauses are encoded (102147 clauses, 1807033 bytes)
1.12/1.20	c 1	756 (60%) CSP clauses are encoded (105661 clauses, 1867961 bytes)
1.21/1.35	c 1	882 (70%) CSP clauses are encoded (192999 clauses, 3473226 bytes)
1.21/1.36	c 1	1008 (80%) CSP clauses are encoded (196967 clauses, 3542206 bytes)
1.21/1.37	c 1	1134 (90%) CSP clauses are encoded (206215 clauses, 3708021 bytes)
1.31/1.43	c 1	1259 (100%) CSP clauses are encoded (239979 clauses, 4322982 bytes)
1.31/1.43	c 1	1259 CSP clauses encoded
1.31/1.43	c 1	Writing map file : HOME/temp.map
1.31/1.44	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.44	c 1	SAT : 7113 SAT variables, 239979 SAT clauses, 4322982 bytes
1.31/1.44	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.50	c 1	OBJECTIVE minimize _COST
1.31/1.50	c 1	SOLVING HOME/temp.cnf
1.31/1.50	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.37/1.50	c 1	This is MiniSat 2.0 beta incremental
1.37/1.50	c 1	WARNING: for repeatability, setting FPU to use double precision
1.37/1.50	c 1	============================[ Problem Statistics ]=============================
1.37/1.50	c 1	|                                                                             |
1.37/1.50	c 1	|  Number of variables:  7113                                                 |
1.37/1.50	c 1	|  Number of clauses:    239979                                               |
1.37/1.61	c 1	|  Parsing time:         0.09         s                                       |
1.37/1.61	c 1	OK
1.37/1.61	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.37/1.61	c 1	SEARCHING: _COST <= 210
1.37/1.61	c 1	============================[ Search Statistics ]==============================
1.37/1.61	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.37/1.61	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.37/1.61	c 1	===============================================================================
1.37/1.61	c 1	|         0 |    7113   239979   700878 |    79993        0    nan |  0.000 % |
1.37/1.73	c 2	|       103 |    7113   239979   700878 |    87992      103     33 |  0.004 % |
1.37/1.78	c 2	|       253 |    7113   239979   700878 |    96791      253     28 |  0.004 % |
1.37/1.82	c 2	|       480 |    7113   239979   700878 |   106470      480     24 |  0.004 % |
1.37/1.87	c 2	|       817 |    7113   239979   700878 |   117117      817     25 |  0.004 % |
1.37/1.95	c 2	|      1323 |    7113   239979   700878 |   128829     1323     24 |  0.004 % |
1.95/2.12	c 2	|      2082 |    7113   239979   700878 |   141712     2082     25 |  0.004 % |
2.15/2.35	c 2	|      3225 |    7113   239979   700878 |   155883     3225     26 |  0.004 % |
2.45/2.65	c 2	|      4934 |    7113   239979   700878 |   171472     4934     26 |  0.004 % |
2.95/3.19	c 3	|      7496 |    7113   239979   700878 |   188619     7496     26 |  0.004 % |
3.84/4.04	c 4	|     11340 |    7113   239979   700878 |   207481    11340     27 |  0.004 % |
5.24/5.44	c 5	|     17106 |    7113   239979   700878 |   228229    17106     27 |  0.004 % |
8.01/8.27	c 8	|     25755 |    7113   239979   700878 |   251052    25755     29 |  0.004 % |
13.09/13.31	c 13	|     38730 |    7113   239979   700878 |   276157    38730     28 |  0.004 % |
26.11/26.43	c 26	|     58191 |    7113   239979   700878 |   303773    58191     35 |  0.004 % |
29.38/29.76	c 30	===============================================================================
29.38/29.76	c 30	restarts              : 15
29.38/29.76	c 30	conflicts             : 62767         (2239 /sec)
29.38/29.76	c 30	decisions             : 76385         (0.54 % random) (2725 /sec)
29.38/29.76	c 30	propagations          : 18896821       (674146 /sec)
29.38/29.76	c 30	conflict literals     : 2262089        (25.14 % deleted)
29.38/29.76	c 30	Memory used           : 23.30 MB
29.38/29.76	c 30	CPU time              : 28.0307 s
29.38/29.76	c 30	
29.38/29.76	c 30	SATISFIABLE
29.38/29.76	c 30	OK
29.38/29.76	c 30	FOUND: _COST <= 210
29.38/29.76	s SATISFIABLE
29.38/29.76	c 30	DECODING HOME/temp.out WITH HOME/temp.map
29.38/29.76	c 30	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
29.45/29.84	c 30	Decoding HOME/temp.out
29.45/29.95	c 30	OBJECTIVE _COST 210
29.45/29.95	o 210
29.45/29.95	v 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 0 1 1 1 1 0 0 0 1 1 0 1 1 1 0 0 1 0 1 0 0 1 0 0 1 1 0 1 0 0 1 0 0 0 1 1 1 1 1 0 1 1 0 1 1
29.45/29.96	c 30	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
29.45/30.07	c 30	OK
29.45/30.07	c 30	OBJECTIVE BOUND: 0 <= _COST <= 210
29.45/30.07	c 30	SEARCHING: _COST <= 105
29.45/30.07	c 30	============================[ Search Statistics ]==============================
29.45/30.07	c 30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
29.45/30.07	c 30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
29.45/30.07	c 30	===============================================================================
29.45/30.07	c 30	|     62767 |    5223   153795   447786 |    51265    62767     36 |  0.004 % |
29.84/30.22	c 30	|     62867 |    5223   153795   447786 |    56391    12920     48 | 26.573 % |
29.84/30.27	c 30	|     63018 |    5223   153795   447786 |    62030    13071     48 | 26.573 % |
29.94/30.33	c 30	|     63245 |    5223   153795   447786 |    68233    13298     47 | 26.573 % |
30.04/30.41	c 30	|     63582 |    5223   153795   447786 |    75057    13635     46 | 26.573 % |
30.14/30.53	c 30	|     64088 |    5223   153795   447786 |    82562    14141     45 | 26.573 % |
30.35/30.75	c 31	|     64849 |    5223   153795   447786 |    90819    14902     44 | 26.573 % |
30.85/31.22	c 31	|     65988 |    5223   153795   447786 |    99900    16041     43 | 26.573 % |
31.35/31.74	c 32	|     67696 |    5223   153795   447786 |   109891    17749     41 | 26.573 % |
32.14/32.52	c 32	|     70258 |    5223   153795   447786 |   120880    20311     39 | 26.573 % |
33.53/33.92	c 34	|     74102 |    5223   153795   447786 |   132968    24155     37 | 26.573 % |
36.01/36.43	c 36	|     79868 |    5223   153795   447786 |   146265    29921     35 | 26.573 % |
40.99/41.41	c 41	|     88519 |    5223   153795   447786 |   160891    38572     35 | 26.573 % |
49.73/50.28	c 50	|    101493 |    5223   153795   447786 |   176980    51546     34 | 26.573 % |
63.75/64.36	c 64	|    120954 |    5223   153795   447786 |   194678    71007     33 | 26.573 % |
88.40/89.14	c 89	|    150146 |    5223   153795   447786 |   214146   100199     32 | 26.573 % |
135.60/136.68	c 137	|    193937 |    5223   153795   447786 |   235561   143990     32 | 26.573 % |
223.68/225.29	c 225	|    259621 |    5223   153795   447786 |   259117   209674     32 | 26.573 % |
359.97/362.32	c 362	|    358147 |    5223   153795   447786 |   285029    62277     33 | 26.573 % |
571.89/575.53	c 575	|    505937 |    5223   153795   447786 |   313532   210067     33 | 26.573 % |
954.60/960.55	c 960	|    727620 |    5223   153795   447786 |   344885   132031     33 | 26.573 % |
1527.28/1536.61	c 1536	|   1060146 |    5223   153795   447786 |   379373   133035     35 | 26.573 % |
2546.76/2562.27	c 2562	|   1558934 |    5223   153795   447786 |   417311   266309     35 | 26.573 % |
3600.04/3621.81	c ERROR INTERRUPTED
3600.04/3621.82	c 3622	CPU 3599.63 (0.06 0.01 3599.57 0.42)
3600.04/3621.82	c 3622	END Tue Jul 15 10:03:48 2008

Verifier Data (download as text)

OK	193	227
193 unsatisfied constraints, 227 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-1119939-1216105406/watcher-1119939-1216105406 -o /tmp/evaluation-result-1119939-1216105406/solver-1119939-1216105406 -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-1119939-1216105406.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: 3.35 3.38 3.26 4/105 22820
/proc/meminfo: memFree=1630144/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=18572 CPUtime=0
/proc/22820/stat : 22820 (runsolver) R 22818 22820 22783 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 67237360 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 254613712167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22820/statm: 4643 292 257 25 0 2626 0

[startup+0.0798219 s]
/proc/loadavg: 3.35 3.38 3.26 4/105 22820
/proc/meminfo: memFree=1630144/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16740 CPUtime=0.06
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 67237360 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102269 s]
/proc/loadavg: 3.35 3.38 3.26 4/105 22820
/proc/meminfo: memFree=1630144/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16740 CPUtime=0.06
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 67237360 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301308 s]
/proc/loadavg: 3.35 3.38 3.26 4/105 22820
/proc/meminfo: memFree=1630144/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16740 CPUtime=0.06
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 67237360 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.70138 s]
/proc/loadavg: 3.35 3.38 3.26 4/105 22820
/proc/meminfo: memFree=1630144/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16740 CPUtime=0.34
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1296 4418 0 1 5 1 25 3 15 0 1 0 67237360 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22820/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 16740

[startup+1.50342 s]
/proc/loadavg: 3.35 3.38 3.26 3/116 22842
/proc/meminfo: memFree=1614376/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.37
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1454 11236 0 2 5 1 121 10 15 0 1 0 67237360 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1121 413 3 0 797 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 16872

[startup+3.10285 s]
/proc/loadavg: 3.35 3.38 3.26 4/107 22843
/proc/meminfo: memFree=1610800/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.37
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1472 11236 0 2 5 1 121 10 15 0 1 0 67237360 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1123 414 3 0 797 0
[pid=22843] ppid=22820 vsize=13388 CPUtime=1.58
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 3231 0 0 0 157 1 0 0 25 0 1 0 67237510 13709312 3180 996147200 134512640 135134323 4294956192 18446744073709551615 134532177 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 3347 3180 73 151 0 3193 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 30260

[startup+6.30146 s]
/proc/loadavg: 3.33 3.37 3.26 4/107 22843
/proc/meminfo: memFree=1608496/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.37
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1472 11236 0 2 5 1 121 10 16 0 1 0 67237360 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1123 414 3 0 797 0
[pid=22843] ppid=22820 vsize=15420 CPUtime=4.76
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 3719 0 0 0 474 2 0 0 25 0 1 0 67237510 15790080 3668 996147200 134512640 135134323 4294956192 18446744073709551615 134532177 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 3855 3668 73 151 0 3701 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 32292

[startup+12.7027 s]
/proc/loadavg: 3.30 3.37 3.26 3/107 22843
/proc/meminfo: memFree=1605744/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.37
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1472 11236 0 2 5 1 121 10 16 0 1 0 67237360 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1123 414 3 0 797 0
[pid=22843] ppid=22820 vsize=18104 CPUtime=11.12
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 4377 0 0 0 1109 3 0 0 25 0 1 0 67237510 18538496 4326 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 4526 4326 73 151 0 4372 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 34976

[startup+25.5011 s]
/proc/loadavg: 3.16 3.33 3.25 4/107 22843
/proc/meminfo: memFree=1601328/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.37
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1472 11236 0 2 5 1 121 10 16 0 1 0 67237360 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1123 414 3 0 797 0
[pid=22843] ppid=22820 vsize=22416 CPUtime=23.84
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 5478 0 0 0 2380 4 0 0 25 0 1 0 67237510 22953984 5427 996147200 134512640 135134323 4294956192 18446744073709551615 134531929 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 5604 5427 73 151 0 5450 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 39288

[startup+51.1011 s]
/proc/loadavg: 2.83 3.24 3.22 3/107 22853
/proc/meminfo: memFree=1599728/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.58
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1555 15108 0 3 6 1 138 13 16 0 1 0 67237360 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1124 414 3 0 797 0
[pid=22843] ppid=22820 vsize=23856 CPUtime=49.05
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 5824 0 0 0 4900 5 0 0 25 0 1 0 67237510 24428544 5771 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 5964 5771 79 151 0 5810 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 40728

[startup+102.308 s]
/proc/loadavg: 2.60 3.11 3.18 4/107 22853
/proc/meminfo: memFree=1594160/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.58
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1555 15108 0 3 6 1 138 13 16 0 1 0 67237360 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1124 414 3 0 797 0
[pid=22843] ppid=22820 vsize=29692 CPUtime=99.94
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 7253 0 0 0 9988 6 0 0 25 0 1 0 67237510 30404608 7200 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 7423 7200 79 151 0 7269 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 46564

[startup+162.301 s]
/proc/loadavg: 2.47 2.98 3.13 3/107 22853
/proc/meminfo: memFree=1585584/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.58
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1555 15108 0 3 6 1 138 13 16 0 1 0 67237360 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1124 414 3 0 797 0
[pid=22843] ppid=22820 vsize=38392 CPUtime=159.58
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 9397 0 0 0 15950 8 0 0 25 0 1 0 67237510 39313408 9344 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 9598 9344 79 151 0 9444 0
Current children cumulated CPU time (s) 161.16
Current children cumulated vsize (KiB) 55264

[startup+222.302 s]
/proc/loadavg: 2.52 2.90 3.09 3/107 22853
/proc/meminfo: memFree=1578544/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.58
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1555 15108 0 3 6 1 138 13 16 0 1 0 67237360 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1124 414 3 0 797 0
[pid=22843] ppid=22820 vsize=45808 CPUtime=219.21
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 11164 0 0 0 21911 10 0 0 25 0 1 0 67237510 46907392 11111 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 11452 11111 79 151 0 11298 0
Current children cumulated CPU time (s) 220.79
Current children cumulated vsize (KiB) 62680

[startup+282.302 s]
/proc/loadavg: 2.75 2.89 3.07 4/107 22853
/proc/meminfo: memFree=1572784/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.58
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1555 15108 0 3 6 1 138 13 16 0 1 0 67237360 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1124 414 3 0 797 0
[pid=22843] ppid=22820 vsize=51332 CPUtime=278.86
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 12581 0 0 0 27875 11 0 0 25 0 1 0 67237510 52563968 12528 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 12833 12528 79 151 0 12679 0
Current children cumulated CPU time (s) 280.44
Current children cumulated vsize (KiB) 68204

[startup+342.302 s]
/proc/loadavg: 2.72 2.83 3.04 4/107 22853
/proc/meminfo: memFree=1569008/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.58
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1555 15108 0 3 6 1 138 13 16 0 1 0 67237360 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1124 414 3 0 797 0
[pid=22843] ppid=22820 vsize=54896 CPUtime=338.51
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 13464 0 0 0 33838 13 0 0 25 0 1 0 67237510 56213504 13411 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 13724 13411 79 151 0 13570 0
Current children cumulated CPU time (s) 340.09
Current children cumulated vsize (KiB) 71768

[startup+402.301 s]
/proc/loadavg: 2.62 2.79 3.01 4/107 22853
/proc/meminfo: memFree=1569008/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.58
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1555 15108 0 3 6 1 138 13 16 0 1 0 67237360 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1124 414 3 0 797 0
[pid=22843] ppid=22820 vsize=54896 CPUtime=398.15
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 13467 0 0 0 39802 13 0 0 25 0 1 0 67237510 56213504 13414 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 13724 13414 79 151 0 13570 0
Current children cumulated CPU time (s) 399.73
Current children cumulated vsize (KiB) 71768

[startup+462.302 s]
/proc/loadavg: 2.47 2.71 2.97 4/107 22853
/proc/meminfo: memFree=1569008/2055920 swapFree=4192812/4192956

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

[pid=22843] ppid=22820 vsize=87268 CPUtime=2843.5
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 21244 0 0 0 284326 24 0 0 25 0 1 0 67237510 89362432 21183 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 21817 21183 79 151 0 21663 0
Current children cumulated CPU time (s) 2845.08
Current children cumulated vsize (KiB) 104140

[startup+2922.3 s]
/proc/loadavg: 2.76 2.68 2.64 4/107 22926
/proc/meminfo: memFree=1533104/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.58
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1555 15108 0 3 6 1 138 13 16 0 1 0 67237360 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1124 414 3 0 797 0
[pid=22843] ppid=22820 vsize=90676 CPUtime=2903.14
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 22077 0 0 0 290289 25 0 0 25 0 1 0 67237510 92852224 22016 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 22669 22016 79 151 0 22515 0
Current children cumulated CPU time (s) 2904.72
Current children cumulated vsize (KiB) 107548

[startup+2982.3 s]
/proc/loadavg: 2.80 2.70 2.65 3/107 22926
/proc/meminfo: memFree=1531760/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.58
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1555 15108 0 3 6 1 138 13 16 0 1 0 67237360 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1124 414 3 0 797 0
[pid=22843] ppid=22820 vsize=91868 CPUtime=2962.78
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 22378 0 0 0 296253 25 0 0 25 0 1 0 67237510 94072832 22317 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 22967 22317 79 151 0 22813 0
Current children cumulated CPU time (s) 2964.36
Current children cumulated vsize (KiB) 108740

[startup+3042.3 s]
/proc/loadavg: 2.58 2.66 2.63 4/107 22926
/proc/meminfo: memFree=1531760/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.58
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1555 15108 0 3 6 1 138 13 16 0 1 0 67237360 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1124 414 3 0 797 0
[pid=22843] ppid=22820 vsize=91868 CPUtime=3022.43
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 22378 0 0 0 302217 26 0 0 25 0 1 0 67237510 94072832 22317 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 22967 22317 79 151 0 22813 0
Current children cumulated CPU time (s) 3024.01
Current children cumulated vsize (KiB) 108740

[startup+3102.3 s]
/proc/loadavg: 2.80 2.70 2.65 4/107 22926
/proc/meminfo: memFree=1531760/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.58
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1555 15108 0 3 6 1 138 13 16 0 1 0 67237360 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1124 414 3 0 797 0
[pid=22843] ppid=22820 vsize=92112 CPUtime=3082.07
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 22431 0 0 0 308181 26 0 0 25 0 1 0 67237510 94322688 22370 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 23028 22370 79 151 0 22874 0
Current children cumulated CPU time (s) 3083.65
Current children cumulated vsize (KiB) 108984

[startup+3162.3 s]
/proc/loadavg: 2.73 2.69 2.64 3/107 22926
/proc/meminfo: memFree=1531504/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.58
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1555 15108 0 3 6 1 138 13 16 0 1 0 67237360 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1124 414 3 0 797 0
[pid=22843] ppid=22820 vsize=92112 CPUtime=3141.72
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 22435 0 0 0 314146 26 0 0 25 0 1 0 67237510 94322688 22374 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 23028 22374 79 151 0 22874 0
Current children cumulated CPU time (s) 3143.3
Current children cumulated vsize (KiB) 108984

[startup+3222.3 s]
/proc/loadavg: 2.75 2.70 2.64 4/107 22926
/proc/meminfo: memFree=1531440/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.58
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1555 15108 0 3 6 1 138 13 16 0 1 0 67237360 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1124 414 3 0 797 0
[pid=22843] ppid=22820 vsize=92112 CPUtime=3201.36
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 22437 0 0 0 320110 26 0 0 25 0 1 0 67237510 94322688 22376 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 23028 22376 79 151 0 22874 0
Current children cumulated CPU time (s) 3202.94
Current children cumulated vsize (KiB) 108984

[startup+3282.3 s]
/proc/loadavg: 2.72 2.70 2.64 5/107 22926
/proc/meminfo: memFree=1531312/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.58
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1555 15108 0 3 6 1 138 13 16 0 1 0 67237360 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1124 414 3 0 797 0
[pid=22843] ppid=22820 vsize=92452 CPUtime=3261
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 22490 0 0 0 326074 26 0 0 25 0 1 0 67237510 94670848 22429 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 23113 22429 79 151 0 22959 0
Current children cumulated CPU time (s) 3262.58
Current children cumulated vsize (KiB) 109324

[startup+3342.3 s]
/proc/loadavg: 2.84 2.73 2.65 3/107 22926
/proc/meminfo: memFree=1531184/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.58
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1555 15108 0 3 6 1 138 13 16 0 1 0 67237360 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1124 414 3 0 797 0
[pid=22843] ppid=22820 vsize=92452 CPUtime=3320.64
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 22495 0 0 0 332038 26 0 0 25 0 1 0 67237510 94670848 22434 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 23113 22434 79 151 0 22959 0
Current children cumulated CPU time (s) 3322.22
Current children cumulated vsize (KiB) 109324

[startup+3402.31 s]
/proc/loadavg: 2.77 2.73 2.66 4/107 22926
/proc/meminfo: memFree=1530992/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.58
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1555 15108 0 3 6 1 138 13 16 0 1 0 67237360 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1124 414 3 0 797 0
[pid=22843] ppid=22820 vsize=92616 CPUtime=3380.29
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 22538 0 0 0 338003 26 0 0 25 0 1 0 67237510 94838784 22477 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 23154 22477 79 151 0 23000 0
Current children cumulated CPU time (s) 3381.87
Current children cumulated vsize (KiB) 109488

[startup+3462.3 s]
/proc/loadavg: 2.58 2.69 2.64 4/107 22932
/proc/meminfo: memFree=1530792/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.58
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1555 15108 0 3 6 1 138 13 16 0 1 0 67237360 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1124 414 3 0 797 0
[pid=22843] ppid=22820 vsize=92696 CPUtime=3439.9
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 22559 0 0 0 343964 26 0 0 25 0 1 0 67237510 94920704 22498 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 23174 22498 79 151 0 23020 0
Current children cumulated CPU time (s) 3441.48
Current children cumulated vsize (KiB) 109568

[startup+3522.3 s]
/proc/loadavg: 2.50 2.64 2.62 3/107 22932
/proc/meminfo: memFree=1530792/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.58
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1555 15108 0 3 6 1 138 13 16 0 1 0 67237360 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1124 414 3 0 797 0
[pid=22843] ppid=22820 vsize=92696 CPUtime=3499.55
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 22566 0 0 0 349928 27 0 0 25 0 1 0 67237510 94920704 22505 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 23174 22505 79 151 0 23020 0
Current children cumulated CPU time (s) 3501.13
Current children cumulated vsize (KiB) 109568

[startup+3582.3 s]
/proc/loadavg: 2.49 2.61 2.62 4/107 22932
/proc/meminfo: memFree=1530536/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.58
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1555 15108 0 3 6 1 138 13 16 0 1 0 67237360 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1124 414 3 0 797 0
[pid=22843] ppid=22820 vsize=93020 CPUtime=3559.2
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 22636 0 0 0 355893 27 0 0 25 0 1 0 67237510 95252480 22575 996147200 134512640 135134323 4294956192 18446744073709551615 134532031 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 23255 22575 79 151 0 23101 0
Current children cumulated CPU time (s) 3560.78
Current children cumulated vsize (KiB) 109892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3621.8 s]
/proc/loadavg: 2.61 2.62 2.62 3/107 22932
/proc/meminfo: memFree=1530536/2055920 swapFree=4192812/4192956
[pid=22820] ppid=22818 vsize=16872 CPUtime=1.58
/proc/22820/stat : 22820 (sugar++) S 22818 22820 22783 0 -1 4194304 1555 15108 0 3 6 1 138 13 16 0 1 0 67237360 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22820/statm: 4218 1124 414 3 0 797 0
[pid=22843] ppid=22820 vsize=93100 CPUtime=3598.46
/proc/22843/stat : 22843 (minisat-inc) R 22820 22820 22783 0 -1 4194304 22646 0 0 0 359819 27 0 0 25 0 1 0 67237510 95334400 22585 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/22843/statm: 23275 22585 79 151 0 23121 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 109972

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): 3621.83
CPU time (s): 3600.09
CPU user time (s): 3599.64
CPU system time (s): 0.444932
CPU usage (%): 99.3998
Max. virtual memory (cumulated for all children) (KiB): 890564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.64
system time used= 0.444932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39389
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= 2793
involuntary context switches= 94170

runsolver used 4.6233 second user time and 15.1477 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-15 09:03:26
IDJOB=1119939
IDBENCH=62432
IDSOLVER=367
FILE ID=node87/1119939-1216105406
PBS_JOBID= 7905391
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-60/normalized-maxcut-60-420-2_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-1119939-1216105406/watcher-1119939-1216105406 -o /tmp/evaluation-result-1119939-1216105406/solver-1119939-1216105406 -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-1119939-1216105406.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 51b95a2e3c81599eb0dd5b266b22b8eb
RANDOM SEED=1316192041

node87.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.263
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	: 5931.00
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.263
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:       1630624 kB
Buffers:         67420 kB
Cached:         174728 kB
SwapCached:          0 kB
Active:         255460 kB
Inactive:        96744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1630624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1020 kB
Writeback:           0 kB
Mapped:         131732 kB
Slab:            55324 kB
Committed_AS:  1177876 kB
PageTables:       4188 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= 66560 MiB
End job on node87 at 2008-07-15 10:03:50