Trace number 1108975

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)24 3600.06 3601.23

General information on the benchmark

Namecsp/latinSquare/
normalized-latinSquare-dg-12_all.xml
MD5SUM535246887d226e6be0539abc12ce8eb5
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints24
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints48
Maximum constraint arity12
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(48)

Solver Data (download as text)

0.04/0.25	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.25	c 0	BEGIN Fri Jul 11 19:45:20 2008
0.04/0.25	c 0	PID 14161
0.04/0.26	c 0	HOST node26.alineos.net
0.04/0.26	c 0	CONVERTING HOME/instance-1108975-1215798320.xml TO HOME/temp.csp
0.04/0.26	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108975-1215798320.xml' 'HOME/temp.csp'
0.06/0.48	c 0	1 domains, 144 variables, 0 predicates, 0 relations, 48 constraints
0.06/0.49	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.49	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.27/0.56	c 0	Parsing HOME/temp.csp
0.27/0.65	c 1	parsed 193 expressions
0.27/0.65	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.27/0.66	c 1	MAX CSP: 48 constraints
0.27/0.66	c 1	Converting to clausal form CSP
0.27/0.68	c 1	converted 25 (10%) expressions
0.27/0.68	c 1	converted 49 (20%) expressions
0.27/0.68	c 1	converted 74 (30%) expressions
0.27/0.68	c 1	converted 98 (40%) expressions
0.27/0.68	c 1	converted 122 (50%) expressions
0.27/0.71	c 1	converted 147 (60%) expressions
0.27/0.87	c 1	converted 171 (70%) expressions
0.27/0.91	c 1	converted 196 (80%) expressions
0.27/0.93	c 1	converted 220 (90%) expressions
0.27/0.95	c 1	converted 244 (100%) expressions
0.27/0.95	c 1	CSP : 240 integers, 48 booleans, 3407 clauses, largest domain size 73
0.27/0.95	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.27/0.95	c 1	Propagation in CSP
0.27/1.00	c 1	46 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.27/1.00	c 1	CSP : 240 integers, 48 booleans, 3407 clauses, largest domain size 49
0.27/1.00	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.76/1.00	c 1	Simplifing CSP by introducing new Boolean variables
0.76/1.09	c 1	CSP : 240 integers, 6384 booleans, 9743 clauses, largest domain size 49
0.76/1.09	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.86/1.13	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.86/1.15	c 1	24 (10%) CSP integer variables are encoded (240 clauses, 2507 bytes)
0.86/1.16	c 1	48 (20%) CSP integer variables are encoded (480 clauses, 5147 bytes)
0.86/1.16	c 1	72 (30%) CSP integer variables are encoded (720 clauses, 7787 bytes)
0.86/1.16	c 1	96 (40%) CSP integer variables are encoded (960 clauses, 10530 bytes)
0.86/1.16	c 1	120 (50%) CSP integer variables are encoded (1200 clauses, 13650 bytes)
0.86/1.16	c 1	144 (60%) CSP integer variables are encoded (1440 clauses, 16770 bytes)
0.86/1.16	c 1	168 (70%) CSP integer variables are encoded (1440 clauses, 16770 bytes)
0.86/1.16	c 1	192 (80%) CSP integer variables are encoded (1440 clauses, 16770 bytes)
0.86/1.16	c 1	216 (90%) CSP integer variables are encoded (1723 clauses, 20449 bytes)
0.86/1.16	c 1	240 (100%) CSP integer variables are encoded (1859 clauses, 22217 bytes)
0.97/1.20	c 1	975 (10%) CSP clauses are encoded (9896 clauses, 153604 bytes)
0.97/1.23	c 1	1949 (20%) CSP clauses are encoded (17899 clauses, 288991 bytes)
0.97/1.26	c 1	2923 (30%) CSP clauses are encoded (25902 clauses, 424171 bytes)
0.97/1.28	c 1	3898 (40%) CSP clauses are encoded (33917 clauses, 559498 bytes)
1.07/1.30	c 1	4872 (50%) CSP clauses are encoded (41931 clauses, 695072 bytes)
1.07/1.32	c 1	5846 (60%) CSP clauses are encoded (49934 clauses, 830116 bytes)
1.07/1.34	c 1	6821 (70%) CSP clauses are encoded (57971 clauses, 966937 bytes)
1.07/1.37	c 1	7795 (80%) CSP clauses are encoded (65974 clauses, 1101267 bytes)
1.07/1.39	c 1	8769 (90%) CSP clauses are encoded (73988 clauses, 1232998 bytes)
1.18/1.41	c 1	9743 (100%) CSP clauses are encoded (84921 clauses, 1427540 bytes)
1.18/1.41	c 1	9743 CSP clauses encoded
1.18/1.41	c 1	Writing map file : HOME/temp.map
1.18/1.42	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.18/1.42	c 1	SAT : 8483 SAT variables, 84921 SAT clauses, 1427540 bytes
1.18/1.42	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.18/1.44	c 1	OBJECTIVE minimize _COST
1.18/1.44	c 1	SOLVING HOME/temp.cnf
1.18/1.44	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.18/1.45	c 1	This is MiniSat 2.0 beta incremental
1.18/1.45	c 1	WARNING: for repeatability, setting FPU to use double precision
1.18/1.45	c 1	============================[ Problem Statistics ]=============================
1.18/1.45	c 1	|                                                                             |
1.18/1.45	c 1	|  Number of variables:  8483                                                 |
1.18/1.45	c 1	|  Number of clauses:    84921                                                |
1.18/1.49	c 1	|  Parsing time:         0.04         s                                       |
1.18/1.50	c 1	OK
1.18/1.50	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.18/1.50	c 1	SEARCHING: _COST <= 24
1.18/1.50	c 1	============================[ Search Statistics ]==============================
1.18/1.50	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.18/1.50	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.18/1.50	c 1	===============================================================================
1.18/1.50	c 1	|         0 |    8483    84921   240258 |    28307        0    nan |  0.000 % |
1.21/1.53	c 1	|       102 |    8483    84921   240258 |    31137      102     39 |  0.000 % |
1.21/1.56	c 2	|       252 |    8483    84921   240258 |    34251      252     48 |  0.000 % |
1.21/1.61	c 2	|       477 |    8483    84921   240258 |    37676      477     49 |  0.000 % |
1.21/1.65	c 2	|       814 |    8483    84921   240258 |    41444      814     40 |  0.000 % |
1.21/1.73	c 2	|      1322 |    8483    84921   240258 |    45588     1322     37 |  0.000 % |
1.21/1.88	c 2	|      2081 |    8483    84921   240258 |    50147     2081     43 |  0.000 % |
1.21/2.04	c 2	|      3220 |    8483    84921   240258 |    55162     3220     38 |  0.000 % |
2.14/2.42	c 2	|      4929 |    8483    84921   240258 |    60678     4929     45 |  0.000 % |
2.64/2.99	c 3	|      7491 |    8483    84921   240258 |    66746     7491     46 |  0.000 % |
2.95/3.28	c 3	|     11336 |    8483    84921   240258 |    73421    11336     36 |  0.000 % |
4.64/4.91	c 5	|     17102 |    8483    84921   240258 |    80763    17102     44 |  0.000 % |
9.04/9.34	c 9	|     25752 |    8483    84921   240258 |    88839    25752     58 |  0.000 % |
16.14/16.45	c 16	|     38727 |    8483    84921   240258 |    97723    38727     65 |  0.000 % |
18.24/18.52	c 18	===============================================================================
18.24/18.52	c 18	restarts              : 14
18.24/18.52	c 18	conflicts             : 43445         (2552 /sec)
18.24/18.52	c 18	decisions             : 81039         (1.21 % random) (4760 /sec)
18.24/18.52	c 18	propagations          : 21035472       (1235534 /sec)
18.24/18.52	c 18	conflict literals     : 2876659        (6.01 % deleted)
18.24/18.52	c 18	Memory used           : 18.72 MB
18.24/18.52	c 18	CPU time              : 17.0254 s
18.24/18.52	c 18	
18.24/18.52	c 18	SATISFIABLE
18.24/18.53	c 18	OK
18.24/18.53	c 18	FOUND: _COST <= 24
18.24/18.53	s SATISFIABLE
18.24/18.53	c 18	DECODING HOME/temp.out WITH HOME/temp.map
18.24/18.53	c 18	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.33/18.61	c 19	Decoding HOME/temp.out
18.33/18.67	c 19	OBJECTIVE _COST 24
18.33/18.67	o 24
18.33/18.68	v 10 3 1 9 0 6 5 2 8 11 4 7 0 6 5 8 11 2 10 4 9 7 1 3 2 1 11 5 4 7 1 11 6 5 2 7 5 5 8 3 11 10 11 10 3 8 6 5 4 0 9 6 2 11 3 8 5 1 10 7 0 1 6 11 11 8 11 6 11 3 11 2 7 8 3 10 1 5 9 2 0 4 6 11 11 0 11 0 9 0 10 4 7 9 11 8 9 11 9 4 11 4 8 3 1 10 11 11 10 11 6 1 3 9 8 7 4 0 2 5 2 11 4 2 11 1 10 3 10 2 7 11 11 7 11 7 11 3 10 6 2 6 9 5
18.33/18.68	c 19	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
18.44/18.72	c 19	OK
18.44/18.72	c 19	OBJECTIVE BOUND: 0 <= _COST <= 24
18.44/18.72	c 19	SEARCHING: _COST <= 12
18.44/18.72	c 19	============================[ Search Statistics ]==============================
18.44/18.72	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.44/18.72	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.44/18.72	c 19	===============================================================================
18.44/18.72	c 19	|     43445 |    8339    83470   236313 |    27823    43445     66 |  0.000 % |
18.44/18.80	c 19	|     43545 |    8339    83470   236313 |    30605    12625     66 |  1.698 % |
18.53/18.83	c 19	|     43695 |    8339    83470   236313 |    33666    12775     66 |  1.698 % |
18.63/18.90	c 19	|     43921 |    8339    83470   236313 |    37032    13001     65 |  1.698 % |
18.63/18.98	c 19	|     44258 |    8339    83470   236313 |    40736    13338     64 |  1.698 % |
18.83/19.13	c 19	|     44764 |    8339    83470   236313 |    44809    13844     64 |  1.698 % |
19.03/19.31	c 19	|     45523 |    8339    83470   236313 |    49290    14603     63 |  1.698 % |
19.13/19.48	c 19	|     46662 |    8339    83470   236313 |    54219    15742     61 |  1.698 % |
19.73/20.00	c 20	|     48371 |    8339    83470   236313 |    59641    17451     60 |  1.698 % |
20.23/20.60	c 21	|     50934 |    8339    83470   236313 |    65605    20014     59 |  1.698 % |
21.63/21.97	c 22	|     54778 |    8339    83470   236313 |    72166    23858     59 |  1.698 % |
23.73/24.04	c 24	|     60546 |    8339    83470   236313 |    79383    29626     61 |  1.698 % |
27.63/27.90	c 28	|     69195 |    8339    83470   236313 |    87321    38275     62 |  1.698 % |
29.93/30.25	c 30	|     82169 |    8339    83470   236313 |    96053    51249     54 |  1.698 % |
42.72/43.04	c 43	|    101632 |    8339    83470   236313 |   105659    70712     60 |  1.698 % |
60.81/61.16	c 61	|    130825 |    8339    83470   236313 |   116224    99905     65 |  1.698 % |
86.12/86.40	c 86	|    174615 |    8339    83470   236313 |   127847    38263     72 |  1.698 % |
152.29/152.66	c 153	|    240300 |    8339    83470   236313 |   140632   103948     79 |  1.698 % |
248.07/248.42	c 248	|    338826 |    8339    83470   236313 |   154695    73255     80 |  1.698 % |
451.42/451.88	c 452	|    486617 |    8339    83470   236313 |   170164    78374    113 |  1.698 % |
765.53/766.01	c 766	|    708301 |    8339    83470   236313 |   187181   144546     88 |  1.698 % |
1373.97/1374.60	c 1375	|   1040827 |    8339    83470   236313 |   205899   138281    113 |  1.698 % |
2353.13/2354.02	c 2354	|   1539615 |    8339    83470   236313 |   226489    66952     97 |  1.698 % |
3600.00/3601.21	c ERROR INTERRUPTED
3600.00/3601.22	c 3601	CPU 3599.49 (0.06 0.02 3599.43 0.53)
3600.00/3601.22	c 3601	END Fri Jul 11 20:45:21 2008

