Trace number 1111755

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)15 3600.15 3627.42

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg13-16_ext.xml
MD5SUM27760add14b2cdb3a3b114747434e548
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints15
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints29
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension29
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 11:02:57 2008
0.00/0.08	c 0	PID 18417
0.07/0.08	c 0	HOST node69.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1111755-1215853377.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111755-1215853377.xml' 'HOME/temp.csp'
0.07/0.30	c 1	1 domains, 208 variables, 0 predicates, 2 relations, 29 constraints
0.07/0.34	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.34	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.28/0.42	c 1	Parsing HOME/temp.csp
0.28/0.54	c 1	parsed 240 expressions
0.28/0.56	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.56	c 1	MAX CSP: 29 constraints
0.28/0.56	c 1	Converting to clausal form CSP
0.28/0.61	c 1	converted 28 (10%) expressions
0.28/0.61	c 1	converted 55 (20%) expressions
0.28/0.61	c 1	converted 82 (30%) expressions
0.28/0.61	c 1	converted 109 (40%) expressions
0.28/0.61	c 1	converted 136 (50%) expressions
0.28/0.61	c 1	converted 164 (60%) expressions
0.28/0.61	c 1	converted 191 (70%) expressions
0.28/0.66	c 1	converted 218 (80%) expressions
0.28/0.76	c 1	converted 245 (90%) expressions
0.28/0.79	c 1	converted 272 (100%) expressions
0.28/0.79	c 1	CSP : 266 integers, 0 booleans, 86 clauses, largest domain size 44
0.28/0.79	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.79	c 1	Propagation in CSP
0.28/0.81	c 1	25 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/0.81	c 1	CSP : 266 integers, 0 booleans, 86 clauses, largest domain size 30
0.28/0.81	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.81	c 1	Simplifing CSP by introducing new Boolean variables
0.28/0.81	c 1	CSP : 266 integers, 0 booleans, 86 clauses, largest domain size 30
0.28/0.81	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.85	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.28/0.87	c 1	27 (10%) CSP integer variables are encoded (648 clauses, 6984 bytes)
0.28/0.87	c 1	54 (20%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
0.28/0.87	c 1	80 (30%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
0.28/0.87	c 1	107 (40%) CSP integer variables are encoded (2568 clauses, 31321 bytes)
0.28/0.88	c 1	133 (50%) CSP integer variables are encoded (3192 clauses, 39433 bytes)
0.28/0.88	c 1	160 (60%) CSP integer variables are encoded (3840 clauses, 47857 bytes)
0.28/0.88	c 1	187 (70%) CSP integer variables are encoded (4488 clauses, 56281 bytes)
0.28/0.88	c 1	213 (80%) CSP integer variables are encoded (4992 clauses, 62833 bytes)
0.28/0.88	c 1	240 (90%) CSP integer variables are encoded (5022 clauses, 63223 bytes)
0.28/0.88	c 1	266 (100%) CSP integer variables are encoded (5197 clauses, 65498 bytes)
4.46/4.60	c 5	9 (10%) CSP clauses are encoded (65938 clauses, 5259781 bytes)
7.33/7.54	c 8	18 (20%) CSP clauses are encoded (114471 clauses, 9525287 bytes)
7.54/7.76	c 8	26 (30%) CSP clauses are encoded (119631 clauses, 10039264 bytes)
7.63/7.84	c 8	35 (40%) CSP clauses are encoded (121594 clauses, 10235477 bytes)
7.63/7.84	c 8	43 (50%) CSP clauses are encoded (121670 clauses, 10236707 bytes)
7.63/7.85	c 8	52 (60%) CSP clauses are encoded (121709 clauses, 10237303 bytes)
7.63/7.85	c 8	61 (70%) CSP clauses are encoded (121906 clauses, 10240644 bytes)
7.63/7.85	c 8	69 (80%) CSP clauses are encoded (122216 clauses, 10245658 bytes)
7.63/7.86	c 8	78 (90%) CSP clauses are encoded (122525 clauses, 10250933 bytes)
7.63/7.86	c 8	86 (100%) CSP clauses are encoded (123013 clauses, 10259381 bytes)
7.63/7.86	c 8	86 CSP clauses encoded
7.63/7.86	c 8	Writing map file : HOME/temp.map
7.63/7.86	c 8	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.63/7.86	c 8	SAT : 5463 SAT variables, 123013 SAT clauses, 10259381 bytes
7.63/7.86	c 8	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.63/7.90	c 8	OBJECTIVE minimize _COST
7.63/7.90	c 8	SOLVING HOME/temp.cnf
7.63/7.90	c 8	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
7.71/7.90	c 8	This is MiniSat 2.0 beta incremental
7.71/7.90	c 8	WARNING: for repeatability, setting FPU to use double precision
7.71/7.90	c 8	============================[ Problem Statistics ]=============================
7.71/7.90	c 8	|                                                                             |
7.71/7.90	c 8	|  Number of variables:  5463                                                 |
7.71/7.90	c 8	|  Number of clauses:    123013                                               |
7.71/8.11	c 8	|  Parsing time:         0.19         s                                       |
7.71/8.12	c 8	OK
7.71/8.12	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
7.71/8.12	c 8	SEARCHING: _COST <= 15
7.71/8.12	c 8	============================[ Search Statistics ]==============================
7.71/8.12	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.71/8.12	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.71/8.12	c 8	===============================================================================
7.71/8.12	c 8	|         0 |    5463   123013  1914111 |    41004        0    nan |  0.000 % |
7.71/8.13	c 8	|       101 |    5463   123013  1914111 |    45104      101      9 |  0.000 % |
7.71/8.15	c 8	|       251 |    5463   123013  1914111 |    49615      251      7 |  0.000 % |
7.71/8.17	c 8	|       476 |    5463   123013  1914111 |    54576      476      7 |  0.000 % |
7.71/8.19	c 8	|       813 |    5463   123013  1914111 |    60034      813      7 |  0.000 % |
7.71/8.21	c 8	|      1319 |    5463   123013  1914111 |    66037     1319      7 |  0.000 % |
7.71/8.26	c 8	|      2078 |    5463   123013  1914111 |    72641     2078      8 |  0.000 % |
7.71/8.32	c 9	|      3217 |    5463   123013  1914111 |    79905     3217      9 |  0.000 % |
7.71/8.42	c 9	|      4926 |    5463   123013  1914111 |    87896     4926      9 |  0.000 % |
7.71/8.60	c 9	|      7490 |    5463   123013  1914111 |    96686     7490      9 |  0.000 % |
8.59/8.87	c 9	|     11334 |    5463   123013  1914111 |   106354    11334     10 |  0.000 % |
9.18/9.45	c 10	|     17101 |    5463   123013  1914111 |   116990    17101     10 |  0.000 % |
10.27/10.52	c 11	|     25750 |    5463   123013  1914111 |   128689    25750     11 |  0.000 % |
12.55/12.83	c 13	|     38724 |    5463   123013  1914111 |   141558    38724     11 |  0.000 % |
18.69/19.08	c 19	|     58185 |    5463   123013  1914111 |   155713    58185     13 |  0.000 % |
28.39/28.82	c 29	|     87379 |    5463   123013  1914111 |   171285    87379     15 |  0.000 % |
32.56/33.07	c 33	===============================================================================
32.56/33.08	c 33	restarts              : 16
32.56/33.08	c 33	conflicts             : 105160        (4227 /sec)
32.56/33.08	c 33	decisions             : 189495        (1.66 % random) (7617 /sec)
32.56/33.08	c 33	propagations          : 11664995       (468865 /sec)
32.56/33.08	c 33	conflict literals     : 1529760        (28.82 % deleted)
32.56/33.08	c 33	Memory used           : 25.53 MB
32.56/33.08	c 33	CPU time              : 24.8792 s
32.56/33.08	c 33	
32.56/33.08	c 33	SATISFIABLE
32.56/33.08	c 33	OK
32.56/33.08	c 33	FOUND: _COST <= 15
32.56/33.08	s SATISFIABLE
32.56/33.08	c 33	DECODING HOME/temp.out WITH HOME/temp.map
32.56/33.08	c 33	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
32.64/33.16	c 33	Decoding HOME/temp.out
32.64/33.25	c 33	OBJECTIVE _COST 15
32.64/33.25	o 15
32.64/33.26	v 15 18 3 25 25 19 8 25 2 18 3 12 18 18 8 15 8 19 4 25 25 17 17 25 14 20 4 0 20 4 17 14 4 17 2 25 25 0 17 25 17 17 2 11 17 17 17 18 25 4 14 25 25 13 4 25 17 17 14 3 17 4 4 19 14 15 13 25 25 18 2 25 4 4 13 8 4 13 19 15 4 19 21 25 25 11 14 25 18 15 21 18 15 3 17 17 11 14 14 25 25 8 21 25 15 19 14 19 19 8 8 14 4 2 11 25 25 19 4 25 14 8 11 17 8 15 4 2 2 14 20 13 19 4 17 8 13 19 20 8 19 8 21 4 19 2 19 25 25 17 0 25 3 8 19 1 8 19 0 18 17 2 8 25 25 0 1 25 4 14 8 20 14 14 1 18 8 20 14 25 25 19 11 25 13 20 14 19 20 20 11 14 2 18 13 25 25 4 4 25 19 18 13 4 18 18 4 17
32.64/33.29	c 34	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
32.84/33.33	c 34	OK
32.84/33.33	c 34	OBJECTIVE BOUND: 0 <= _COST <= 15
32.84/33.33	c 34	SEARCHING: _COST <= 7
32.84/33.33	c 34	============================[ Search Statistics ]==============================
32.84/33.33	c 34	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.84/33.33	c 34	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.84/33.33	c 34	===============================================================================
32.84/33.33	c 34	|    105160 |    5393   122467  1912669 |    40822   105160     15 |  0.000 % |
33.14/33.61	c 34	|    105260 |    5393   122467  1912669 |    44904    22957     12 |  1.282 % |
33.14/33.67	c 34	|    105411 |    5393   122467  1912669 |    49395    23108     12 |  1.282 % |
33.24/33.70	c 34	|    105637 |    5393   122467  1912669 |    54334    23334     12 |  1.282 % |
33.24/33.74	c 34	|    105975 |    5393   122467  1912669 |    59767    23672     12 |  1.282 % |
33.34/33.82	c 34	|    106481 |    5393   122467  1912669 |    65744    24178     12 |  1.282 % |
33.53/34.02	c 34	|    107241 |    5393   122467  1912669 |    72319    24938     12 |  1.282 % |
33.73/34.22	c 34	|    108380 |    5393   122467  1912669 |    79551    26077     12 |  1.282 % |
34.03/34.53	c 35	|    110089 |    5393   122467  1912669 |    87506    27786     12 |  1.282 % |
34.72/35.25	c 35	|    112651 |    5393   122467  1912669 |    96256    30348     12 |  1.282 % |
35.81/36.32	c 37	|    116495 |    5393   122467  1912669 |   105882    34192     12 |  1.282 % |
38.28/38.83	c 39	|    122261 |    5393   122467  1912669 |   116470    39958     12 |  1.282 % |
41.65/42.21	c 42	|    130910 |    5393   122467  1912669 |   128117    48607     13 |  1.282 % |
47.99/48.69	c 49	|    143884 |    5393   122467  1912669 |   140929    61581     13 |  1.282 % |
58.59/59.34	c 60	|    163346 |    5393   122467  1912669 |   155022    81043     14 |  1.282 % |
86.32/87.39	c 88	|    192538 |    5393   122467  1912669 |   170525   110235     15 |  1.282 % |
144.68/146.24	c 146	|    236329 |    5393   122467  1912669 |   187577   154026     16 |  1.282 % |
212.34/214.59	c 215	|    302014 |    5393   122467  1912669 |   206335    62699     14 |  1.282 % |
339.63/343.09	c 343	===============================================================================
339.63/343.09	c 343	restarts              : 34
339.63/343.09	c 343	conflicts             : 398323        (1201 /sec)
339.63/343.09	c 343	decisions             : 574387        (1.72 % random) (1731 /sec)
339.63/343.09	c 343	propagations          : 73453625       (221417 /sec)
339.63/343.09	c 343	conflict literals     : 6155908        (34.47 % deleted)
339.63/343.09	c 343	Memory used           : 36.14 MB
339.63/343.09	c 343	CPU time              : 331.744 s
339.63/343.09	c 343	
339.63/343.09	c 343	UNSATISFIABLE
339.63/343.09	c 343	OK
339.63/343.09	c 343	NOT FOUND: _COST <= 7
339.63/343.09	c 343	OK
339.63/343.09	c 343	OBJECTIVE BOUND: 8 <= _COST <= 15
339.63/343.09	c 343	SEARCHING: _COST <= 11
339.63/343.09	c 343	============================[ Search Statistics ]==============================
339.63/343.09	c 343	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
339.63/343.09	c 343	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
339.63/343.09	c 343	===============================================================================
339.63/343.09	c 343	|    398323 |    5372   122355  1912396 |    40785    62406     13 |  1.282 % |
339.93/343.31	c 344	|    398423 |    5372   122355  1912396 |    44863    13941     10 |  1.666 % |
339.93/343.32	c 344	|    398573 |    5372   122355  1912396 |    49349    14091     10 |  1.666 % |
339.93/343.35	c 344	|    398798 |    5372   122355  1912396 |    54284    14316     10 |  1.666 % |
340.03/343.40	c 344	|    399135 |    5372   122355  1912396 |    59713    14653     10 |  1.666 % |
340.03/343.45	c 344	|    399642 |    5372   122355  1912396 |    65684    15160     10 |  1.666 % |
340.13/343.55	c 344	|    400401 |    5372   122355  1912396 |    72253    15919     10 |  1.666 % |
340.33/343.70	c 344	|    401541 |    5372   122355  1912396 |    79478    17059     10 |  1.666 % |
340.82/344.22	c 344	|    403249 |    5372   122355  1912396 |    87426    18767     11 |  1.666 % |
341.22/344.67	c 345	|    405811 |    5372   122355  1912396 |    96168    21329     11 |  1.666 % |
341.91/345.36	c 346	|    409657 |    5372   122355  1912396 |   105785    25175     11 |  1.666 % |
343.30/346.75	c 347	|    415423 |    5372   122355  1912396 |   116364    30941     12 |  1.666 % |
346.17/349.69	c 350	|    424073 |    5372   122355  1912396 |   128000    39591     12 |  1.666 % |
350.63/354.19	c 354	|    437047 |    5372   122355  1912396 |   140800    52565     13 |  1.666 % |
362.61/366.25	c 366	|    456509 |    5372   122355  1912396 |   154880    72027     15 |  1.666 % |
381.43/385.24	c 385	|    485701 |    5372   122355  1912396 |   170369   101219     15 |  1.666 % |
420.37/424.52	c 425	|    529492 |    5372   122355  1912396 |   187405   145010     16 |  1.666 % |
477.33/482.07	c 482	|    595176 |    5372   122355  1912396 |   206146    53172     16 |  1.666 % |
562.63/568.15	c 568	|    693702 |    5372   122355  1912396 |   226761   151698     16 |  1.666 % |
704.09/710.94	c 711	|    841491 |    5372   122355  1912396 |   249437   103267     16 |  1.666 % |
948.08/957.26	c 957	|   1063174 |    5372   122355  1912396 |   274381   101363     18 |  1.666 % |
1372.77/1385.95	c 1386	|   1395700 |    5372   122355  1912396 |   301819   192560     19 |  1.666 % |
1999.85/2018.99	c 2019	|   1894488 |    5372   122355  1912396 |   332001   149629     15 |  1.666 % |
3214.43/3241.63	c 3242	|   2642671 |    5372   122355  1912396 |   365201   298369     22 |  1.666 % |
3600.09/3627.41	c ERROR INTERRUPTED
3600.09/3627.42	c 3628	CPU 3599.59 (0.06 0.01 3599.53 0.52)
3600.09/3627.42	c 3628	END Sat Jul 12 12:03:25 2008

Verifier Data (download as text)

OK	15	14
15 unsatisfied constraints, 14 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-1111755-1215853377/watcher-1111755-1215853377 -o /tmp/evaluation-result-1111755-1215853377/solver-1111755-1215853377 -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-1111755-1215853377.xml 

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


[startup+0 s]
/proc/loadavg: 2.06 2.04 2.01 4/81 18417
/proc/meminfo: memFree=1672840/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=12268 CPUtime=0
/proc/18417/stat : 18417 (sugar++) R 18415 18417 17121 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 42035632 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 237961416775 0 0 4224 0 0 0 0 17 1 0 0
/proc/18417/statm: 3067 316 241 3 0 167 0

[startup+0.0813951 s]
/proc/loadavg: 2.06 2.04 2.01 4/81 18417
/proc/meminfo: memFree=1672840/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=0.07
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1143 0 0 0 6 1 0 0 18 0 1 0 42035632 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18417/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.10324 s]
/proc/loadavg: 2.06 2.04 2.01 4/81 18417
/proc/meminfo: memFree=1672840/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=0.07
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 42035632 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18417/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.302248 s]
/proc/loadavg: 2.06 2.04 2.01 4/81 18417
/proc/meminfo: memFree=1672840/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=0.07
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1236 128 0 0 6 1 0 0 15 0 1 0 42035632 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18417/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.702285 s]
/proc/loadavg: 2.06 2.04 2.01 4/81 18417
/proc/meminfo: memFree=1672840/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=0.28
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1296 4291 0 1 6 1 18 3 15 0 1 0 42035632 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18417/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16740

