Trace number 1118899

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.14 3602.32

General information on the benchmark

Namemaxcsp/maxcut/maxcut-30/
normalized-maxcut-30-340-2_ext.xml
MD5SUM70de180d696b5f12860251e42df6c908
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints142
Best CPU time to get the best result obtained on this benchmark20.1629
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints340
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension340
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.08	c 0	BEGIN Tue Jul 15 04:14:01 2008
0.06/0.08	c 0	PID 24453
0.06/0.09	c 0	HOST node55.alineos.net
0.06/0.09	c 0	CONVERTING HOME/instance-1118899-1216088041.xml TO HOME/temp.csp
0.06/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1118899-1216088041.xml' 'HOME/temp.csp'
0.06/0.37	c 0	1 domains, 30 variables, 0 predicates, 1 relations, 340 constraints
0.06/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.42	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.37/0.51	c 0	Parsing HOME/temp.csp
0.37/0.60	c 0	parsed 372 expressions
0.37/0.60	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.37/0.62	c 0	MAX CSP: 340 constraints
0.37/0.62	c 0	Converting to clausal form CSP
0.37/0.65	c 0	converted 72 (10%) expressions
0.37/0.66	c 0	converted 143 (20%) expressions
0.37/0.66	c 0	converted 215 (30%) expressions
0.37/0.67	c 0	converted 286 (40%) expressions
0.37/0.68	c 0	converted 358 (50%) expressions
0.37/0.68	c 0	converted 429 (60%) expressions
0.37/0.69	c 0	converted 501 (70%) expressions
0.37/0.69	c 0	converted 572 (80%) expressions
0.37/0.70	c 0	converted 644 (90%) expressions
0.37/0.86	c 1	converted 715 (100%) expressions
0.37/0.86	c 1	CSP : 710 integers, 0 booleans, 1019 clauses, largest domain size 511
0.37/0.86	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.37/0.86	c 1	Propagation in CSP
0.37/0.89	c 1	336 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.37/0.90	c 1	CSP : 710 integers, 0 booleans, 1019 clauses, largest domain size 341
0.37/0.90	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.37/0.90	c 1	Simplifing CSP by introducing new Boolean variables
0.37/0.90	c 1	CSP : 710 integers, 0 booleans, 1019 clauses, largest domain size 341
0.37/0.90	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.37/0.93	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.37/0.94	c 1	71 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.37/0.94	c 1	142 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.37/0.94	c 1	213 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.37/0.94	c 1	284 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.37/0.95	c 1	355 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.37/0.96	c 1	426 (60%) CSP integer variables are encoded (905 clauses, 10682 bytes)
0.37/0.96	c 1	497 (70%) CSP integer variables are encoded (3174 clauses, 40179 bytes)
0.37/0.96	c 1	568 (80%) CSP integer variables are encoded (3919 clauses, 49864 bytes)
0.37/0.96	c 1	639 (90%) CSP integer variables are encoded (4331 clauses, 55220 bytes)
0.37/0.97	c 1	710 (100%) CSP integer variables are encoded (4933 clauses, 63046 bytes)
0.37/0.98	c 1	102 (10%) CSP clauses are encoded (5137 clauses, 65514 bytes)
0.91/1.00	c 1	204 (20%) CSP clauses are encoded (5341 clauses, 68234 bytes)
0.91/1.02	c 1	306 (30%) CSP clauses are encoded (5545 clauses, 71090 bytes)
0.91/1.03	c 1	408 (40%) CSP clauses are encoded (6485 clauses, 84202 bytes)
1.01/1.17	c 1	510 (50%) CSP clauses are encoded (68947 clauses, 1165339 bytes)
1.01/1.18	c 1	612 (60%) CSP clauses are encoded (71333 clauses, 1206287 bytes)
1.10/1.28	c 1	714 (70%) CSP clauses are encoded (128797 clauses, 2261020 bytes)
1.10/1.29	c 1	816 (80%) CSP clauses are encoded (131487 clauses, 2307324 bytes)
1.20/1.30	c 1	918 (90%) CSP clauses are encoded (137669 clauses, 2417523 bytes)
1.20/1.34	c 1	1019 (100%) CSP clauses are encoded (159979 clauses, 2822628 bytes)
1.20/1.34	c 1	1019 CSP clauses encoded
1.20/1.34	c 1	Writing map file : HOME/temp.map
1.20/1.35	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.35	c 1	SAT : 5643 SAT variables, 159979 SAT clauses, 2822628 bytes
1.20/1.35	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.37	c 1	OBJECTIVE minimize _COST
1.20/1.37	c 1	SOLVING HOME/temp.cnf
1.20/1.37	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.20/1.37	c 1	This is MiniSat 2.0 beta incremental
1.20/1.37	c 1	WARNING: for repeatability, setting FPU to use double precision
1.20/1.37	c 1	============================[ Problem Statistics ]=============================
1.20/1.37	c 1	|                                                                             |
1.20/1.38	c 1	|  Number of variables:  5643                                                 |
1.20/1.38	c 1	|  Number of clauses:    159979                                               |
1.29/1.45	c 1	|  Parsing time:         0.07         s                                       |
1.29/1.45	c 1	OK
1.29/1.45	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.29/1.45	c 1	SEARCHING: _COST <= 170
1.29/1.45	c 1	============================[ Search Statistics ]==============================
1.29/1.45	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.29/1.45	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.29/1.45	c 1	===============================================================================
1.29/1.45	c 1	|         0 |    5643   159979   464798 |    53326        0    nan |  0.000 % |
1.29/1.53	c 1	|       104 |    5643   159979   464798 |    58658      104     23 |  0.005 % |
1.29/1.58	c 1	|       256 |    5643   159979   464798 |    64524      256     28 |  0.005 % |
1.29/1.66	c 1	|       482 |    5643   159979   464798 |    70977      482     28 |  0.005 % |
1.29/1.79	c 1	|       819 |    5643   159979   464798 |    78075      819     29 |  0.005 % |
1.29/1.98	c 2	|      1326 |    5643   159979   464798 |    85882     1326     30 |  0.005 % |
2.19/2.34	c 2	|      2085 |    5643   159979   464798 |    94470     2085     27 |  0.005 % |
2.29/2.43	c 2	===============================================================================
2.29/2.43	c 2	restarts              : 7
2.29/2.43	c 2	conflicts             : 2356          (2272 /sec)
2.29/2.43	c 2	decisions             : 3298          (0.45 % random) (3181 /sec)
2.29/2.43	c 2	propagations          : 930633         (897565 /sec)
2.29/2.43	c 2	conflict literals     : 64724          (35.71 % deleted)
2.29/2.43	c 2	Memory used           : 9.11 MB
2.29/2.43	c 2	CPU time              : 1.03684 s
2.29/2.43	c 2	
2.29/2.43	c 2	SATISFIABLE
2.29/2.43	c 2	OK
2.29/2.43	c 2	FOUND: _COST <= 170
2.29/2.43	s SATISFIABLE
2.29/2.43	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.29/2.43	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.32/2.51	c 2	Decoding HOME/temp.out
2.32/2.59	c 2	OBJECTIVE _COST 170
2.32/2.59	o 170
2.32/2.59	v 0 1 0 0 1 1 0 0 1 0 0 1 0 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 0 0
2.32/2.59	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.32/2.67	c 2	OK
2.32/2.67	c 2	OBJECTIVE BOUND: 0 <= _COST <= 170
2.32/2.67	c 2	SEARCHING: _COST <= 85
2.32/2.67	c 2	============================[ Search Statistics ]==============================
2.32/2.67	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.32/2.67	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.32/2.67	c 2	===============================================================================
2.32/2.67	c 2	|      2356 |    4113   102680   297321 |    34226     2356     27 |  0.005 % |
2.53/2.70	c 2	|      2460 |    4113   102680   297321 |    37649     2460     27 | 27.116 % |
2.53/2.74	c 2	|      2610 |    4113   102680   297321 |    41414     2610     26 | 27.116 % |
2.53/2.80	c 2	|      2837 |    4113   102680   297321 |    45555     2837     25 | 27.116 % |
2.63/2.88	c 3	|      3174 |    4113   102680   297321 |    50111     3174     25 | 27.116 % |
2.83/3.01	c 3	|      3681 |    4113   102680   297321 |    55122     3681     23 | 27.116 % |
3.02/3.24	c 3	|      4440 |    4113   102680   297321 |    60634     4440     22 | 27.116 % |
3.42/3.63	c 3	|      5580 |    4113   102680   297321 |    66698     5580     21 | 27.116 % |
3.92/4.17	c 4	|      7289 |    4113   102680   297321 |    73367     7289     20 | 27.116 % |
4.91/5.17	c 5	|      9851 |    4113   102680   297321 |    80704     9851     19 | 27.116 % |
6.68/6.97	c 7	|     13695 |    4113   102680   297321 |    88775    13695     19 | 27.116 % |
9.85/10.17	c 10	|     19461 |    4113   102680   297321 |    97652    19461     20 | 27.116 % |
16.09/16.47	c 16	|     28111 |    4113   102680   297321 |   107417    28111     21 | 27.116 % |
27.39/27.87	c 28	|     41085 |    4113   102680   297321 |   118159    41085     21 | 27.116 % |
49.39/50.03	c 50	|     60547 |    4113   102680   297321 |   129975    60547     21 | 27.116 % |
85.86/86.76	c 86	|     89740 |    4113   102680   297321 |   142973    89740     21 | 27.116 % |
154.63/155.58	c 155	|    133529 |    4113   102680   297321 |   157270   133529     22 | 27.116 % |
248.40/249.31	c 249	|    199213 |    4113   102680   297321 |   172997    55421     22 | 27.116 % |
404.63/405.60	c 405	|    297740 |    4113   102680   297321 |   190297   153948     22 | 27.116 % |
637.34/638.43	c 638	|    445529 |    4113   102680   297321 |   209327   125209     22 | 27.116 % |
1016.70/1017.91	c 1018	|    667212 |    4113   102680   297321 |   230259   151245     21 | 27.116 % |
1642.96/1644.50	c 1644	|    999738 |    4113   102680   297321 |   253285    51014     20 | 27.116 % |
1682.44/1683.94	c 1684	===============================================================================
1682.44/1683.95	c 1684	restarts              : 29
1682.44/1683.95	c 1684	conflicts             : 1028931       (612 /sec)
1682.44/1683.95	c 1684	decisions             : 1074004       (0.75 % random) (639 /sec)
1682.44/1683.95	c 1684	propagations          : 547152308      (325504 /sec)
1682.44/1683.95	c 1684	conflict literals     : 22250050       (47.91 % deleted)
1682.44/1683.95	c 1684	Memory used           : 38.07 MB
1682.44/1683.95	c 1684	CPU time              : 1680.94 s
1682.44/1683.95	c 1684	
1682.44/1683.95	c 1684	UNSATISFIABLE
1682.44/1683.95	c 1684	OK
1682.44/1683.95	c 1684	NOT FOUND: _COST <= 85
1682.44/1683.95	c 1684	OK
1682.44/1683.95	c 1684	OBJECTIVE BOUND: 86 <= _COST <= 170
1682.44/1683.95	c 1684	SEARCHING: _COST <= 128
1682.44/1683.95	c 1684	============================[ Search Statistics ]==============================
1682.44/1683.95	c 1684	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1682.44/1683.95	c 1684	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1682.44/1683.95	c 1684	===============================================================================
1682.44/1683.95	c 1684	|   1028931 |    3591    94985   275802 |    31661    62157     23 | 27.116 % |
1683.03/1684.55	c 1684	|   1029033 |    3591    94985   275802 |    34827    11421     20 | 36.365 % |
1683.13/1684.62	c 1684	|   1029183 |    3591    94985   275802 |    38310    11571     20 | 36.365 % |
1683.23/1684.72	c 1684	|   1029408 |    3591    94985   275802 |    42141    11796     20 | 36.365 % |
1683.33/1684.85	c 1685	|   1029745 |    3591    94985   275802 |    46355    12133     21 | 36.365 % |
1683.53/1685.05	c 1685	|   1030252 |    3591    94985   275802 |    50991    12640     21 | 36.365 % |
1683.93/1685.40	c 1685	|   1031012 |    3591    94985   275802 |    56090    13400     21 | 36.365 % |
1684.33/1685.88	c 1686	|   1032153 |    3591    94985   275802 |    61699    14541     22 | 36.365 % |
1685.13/1686.63	c 1686	|   1033864 |    3591    94985   275802 |    67869    16252     22 | 36.365 % |
1686.43/1687.93	c 1688	|   1036428 |    3591    94985   275802 |    74656    18816     23 | 36.365 % |
1688.93/1690.41	c 1690	|   1040272 |    3591    94985   275802 |    82122    22660     24 | 36.365 % |
1692.63/1694.12	c 1694	|   1046038 |    3591    94985   275802 |    90334    28426     24 | 36.365 % |
1698.73/1700.25	c 1700	|   1054687 |    3591    94985   275802 |    99367    37075     25 | 36.365 % |
1708.22/1709.73	c 1709	|   1067662 |    3591    94985   275802 |   109304    50050     25 | 36.365 % |
1729.71/1731.23	c 1731	|   1087124 |    3591    94985   275802 |   120235    69512     26 | 36.365 % |
1766.40/1767.91	c 1768	|   1116316 |    3591    94985   275802 |   132258    98704     27 | 36.365 % |
1829.67/1831.28	c 1831	|   1160106 |    3591    94985   275802 |   145484    23182     25 | 36.365 % |
1901.54/1903.14	c 1903	|   1225791 |    3591    94985   275802 |   160032    88867     25 | 36.365 % |
2041.29/2042.92	c 2043	|   1324318 |    3591    94985   275802 |   176036    41496     27 | 36.365 % |
2292.60/2294.35	c 2294	|   1472108 |    3591    94985   275802 |   193639    28178     25 | 36.365 % |
2650.56/2652.48	c 2652	|   1693791 |    3591    94985   275802 |   213003    68947     27 | 36.365 % |
3177.95/3180.01	c 3180	|   2026316 |    3591    94985   275802 |   234304   202048     24 | 36.365 % |
3600.09/3602.31	c ERROR INTERRUPTED
3600.09/3602.31	c 3602	CPU 3599.78 (0.06 0.02 3599.72 0.32)
3600.09/3602.31	c 3602	END Tue Jul 15 05:14:03 2008

