Trace number 1114675

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)20 3600.13 3623.63

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-30_ext.xml
MD5SUMa8087ab4fdea1161a30b7e461efff528
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1591.54
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints334
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension334
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.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Sun Jul 13 01:22:17 2008
0.00/0.07	c 0	PID 15224
0.00/0.07	c 0	HOST node87.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1114675-1215904936.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1114675-1215904936.xml' 'HOME/temp.csp'
0.06/0.51	c 0	1 domains, 40 variables, 0 predicates, 334 relations, 334 constraints
0.06/0.55	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.55	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.48/0.70	c 0	Parsing HOME/temp.csp
0.48/0.98	c 0	parsed 709 expressions
0.48/0.98	c 0	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.48/0.98	c 0	MAX CSP: 334 constraints
0.48/0.98	c 0	Converting to clausal form CSP
0.48/1.01	c 0	converted 105 (10%) expressions
0.48/1.01	c 0	converted 210 (20%) expressions
0.48/1.02	c 0	converted 314 (30%) expressions
0.48/1.09	c 1	converted 419 (40%) expressions
0.94/1.11	c 1	converted 523 (50%) expressions
0.94/1.13	c 1	converted 628 (60%) expressions
0.94/1.15	c 1	converted 733 (70%) expressions
0.94/1.16	c 1	converted 837 (80%) expressions
0.94/1.18	c 1	converted 942 (90%) expressions
1.13/1.39	c 1	converted 1046 (100%) expressions
1.13/1.39	c 1	CSP : 708 integers, 0 booleans, 1001 clauses, largest domain size 502
1.13/1.39	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.39	c 1	Propagation in CSP
1.23/1.42	c 1	329 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.23/1.42	c 1	CSP : 708 integers, 0 booleans, 1001 clauses, largest domain size 335
1.23/1.42	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.43	c 1	Simplifing CSP by introducing new Boolean variables
1.23/1.43	c 1	CSP : 708 integers, 0 booleans, 1001 clauses, largest domain size 335
1.23/1.43	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.47	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.33/2.20	c 2	71 (10%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.33/2.20	c 2	142 (20%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.33/2.20	c 2	213 (30%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.33/2.20	c 2	284 (40%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.33/2.20	c 2	354 (50%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.34/2.20	c 2	425 (60%) CSP integer variables are encoded (1221 clauses, 14373 bytes)
1.34/2.20	c 2	496 (70%) CSP integer variables are encoded (1593 clauses, 19209 bytes)
1.34/2.21	c 2	567 (80%) CSP integer variables are encoded (4522 clauses, 57286 bytes)
1.34/2.21	c 2	638 (90%) CSP integer variables are encoded (4931 clauses, 62603 bytes)
1.34/2.21	c 2	708 (100%) CSP integer variables are encoded (5518 clauses, 70234 bytes)
1.34/2.29	c 2	101 (10%) CSP clauses are encoded (11934 clauses, 209707 bytes)
1.45/2.33	c 2	201 (20%) CSP clauses are encoded (18289 clauses, 360727 bytes)
1.45/2.37	c 2	301 (30%) CSP clauses are encoded (24765 clauses, 515845 bytes)
1.45/2.40	c 2	401 (40%) CSP clauses are encoded (27636 clauses, 580235 bytes)
1.53/2.41	c 2	501 (50%) CSP clauses are encoded (34870 clauses, 709456 bytes)
1.53/2.42	c 2	601 (60%) CSP clauses are encoded (37196 clauses, 749416 bytes)
1.74/2.63	c 2	701 (70%) CSP clauses are encoded (145796 clauses, 2725398 bytes)
1.74/2.64	c 2	801 (80%) CSP clauses are encoded (148400 clauses, 2770260 bytes)
1.74/2.65	c 2	901 (90%) CSP clauses are encoded (154434 clauses, 2877901 bytes)
1.74/2.69	c 2	1001 (100%) CSP clauses are encoded (175928 clauses, 3268110 bytes)
1.74/2.69	c 2	1001 CSP clauses encoded
1.74/2.69	c 2	Writing map file : HOME/temp.map
1.84/2.70	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.84/2.70	c 2	SAT : 6226 SAT variables, 175928 SAT clauses, 3268110 bytes
1.84/2.70	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.84/2.71	c 2	OBJECTIVE minimize _COST
1.84/2.71	c 2	SOLVING HOME/temp.cnf
1.84/2.71	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.84/2.71	c 2	This is MiniSat 2.0 beta incremental
1.84/2.71	c 2	WARNING: for repeatability, setting FPU to use double precision
1.84/2.71	c 2	============================[ Problem Statistics ]=============================
1.84/2.71	c 2	|                                                                             |
1.84/2.80	c 2	|  Number of variables:  6226                                                 |
1.84/2.80	c 2	|  Number of clauses:    175928                                               |
1.86/3.16	c 3	|  Parsing time:         0.07         s                                       |
1.86/3.17	c 3	OK
1.86/3.17	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
1.86/3.17	c 3	SEARCHING: _COST <= 167
1.86/3.17	c 3	============================[ Search Statistics ]==============================
1.86/3.17	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.86/3.17	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.86/3.17	c 3	===============================================================================
1.86/3.17	c 3	|         0 |    6226   175928   548961 |    58642        0    nan |  0.000 % |
1.86/3.18	c 3	===============================================================================
1.86/3.18	c 3	restarts              : 1
1.86/3.18	c 3	conflicts             : 3             (33 /sec)
1.86/3.18	c 3	decisions             : 43            (0.00 % random) (478 /sec)
1.86/3.18	c 3	propagations          : 6384           (70944 /sec)
1.86/3.18	c 3	conflict literals     : 44             (8.33 % deleted)
1.86/3.18	c 3	Memory used           : 9.44 MB
1.86/3.18	c 3	CPU time              : 0.089986 s
1.86/3.18	c 3	
1.86/3.18	c 3	SATISFIABLE
1.86/3.18	c 3	OK
1.86/3.18	c 3	FOUND: _COST <= 167
1.86/3.18	s SATISFIABLE
1.86/3.18	c 3	DECODING HOME/temp.out WITH HOME/temp.map
1.86/3.18	c 3	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.86/3.30	c 3	Decoding HOME/temp.out
2.02/3.38	c 3	OBJECTIVE _COST 167
2.02/3.38	o 167
2.02/3.38	v 18 7 4 18 15 16 10 10 16 18 14 17 10 15 15 9 14 17 9 11 12 15 4 17 9 16 11 18 17 18 18 13 18 18 17 18 18 18 18 18
2.02/3.38	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.10/3.43	c 3	OK
2.10/3.43	c 3	OBJECTIVE BOUND: 0 <= _COST <= 167
2.10/3.43	c 3	SEARCHING: _COST <= 83
2.10/3.44	c 3	============================[ Search Statistics ]==============================
2.10/3.45	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.10/3.45	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.10/3.45	c 3	===============================================================================
2.10/3.45	c 3	|         3 |    6226   175928   548961 |    58642        3     15 |  0.000 % |
2.10/3.46	c 3	|       103 |    4799   175928   548961 |    64506      103     50 | 24.143 % |
2.10/3.49	c 3	|       254 |    4799   175928   548961 |    70957      254     40 | 24.143 % |
2.17/3.50	c 3	===============================================================================
2.17/3.50	c 3	restarts              : 4
2.17/3.50	c 3	conflicts             : 260           (1625 /sec)
2.17/3.50	c 3	decisions             : 741           (0.40 % random) (4632 /sec)
2.17/3.50	c 3	propagations          : 101554         (634812 /sec)
2.17/3.50	c 3	conflict literals     : 10232          (15.95 % deleted)
2.17/3.50	c 3	Memory used           : 9.70 MB
2.17/3.50	c 3	CPU time              : 0.159975 s
2.17/3.50	c 3	
2.17/3.50	c 3	SATISFIABLE
2.17/3.50	c 3	OK
2.17/3.50	c 3	FOUND: _COST <= 83
2.17/3.50	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.17/3.50	c 3	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.17/3.59	c 3	Decoding HOME/temp.out
2.18/3.67	c 3	OBJECTIVE _COST 83
2.18/3.67	o 83
2.18/3.67	v 18 18 18 0 18 9 0 12 18 0 13 17 13 8 3 3 18 18 18 14 15 16 18 16 18 18 8 4 1 18 15 18 18 15 18 15 18 17 16 15
2.18/3.68	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.18/3.73	c 3	OK
2.18/3.73	c 3	OBJECTIVE BOUND: 0 <= _COST <= 83
2.18/3.73	c 3	SEARCHING: _COST <= 41
2.18/3.73	c 3	============================[ Search Statistics ]==============================
2.18/3.73	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.18/3.73	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.18/3.73	c 3	===============================================================================
2.18/3.73	c 3	|       260 |    4723   175928   548961 |    58642      260     39 | 24.143 % |
2.18/3.74	c 3	===============================================================================
2.18/3.75	c 3	restarts              : 5
2.18/3.75	c 3	conflicts             : 325           (1826 /sec)
2.18/3.75	c 3	decisions             : 890           (0.56 % random) (5001 /sec)
2.18/3.75	c 3	propagations          : 119195         (669740 /sec)
2.18/3.75	c 3	conflict literals     : 13274          (15.56 % deleted)
2.18/3.75	c 3	Memory used           : 9.70 MB
2.18/3.75	c 3	CPU time              : 0.177972 s
2.18/3.75	c 3	
2.18/3.75	c 3	SATISFIABLE
2.18/3.75	c 3	OK
2.18/3.75	c 3	FOUND: _COST <= 41
2.18/3.75	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.18/3.75	c 3	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.36/3.82	c 3	Decoding HOME/temp.out
2.36/3.93	c 3	OBJECTIVE _COST 41
2.36/3.93	o 41
2.36/3.93	v 18 4 18 6 18 0 0 13 9 9 2 2 8 9 15 7 18 18 7 14 4 18 3 16 18 18 6 16 18 18 14 18 18 1 18 18 17 1 4 0
2.36/3.93	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.36/3.98	c 3	OK
2.36/3.99	c 3	OBJECTIVE BOUND: 0 <= _COST <= 41
2.36/3.99	c 3	SEARCHING: _COST <= 20
2.57/4.00	c 3	============================[ Search Statistics ]==============================
2.57/4.00	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.57/4.00	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.57/4.00	c 3	===============================================================================
2.57/4.00	c 3	|       325 |    3881   175928   548961 |    58642      325     41 | 24.143 % |
2.57/4.00	c 3	===============================================================================
2.57/4.00	c 3	restarts              : 6
2.57/4.00	c 3	conflicts             : 396           (2031 /sec)
2.57/4.00	c 3	decisions             : 1052          (0.57 % random) (5396 /sec)
2.57/4.00	c 3	propagations          : 132278         (678453 /sec)
2.57/4.00	c 3	conflict literals     : 16636          (14.08 % deleted)
2.57/4.00	c 3	Memory used           : 9.83 MB
2.57/4.00	c 3	CPU time              : 0.19497 s
2.57/4.00	c 3	
2.57/4.00	c 3	SATISFIABLE
2.57/4.00	c 3	OK
2.57/4.00	c 3	FOUND: _COST <= 20
2.57/4.00	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.57/4.00	c 3	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.57/4.08	c 4	Decoding HOME/temp.out
2.57/4.17	c 4	OBJECTIVE _COST 20
2.57/4.17	o 20
2.57/4.17	v 1 13 7 3 18 13 3 17 9 7 13 2 16 5 6 4 1 18 1 17 12 18 6 17 11 16 10 7 18 18 5 18 13 12 4 18 18 15 3 8
2.57/4.19	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.57/4.25	c 4	OK
2.57/4.25	c 4	OBJECTIVE BOUND: 0 <= _COST <= 20
2.57/4.25	c 4	SEARCHING: _COST <= 10
2.77/5.05	c 4	============================[ Search Statistics ]==============================
2.77/5.05	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.77/5.05	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.77/5.05	c 4	===============================================================================
2.77/5.05	c 4	|       396 |    3329   175928   548961 |    58642      396     42 | 24.143 % |
2.77/5.07	c 5	|       496 |    3329   175928   548961 |    64506      496     42 | 53.502 % |
2.77/5.10	c 5	|       648 |    3329   175928   548961 |    70957      648     39 | 53.502 % |
2.82/5.14	c 5	|       873 |    3329   175928   548961 |    78053      873     35 | 53.502 % |
2.92/5.22	c 5	|      1210 |    3329   175928   548961 |    85858     1210     35 | 53.502 % |
3.02/5.31	c 5	|      1717 |    3329   175928   548961 |    94444     1717     34 | 53.502 % |
3.22/5.50	c 5	|      2479 |    2895    42796   159244 |   103889     2416     34 | 53.502 % |
3.42/5.71	c 5	|      3620 |    2895    42796   159244 |   114277     3557     33 | 53.502 % |
3.73/6.05	c 5	|      5329 |    2895    42796   159244 |   125705     5266     37 | 53.502 % |
4.23/6.60	c 6	|      7892 |    2895    42796   159244 |   138276     7829     37 | 53.502 % |
5.22/7.54	c 7	|     11736 |    2895    42796   159244 |   152103    11673     39 | 53.502 % |
6.71/9.06	c 9	|     17502 |    2895    42796   159244 |   167314    17439     38 | 53.502 % |
9.59/11.93	c 11	|     26151 |    2895    42796   159244 |   184045    26088     38 | 53.502 % |
15.16/17.51	c 17	|     39126 |    2895    42796   159244 |   202450    39063     38 | 53.502 % |
27.29/29.73	c 29	|     58587 |    2895    42796   159244 |   222695    58524     41 | 53.502 % |
48.35/50.91	c 50	|     87780 |    2895    42796   159244 |   244964    87717     41 | 53.502 % |
92.70/95.52	c 95	|    131569 |    2895    42796   159244 |   269461   131506     43 | 53.502 % |
182.87/186.24	c 186	|    197253 |    2895    42796   159244 |   296407   197190     47 | 53.502 % |
394.55/399.12	c 399	|    295779 |    2895    42796   159244 |   326048   295716     44 | 53.502 % |
596.17/601.97	c 601	|    443569 |    2895    42796   159244 |   358653   134100     40 | 53.502 % |
1040.47/1048.84	c 1048	|    665252 |    2895    42796   159244 |   394518   355783     52 | 53.502 % |
1610.75/1622.48	c 1622	|    997778 |    2895    42796   159244 |   433970   306626     39 | 53.502 % |
2481.66/2498.43	c 2498	|   1496566 |    2895    42796   159244 |   477367   386831     47 | 53.502 % |
3600.06/3623.61	c ERROR INTERRUPTED
3600.06/3623.63	c 3623	CPU 3599.48 (0.06 0.01 3599.42 0.61)
3600.06/3623.63	c 3623	END Sun Jul 13 02:22:40 2008

Verifier Data (download as text)

OK	20	314
20 unsatisfied constraints, 314 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-1114675-1215904936/watcher-1114675-1215904936 -o /tmp/evaluation-result-1114675-1215904936/solver-1114675-1215904936 -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-1114675-1215904936.xml 

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


[startup+0 s]
/proc/loadavg: 3.47 3.22 2.93 5/105 15224
/proc/meminfo: memFree=1806816/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16740 CPUtime=0.06
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 47190420 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4185 1099 406 3 0 764 0
[pid=15225] ppid=15224 vsize=16740 CPUtime=0
/proc/15225/stat : 15225 (sugar++) R 15224 15224 15101 0 -1 4194368 14 0 0 0 0 0 0 0 18 0 1 0 47190428 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 254613712167 0 0 4096 16386 0 0 0 17 0 0 0
/proc/15225/statm: 4185 1099 406 3 0 764 0

[startup+0.118307 s]
/proc/loadavg: 3.47 3.22 2.93 5/105 15224
/proc/meminfo: memFree=1806816/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16740 CPUtime=0.06
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 47190420 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.201541 s]
/proc/loadavg: 3.47 3.22 2.93 5/105 15224
/proc/meminfo: memFree=1806816/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16740 CPUtime=0.06
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 47190420 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301561 s]
/proc/loadavg: 3.47 3.22 2.93 5/105 15224
/proc/meminfo: memFree=1806816/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16740 CPUtime=0.06
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 47190420 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701634 s]
/proc/loadavg: 3.47 3.22 2.93 5/105 15224
/proc/meminfo: memFree=1806816/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16740 CPUtime=0.48
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1279 4742 0 1 5 1 38 4 17 0 1 0 47190420 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 16740

[startup+1.50179 s]
/proc/loadavg: 3.47 3.22 2.93 4/116 15246
/proc/meminfo: memFree=1792200/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16740 CPUtime=0.48
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1297 4742 0 1 5 1 38 4 15 0 1 0 47190420 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15224/statm: 4185 1104 409 3 0 764 0
[pid=15237] ppid=15224 vsize=5356 CPUtime=0
/proc/15237/stat : 15237 (sh) S 15224 15224 15101 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 47190476 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15237/statm: 1339 233 193 169 0 50 0
[pid=15238] ppid=15237 vsize=868496 CPUtime=0.83
/proc/15238/stat : 15238 (java) S 15237 15224 15101 0 -1 0 8093 0 1 0 80 3 0 0 18 0 9 0 47190482 889339904 7317 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15238/statm: 217124 7317 2555 9 0 211671 0
[pid=15238/tid=15239] ppid=15237 vsize=868496 CPUtime=0.4
/proc/15238/task/15239/stat : 15239 (java) R 15237 15224 15101 0 -1 64 2694 0 1 0 39 1 0 0 25 0 9 0 47190485 889339904 7317 996147200 134512640 134550740 4294955920 18446744073709551615 1581791 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15238/tid=15240] ppid=15237 vsize=868496 CPUtime=0.21
/proc/15238/task/15240/stat : 15240 (java) S 15237 15224 15101 0 -1 64 3243 0 0 0 21 0 0 0 16 0 9 0 47190486 889339904 7317 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15238/tid=15241] ppid=15237 vsize=868496 CPUtime=0
/proc/15238/task/15241/stat : 15241 (java) S 15237 15224 15101 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 47190486 889339904 7317 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15238/tid=15242] ppid=15237 vsize=868496 CPUtime=0
/proc/15238/task/15242/stat : 15242 (java) S 15237 15224 15101 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 47190486 889339904 7317 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15238/tid=15243] ppid=15237 vsize=868496 CPUtime=0
/proc/15238/task/15243/stat : 15243 (java) S 15237 15224 15101 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 47190488 889339904 7317 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15238/tid=15244] ppid=15237 vsize=868496 CPUtime=0.18
/proc/15238/task/15244/stat : 15244 (java) S 15237 15224 15101 0 -1 64 1464 0 0 0 18 0 0 0 16 0 9 0 47190488 889339904 7317 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15238/tid=15245] ppid=15237 vsize=868496 CPUtime=0
/proc/15238/task/15245/stat : 15245 (java) S 15237 15224 15101 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 47190488 889339904 7317 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15238/tid=15246] ppid=15237 vsize=868496 CPUtime=0
/proc/15238/task/15246/stat : 15246 (java) S 15237 15224 15101 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 47190488 889339904 7317 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 890592

