Trace number 1127483

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

General information on the benchmark

Namemaxcsp/cnf/2-40-100-1000/
normalized-cnf-2-40-400-907730_ext.xml
MD5SUMcf4abbf0db3a4531fe40e8067f70519a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints57
Best CPU time to get the best result obtained on this benchmark0.221966
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints311
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension311
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.07/0.29	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.07/0.29	c 0	BEGIN Wed Jul 23 01:46:03 2008
0.07/0.29	c 0	PID 3868
0.07/0.29	c 0	HOST node82.alineos.net
0.07/0.29	c 0	CONVERTING HOME/instance-1127483-1216770363.xml TO HOME/temp.csp
0.07/0.29	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127483-1216770363.xml' 'HOME/temp.csp'
0.10/0.54	c 1	1 domains, 40 variables, 0 predicates, 13 relations, 311 constraints
0.10/0.55	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.10/0.55	c 1	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.35/0.64	c 1	Parsing HOME/temp.csp
0.35/0.71	c 1	parsed 365 expressions
0.35/0.74	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.35/0.75	c 1	MAX CSP: 311 constraints
0.35/0.75	c 1	Converting to clausal form CSP
0.35/0.78	c 1	converted 68 (10%) expressions
0.35/0.78	c 1	converted 136 (20%) expressions
0.35/0.79	c 1	converted 204 (30%) expressions
0.35/0.80	c 1	converted 272 (40%) expressions
0.35/0.80	c 1	converted 340 (50%) expressions
0.35/0.81	c 1	converted 408 (60%) expressions
0.35/0.81	c 1	converted 476 (70%) expressions
0.35/0.82	c 1	converted 544 (80%) expressions
0.35/0.82	c 1	converted 612 (90%) expressions
0.35/0.97	c 1	converted 679 (100%) expressions
0.35/0.97	c 1	CSP : 662 integers, 0 booleans, 932 clauses, largest domain size 467
0.35/0.97	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.97	c 1	Propagation in CSP
0.77/1.01	c 1	305 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.77/1.01	c 1	CSP : 662 integers, 0 booleans, 932 clauses, largest domain size 312
0.77/1.01	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.77/1.01	c 1	Simplifing CSP by introducing new Boolean variables
0.77/1.01	c 1	CSP : 662 integers, 0 booleans, 932 clauses, largest domain size 312
0.77/1.01	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.77/1.03	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.77/1.04	c 1	67 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.77/1.04	c 1	133 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.77/1.04	c 1	199 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.77/1.05	c 1	265 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.77/1.05	c 1	331 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.77/1.05	c 1	398 (60%) CSP integer variables are encoded (497 clauses, 5531 bytes)
0.77/1.06	c 1	464 (70%) CSP integer variables are encoded (836 clauses, 9775 bytes)
0.77/1.06	c 1	530 (80%) CSP integer variables are encoded (1380 clauses, 16847 bytes)
0.77/1.06	c 1	596 (90%) CSP integer variables are encoded (1751 clauses, 21670 bytes)
0.77/1.06	c 1	662 (100%) CSP integer variables are encoded (4471 clauses, 57030 bytes)
0.77/1.08	c 1	94 (10%) CSP clauses are encoded (4569 clauses, 58174 bytes)
0.77/1.09	c 1	187 (20%) CSP clauses are encoded (4671 clauses, 59514 bytes)
0.77/1.10	c 1	280 (30%) CSP clauses are encoded (4775 clauses, 60904 bytes)
0.87/1.11	c 1	373 (40%) CSP clauses are encoded (5544 clauses, 71573 bytes)
0.87/1.13	c 1	466 (50%) CSP clauses are encoded (11809 clauses, 173947 bytes)
0.87/1.14	c 1	560 (60%) CSP clauses are encoded (13867 clauses, 209105 bytes)
0.87/1.17	c 1	653 (70%) CSP clauses are encoded (31508 clauses, 530140 bytes)
0.87/1.18	c 1	746 (80%) CSP clauses are encoded (33795 clauses, 569361 bytes)
0.87/1.19	c 1	839 (90%) CSP clauses are encoded (39040 clauses, 662657 bytes)
1.06/1.36	c 2	932 (100%) CSP clauses are encoded (134496 clauses, 2394332 bytes)
1.06/1.36	c 2	932 CSP clauses encoded
1.06/1.36	c 2	Writing map file : HOME/temp.map
1.06/1.37	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.06/1.37	c 2	SAT : 5133 SAT variables, 134496 SAT clauses, 2394332 bytes
1.06/1.37	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.06/1.39	c 2	OBJECTIVE minimize _COST
1.06/1.39	c 2	SOLVING HOME/temp.cnf
1.06/1.39	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.06/1.40	c 2	This is MiniSat 2.0 beta incremental
1.06/1.40	c 2	WARNING: for repeatability, setting FPU to use double precision
1.06/1.40	c 2	============================[ Problem Statistics ]=============================
1.06/1.40	c 2	|                                                                             |
1.15/1.40	c 2	|  Number of variables:  5133                                                 |
1.15/1.40	c 2	|  Number of clauses:    134496                                               |
1.15/1.45	c 2	|  Parsing time:         0.05         s                                       |
1.15/1.46	c 2	OK
1.15/1.46	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.15/1.46	c 2	SEARCHING: _COST <= 156
1.15/1.46	c 2	============================[ Search Statistics ]==============================
1.15/1.46	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.15/1.46	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.15/1.46	c 2	===============================================================================
1.15/1.46	c 2	|         0 |    5133   134496   389715 |    44832        0    nan |  0.000 % |
1.15/1.51	c 2	===============================================================================
1.15/1.51	c 2	restarts              : 1
1.15/1.51	c 2	conflicts             : 43            (391 /sec)
1.15/1.51	c 2	decisions             : 531           (1.32 % random) (4828 /sec)
1.15/1.51	c 2	propagations          : 64654          (587854 /sec)
1.15/1.51	c 2	conflict literals     : 481            (15.61 % deleted)
1.15/1.51	c 2	Memory used           : 7.39 MB
1.15/1.51	c 2	CPU time              : 0.109983 s
1.15/1.52	c 2	
1.15/1.52	c 2	SATISFIABLE
1.15/1.52	c 2	OK
1.15/1.52	c 2	FOUND: _COST <= 156
1.15/1.52	s SATISFIABLE
1.15/1.52	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.15/1.52	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'
1.15/1.59	c 2	Decoding HOME/temp.out
1.15/1.68	c 2	OBJECTIVE _COST 156
1.15/1.68	o 156
1.15/1.68	v 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1.15/1.70	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.15/1.72	c 2	OK
1.15/1.72	c 2	OBJECTIVE BOUND: 0 <= _COST <= 156
1.15/1.72	c 2	SEARCHING: _COST <= 78
1.15/1.73	c 2	============================[ Search Statistics ]==============================
1.15/1.74	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.15/1.74	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.15/1.74	c 2	===============================================================================
1.15/1.74	c 2	|        43 |    5118   134496   389715 |    44832       42     11 |  0.000 % |
1.15/1.75	c 2	|       144 |    5118   134496   389715 |    49315      143     14 | 27.472 % |
1.15/1.77	c 2	|       294 |    5118   134496   389715 |    54246      293     13 | 27.472 % |
1.34/1.80	c 2	|       519 |    5118   134496   389715 |    59671      517     15 | 27.726 % |
1.34/1.86	c 2	|       857 |    5118   134496   389715 |    65638      855     16 | 27.726 % |
1.34/1.93	c 2	|      1363 |    5118   134496   389715 |    72202     1361     18 | 27.726 % |
1.34/2.04	c 2	|      2123 |    3710    85827   247842 |    79422     2121     19 | 27.726 % |
1.83/2.11	c 2	===============================================================================
1.83/2.11	c 2	restarts              : 8
1.83/2.11	c 2	conflicts             : 2673          (5412 /sec)
1.83/2.11	c 2	decisions             : 4249          (0.73 % random) (8603 /sec)
1.83/2.11	c 2	propagations          : 775237         (1569547 /sec)
1.83/2.11	c 2	conflict literals     : 51031          (20.15 % deleted)
1.83/2.11	c 2	Memory used           : 7.52 MB
1.83/2.11	c 2	CPU time              : 0.493924 s
1.83/2.11	c 2	
1.83/2.11	c 2	SATISFIABLE
1.83/2.11	c 2	OK
1.83/2.11	c 2	FOUND: _COST <= 78
1.83/2.11	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.83/2.11	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'
1.83/2.19	c 2	Decoding HOME/temp.out
1.84/2.28	c 2	OBJECTIVE _COST 78
1.84/2.28	o 78
1.84/2.28	v 1 1 0 1 1 0 1 1 1 1 1 1 1 0 0 1 1 1 1 0 0 0 0 1 0 1 1 1 0 1 1 1 1 1 0 0 0 1 1 1
1.84/2.29	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.84/2.33	c 2	OK
1.84/2.33	c 2	OBJECTIVE BOUND: 0 <= _COST <= 78
1.84/2.33	c 2	SEARCHING: _COST <= 39
1.84/2.33	c 2	============================[ Search Statistics ]==============================
1.84/2.34	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.84/2.34	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.84/2.34	c 2	===============================================================================
1.84/2.34	c 2	|      2673 |    2926    56058   160809 |    18686     2671     19 | 27.726 % |
1.84/2.35	c 2	|      2773 |    2926    56058   160809 |    20554     2771     19 | 42.998 % |
1.84/2.37	c 3	|      2925 |    2926    56058   160809 |    22610     2923     19 | 42.998 % |
2.10/2.40	c 3	|      3150 |    2926    56058   160809 |    24871     3147     18 | 43.349 % |
2.10/2.45	c 3	|      3487 |    2926    56058   160809 |    27358     3484     18 | 43.349 % |
2.21/2.52	c 3	|      3996 |    2908    55334   158698 |    30093     3993     17 | 43.349 % |
2.31/2.63	c 3	|      4755 |    2908    55334   158698 |    33103     4752     17 | 43.349 % |
2.51/2.82	c 3	|      5895 |    2908    55334   158698 |    36413     5892     17 | 43.349 % |
2.81/3.16	c 3	|      7604 |    2908    55334   158698 |    40055     7601     17 | 43.349 % |
3.30/3.66	c 4	|     10167 |    2908    55334   158698 |    44060    10164     17 | 43.349 % |
4.20/4.53	c 5	|     14012 |    2908    55334   158698 |    48466    14009     17 | 43.349 % |
5.59/5.99	c 6	|     19780 |    2908    55334   158698 |    53313    19777     17 | 43.349 % |
8.18/8.56	c 9	|     28429 |    2908    55334   158698 |    58644    28426     17 | 43.349 % |
13.05/13.46	c 14	|     41403 |    2908    55334   158698 |    64509    41400     17 | 43.349 % |
23.31/23.75	c 24	|     60864 |    2908    55334   158698 |    70960    60861     16 | 43.349 % |
36.85/37.34	c 37	|     90057 |    2908    55334   158698 |    78056    30242     16 | 43.349 % |
59.25/59.80	c 60	|    133846 |    2908    55334   158698 |    85861    74031     17 | 43.349 % |
93.82/94.50	c 95	|    199533 |    2908    55334   158698 |    94447    67429     16 | 43.349 % |
104.47/105.25	c 105	===============================================================================
104.47/105.25	c 105	restarts              : 26
104.47/105.25	c 105	conflicts             : 214420        (2082 /sec)
104.47/105.25	c 105	decisions             : 263310        (0.84 % random) (2557 /sec)
104.47/105.25	c 105	propagations          : 73891742       (717623 /sec)
104.47/105.25	c 105	conflict literals     : 3530715        (33.70 % deleted)
104.47/105.25	c 105	Memory used           : 15.12 MB
104.47/105.25	c 105	CPU time              : 102.967 s
104.47/105.25	c 105	
104.47/105.25	c 105	UNSATISFIABLE
104.47/105.25	c 105	OK
104.47/105.25	c 105	NOT FOUND: _COST <= 39
104.47/105.25	c 105	OK
104.47/105.25	c 105	OBJECTIVE BOUND: 40 <= _COST <= 78
104.47/105.25	c 105	SEARCHING: _COST <= 59
104.47/105.25	c 105	============================[ Search Statistics ]==============================
104.47/105.25	c 105	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
104.47/105.25	c 105	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
104.47/105.25	c 105	===============================================================================
104.47/105.25	c 105	|    214420 |    2721    53565   153940 |    17855    67240     16 | 43.349 % |
105.07/105.81	c 106	|    214521 |    2721    53565   153940 |    19640    12487     15 | 46.991 % |
105.07/105.86	c 106	|    214671 |    2721    53565   153940 |    21604    12637     15 | 46.991 % |
105.17/105.90	c 106	|    214897 |    2721    53565   153940 |    23765    12863     15 | 46.991 % |
105.17/105.98	c 106	|    215234 |    2721    53565   153940 |    26141    13200     15 | 46.991 % |
105.28/106.09	c 106	|    215741 |    2721    53565   153940 |    28755    13707     15 | 46.991 % |
105.48/106.24	c 106	|    216501 |    2721    53565   153940 |    31631    14467     15 | 46.991 % |
105.68/106.44	c 107	|    217643 |    2721    53565   153940 |    34794    15609     16 | 46.991 % |
105.98/106.79	c 107	|    219352 |    2721    53565   153940 |    38273    17318     16 | 46.991 % |
106.57/107.32	c 107	|    221917 |    2721    53565   153940 |    42101    19883     17 | 46.991 % |
107.46/108.28	c 108	|    225761 |    2721    53565   153940 |    46311    23727     18 | 46.991 % |
109.06/109.82	c 110	|    231527 |    2721    53565   153940 |    50942    29493     19 | 46.991 % |
111.84/112.69	c 113	|    240176 |    2721    53565   153940 |    56036    38142     20 | 46.991 % |
117.42/118.24	c 118	|    253150 |    2721    53565   153940 |    61640    51116     20 | 46.991 % |
125.99/126.82	c 127	|    272611 |    2721    53565   153940 |    67804    19028     23 | 46.991 % |
136.25/137.10	c 137	|    301803 |    2721    53565   153940 |    74584    48220     25 | 46.991 % |
161.44/162.44	c 163	|    345592 |    2721    53565   153940 |    82043    29405     22 | 46.991 % |
197.89/199.07	c 199	|    411277 |    2721    53565   153940 |    90247    26201     22 | 46.991 % |
257.15/258.53	c 259	|    509807 |    2721    53565   153940 |    99272    46694     23 | 46.991 % |
354.24/356.08	c 356	|    657596 |    2721    53565   153940 |   109199    21184     23 | 46.991 % |
499.64/502.03	c 502	|    879282 |    2721    53565   153940 |   120119    52695     23 | 46.991 % |
741.94/745.32	c 745	|   1211807 |    2721    53565   153940 |   132131    64083     25 | 46.991 % |
1106.83/1111.78	c 1112	|   1710595 |    2721    53565   153940 |   145344    85417     23 | 46.991 % |
1702.78/1710.11	c 1710	|   2458778 |    2721    53565   153940 |   159879    38355     27 | 46.991 % |
2684.46/2694.33	c 2694	|   3581055 |    2721    53565   153940 |   175866   137767     25 | 46.991 % |
3600.03/3610.21	c ERROR INTERRUPTED
3600.03/3610.21	Died at HOME/sugar++ line 170.