Verifier Data (download as text)

OK	170	170
170 unsatisfied constraints, 170 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-1118899-1216088041/watcher-1118899-1216088041 -o /tmp/evaluation-result-1118899-1216088041/solver-1118899-1216088041 -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-1118899-1216088041.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: 0.00 0.00 0.00 4/73 24453
/proc/meminfo: memFree=1836144/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=18572 CPUtime=0
/proc/24453/stat : 24453 (runsolver) R 24451 24453 24375 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 65502706 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 248761609511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24453/statm: 4643 292 257 25 0 2626 0

[startup+0.084455 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 24453
/proc/meminfo: memFree=1836144/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16608 CPUtime=0.06
/proc/24453/stat : 24453 (sugar++) R 24451 24453 24375 0 -1 4194304 1066 0 0 0 5 1 0 0 18 0 1 0 65502706 17006592 1034 996147200 4194304 4206940 548682068528 18446744073709551615 248779266016 0 0 4224 0 0 0 0 17 1 0 0
/proc/24453/statm: 4152 1034 380 3 0 731 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16608

[startup+0.101456 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 24453
/proc/meminfo: memFree=1836144/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16740 CPUtime=0.06
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 65502706 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24453/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301475 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 24453
/proc/meminfo: memFree=1836144/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16740 CPUtime=0.06
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 65502706 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24453/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701507 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 24453
/proc/meminfo: memFree=1836144/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16740 CPUtime=0.37
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1296 4384 0 1 5 2 27 3 15 0 1 0 65502706 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24453/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 16740

[startup+1.50159 s]
/proc/loadavg: 0.16 0.03 0.01 4/84 24475
/proc/meminfo: memFree=1820496/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.29
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1472 11092 0 2 6 2 110 11 16 0 1 0 65502706 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24453/statm: 4218 1121 414 3 0 797 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 16872

[startup+3.10173 s]
/proc/loadavg: 0.16 0.03 0.01 3/75 24476
/proc/meminfo: memFree=1821528/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1556 14884 0 3 6 2 123 13 15 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=9328 CPUtime=1.49
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 2238 0 0 0 149 0 0 0 19 0 1 0 65502843 9551872 2185 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/24476/statm: 2332 2185 79 151 0 2178 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 26200

[startup+6.30302 s]
/proc/loadavg: 0.16 0.03 0.01 3/75 24486
/proc/meminfo: memFree=1821144/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1556 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=9460 CPUtime=4.65
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 2257 0 0 0 464 1 0 0 25 0 1 0 65502843 9687040 2204 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/24476/statm: 2365 2204 79 151 0 2211 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 26332

[startup+12.7016 s]
/proc/loadavg: 0.44 0.10 0.03 3/75 24486
/proc/meminfo: memFree=1820256/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1556 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=10412 CPUtime=10.99
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 2491 0 0 0 1098 1 0 0 25 0 1 0 65502843 10661888 2438 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/24476/statm: 2603 2438 79 151 0 2449 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 27284

[startup+25.5018 s]
/proc/loadavg: 0.68 0.16 0.05 3/75 24486
/proc/meminfo: memFree=1818208/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1556 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=12332 CPUtime=23.67
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 2980 0 0 0 2365 2 0 0 25 0 1 0 65502843 12627968 2927 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/24476/statm: 3083 2927 79 151 0 2929 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 29204

[startup+51.1011 s]
/proc/loadavg: 1.20 0.33 0.11 3/75 24486
/proc/meminfo: memFree=1815456/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1556 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=15132 CPUtime=49.03
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 3686 0 0 0 4900 3 0 0 25 0 1 0 65502843 15495168 3633 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 1 0 0
/proc/24476/statm: 3783 3633 79 151 0 3629 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 32004

[startup+102.306 s]
/proc/loadavg: 1.65 0.59 0.21 3/82 24521
/proc/meminfo: memFree=1796768/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1556 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=20380 CPUtime=100.02
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 4917 0 0 0 9997 5 0 0 25 0 1 0 65502843 20869120 4864 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 0 0 0
/proc/24476/statm: 5095 4864 79 151 0 4941 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 37252

[startup+162.301 s]
/proc/loadavg: 2.23 0.95 0.35 3/82 24521
/proc/meminfo: memFree=1738656/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1556 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=24748 CPUtime=159.99
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 6020 0 0 0 15993 6 0 0 25 0 1 0 65502843 25341952 5967 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/24476/statm: 6187 5967 79 151 0 6033 0
Current children cumulated CPU time (s) 161.43
Current children cumulated vsize (KiB) 41620

[startup+222.302 s]
/proc/loadavg: 2.40 1.23 0.49 3/82 24521
/proc/meminfo: memFree=1735520/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1556 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=27912 CPUtime=219.97
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 6767 0 0 0 21990 7 0 0 25 0 1 0 65502843 28581888 6714 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/24476/statm: 6978 6714 79 151 0 6824 0
Current children cumulated CPU time (s) 221.41
Current children cumulated vsize (KiB) 44784

[startup+282.302 s]
/proc/loadavg: 2.55 1.49 0.62 3/82 24521
/proc/meminfo: memFree=1735008/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1556 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=28352 CPUtime=279.94
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 6846 0 0 0 27987 7 0 0 25 0 1 0 65502843 29032448 6793 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24476/statm: 7088 6793 79 151 0 6934 0
Current children cumulated CPU time (s) 281.38
Current children cumulated vsize (KiB) 45224

[startup+342.301 s]
/proc/loadavg: 2.53 1.67 0.73 3/82 24523
/proc/meminfo: memFree=1734496/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1556 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=28508 CPUtime=339.92
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 6897 0 0 0 33985 7 0 0 25 0 1 0 65502843 29192192 6844 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24476/statm: 7127 6844 79 151 0 6973 0
Current children cumulated CPU time (s) 341.36
Current children cumulated vsize (KiB) 45380

[startup+402.302 s]
/proc/loadavg: 2.61 1.85 0.85 3/82 24523
/proc/meminfo: memFree=1733856/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1556 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=29416 CPUtime=399.9
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 7078 0 0 0 39983 7 0 0 25 0 1 0 65502843 30121984 7025 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24476/statm: 7354 7025 79 151 0 7200 0
Current children cumulated CPU time (s) 401.34
Current children cumulated vsize (KiB) 46288

[startup+462.301 s]
/proc/loadavg: 2.60 1.98 0.96 3/82 24523
/proc/meminfo: memFree=1731808/2055920 swapFree=4191900/4192956

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

[pid=24476] ppid=24453 vsize=44152 CPUtime=2918.91
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 10593 0 0 0 291876 15 0 0 25 0 1 0 65502843 45211648 10538 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24476/statm: 11038 10538 79 151 0 10884 0
Current children cumulated CPU time (s) 2920.35
Current children cumulated vsize (KiB) 61024

[startup+2982.3 s]
/proc/loadavg: 2.60 2.68 2.51 3/82 24529
/proc/meminfo: memFree=1717792/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1558 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=44152 CPUtime=2978.89
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 10593 0 0 0 297873 16 0 0 25 0 1 0 65502843 45211648 10538 996147200 134512640 135134323 4294956192 18446744073709551615 134532132 0 0 4096 3 0 0 0 17 0 0 0
/proc/24476/statm: 11038 10538 79 151 0 10884 0
Current children cumulated CPU time (s) 2980.33
Current children cumulated vsize (KiB) 61024

[startup+3042.3 s]
/proc/loadavg: 2.70 2.69 2.52 3/82 24529
/proc/meminfo: memFree=1717728/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1558 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=44152 CPUtime=3038.87
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 10595 0 0 0 303871 16 0 0 25 0 1 0 65502843 45211648 10540 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/24476/statm: 11038 10540 79 151 0 10884 0
Current children cumulated CPU time (s) 3040.31
Current children cumulated vsize (KiB) 61024

[startup+3102.3 s]
/proc/loadavg: 2.72 2.70 2.54 3/82 24529
/proc/meminfo: memFree=1717728/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1558 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=44232 CPUtime=3098.84
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 10610 0 0 0 309868 16 0 0 25 0 1 0 65502843 45293568 10555 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24476/statm: 11058 10555 79 151 0 10904 0
Current children cumulated CPU time (s) 3100.28
Current children cumulated vsize (KiB) 61104

[startup+3162.3 s]
/proc/loadavg: 2.56 2.67 2.54 4/82 24529
/proc/meminfo: memFree=1717664/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1558 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=44232 CPUtime=3158.82
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 10619 0 0 0 315866 16 0 0 25 0 1 0 65502843 45293568 10564 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24476/statm: 11058 10564 79 151 0 10904 0
Current children cumulated CPU time (s) 3160.26
Current children cumulated vsize (KiB) 61104

[startup+3222.3 s]
/proc/loadavg: 2.73 2.70 2.55 3/82 24529
/proc/meminfo: memFree=1716832/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1558 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=45064 CPUtime=3218.79
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 10803 0 0 0 321863 16 0 0 25 0 1 0 65502843 46145536 10748 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/24476/statm: 11266 10748 79 151 0 11112 0
Current children cumulated CPU time (s) 3220.23
Current children cumulated vsize (KiB) 61936

[startup+3282.3 s]
/proc/loadavg: 2.75 2.70 2.56 3/82 24529
/proc/meminfo: memFree=1715808/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1558 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=46136 CPUtime=3278.78
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 11079 0 0 0 327861 17 0 0 25 0 1 0 65502843 47243264 11024 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24476/statm: 11534 11024 79 151 0 11380 0
Current children cumulated CPU time (s) 3280.22
Current children cumulated vsize (KiB) 63008

[startup+3342.3 s]
/proc/loadavg: 2.78 2.72 2.57 3/82 24529
/proc/meminfo: memFree=1715808/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1558 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=46136 CPUtime=3338.75
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 11079 0 0 0 333858 17 0 0 25 0 1 0 65502843 47243264 11024 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24476/statm: 11534 11024 79 151 0 11380 0
Current children cumulated CPU time (s) 3340.19
Current children cumulated vsize (KiB) 63008

[startup+3402.31 s]
/proc/loadavg: 2.80 2.74 2.58 3/82 24529
/proc/meminfo: memFree=1715808/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1558 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=46136 CPUtime=3398.73
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 11087 0 0 0 339856 17 0 0 25 0 1 0 65502843 47243264 11032 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/24476/statm: 11534 11032 79 151 0 11380 0
Current children cumulated CPU time (s) 3400.17
Current children cumulated vsize (KiB) 63008

[startup+3462.3 s]
/proc/loadavg: 2.53 2.68 2.57 3/82 24529
/proc/meminfo: memFree=1715360/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1558 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=46488 CPUtime=3458.7
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 11152 0 0 0 345853 17 0 0 25 0 1 0 65502843 47603712 11097 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 0 0 0
/proc/24476/statm: 11622 11097 79 151 0 11468 0
Current children cumulated CPU time (s) 3460.14
Current children cumulated vsize (KiB) 63360

[startup+3522.3 s]
/proc/loadavg: 2.77 2.72 2.59 3/82 24529
/proc/meminfo: memFree=1715232/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1558 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=46568 CPUtime=3518.67
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 11165 0 0 0 351850 17 0 0 25 0 1 0 65502843 47685632 11110 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 0 0 0
/proc/24476/statm: 11642 11110 79 151 0 11488 0
Current children cumulated CPU time (s) 3520.11
Current children cumulated vsize (KiB) 63440

[startup+3582.3 s]
/proc/loadavg: 2.63 2.69 2.59 3/82 24529
/proc/meminfo: memFree=1715040/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1558 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=46568 CPUtime=3578.65
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 11169 0 0 0 357848 17 0 0 25 0 1 0 65502843 47685632 11114 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24476/statm: 11642 11114 79 151 0 11488 0
Current children cumulated CPU time (s) 3580.09
Current children cumulated vsize (KiB) 63440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.3 s]
/proc/loadavg: 2.67 2.69 2.59 3/82 24529
/proc/meminfo: memFree=1714656/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1558 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=46832 CPUtime=3598.65
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 11259 0 0 0 359848 17 0 0 25 0 1 0 65502843 47955968 11204 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24476/statm: 11708 11204 79 151 0 11554 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 63704

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

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

[startup+3602.3 s]
/proc/loadavg: 2.67 2.69 2.59 3/82 24529
/proc/meminfo: memFree=1714656/2055920 swapFree=4191900/4192956
[pid=24453] ppid=24451 vsize=16872 CPUtime=1.44
/proc/24453/stat : 24453 (sugar++) S 24451 24453 24375 0 -1 4194304 1558 14884 0 3 6 2 123 13 16 0 1 0 65502706 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24453/statm: 4218 1122 414 3 0 797 0
[pid=24476] ppid=24453 vsize=46832 CPUtime=3598.65
/proc/24476/stat : 24476 (minisat-inc) R 24453 24453 24375 0 -1 4194304 11259 0 0 0 359848 17 0 0 25 0 1 0 65502843 47955968 11204 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24476/statm: 11708 11204 79 151 0 11554 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 63704

Child status: 0
Real time (s): 3602.32
CPU time (s): 3600.14
CPU user time (s): 3599.79
CPU system time (s): 0.353946
CPU usage (%): 99.9396
Max. virtual memory (cumulated for all children) (KiB): 890552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.79
system time used= 0.353946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27781
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= 2272
involuntary context switches= 17567

runsolver used 4.29435 second user time and 10.3314 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-15 04:14:01
IDJOB=1118899
IDBENCH=62302
IDSOLVER=367
FILE ID=node55/1118899-1216088041
PBS_JOBID= 7905266
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 70de180d696b5f12860251e42df6c908
RANDOM SEED=2117327103

node55.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.225
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.225
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:       1836624 kB
Buffers:         25608 kB
Cached:         126920 kB
SwapCached:        268 kB
Active:         135236 kB
Inactive:        32452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836624 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            9896 kB
Writeback:           0 kB
Mapped:          24820 kB
Slab:            37148 kB
Committed_AS:   259584 kB
PageTables:       1700 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 node55 at 2008-07-15 05:14:05