[startup+3.10195 s]
/proc/loadavg: 3.47 3.22 2.93 5/116 15246
/proc/meminfo: memFree=1784008/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=1.86
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1461 13314 0 2 5 1 168 12 16 0 1 0 47190420 17276928 1119 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4218 1119 413 3 0 797 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 16872

[startup+6.30171 s]
/proc/loadavg: 3.43 3.22 2.93 4/107 15287
/proc/meminfo: memFree=1790784/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=2.57
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1766 28510 0 6 6 1 228 22 15 0 1 0 47190420 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4218 1122 414 3 0 797 0
[pid=15247] ppid=15224 vsize=10192 CPUtime=1.46
/proc/15247/stat : 15247 (minisat-inc) R 15224 15224 15101 0 -1 4194304 2472 0 0 0 144 2 0 0 25 0 1 0 47190692 10436608 2412 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15247/statm: 2548 2412 80 151 0 2394 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 27064

[startup+12.7019 s]
/proc/loadavg: 3.39 3.21 2.93 3/107 15287
/proc/meminfo: memFree=1789264/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=2.57
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1766 28510 0 6 6 1 228 22 16 0 1 0 47190420 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4218 1122 414 3 0 797 0
[pid=15247] ppid=15224 vsize=11952 CPUtime=7.81
/proc/15247/stat : 15247 (minisat-inc) R 15224 15224 15101 0 -1 4194304 2881 0 0 0 779 2 0 0 25 0 1 0 47190692 12238848 2821 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/15247/statm: 2988 2821 80 151 0 2834 0
Current children cumulated CPU time (s) 10.38
Current children cumulated vsize (KiB) 28824