Verifier Data (download as text)

OK	72	239
72 unsatisfied constraints, 239 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-1127483-1216770363/watcher-1127483-1216770363 -o /tmp/evaluation-result-1127483-1216770363/solver-1127483-1216770363 -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-1127483-1216770363.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 5/72 3868
/proc/meminfo: memFree=1728664/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=6268 CPUtime=0
/proc/3868/stat : 3868 (sugar++) D 3864 3868 3800 0 -1 4194304 62 0 0 0 0 0 0 0 18 0 1 0 4122233 6418432 47 996147200 4194304 4206940 548682068528 18446744073709551615 224262157705 0 2147483391 4096 0 18446744072099863542 0 0 17 1 0 0
/proc/3868/statm: 1567 47 36 3 0 8 0

[startup+0.045395 s]
/proc/loadavg: 1.00 1.00 1.00 5/72 3868
/proc/meminfo: memFree=1728664/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=12412 CPUtime=0
/proc/3868/stat : 3868 (sugar++) R 3864 3868 3800 0 -1 4194304 424 0 0 0 0 0 0 0 18 0 1 0 4122233 12709888 392 996147200 4194304 4206940 548682068528 18446744073709551615 224264944229 0 2147483391 4224 0 18446744072099863542 0 0 17 1 0 0
/proc/3868/statm: 3103 392 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.10623 s]
/proc/loadavg: 1.00 1.00 1.00 5/72 3868
/proc/meminfo: memFree=1728664/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=13336 CPUtime=0.03
/proc/3868/stat : 3868 (sugar++) D 3864 3868 3800 0 -1 4194304 732 0 0 0 2 1 0 0 18 0 1 0 4122233 13656064 700 996147200 4194304 4206940 548682068528 18446744073709551615 224264944229 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/3868/statm: 3334 700 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.302267 s]
/proc/loadavg: 1.00 1.00 1.00 5/72 3868
/proc/meminfo: memFree=1728664/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16740 CPUtime=0.1
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1219 128 0 0 5 5 0 0 19 0 1 0 4122233 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3868/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 16740