Verifier Data (download as text)

OK	24	24
24 unsatisfied constraints, 24 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-1108975-1215798320/watcher-1108975-1215798320 -o /tmp/evaluation-result-1108975-1215798320/solver-1108975-1215798320 -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-1108975-1215798320.xml 

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


[startup+0 s]
/proc/loadavg: 1.10 1.11 1.38 3/72 14161
/proc/meminfo: memFree=1961776/2055920 swapFree=4181252/4192956
[pid=14161] ppid=14159 vsize=12272 CPUtime=0
/proc/14161/stat : 14161 (sugar++) D 14159 14161 14085 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 36533920 12566528 321 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/14161/statm: 3068 321 242 3 0 168 0

[startup+0.0412489 s]
/proc/loadavg: 1.10 1.11 1.38 3/72 14161
/proc/meminfo: memFree=1961776/2055920 swapFree=4181252/4192956
[pid=14161] ppid=14159 vsize=12272 CPUtime=0
/proc/14161/stat : 14161 (sugar++) D 14159 14161 14085 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 36533920 12566528 330 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/14161/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101258 s]
/proc/loadavg: 1.10 1.11 1.38 3/72 14161
/proc/meminfo: memFree=1961776/2055920 swapFree=4181252/4192956
[pid=14161] ppid=14159 vsize=12676 CPUtime=0
/proc/14161/stat : 14161 (sugar++) D 14159 14161 14085 0 -1 4194304 533 0 0 0 0 0 0 0 18 0 1 0 36533920 12980224 501 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/14161/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12676