[startup+25.5024 s]
/proc/loadavg: 3.17 3.17 2.91 4/107 15287
/proc/meminfo: memFree=1784080/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=2.57
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1766 28510 0 6 6 1 228 22 16 0 1 0 47190420 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4218 1122 414 3 0 797 0
[pid=15247] ppid=15224 vsize=17060 CPUtime=20.54
/proc/15247/stat : 15247 (minisat-inc) R 15224 15224 15101 0 -1 4194304 4179 0 0 0 2050 4 0 0 25 0 1 0 47190692 17469440 4119 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15247/statm: 4265 4119 80 151 0 4111 0
Current children cumulated CPU time (s) 23.11
Current children cumulated vsize (KiB) 33932

[startup+51.1013 s]
/proc/loadavg: 2.95 3.12 2.90 4/107 15287
/proc/meminfo: memFree=1777232/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=2.57
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1766 28510 0 6 6 1 228 22 16 0 1 0 47190420 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4218 1122 414 3 0 797 0
[pid=15247] ppid=15224 vsize=24148 CPUtime=45.98
/proc/15247/stat : 15247 (minisat-inc) R 15224 15224 15101 0 -1 4194304 5927 0 0 0 4593 5 0 0 25 0 1 0 47190692 24727552 5867 996147200 134512640 135134323 4294956192 18446744073709551615 134532106 0 0 4096 3 0 0 0 17 1 0 0
/proc/15247/statm: 6037 5867 80 151 0 5883 0
Current children cumulated CPU time (s) 48.55
Current children cumulated vsize (KiB) 41020