[startup+0.701342 s]
/proc/loadavg: 1.00 1.00 1.00 5/72 3868
/proc/meminfo: memFree=1728664/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16740 CPUtime=0.35
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1296 4380 0 1 5 5 22 3 15 0 1 0 4122233 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3868/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 16740

[startup+1.50149 s]
/proc/loadavg: 1.00 1.00 1.00 5/92 3899
/proc/meminfo: memFree=1671096/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.15
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1470 11051 0 3 6 5 95 9 16 0 1 0 4122233 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3868/statm: 4218 1120 414 3 0 797 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 16872

[startup+3.10179 s]
/proc/loadavg: 1.00 1.00 1.00 4/83 3910
/proc/meminfo: memFree=1672448/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.53
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1622 18653 0 5 6 6 127 14 15 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=7692 CPUtime=1.28
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 1883 0 0 0 127 1 0 0 22 0 1 0 4122373 7876608 1828 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3900/statm: 1923 1828 79 151 0 1769 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 24564

[startup+6.30139 s]
/proc/loadavg: 1.08 1.02 1.01 4/83 3920
/proc/meminfo: memFree=1671936/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.53
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1622 18653 0 5 6 6 127 14 16 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=7972 CPUtime=4.46
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 1947 0 0 0 445 1 0 0 25 0 1 0 4122373 8163328 1892 996147200 134512640 135134323 4294956192 18446744073709551615 134532141 0 0 4096 3 0 0 0 17 0 0 0
/proc/3900/statm: 1993 1892 79 151 0 1839 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 24844