[startup+0.301277 s]
/proc/loadavg: 1.10 1.11 1.38 3/72 14161
/proc/meminfo: memFree=1961776/2055920 swapFree=4181252/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=0.06
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 36533920 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701306 s]
/proc/loadavg: 1.10 1.11 1.38 3/72 14161
/proc/meminfo: memFree=1961776/2055920 swapFree=4181252/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=0.27
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1296 4288 0 1 5 1 18 3 16 0 1 0 36533920 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 16740

[startup+1.50237 s]
/proc/loadavg: 1.10 1.11 1.38 3/93 14204
/proc/meminfo: memFree=1929024/2055920 swapFree=4181252/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.21
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1459 11782 2 3 6 1 106 8 16 0 1 0 36533920 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1113 414 3 0 764 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 16740

[startup+3.1015 s]
/proc/loadavg: 1.17 1.13 1.38 3/76 14219
/proc/meminfo: memFree=1941384/2055920 swapFree=4181252/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.21
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1459 11782 2 3 6 1 106 8 15 0 1 0 36533920 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1113 414 3 0 764 0
[pid=14219] ppid=14161 vsize=7900 CPUtime=1.64
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 1898 0 0 0 163 1 0 0 25 0 1 0 36534065 8089600 1847 996147200 134512640 135134323 4294956192 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 1975 1847 74 151 0 1821 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 24640