[startup+102.301 s]
/proc/loadavg: 2.88 3.07 2.90 4/107 15287
/proc/meminfo: memFree=1766096/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=2.57
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1766 28510 0 6 6 1 228 22 16 0 1 0 47190420 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4218 1122 414 3 0 797 0
[pid=15247] ppid=15224 vsize=35164 CPUtime=96.9
/proc/15247/stat : 15247 (minisat-inc) R 15224 15224 15101 0 -1 4194304 8671 0 0 0 9681 9 0 0 25 0 1 0 47190692 36007936 8611 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15247/statm: 8791 8611 80 151 0 8637 0
Current children cumulated CPU time (s) 99.47
Current children cumulated vsize (KiB) 52036

[startup+162.303 s]
/proc/loadavg: 2.79 3.00 2.88 4/107 15287
/proc/meminfo: memFree=1754448/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=2.57
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1766 28510 0 6 6 1 228 22 16 0 1 0 47190420 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4218 1122 414 3 0 797 0
[pid=15247] ppid=15224 vsize=46656 CPUtime=156.55
/proc/15247/stat : 15247 (minisat-inc) R 15224 15224 15101 0 -1 4194304 11531 0 0 0 15643 12 0 0 25 0 1 0 47190692 47775744 11471 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15247/statm: 11664 11471 80 151 0 11510 0
Current children cumulated CPU time (s) 159.12
Current children cumulated vsize (KiB) 63528