[startup+1.50135 s]
/proc/loadavg: 2.06 2.04 2.01 3/92 18439
/proc/meminfo: memFree=1656880/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=0.28
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1297 4291 0 1 6 1 18 3 15 0 1 0 42035632 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18417/statm: 4185 1104 409 3 0 764 0
[pid=18430] ppid=18417 vsize=5356 CPUtime=0
/proc/18430/stat : 18430 (sh) S 18417 18417 17121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42035667 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18430/statm: 1339 233 193 169 0 50 0
[pid=18431] ppid=18430 vsize=864432 CPUtime=1.12
/proc/18431/stat : 18431 (java) S 18430 18417 17121 0 -1 0 6824 0 1 0 108 4 0 0 18 0 9 0 42035667 885178368 6020 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18431/statm: 216108 6020 2564 9 0 210655 0
[pid=18431/tid=18432] ppid=18430 vsize=864432 CPUtime=0.85
/proc/18431/task/18432/stat : 18432 (java) R 18430 18417 17121 0 -1 64 2785 0 1 0 84 1 0 0 22 0 9 0 42035668 885178368 6020 996147200 134512640 134550740 4294955920 18446744073709551615 102492636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18431/tid=18433] ppid=18430 vsize=864432 CPUtime=0.15
/proc/18431/task/18433/stat : 18433 (java) S 18430 18417 17121 0 -1 64 3008 0 0 0 14 1 0 0 16 0 9 0 42035669 885178368 6020 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18431/tid=18434] ppid=18430 vsize=864432 CPUtime=0
/proc/18431/task/18434/stat : 18434 (java) S 18430 18417 17121 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42035669 885178368 6020 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18431/tid=18435] ppid=18430 vsize=864432 CPUtime=0
/proc/18431/task/18435/stat : 18435 (java) S 18430 18417 17121 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42035669 885178368 6020 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18431/tid=18436] ppid=18430 vsize=864432 CPUtime=0
/proc/18431/task/18436/stat : 18436 (java) S 18430 18417 17121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42035671 885178368 6020 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18431/tid=18437] ppid=18430 vsize=864432 CPUtime=0.09
/proc/18431/task/18437/stat : 18437 (java) S 18430 18417 17121 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 42035671 885178368 6020 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18431/tid=18438] ppid=18430 vsize=864432 CPUtime=0
/proc/18431/task/18438/stat : 18438 (java) S 18430 18417 17121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42035671 885178368 6020 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18431/tid=18439] ppid=18430 vsize=864432 CPUtime=0
/proc/18431/task/18439/stat : 18439 (java) S 18430 18417 17121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42035671 885178368 6020 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886528