[startup+12.7016 s]
/proc/loadavg: 1.15 1.03 1.01 4/83 3920
/proc/meminfo: memFree=1670272/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.53
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1622 18653 0 5 6 6 127 14 16 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=9668 CPUtime=10.83
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 2375 0 0 0 1082 1 0 0 25 0 1 0 4122373 9900032 2320 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 0 0 0
/proc/3900/statm: 2417 2320 79 151 0 2263 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 26540

[startup+25.503 s]
/proc/loadavg: 1.34 1.08 1.02 4/83 3920
/proc/meminfo: memFree=1667840/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.53
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1622 18653 0 5 6 6 127 14 16 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=12424 CPUtime=23.57
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 2988 0 0 0 2355 2 0 0 25 0 1 0 4122373 12722176 2933 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3900/statm: 3106 2933 79 151 0 2952 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 29296

[startup+51.1027 s]
/proc/loadavg: 1.79 1.20 1.07 4/83 3920
/proc/meminfo: memFree=1618752/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.53
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1622 18653 0 5 6 6 127 14 16 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=13532 CPUtime=49.06
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 3277 0 0 0 4904 2 0 0 25 0 1 0 4122373 13856768 3222 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3900/statm: 3383 3222 79 151 0 3229 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 30404

[startup+102.305 s]
/proc/loadavg: 2.31 1.45 1.16 4/83 3920
/proc/meminfo: memFree=1610688/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.53
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1622 18653 0 5 6 6 127 14 16 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=15480 CPUtime=100.06
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 3773 0 0 0 10003 3 0 0 25 0 1 0 4122373 15851520 3718 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3900/statm: 3870 3718 79 151 0 3716 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 32352