[startup+222.308 s]
/proc/loadavg: 2.72 2.94 2.87 4/107 15287
/proc/meminfo: memFree=1747088/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=2.57
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1766 28510 0 6 6 1 228 22 16 0 1 0 47190420 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4218 1122 414 3 0 797 0
[pid=15247] ppid=15224 vsize=54300 CPUtime=216.2
/proc/15247/stat : 15247 (minisat-inc) R 15224 15224 15101 0 -1 4194304 13345 0 0 0 21607 13 0 0 25 0 1 0 47190692 55603200 13285 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15247/statm: 13575 13285 80 151 0 13421 0
Current children cumulated CPU time (s) 218.77
Current children cumulated vsize (KiB) 71172

[startup+282.302 s]
/proc/loadavg: 2.56 2.85 2.84 3/107 15287
/proc/meminfo: memFree=1741584/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=2.57
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1766 28510 0 6 6 1 228 22 16 0 1 0 47190420 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4218 1122 414 3 0 797 0
[pid=15247] ppid=15224 vsize=59756 CPUtime=275.85
/proc/15247/stat : 15247 (minisat-inc) R 15224 15224 15101 0 -1 4194304 14709 0 0 0 27571 14 0 0 25 0 1 0 47190692 61190144 14649 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15247/statm: 14939 14649 80 151 0 14785 0
Current children cumulated CPU time (s) 278.42
Current children cumulated vsize (KiB) 76628