[startup+6.30275 s]
/proc/loadavg: 1.17 1.13 1.38 3/76 14219
/proc/meminfo: memFree=1934344/2055920 swapFree=4181252/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.21
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1459 11782 2 3 6 1 106 8 16 0 1 0 36533920 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1113 414 3 0 764 0
[pid=14219] ppid=14161 vsize=10860 CPUtime=4.83
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 2635 0 0 0 482 1 0 0 25 0 1 0 36534065 11120640 2584 996147200 134512640 135134323 4294956192 18446744073709551615 134532056 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 2715 2584 74 151 0 2561 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 27600

[startup+12.7013 s]
/proc/loadavg: 1.30 1.15 1.39 3/76 14219
/proc/meminfo: memFree=1925200/2055920 swapFree=4181252/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.21
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1459 11782 2 3 6 1 106 8 16 0 1 0 36533920 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1113 414 3 0 764 0
[pid=14219] ppid=14161 vsize=15120 CPUtime=11.23
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 3707 0 0 0 1121 2 0 0 25 0 1 0 36534065 15482880 3656 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 3780 3656 74 151 0 3626 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 31860

[startup+25.5013 s]
/proc/loadavg: 1.41 1.18 1.39 3/76 14229
/proc/meminfo: memFree=1916944/2055920 swapFree=4181252/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.37
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1545 15530 2 4 6 2 119 10 16 0 1 0 36533920 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1115 414 3 0 764 0
[pid=14219] ppid=14161 vsize=19168 CPUtime=23.86
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 4711 0 0 0 2383 3 0 0 25 0 1 0 36534065 19628032 4658 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 4792 4658 80 151 0 4638 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 35908