[startup+162.302 s]
/proc/loadavg: 2.48 1.65 1.24 4/83 3920
/proc/meminfo: memFree=1608064/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.54
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1624 18653 0 5 7 6 127 14 16 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=17948 CPUtime=159.8
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 4391 0 0 0 15976 4 0 0 25 0 1 0 4122373 18378752 4334 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3900/statm: 4487 4334 79 151 0 4333 0
Current children cumulated CPU time (s) 161.34
Current children cumulated vsize (KiB) 34820

[startup+222.302 s]
/proc/loadavg: 2.69 1.86 1.34 4/83 3920
/proc/meminfo: memFree=1606976/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.54
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1624 18653 0 5 7 6 127 14 16 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=19160 CPUtime=219.55
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 4655 0 0 0 21951 4 0 0 25 0 1 0 4122373 19619840 4598 996147200 134512640 135134323 4294956192 18446744073709551615 134529698 0 0 4096 3 0 0 0 17 0 0 0
/proc/3900/statm: 4790 4598 79 151 0 4636 0
Current children cumulated CPU time (s) 221.09
Current children cumulated vsize (KiB) 36032

[startup+282.302 s]
/proc/loadavg: 2.72 2.02 1.42 4/83 3920
/proc/meminfo: memFree=1605312/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.54
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1624 18653 0 5 7 6 127 14 16 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=20864 CPUtime=279.31
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 5051 0 0 0 27926 5 0 0 25 0 1 0 4122373 21364736 4994 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/3900/statm: 5216 4994 79 151 0 5062 0
Current children cumulated CPU time (s) 280.85
Current children cumulated vsize (KiB) 37736