[startup+342.301 s]
/proc/loadavg: 2.65 2.83 2.83 4/107 15287
/proc/meminfo: memFree=1736848/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=2.57
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1766 28510 0 6 6 1 228 22 16 0 1 0 47190420 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=15247] ppid=15224 vsize=126584 CPUtime=2900.53
/proc/15247/stat : 15247 (minisat-inc) R 15224 15224 15101 0 -1 4194304 30999 0 0 0 290019 34 0 0 25 0 1 0 47190692 129622016 30939 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15247/statm: 31646 30939 80 151 0 31492 0
Current children cumulated CPU time (s) 2903.1
Current children cumulated vsize (KiB) 143456

[startup+2982.3 s]
/proc/loadavg: 2.71 2.62 2.62 4/107 15293
/proc/meminfo: memFree=1674384/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=2.57
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1766 28510 0 6 6 1 228 22 16 0 1 0 47190420 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4218 1122 414 3 0 797 0
[pid=15247] ppid=15224 vsize=126584 CPUtime=2960.18
/proc/15247/stat : 15247 (minisat-inc) R 15224 15224 15101 0 -1 4194304 31002 0 0 0 295984 34 0 0 25 0 1 0 47190692 129622016 30942 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/15247/statm: 31646 30942 80 151 0 31492 0
Current children cumulated CPU time (s) 2962.75
Current children cumulated vsize (KiB) 143456

[startup+3042.3 s]
/proc/loadavg: 2.74 2.64 2.63 3/107 15293
/proc/meminfo: memFree=1674128/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=2.57
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1766 28510 0 6 6 1 228 22 16 0 1 0 47190420 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4218 1122 414 3 0 797 0
[pid=15247] ppid=15224 vsize=126992 CPUtime=3019.83
/proc/15247/stat : 15247 (minisat-inc) R 15224 15224 15101 0 -1 4194304 31079 0 0 0 301949 34 0 0 25 0 1 0 47190692 130039808 31019 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15247/statm: 31748 31019 80 151 0 31594 0
Current children cumulated CPU time (s) 3022.4
Current children cumulated vsize (KiB) 143864