[startup+3.10148 s]
/proc/loadavg: 2.06 2.04 2.01 3/92 18439
/proc/meminfo: memFree=1652208/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=0.28
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1297 4291 0 1 6 1 18 3 15 0 1 0 42035632 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18417/statm: 4185 1104 409 3 0 764 0
[pid=18430] ppid=18417 vsize=5356 CPUtime=0
/proc/18430/stat : 18430 (sh) S 18417 18417 17121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42035667 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18430/statm: 1339 233 193 169 0 50 0
[pid=18431] ppid=18430 vsize=864432 CPUtime=2.71
/proc/18431/stat : 18431 (java) S 18430 18417 17121 0 -1 0 7567 0 1 0 263 8 0 0 18 0 9 0 42035667 885178368 6545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18431/statm: 216108 6545 2564 9 0 210655 0
[pid=18431/tid=18432] ppid=18430 vsize=864432 CPUtime=2.31
/proc/18431/task/18432/stat : 18432 (java) R 18430 18417 17121 0 -1 64 3001 0 1 0 228 3 0 0 25 0 9 0 42035668 885178368 6545 996147200 134512640 134550740 4294955920 18446744073709551615 4126589045 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18431/tid=18433] ppid=18430 vsize=864432 CPUtime=0.27
/proc/18431/task/18433/stat : 18433 (java) S 18430 18417 17121 0 -1 64 3535 0 0 0 24 3 0 0 16 0 9 0 42035669 885178368 6545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18431/tid=18434] ppid=18430 vsize=864432 CPUtime=0
/proc/18431/task/18434/stat : 18434 (java) S 18430 18417 17121 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42035669 885178368 6545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18431/tid=18435] ppid=18430 vsize=864432 CPUtime=0
/proc/18431/task/18435/stat : 18435 (java) S 18430 18417 17121 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42035669 885178368 6545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18431/tid=18436] ppid=18430 vsize=864432 CPUtime=0
/proc/18431/task/18436/stat : 18436 (java) S 18430 18417 17121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42035671 885178368 6545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18431/tid=18437] ppid=18430 vsize=864432 CPUtime=0.09
/proc/18431/task/18437/stat : 18437 (java) S 18430 18417 17121 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 42035671 885178368 6545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18431/tid=18438] ppid=18430 vsize=864432 CPUtime=0
/proc/18431/task/18438/stat : 18438 (java) S 18430 18417 17121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42035671 885178368 6545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18431/tid=18439] ppid=18430 vsize=864432 CPUtime=0
/proc/18431/task/18439/stat : 18439 (java) S 18430 18417 17121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42035671 885178368 6545 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886528