[startup+342.302 s]
/proc/loadavg: 2.67 2.13 1.50 4/83 3920
/proc/meminfo: memFree=1603968/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.54
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1624 18653 0 5 7 6 127 14 16 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=22312 CPUtime=339.06
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 5403 0 0 0 33901 5 0 0 25 0 1 0 4122373 22847488 5346 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3900/statm: 5578 5346 79 151 0 5424 0
Current children cumulated CPU time (s) 340.6
Current children cumulated vsize (KiB) 39184

[startup+402.301 s]
/proc/loadavg: 2.69 2.24 1.57 4/83 3920
/proc/meminfo: memFree=1602176/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.54
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1624 18653 0 5 7 6 127 14 16 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=24204 CPUtime=398.81
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 5846 0 0 0 39876 5 0 0 25 0 1 0 4122373 24784896 5789 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3900/statm: 6051 5789 79 151 0 5897 0
Current children cumulated CPU time (s) 400.35
Current children cumulated vsize (KiB) 41076

[startup+462.302 s]
/proc/loadavg: 2.46 2.24 1.61 4/83 3920
/proc/meminfo: memFree=1601984/2055920 swapFree=4192956/4192956

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

/proc/3900/statm: 10203 9724 79 151 0 10049 0
Current children cumulated CPU time (s) 2912.38
Current children cumulated vsize (KiB) 57684