[startup+3102.3 s]
/proc/loadavg: 2.58 2.62 2.62 3/107 15293
/proc/meminfo: memFree=1674064/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=2.57
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1766 28510 0 6 6 1 228 22 16 0 1 0 47190420 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4218 1122 414 3 0 797 0
[pid=15247] ppid=15224 vsize=127356 CPUtime=3079.49
/proc/15247/stat : 15247 (minisat-inc) R 15224 15224 15101 0 -1 4194304 31162 0 0 0 307914 35 0 0 25 0 1 0 47190692 130412544 31102 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15247/statm: 31839 31102 80 151 0 31685 0
Current children cumulated CPU time (s) 3082.06
Current children cumulated vsize (KiB) 144228

[startup+3162.3 s]
/proc/loadavg: 2.66 2.62 2.62 3/107 15293
/proc/meminfo: memFree=1673936/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=2.57
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1766 28510 0 6 6 1 228 22 16 0 1 0 47190420 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4218 1122 414 3 0 797 0
[pid=15247] ppid=15224 vsize=127356 CPUtime=3139.14
/proc/15247/stat : 15247 (minisat-inc) R 15224 15224 15101 0 -1 4194304 31168 0 0 0 313879 35 0 0 25 0 1 0 47190692 130412544 31108 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15247/statm: 31839 31108 80 151 0 31685 0
Current children cumulated CPU time (s) 3141.71
Current children cumulated vsize (KiB) 144228

[startup+3222.3 s]
/proc/loadavg: 2.64 2.62 2.62 4/107 15293
/proc/meminfo: memFree=1673872/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=2.57
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1766 28510 0 6 6 1 228 22 16 0 1 0 47190420 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4218 1122 414 3 0 797 0
[pid=15247] ppid=15224 vsize=127536 CPUtime=3198.79
/proc/15247/stat : 15247 (minisat-inc) R 15224 15224 15101 0 -1 4194304 31178 0 0 0 319844 35 0 0 25 0 1 0 47190692 130596864 31118 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15247/statm: 31884 31118 80 151 0 31730 0
Current children cumulated CPU time (s) 3201.36
Current children cumulated vsize (KiB) 144408

[startup+3282.3 s]
/proc/loadavg: 2.69 2.64 2.63 4/107 15293
/proc/meminfo: memFree=1673680/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=2.57
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1766 28510 0 6 6 1 228 22 16 0 1 0 47190420 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4218 1122 414 3 0 797 0
[pid=15247] ppid=15224 vsize=127536 CPUtime=3258.45
/proc/15247/stat : 15247 (minisat-inc) R 15224 15224 15101 0 -1 4194304 31183 0 0 0 325810 35 0 0 25 0 1 0 47190692 130596864 31123 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15247/statm: 31884 31123 80 151 0 31730 0
Current children cumulated CPU time (s) 3261.02
Current children cumulated vsize (KiB) 144408

[startup+3342.3 s]
/proc/loadavg: 2.62 2.62 2.62 4/107 15293
/proc/meminfo: memFree=1673744/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=2.57
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1766 28510 0 6 6 1 228 22 16 0 1 0 47190420 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4218 1122 414 3 0 797 0
[pid=15247] ppid=15224 vsize=127536 CPUtime=3318.1
/proc/15247/stat : 15247 (minisat-inc) R 15224 15224 15101 0 -1 4194304 31184 0 0 0 331775 35 0 0 25 0 1 0 47190692 130596864 31124 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 1 0 0
/proc/15247/statm: 31884 31124 80 151 0 31730 0
Current children cumulated CPU time (s) 3320.67
Current children cumulated vsize (KiB) 144408

[startup+3402.3 s]
/proc/loadavg: 2.49 2.59 2.61 3/101 15406
/proc/meminfo: memFree=1741112/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=2.57
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1766 28510 0 6 6 1 228 22 16 0 1 0 47190420 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4218 1122 414 3 0 797 0
[pid=15247] ppid=15224 vsize=127536 CPUtime=3377.68
/proc/15247/stat : 15247 (minisat-inc) R 15224 15224 15101 0 -1 4194304 31184 0 0 0 337732 36 0 0 25 0 1 0 47190692 130596864 31124 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15247/statm: 31884 31124 80 151 0 31730 0
Current children cumulated CPU time (s) 3380.25
Current children cumulated vsize (KiB) 144408

[startup+3462.3 s]
/proc/loadavg: 2.18 2.48 2.57 3/107 15467
/proc/meminfo: memFree=1692168/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=2.57
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1766 28510 0 6 6 1 228 22 16 0 1 0 47190420 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4218 1122 414 3 0 797 0
[pid=15247] ppid=15224 vsize=127864 CPUtime=3437.28
/proc/15247/stat : 15247 (minisat-inc) R 15224 15224 15101 0 -1 4194304 31249 0 0 0 343692 36 0 0 25 0 1 0 47190692 130932736 31189 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15247/statm: 31966 31189 80 151 0 31812 0
Current children cumulated CPU time (s) 3439.85
Current children cumulated vsize (KiB) 144736