[startup+6.30273 s]
/proc/loadavg: 2.06 2.04 2.01 3/92 18439
/proc/meminfo: memFree=1645616/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=0.28
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1297 4291 0 1 6 1 18 3 16 0 1 0 42035632 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18417/statm: 4185 1104 409 3 0 764 0
[pid=18430] ppid=18417 vsize=5356 CPUtime=0
/proc/18430/stat : 18430 (sh) S 18417 18417 17121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42035667 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18430/statm: 1339 233 193 169 0 50 0
[pid=18431] ppid=18430 vsize=864456 CPUtime=5.87
/proc/18431/stat : 18431 (java) S 18430 18417 17121 0 -1 0 8948 0 1 0 573 14 0 0 18 0 9 0 42035667 885202944 6903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18431/statm: 216114 6903 2564 9 0 210661 0
[pid=18431/tid=18432] ppid=18430 vsize=864456 CPUtime=5.19
/proc/18431/task/18432/stat : 18432 (java) R 18430 18417 17121 0 -1 64 3431 0 1 0 513 6 0 0 25 0 9 0 42035668 885202944 6903 996147200 134512640 134550740 4294955920 18446744073709551615 4126568896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18431/tid=18433] ppid=18430 vsize=864456 CPUtime=0.55
/proc/18431/task/18433/stat : 18433 (java) S 18430 18417 17121 0 -1 64 4480 0 0 0 49 6 0 0 16 0 9 0 42035669 885202944 6903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18431/tid=18434] ppid=18430 vsize=864456 CPUtime=0
/proc/18431/task/18434/stat : 18434 (java) S 18430 18417 17121 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42035669 885202944 6903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18431/tid=18435] ppid=18430 vsize=864456 CPUtime=0
/proc/18431/task/18435/stat : 18435 (java) S 18430 18417 17121 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42035669 885202944 6903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18431/tid=18436] ppid=18430 vsize=864456 CPUtime=0
/proc/18431/task/18436/stat : 18436 (java) S 18430 18417 17121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42035671 885202944 6903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18431/tid=18437] ppid=18430 vsize=864456 CPUtime=0.1
/proc/18431/task/18437/stat : 18437 (java) S 18430 18417 17121 0 -1 64 345 0 0 0 10 0 0 0 16 0 9 0 42035671 885202944 6903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18431/tid=18438] ppid=18430 vsize=864456 CPUtime=0
/proc/18431/task/18438/stat : 18438 (java) S 18430 18417 17121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42035671 885202944 6903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18431/tid=18439] ppid=18430 vsize=864456 CPUtime=0
/proc/18431/task/18439/stat : 18439 (java) S 18430 18417 17121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42035671 885202944 6903 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886552