[startup+51.1013 s]
/proc/loadavg: 1.61 1.25 1.41 3/76 14229
/proc/meminfo: memFree=1900752/2055920 swapFree=4181252/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.37
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1545 15530 2 4 6 2 119 10 16 0 1 0 36533920 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1115 414 3 0 764 0
[pid=14219] ppid=14161 vsize=30376 CPUtime=49.45
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 7535 0 0 0 4938 7 0 0 25 0 1 0 36534065 31105024 7482 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 7594 7482 80 151 0 7440 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 47116

[startup+102.306 s]
/proc/loadavg: 1.84 1.37 1.44 3/76 14229
/proc/meminfo: memFree=1889168/2055920 swapFree=4181252/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.37
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1545 15530 2 4 6 2 119 10 16 0 1 0 36533920 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1115 414 3 0 764 0
[pid=14219] ppid=14161 vsize=39560 CPUtime=100.65
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 9824 0 0 0 10054 11 0 0 25 0 1 0 36534065 40509440 9771 996147200 134512640 135134323 4294956192 18446744073709551615 134528473 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 9890 9771 80 151 0 9736 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 56300

[startup+162.301 s]
/proc/loadavg: 1.99 1.49 1.47 3/76 14229
/proc/meminfo: memFree=1876048/2055920 swapFree=4181252/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.37
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1545 15530 2 4 6 2 119 10 16 0 1 0 36533920 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1115 414 3 0 764 0
[pid=14219] ppid=14161 vsize=49000 CPUtime=160.62
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 12170 0 0 0 16048 14 0 0 25 0 1 0 36534065 50176000 12117 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 12250 12117 80 151 0 12096 0
Current children cumulated CPU time (s) 161.99
Current children cumulated vsize (KiB) 65740

[startup+222.302 s]
/proc/loadavg: 2.04 1.60 1.51 3/76 14229
/proc/meminfo: memFree=1862992/2055920 swapFree=4181252/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.37
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1545 15530 2 4 6 2 119 10 16 0 1 0 36533920 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1115 414 3 0 764 0
[pid=14219] ppid=14161 vsize=58384 CPUtime=220.6
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 14452 0 0 0 22043 17 0 0 25 0 1 0 36534065 59785216 14399 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 14596 14399 80 151 0 14442 0
Current children cumulated CPU time (s) 221.97
Current children cumulated vsize (KiB) 75124