[startup+3522.31 s]
/proc/loadavg: 2.49 2.51 2.57 3/107 15467
/proc/meminfo: memFree=1672200/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=2.57
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1766 28510 0 6 6 1 228 22 16 0 1 0 47190420 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4218 1122 414 3 0 797 0
[pid=15247] ppid=15224 vsize=127864 CPUtime=3496.88
/proc/15247/stat : 15247 (minisat-inc) R 15224 15224 15101 0 -1 4194304 31251 0 0 0 349652 36 0 0 25 0 1 0 47190692 130932736 31191 996147200 134512640 135134323 4294956192 18446744073709551615 134535448 0 0 4096 3 0 0 0 17 1 0 0
/proc/15247/statm: 31966 31191 80 151 0 31812 0
Current children cumulated CPU time (s) 3499.45
Current children cumulated vsize (KiB) 144736

[startup+3582.3 s]
/proc/loadavg: 2.61 2.54 2.58 3/107 15467
/proc/meminfo: memFree=1671816/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=2.57
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1766 28510 0 6 6 1 228 22 16 0 1 0 47190420 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4218 1122 414 3 0 797 0
[pid=15247] ppid=15224 vsize=127864 CPUtime=3556.46
/proc/15247/stat : 15247 (minisat-inc) R 15224 15224 15101 0 -1 4194304 31253 0 0 0 355610 36 0 0 25 0 1 0 47190692 130932736 31193 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15247/statm: 31966 31193 80 151 0 31812 0
Current children cumulated CPU time (s) 3559.03
Current children cumulated vsize (KiB) 144736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3623.6 s]
/proc/loadavg: 2.41 2.49 2.56 3/107 15467
/proc/meminfo: memFree=1671496/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=2.57
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1766 28510 0 6 6 1 228 22 16 0 1 0 47190420 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4218 1122 414 3 0 797 0
[pid=15247] ppid=15224 vsize=128436 CPUtime=3597.49
/proc/15247/stat : 15247 (minisat-inc) R 15224 15224 15101 0 -1 4194304 31358 0 0 0 359713 36 0 0 25 0 1 0 47190692 131518464 31298 996147200 134512640 135134323 4294956192 18446744073709551615 134532031 0 0 4096 3 0 0 0 17 1 0 0
/proc/15247/statm: 32109 31298 80 151 0 31955 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 145308

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

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

[startup+3623.6 s]
/proc/loadavg: 2.41 2.49 2.56 3/107 15467
/proc/meminfo: memFree=1671496/2055920 swapFree=4192812/4192956
[pid=15224] ppid=15222 vsize=16872 CPUtime=2.57
/proc/15224/stat : 15224 (sugar++) S 15222 15224 15101 0 -1 4194304 1766 28510 0 6 6 1 228 22 16 0 1 0 47190420 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15224/statm: 4218 1122 414 3 0 797 0
[pid=15247] ppid=15224 vsize=128436 CPUtime=3597.49
/proc/15247/stat : 15247 (minisat-inc) R 15224 15224 15101 0 -1 4194304 31358 0 0 0 359713 36 0 0 25 0 1 0 47190692 131518464 31298 996147200 134512640 135134323 4294956192 18446744073709551615 134532031 0 0 4096 3 0 0 0 17 1 0 0
/proc/15247/statm: 32109 31298 80 151 0 31955 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 145308

Child status: 0
Real time (s): 3623.63
CPU time (s): 3600.13
CPU user time (s): 3599.49
CPU system time (s): 0.635903
CPU usage (%): 99.3513
Max. virtual memory (cumulated for all children) (KiB): 890592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.49
system time used= 0.635903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61713
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3793
involuntary context switches= 113838

runsolver used 4.79927 second user time and 14.9937 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-13 01:22:16
IDJOB=1114675
IDBENCH=61763
IDSOLVER=367
FILE ID=node87/1114675-1215904936
PBS_JOBID= 7903743
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-30_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-1114675-1215904936/watcher-1114675-1215904936 -o /tmp/evaluation-result-1114675-1215904936/solver-1114675-1215904936 -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-1114675-1215904936.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a8087ab4fdea1161a30b7e461efff528
RANDOM SEED=36194311

node87.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1807552 kB
Buffers:         21848 kB
Cached:          61928 kB
SwapCached:          0 kB
Active:         154092 kB
Inactive:        40084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1192 kB
Writeback:           0 kB
Mapped:         131988 kB
Slab:            36376 kB
Committed_AS:  1102812 kB
PageTables:       4236 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= 66480 MiB
End job on node87 at 2008-07-13 02:22:42