[startup+12.7012 s]
/proc/loadavg: 2.05 2.04 2.01 3/83 18440
/proc/meminfo: memFree=1641848/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=7.71
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1462 14349 0 2 6 1 743 21 16 0 1 0 42035632 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18417/statm: 4185 1113 414 3 0 764 0
[pid=18440] ppid=18417 vsize=18468 CPUtime=4.74
/proc/18440/stat : 18440 (minisat-inc) R 18417 18417 17121 0 -1 4194304 4546 0 0 0 471 3 0 0 25 0 1 0 42036422 18911232 4493 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18440/statm: 4617 4493 74 151 0 4463 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 35208

[startup+25.5023 s]
/proc/loadavg: 2.04 2.04 2.01 4/83 18440
/proc/meminfo: memFree=1637496/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=7.71
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1462 14349 0 2 6 1 743 21 16 0 1 0 42035632 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18417/statm: 4185 1113 414 3 0 764 0
[pid=18440] ppid=18417 vsize=22912 CPUtime=17.42
/proc/18440/stat : 18440 (minisat-inc) R 18417 18417 17121 0 -1 4194304 5634 0 0 0 1738 4 0 0 25 0 1 0 42036422 23461888 5581 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/18440/statm: 5728 5581 74 151 0 5574 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 39652