[startup+2982.3 s]
/proc/loadavg: 2.00 2.05 2.21 3/84 3967
/proc/meminfo: memFree=1643568/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.54
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1624 18653 0 5 7 6 127 14 16 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=41192 CPUtime=2970.82
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 9862 0 0 0 297068 14 0 0 25 0 1 0 4122373 42180608 9805 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3900/statm: 10298 9805 79 151 0 10144 0
Current children cumulated CPU time (s) 2972.36
Current children cumulated vsize (KiB) 58064

[startup+3042.3 s]
/proc/loadavg: 2.00 2.04 2.20 3/84 3967
/proc/meminfo: memFree=1643056/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.54
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1624 18653 0 5 7 6 127 14 16 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=41596 CPUtime=3030.8
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 9939 0 0 0 303066 14 0 0 25 0 1 0 4122373 42594304 9882 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 1 0 0
/proc/3900/statm: 10399 9882 79 151 0 10245 0
Current children cumulated CPU time (s) 3032.34
Current children cumulated vsize (KiB) 58468

[startup+3102.3 s]
/proc/loadavg: 2.00 2.03 2.18 3/84 3967
/proc/meminfo: memFree=1642928/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.54
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1624 18653 0 5 7 6 127 14 16 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=41596 CPUtime=3090.77
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 9939 0 0 0 309063 14 0 0 25 0 1 0 4122373 42594304 9882 996147200 134512640 135134323 4294956192 18446744073709551615 134531947 0 0 4096 3 0 0 0 17 1 0 0
/proc/3900/statm: 10399 9882 79 151 0 10245 0
Current children cumulated CPU time (s) 3092.31
Current children cumulated vsize (KiB) 58468

[startup+3162.3 s]
/proc/loadavg: 2.00 2.02 2.17 3/84 3967
/proc/meminfo: memFree=1642736/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.54
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1624 18653 0 5 7 6 127 14 16 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=41716 CPUtime=3150.75
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 9946 0 0 0 315061 14 0 0 25 0 1 0 4122373 42717184 9889 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3900/statm: 10429 9889 79 151 0 10275 0
Current children cumulated CPU time (s) 3152.29
Current children cumulated vsize (KiB) 58588

[startup+3222.3 s]
/proc/loadavg: 2.00 2.02 2.16 3/84 3967
/proc/meminfo: memFree=1642480/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.54
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1624 18653 0 5 7 6 127 14 16 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=41716 CPUtime=3210.73
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 9954 0 0 0 321059 14 0 0 25 0 1 0 4122373 42717184 9897 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3900/statm: 10429 9897 79 151 0 10275 0
Current children cumulated CPU time (s) 3212.27
Current children cumulated vsize (KiB) 58588