[startup+282.302 s]
/proc/loadavg: 2.09 1.69 1.55 3/76 14229
/proc/meminfo: memFree=1862544/2055920 swapFree=4181252/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.37
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1545 15530 2 4 6 2 119 10 16 0 1 0 36533920 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1115 414 3 0 764 0
[pid=14219] ppid=14161 vsize=58384 CPUtime=280.59
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 14452 0 0 0 28042 17 0 0 25 0 1 0 36534065 59785216 14399 996147200 134512640 135134323 4294956192 18446744073709551615 134532135 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 14596 14399 80 151 0 14442 0
Current children cumulated CPU time (s) 281.96
Current children cumulated vsize (KiB) 75124

[startup+342.301 s]
/proc/loadavg: 2.03 1.75 1.57 3/76 14229
/proc/meminfo: memFree=1850576/2055920 swapFree=4181252/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.37
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1545 15530 2 4 6 2 119 10 16 0 1 0 36533920 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1115 414 3 0 764 0
[pid=14219] ppid=14161 vsize=68684 CPUtime=340.58
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 17040 0 0 0 34037 21 0 0 25 0 1 0 36534065 70332416 16987 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 17171 16987 80 151 0 17017 0
Current children cumulated CPU time (s) 341.95
Current children cumulated vsize (KiB) 85424

[startup+402.302 s]
/proc/loadavg: 2.01 1.79 1.59 3/76 14229
/proc/meminfo: memFree=1847376/2055920 swapFree=4181252/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.37
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1545 15530 2 4 6 2 119 10 16 0 1 0 36533920 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1115 414 3 0 764 0
[pid=14219] ppid=14161 vsize=71720 CPUtime=400.56
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 17804 0 0 0 40034 22 0 0 25 0 1 0 36534065 73441280 17751 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 17930 17751 80 151 0 17776 0
Current children cumulated CPU time (s) 401.93
Current children cumulated vsize (KiB) 88460

[startup+462.302 s]
/proc/loadavg: 2.11 1.86 1.63 3/76 14229
/proc/meminfo: memFree=1844176/2055920 swapFree=4181252/4192956

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

[pid=14219] ppid=14161 vsize=124368 CPUtime=2859.92
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 30849 0 0 0 285952 40 0 0 25 0 1 0 36534065 127352832 30795 996147200 134512640 135134323 4294956192 18446744073709551615 134531938 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 31092 30795 80 151 0 30938 0
Current children cumulated CPU time (s) 2861.29
Current children cumulated vsize (KiB) 141108

[startup+2922.3 s]
/proc/loadavg: 2.10 2.03 1.93 3/76 14237
/proc/meminfo: memFree=1751952/2055920 swapFree=4181272/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.37
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1545 15530 2 4 6 2 119 10 16 0 1 0 36533920 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1115 414 3 0 764 0
[pid=14219] ppid=14161 vsize=124368 CPUtime=2919.9
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 30849 0 0 0 291950 40 0 0 25 0 1 0 36534065 127352832 30795 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 31092 30795 80 151 0 30938 0
Current children cumulated CPU time (s) 2921.27
Current children cumulated vsize (KiB) 141108

[startup+2982.3 s]
/proc/loadavg: 2.03 2.02 1.93 3/76 14237
/proc/meminfo: memFree=1748752/2055920 swapFree=4181272/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.37
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1545 15530 2 4 6 2 119 10 16 0 1 0 36533920 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1115 414 3 0 764 0
[pid=14219] ppid=14161 vsize=124368 CPUtime=2979.89
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 30849 0 0 0 297949 40 0 0 25 0 1 0 36534065 127352832 30795 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 31092 30795 80 151 0 30938 0
Current children cumulated CPU time (s) 2981.26
Current children cumulated vsize (KiB) 141108