[startup+51.1023 s]
/proc/loadavg: 2.02 2.04 2.01 3/83 18450
/proc/meminfo: memFree=1634168/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=7.91
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1544 18125 0 3 6 1 760 24 16 0 1 0 42035632 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18417/statm: 4185 1114 414 3 0 764 0
[pid=18440] ppid=18417 vsize=26136 CPUtime=42.56
/proc/18440/stat : 18440 (minisat-inc) R 18417 18417 17121 0 -1 4194304 6441 0 0 0 4251 5 0 0 25 0 1 0 42036422 26763264 6386 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/18440/statm: 6534 6386 80 151 0 6380 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 42876

[startup+102.306 s]
/proc/loadavg: 2.01 2.03 2.00 3/83 18450
/proc/meminfo: memFree=1631160/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=7.91
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1544 18125 0 3 6 1 760 24 16 0 1 0 42035632 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18417/statm: 4185 1114 414 3 0 764 0
[pid=18440] ppid=18417 vsize=29180 CPUtime=93.28
/proc/18440/stat : 18440 (minisat-inc) R 18417 18417 17121 0 -1 4194304 7198 0 0 0 9322 6 0 0 25 0 1 0 42036422 29880320 7143 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18440/statm: 7295 7143 80 151 0 7141 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 45920