[startup+3282.3 s]
/proc/loadavg: 2.00 2.01 2.14 3/84 3967
/proc/meminfo: memFree=1642352/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.54
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1624 18653 0 5 7 6 127 14 16 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=41716 CPUtime=3270.71
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 9954 0 0 0 327057 14 0 0 25 0 1 0 4122373 42717184 9897 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3900/statm: 10429 9897 79 151 0 10275 0
Current children cumulated CPU time (s) 3272.25
Current children cumulated vsize (KiB) 58588

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/84 3967
/proc/meminfo: memFree=1642288/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.54
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1624 18653 0 5 7 6 127 14 16 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=41716 CPUtime=3330.69
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 9956 0 0 0 333055 14 0 0 25 0 1 0 4122373 42717184 9899 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3900/statm: 10429 9899 79 151 0 10275 0
Current children cumulated CPU time (s) 3332.23
Current children cumulated vsize (KiB) 58588

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.12 3/84 3967
/proc/meminfo: memFree=1641904/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.54
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1624 18653 0 5 7 6 127 14 16 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=42056 CPUtime=3390.67
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 10055 0 0 0 339053 14 0 0 25 0 1 0 4122373 43065344 9998 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3900/statm: 10514 9998 79 151 0 10360 0
Current children cumulated CPU time (s) 3392.21
Current children cumulated vsize (KiB) 58928

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/84 3967
/proc/meminfo: memFree=1641072/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.54
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1624 18653 0 5 7 6 127 14 16 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=42796 CPUtime=3450.64
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 10225 0 0 0 345050 14 0 0 25 0 1 0 4122373 43823104 10168 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3900/statm: 10699 10168 79 151 0 10545 0
Current children cumulated CPU time (s) 3452.18
Current children cumulated vsize (KiB) 59668

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/84 3967
/proc/meminfo: memFree=1641008/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.54
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1624 18653 0 5 7 6 127 14 16 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=42796 CPUtime=3510.62
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 10237 0 0 0 351048 14 0 0 25 0 1 0 4122373 43823104 10180 996147200 134512640 135134323 4294956192 18446744073709551615 134532500 0 0 4096 3 0 0 0 17 1 0 0
/proc/3900/statm: 10699 10180 79 151 0 10545 0
Current children cumulated CPU time (s) 3512.16
Current children cumulated vsize (KiB) 59668

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/84 3967
/proc/meminfo: memFree=1640624/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.54
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1624 18653 0 5 7 6 127 14 16 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=43184 CPUtime=3570.6
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 10306 0 0 0 357046 14 0 0 25 0 1 0 4122373 44220416 10249 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/3900/statm: 10796 10249 79 151 0 10642 0
Current children cumulated CPU time (s) 3572.14
Current children cumulated vsize (KiB) 60056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.21 s]
/proc/loadavg: 2.00 2.00 2.09 3/84 3967
/proc/meminfo: memFree=1640624/2055920 swapFree=4192956/4192956
[pid=3868] ppid=3864 vsize=16872 CPUtime=1.54
/proc/3868/stat : 3868 (sugar++) S 3864 3868 3800 0 -1 4194304 1624 18653 0 5 7 6 127 14 16 0 1 0 4122233 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3868/statm: 4218 1121 414 3 0 797 0
[pid=3900] ppid=3868 vsize=43184 CPUtime=3598.49
/proc/3900/stat : 3900 (minisat-inc) R 3868 3868 3800 0 -1 4194304 10307 0 0 0 359835 14 0 0 25 0 1 0 4122373 44220416 10250 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 1 0 0
/proc/3900/statm: 10796 10250 79 151 0 10642 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 60056

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

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

Child status: 255

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

Real time (s): 3610.22
CPU time (s): 3600.03
CPU user time (s): 3599.69
CPU system time (s): 0.34
CPU usage (%): 99.7178
Max. virtual memory (cumulated for all children) (KiB): 890580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.34679
system time used= 0.207968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20352
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2494
involuntary context switches= 2300

runsolver used 3.9294 second user time and 9.8485 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-23 01:46:03
IDJOB=1127483
IDBENCH=63505
IDSOLVER=367
FILE ID=node82/1127483-1216770363
PBS_JOBID= 7974126
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/2-40-100-1000/normalized-cnf-2-40-400-907730_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-1127483-1216770363/watcher-1127483-1216770363 -o /tmp/evaluation-result-1127483-1216770363/solver-1127483-1216770363 -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-1127483-1216770363.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cf4abbf0db3a4531fe40e8067f70519a
RANDOM SEED=1519558692

node82.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	: 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.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:       1729944 kB
Buffers:         22344 kB
Cached:         245508 kB
SwapCached:          0 kB
Active:         205372 kB
Inactive:        77384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729944 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2844 kB
Writeback:           0 kB
Mapped:          24604 kB
Slab:            28784 kB
Committed_AS:    53724 kB
PageTables:       1612 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node82 at 2008-07-23 02:46:15