[startup+3042.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/76 14237
/proc/meminfo: memFree=1748176/2055920 swapFree=4181272/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.37
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1545 15530 2 4 6 2 119 10 16 0 1 0 36533920 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1115 414 3 0 764 0
[pid=14219] ppid=14161 vsize=124368 CPUtime=3039.87
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 30849 0 0 0 303947 40 0 0 25 0 1 0 36534065 127352832 30795 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 31092 30795 80 151 0 30938 0
Current children cumulated CPU time (s) 3041.24
Current children cumulated vsize (KiB) 141108

[startup+3102.3 s]
/proc/loadavg: 2.12 2.04 1.94 3/76 14237
/proc/meminfo: memFree=1748112/2055920 swapFree=4181272/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.37
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1545 15530 2 4 6 2 119 10 16 0 1 0 36533920 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1115 414 3 0 764 0
[pid=14219] ppid=14161 vsize=124368 CPUtime=3099.86
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 30849 0 0 0 309946 40 0 0 25 0 1 0 36534065 127352832 30795 996147200 134512640 135134323 4294956192 18446744073709551615 134532100 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 31092 30795 80 151 0 30938 0
Current children cumulated CPU time (s) 3101.23
Current children cumulated vsize (KiB) 141108

[startup+3162.3 s]
/proc/loadavg: 2.19 2.08 1.96 3/76 14237
/proc/meminfo: memFree=1747984/2055920 swapFree=4181272/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.37
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1545 15530 2 4 6 2 119 10 16 0 1 0 36533920 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1115 414 3 0 764 0
[pid=14219] ppid=14161 vsize=124368 CPUtime=3159.84
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 30849 0 0 0 315944 40 0 0 25 0 1 0 36534065 127352832 30795 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 31092 30795 80 151 0 30938 0
Current children cumulated CPU time (s) 3161.21
Current children cumulated vsize (KiB) 141108

[startup+3222.3 s]
/proc/loadavg: 2.09 2.07 1.96 3/76 14237
/proc/meminfo: memFree=1747984/2055920 swapFree=4181272/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.37
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1545 15530 2 4 6 2 119 10 16 0 1 0 36533920 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1115 414 3 0 764 0
[pid=14219] ppid=14161 vsize=124368 CPUtime=3219.83
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 30849 0 0 0 321943 40 0 0 25 0 1 0 36534065 127352832 30795 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 31092 30795 80 151 0 30938 0
Current children cumulated CPU time (s) 3221.2
Current children cumulated vsize (KiB) 141108

[startup+3282.3 s]
/proc/loadavg: 2.03 2.06 1.96 3/76 14237
/proc/meminfo: memFree=1747920/2055920 swapFree=4181272/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.37
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1545 15530 2 4 6 2 119 10 16 0 1 0 36533920 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1115 414 3 0 764 0
[pid=14219] ppid=14161 vsize=124368 CPUtime=3279.82
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 30849 0 0 0 327942 40 0 0 25 0 1 0 36534065 127352832 30795 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 31092 30795 80 151 0 30938 0
Current children cumulated CPU time (s) 3281.19
Current children cumulated vsize (KiB) 141108

[startup+3342.3 s]
/proc/loadavg: 2.01 2.05 1.96 3/76 14237
/proc/meminfo: memFree=1747856/2055920 swapFree=4181272/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.37
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1545 15530 2 4 6 2 119 10 16 0 1 0 36533920 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1115 414 3 0 764 0
[pid=14219] ppid=14161 vsize=124368 CPUtime=3339.8
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 30851 0 0 0 333940 40 0 0 25 0 1 0 36534065 127352832 30797 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 31092 30797 80 151 0 30938 0
Current children cumulated CPU time (s) 3341.17
Current children cumulated vsize (KiB) 141108

[startup+3402.31 s]
/proc/loadavg: 2.00 2.03 1.96 3/76 14237
/proc/meminfo: memFree=1747792/2055920 swapFree=4181272/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.37
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1545 15530 2 4 6 2 119 10 16 0 1 0 36533920 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1115 414 3 0 764 0
[pid=14219] ppid=14161 vsize=124368 CPUtime=3399.78
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 30851 0 0 0 339938 40 0 0 25 0 1 0 36534065 127352832 30797 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 31092 30797 80 151 0 30938 0
Current children cumulated CPU time (s) 3401.15
Current children cumulated vsize (KiB) 141108

[startup+3462.3 s]
/proc/loadavg: 2.00 2.03 1.96 3/76 14237
/proc/meminfo: memFree=1747728/2055920 swapFree=4181272/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.37
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1545 15530 2 4 6 2 119 10 16 0 1 0 36533920 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1115 414 3 0 764 0
[pid=14219] ppid=14161 vsize=124368 CPUtime=3459.77
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 30851 0 0 0 345937 40 0 0 25 0 1 0 36534065 127352832 30797 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 31092 30797 80 151 0 30938 0
Current children cumulated CPU time (s) 3461.14
Current children cumulated vsize (KiB) 141108

[startup+3522.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/76 14237
/proc/meminfo: memFree=1747664/2055920 swapFree=4181272/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.37
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1545 15530 2 4 6 2 119 10 16 0 1 0 36533920 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1115 414 3 0 764 0
[pid=14219] ppid=14161 vsize=124368 CPUtime=3519.75
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 30851 0 0 0 351935 40 0 0 25 0 1 0 36534065 127352832 30797 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 31092 30797 80 151 0 30938 0
Current children cumulated CPU time (s) 3521.12
Current children cumulated vsize (KiB) 141108

[startup+3582.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/76 14237
/proc/meminfo: memFree=1747600/2055920 swapFree=4181272/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.37
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1545 15530 2 4 6 2 119 10 16 0 1 0 36533920 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1115 414 3 0 764 0
[pid=14219] ppid=14161 vsize=124368 CPUtime=3579.73
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 30851 0 0 0 357933 40 0 0 25 0 1 0 36534065 127352832 30797 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 31092 30797 80 151 0 30938 0
Current children cumulated CPU time (s) 3581.1
Current children cumulated vsize (KiB) 141108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.2 s]
/proc/loadavg: 2.00 2.01 1.96 3/76 14237
/proc/meminfo: memFree=1747600/2055920 swapFree=4181272/4192956
[pid=14161] ppid=14159 vsize=16740 CPUtime=1.37
/proc/14161/stat : 14161 (sugar++) S 14159 14161 14085 0 -1 4194304 1545 15530 2 4 6 2 119 10 16 0 1 0 36533920 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14161/statm: 4185 1115 414 3 0 764 0
[pid=14219] ppid=14161 vsize=124368 CPUtime=3598.63
/proc/14219/stat : 14219 (minisat-inc) R 14161 14161 14085 0 -1 4194304 30851 0 0 0 359823 40 0 0 25 0 1 0 36534065 127352832 30797 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14219/statm: 31092 30797 80 151 0 30938 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 141108

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): 3601.23
CPU time (s): 3600.06
CPU user time (s): 3599.5
CPU system time (s): 0.557915
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 890564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.5
system time used= 0.557915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48005
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= 2043
involuntary context switches= 6277

runsolver used 3.13852 second user time and 9.99348 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-11 19:45:20
IDJOB=1108975
IDBENCH=60850
IDSOLVER=367
FILE ID=node26/1108975-1215798320
PBS_JOBID= 7903247
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/latinSquare/normalized-latinSquare-dg-12_all.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-1108975-1215798320/watcher-1108975-1215798320 -o /tmp/evaluation-result-1108975-1215798320/solver-1108975-1215798320 -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-1108975-1215798320.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 535246887d226e6be0539abc12ce8eb5
RANDOM SEED=465478158

node26.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.213
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.213
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:       1962328 kB
Buffers:          3860 kB
Cached:          32320 kB
SwapCached:       4348 kB
Active:          37516 kB
Inactive:         6648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1962328 kB
SwapTotal:     4192956 kB
SwapFree:      4181252 kB
Dirty:            2488 kB
Writeback:           0 kB
Mapped:          14872 kB
Slab:            34924 kB
Committed_AS:   109716 kB
PageTables:       1692 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= 66468 MiB
End job on node26 at 2008-07-11 20:45:23