[startup+162.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 18450
/proc/meminfo: memFree=1626808/2055920 swapFree=4180240/4192956

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

[pid=18440] ppid=18417 vsize=70048 CPUtime=2827.46
/proc/18440/stat : 18440 (minisat-inc) R 18417 18417 17121 0 -1 4194304 16917 0 0 0 282723 23 0 0 25 0 1 0 42036422 71729152 16860 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18440/statm: 17512 16860 80 151 0 17358 0
Current children cumulated CPU time (s) 2835.37
Current children cumulated vsize (KiB) 86788

[startup+2922.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18493
/proc/meminfo: memFree=1261808/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=7.91
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1546 18125 0 3 6 1 760 24 16 0 1 0 42035632 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18417/statm: 4185 1114 414 3 0 764 0
[pid=18440] ppid=18417 vsize=70048 CPUtime=2887.32
/proc/18440/stat : 18440 (minisat-inc) R 18417 18417 17121 0 -1 4194304 16917 0 0 0 288709 23 0 0 25 0 1 0 42036422 71729152 16860 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18440/statm: 17512 16860 80 151 0 17358 0
Current children cumulated CPU time (s) 2895.23
Current children cumulated vsize (KiB) 86788

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18493
/proc/meminfo: memFree=1252848/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=7.91
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1546 18125 0 3 6 1 760 24 16 0 1 0 42035632 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18417/statm: 4185 1114 414 3 0 764 0
[pid=18440] ppid=18417 vsize=70192 CPUtime=2947.3
/proc/18440/stat : 18440 (minisat-inc) R 18417 18417 17121 0 -1 4194304 16938 0 0 0 294707 23 0 0 25 0 1 0 42036422 71876608 16881 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18440/statm: 17548 16881 80 151 0 17394 0
Current children cumulated CPU time (s) 2955.21
Current children cumulated vsize (KiB) 86932

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18493
/proc/meminfo: memFree=1252400/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=7.91
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1546 18125 0 3 6 1 760 24 16 0 1 0 42035632 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18417/statm: 4185 1114 414 3 0 764 0
[pid=18440] ppid=18417 vsize=70804 CPUtime=3007.28
/proc/18440/stat : 18440 (minisat-inc) R 18417 18417 17121 0 -1 4194304 17086 0 0 0 300705 23 0 0 25 0 1 0 42036422 72503296 17029 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18440/statm: 17701 17029 80 151 0 17547 0
Current children cumulated CPU time (s) 3015.19
Current children cumulated vsize (KiB) 87544

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 18493
/proc/meminfo: memFree=1251952/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=7.91
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1546 18125 0 3 6 1 760 24 16 0 1 0 42035632 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18417/statm: 4185 1114 414 3 0 764 0
[pid=18440] ppid=18417 vsize=71240 CPUtime=3067.26
/proc/18440/stat : 18440 (minisat-inc) R 18417 18417 17121 0 -1 4194304 17184 0 0 0 306703 23 0 0 25 0 1 0 42036422 72949760 17127 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18440/statm: 17810 17127 80 151 0 17656 0
Current children cumulated CPU time (s) 3075.17
Current children cumulated vsize (KiB) 87980

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18493
/proc/meminfo: memFree=1251504/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=7.91
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1546 18125 0 3 6 1 760 24 16 0 1 0 42035632 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18417/statm: 4185 1114 414 3 0 764 0
[pid=18440] ppid=18417 vsize=71696 CPUtime=3127.24
/proc/18440/stat : 18440 (minisat-inc) R 18417 18417 17121 0 -1 4194304 17274 0 0 0 312700 24 0 0 25 0 1 0 42036422 73416704 17217 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18440/statm: 17924 17217 80 151 0 17770 0
Current children cumulated CPU time (s) 3135.15
Current children cumulated vsize (KiB) 88436

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18493
/proc/meminfo: memFree=1251440/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=7.91
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1546 18125 0 3 6 1 760 24 16 0 1 0 42035632 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18417/statm: 4185 1114 414 3 0 764 0
[pid=18440] ppid=18417 vsize=71776 CPUtime=3187.22
/proc/18440/stat : 18440 (minisat-inc) R 18417 18417 17121 0 -1 4194304 17304 0 0 0 318698 24 0 0 25 0 1 0 42036422 73498624 17247 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18440/statm: 17944 17247 80 151 0 17790 0
Current children cumulated CPU time (s) 3195.13
Current children cumulated vsize (KiB) 88516

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18493
/proc/meminfo: memFree=1250928/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=7.91
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1546 18125 0 3 6 1 760 24 16 0 1 0 42035632 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18417/statm: 4185 1114 414 3 0 764 0
[pid=18440] ppid=18417 vsize=72268 CPUtime=3247.2
/proc/18440/stat : 18440 (minisat-inc) R 18417 18417 17121 0 -1 4194304 17417 0 0 0 324696 24 0 0 25 0 1 0 42036422 74002432 17360 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18440/statm: 18067 17360 80 151 0 17913 0
Current children cumulated CPU time (s) 3255.11
Current children cumulated vsize (KiB) 89008

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18493
/proc/meminfo: memFree=1249264/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=7.91
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1546 18125 0 3 6 1 760 24 16 0 1 0 42035632 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18417/statm: 4185 1114 414 3 0 764 0
[pid=18440] ppid=18417 vsize=73912 CPUtime=3307.18
/proc/18440/stat : 18440 (minisat-inc) R 18417 18417 17121 0 -1 4194304 17841 0 0 0 330693 25 0 0 25 0 1 0 42036422 75685888 17784 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 0 0 0
/proc/18440/statm: 18478 17784 80 151 0 18324 0
Current children cumulated CPU time (s) 3315.09
Current children cumulated vsize (KiB) 90652

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18493
/proc/meminfo: memFree=1249264/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=7.91
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1546 18125 0 3 6 1 760 24 16 0 1 0 42035632 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18417/statm: 4185 1114 414 3 0 764 0
[pid=18440] ppid=18417 vsize=73912 CPUtime=3367.16
/proc/18440/stat : 18440 (minisat-inc) R 18417 18417 17121 0 -1 4194304 17841 0 0 0 336691 25 0 0 25 0 1 0 42036422 75685888 17784 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18440/statm: 18478 17784 80 151 0 18324 0
Current children cumulated CPU time (s) 3375.07
Current children cumulated vsize (KiB) 90652

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18493
/proc/meminfo: memFree=1249136/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=7.91
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1546 18125 0 3 6 1 760 24 16 0 1 0 42035632 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18417/statm: 4185 1114 414 3 0 764 0
[pid=18440] ppid=18417 vsize=73912 CPUtime=3427.14
/proc/18440/stat : 18440 (minisat-inc) R 18417 18417 17121 0 -1 4194304 17843 0 0 0 342689 25 0 0 25 0 1 0 42036422 75685888 17786 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 0 0 0
/proc/18440/statm: 18478 17786 80 151 0 18324 0
Current children cumulated CPU time (s) 3435.05
Current children cumulated vsize (KiB) 90652

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18499
/proc/meminfo: memFree=1248816/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=7.91
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1546 18125 0 3 6 1 760 24 16 0 1 0 42035632 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18417/statm: 4185 1114 414 3 0 764 0
[pid=18440] ppid=18417 vsize=73912 CPUtime=3487.11
/proc/18440/stat : 18440 (minisat-inc) R 18417 18417 17121 0 -1 4194304 17843 0 0 0 348685 26 0 0 25 0 1 0 42036422 75685888 17786 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18440/statm: 18478 17786 80 151 0 18324 0
Current children cumulated CPU time (s) 3495.02
Current children cumulated vsize (KiB) 90652

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18499
/proc/meminfo: memFree=1248880/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=7.91
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1546 18125 0 3 6 1 760 24 16 0 1 0 42035632 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18417/statm: 4185 1114 414 3 0 764 0
[pid=18440] ppid=18417 vsize=74032 CPUtime=3547.09
/proc/18440/stat : 18440 (minisat-inc) R 18417 18417 17121 0 -1 4194304 17867 0 0 0 354683 26 0 0 25 0 1 0 42036422 75808768 17810 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18440/statm: 18508 17810 80 151 0 18354 0
Current children cumulated CPU time (s) 3555
Current children cumulated vsize (KiB) 90772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3627.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18499
/proc/meminfo: memFree=1248880/2055920 swapFree=4180240/4192956
[pid=18417] ppid=18415 vsize=16740 CPUtime=7.91
/proc/18417/stat : 18417 (sugar++) S 18415 18417 17121 0 -1 4194304 1546 18125 0 3 6 1 760 24 16 0 1 0 42035632 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18417/statm: 4185 1114 414 3 0 764 0
[pid=18440] ppid=18417 vsize=74032 CPUtime=3592.18
/proc/18440/stat : 18440 (minisat-inc) R 18417 18417 17121 0 -1 4194304 17885 0 0 0 359192 26 0 0 25 0 1 0 42036422 75808768 17828 996147200 134512640 135134323 4294956192 18446744073709551615 134531911 0 0 4096 3 0 0 0 17 0 0 0
/proc/18440/statm: 18508 17828 80 151 0 18354 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 90772

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

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

Child status: 0
Real time (s): 3627.42
CPU time (s): 3600.15
CPU user time (s): 3599.6
CPU system time (s): 0.550916
CPU usage (%): 99.2482
Max. virtual memory (cumulated for all children) (KiB): 887840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.6
system time used= 0.550916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37636
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8268
involuntary context switches= 125203

runsolver used 5.09722 second user time and 11.3393 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-12 11:02:57
IDJOB=1111755
IDBENCH=61319
IDSOLVER=367
FILE ID=node69/1111755-1215853377
PBS_JOBID= 7903404
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg13-16_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-1111755-1215853377/watcher-1111755-1215853377 -o /tmp/evaluation-result-1111755-1215853377/solver-1111755-1215853377 -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-1111755-1215853377.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 27760add14b2cdb3a3b114747434e548
RANDOM SEED=1317845539

node69.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.233
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.233
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1673320 kB
Buffers:         65764 kB
Cached:         230352 kB
SwapCached:       7572 kB
Active:         146856 kB
Inactive:       169452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673320 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:             956 kB
Writeback:           0 kB
Mapped:          35168 kB
Slab:            51192 kB
Committed_AS:   237416 kB
PageTables:       2092 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= 66476 MiB
End job on node69 at 2008-07-12 12:03:27