Trace number 1108961

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)71 3600.11 3602.82

General information on the benchmark

Namecsp/QG5/
normalized-quasigroup5-9.xml
MD5SUMe6b1ddf219c61bc4d2f738d4811f6cd4
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints71
Best CPU time to get the best result obtained on this benchmark3600.11
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints162
Maximum constraint arity11
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(18),element(144)

Solver Data (download as text)

0.05/0.23	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.25	c 0	BEGIN Fri Jul 11 19:44:24 2008
0.05/0.25	c 0	PID 13904
0.05/0.25	c 0	HOST node55.alineos.net
0.05/0.25	c 0	CONVERTING HOME/instance-1108961-1215798263.xml TO HOME/temp.csp
0.05/0.25	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108961-1215798263.xml' 'HOME/temp.csp'
0.07/0.68	c 0	46 domains, 225 variables, 0 predicates, 0 relations, 162 constraints
0.07/0.71	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.71	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.07/0.79	c 0	Parsing HOME/temp.csp
0.38/0.92	c 0	parsed 433 expressions
0.38/0.92	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.38/0.93	c 0	MAX CSP: 162 constraints
0.38/0.93	c 0	Converting to clausal form CSP
0.38/0.95	c 0	converted 60 (10%) expressions
0.38/0.95	c 0	converted 120 (20%) expressions
0.38/0.95	c 0	converted 180 (30%) expressions
0.38/0.96	c 0	converted 240 (40%) expressions
0.74/1.16	c 1	converted 299 (50%) expressions
0.74/1.19	c 1	converted 359 (60%) expressions
0.84/1.22	c 1	converted 419 (70%) expressions
0.84/1.25	c 1	converted 479 (80%) expressions
0.84/1.27	c 1	converted 539 (90%) expressions
0.94/1.31	c 1	converted 598 (100%) expressions
0.94/1.31	c 1	CSP : 549 integers, 1188 booleans, 4337 clauses, largest domain size 244
0.94/1.31	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.31	c 1	Propagation in CSP
0.94/1.36	c 1	159 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/1.36	c 1	CSP : 549 integers, 1188 booleans, 4337 clauses, largest domain size 163
0.94/1.36	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.37	c 1	Simplifing CSP by introducing new Boolean variables
0.94/1.38	c 1	CSP : 549 integers, 2196 booleans, 5345 clauses, largest domain size 163
0.94/1.38	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.43	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.45	c 1	55 (10%) CSP integer variables are encoded (245 clauses, 2579 bytes)
1.04/1.46	c 1	110 (20%) CSP integer variables are encoded (465 clauses, 4999 bytes)
1.04/1.46	c 1	165 (30%) CSP integer variables are encoded (654 clauses, 7078 bytes)
1.04/1.46	c 1	220 (40%) CSP integer variables are encoded (850 clauses, 9234 bytes)
1.04/1.46	c 1	275 (50%) CSP integer variables are encoded (864 clauses, 9403 bytes)
1.04/1.46	c 1	330 (60%) CSP integer variables are encoded (864 clauses, 9403 bytes)
1.04/1.46	c 1	385 (70%) CSP integer variables are encoded (864 clauses, 9403 bytes)
1.04/1.47	c 1	440 (80%) CSP integer variables are encoded (1866 clauses, 22429 bytes)
1.04/1.47	c 1	495 (90%) CSP integer variables are encoded (2525 clauses, 30996 bytes)
1.04/1.47	c 1	549 (100%) CSP integer variables are encoded (2880 clauses, 35611 bytes)
1.14/1.52	c 1	535 (10%) CSP clauses are encoded (5378 clauses, 74101 bytes)
1.14/1.54	c 1	1069 (20%) CSP clauses are encoded (7850 clauses, 112632 bytes)
1.14/1.56	c 1	1604 (30%) CSP clauses are encoded (10362 clauses, 153991 bytes)
1.14/1.58	c 1	2138 (40%) CSP clauses are encoded (12218 clauses, 194137 bytes)
1.14/1.60	c 1	2673 (50%) CSP clauses are encoded (14149 clauses, 236249 bytes)
1.24/1.61	c 1	3207 (60%) CSP clauses are encoded (16105 clauses, 279849 bytes)
1.24/1.62	c 1	3742 (70%) CSP clauses are encoded (18067 clauses, 323646 bytes)
1.24/1.63	c 1	4276 (80%) CSP clauses are encoded (19347 clauses, 351353 bytes)
1.24/1.64	c 1	4811 (90%) CSP clauses are encoded (20714 clauses, 381092 bytes)
1.33/1.72	c 1	5345 (100%) CSP clauses are encoded (57852 clauses, 1045604 bytes)
1.33/1.72	c 1	5345 CSP clauses encoded
1.33/1.72	c 1	Writing map file : HOME/temp.map
1.33/1.73	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.73	c 1	SAT : 5544 SAT variables, 57852 SAT clauses, 1045604 bytes
1.33/1.73	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.76	c 1	OBJECTIVE minimize _COST
1.33/1.76	c 1	SOLVING HOME/temp.cnf
1.33/1.76	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.33/1.78	c 1	This is MiniSat 2.0 beta incremental
1.33/1.78	c 1	WARNING: for repeatability, setting FPU to use double precision
1.33/1.78	c 1	============================[ Problem Statistics ]=============================
1.33/1.78	c 1	|                                                                             |
1.33/1.78	c 1	|  Number of variables:  5544                                                 |
1.33/1.78	c 1	|  Number of clauses:    57852                                                |
1.39/1.81	c 1	|  Parsing time:         0.03         s                                       |
1.39/1.81	c 1	OK
1.39/1.81	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.39/1.81	c 1	SEARCHING: _COST <= 81
1.39/1.81	c 1	============================[ Search Statistics ]==============================
1.39/1.81	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.39/1.81	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.39/1.81	c 1	===============================================================================
1.39/1.81	c 1	|         0 |    5544    57744   173458 |    19248        0    nan |  0.000 % |
1.39/1.82	c 1	===============================================================================
1.39/1.82	c 1	restarts              : 1
1.39/1.82	c 1	conflicts             : 65            (1711 /sec)
1.39/1.82	c 1	decisions             : 3014          (0.93 % random) (79328 /sec)
1.39/1.82	c 1	propagations          : 16175          (425725 /sec)
1.39/1.82	c 1	conflict literals     : 708            (5.09 % deleted)
1.39/1.82	c 1	Memory used           : 4.59 MB
1.39/1.82	c 1	CPU time              : 0.037994 s
1.39/1.82	c 1	
1.39/1.82	c 1	SATISFIABLE
1.39/1.82	c 1	OK
1.39/1.82	c 1	FOUND: _COST <= 81
1.39/1.82	s SATISFIABLE
1.39/1.82	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.39/1.83	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.39/1.91	c 1	Decoding HOME/temp.out
1.39/2.00	c 1	OBJECTIVE _COST 81
1.39/2.00	o 81
1.39/2.01	v 1 4 6 2 3 8 9 9 7 4 2 9 6 7 1 9 5 3 6 7 3 1 2 4 9 2 8 5 8 7 4 3 9 6 1 2 8 6 9 7 5 3 8 2 4 9 1 4 3 8 6 9 2 8 8 8 8 5 9 3 7 9 8 3 9 7 9 4 7 9 8 7 2 5 7 8 6 1 8 7 9 2 2 5 3 3 4 9 5 3 6 9 7 6 8 4 9 6 1 9 3 5 4 8 5 4 6 5 7 3 8 7 9 4 1 8 2 9 4 8 5 1 6 2 7 9 8 9 9 8 1 9 2 5 3 1 5 7 6 3 7 2 8 9 9 9 1 8 2 6 3 9 4 2 6 4 7 7 8 3 9 2 1 9 2 9 3 8 4 4 5 4 7 9 8 9 9 8 1 8 2 8 3 9 4 9 5 9 6 9 8 9 9 9 1 9 2 9 3 3 4 9 5 9 6 9 7 9 9 8 1 7 2 7 3 5 4 9 5 9 6 9 7 9 8
1.39/2.01	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.39/2.04	c 1	OK
1.39/2.04	c 1	OBJECTIVE BOUND: 0 <= _COST <= 81
1.39/2.04	c 1	SEARCHING: _COST <= 40
1.39/2.05	c 1	============================[ Search Statistics ]==============================
1.39/2.05	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.39/2.05	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.39/2.05	c 1	===============================================================================
1.39/2.05	c 1	|        65 |    5544    57744   173458 |    19248       65     11 |  0.000 % |
1.39/2.06	c 2	|       165 |    5544    57744   173458 |    21172      165     22 | 11.690 % |
1.39/2.07	c 2	|       315 |    5544    57744   173458 |    23290      315     22 | 11.690 % |
1.66/2.11	c 2	|       542 |    5544    57744   173458 |    25619      542     25 | 11.690 % |
1.66/2.16	c 2	|       880 |    4896    43908   133813 |    28180      880     29 | 11.690 % |
1.77/2.21	c 2	|      1386 |    4896    43908   133813 |    30999     1386     24 | 11.690 % |
1.87/2.33	c 2	|      2145 |    4896    43908   133813 |    34099     2145     31 | 11.690 % |
1.97/2.45	c 2	|      3285 |    4896    43908   133813 |    37508     3285     31 | 11.690 % |
2.26/2.71	c 2	|      4994 |    4896    43908   133813 |    41259     4994     39 | 11.690 % |
2.66/3.11	c 3	|      7557 |    4896    43908   133813 |    45385     7557     41 | 11.690 % |
3.46/3.94	c 3	|     11401 |    4896    43908   133813 |    49924    11401     45 | 11.690 % |
4.86/5.31	c 5	|     17169 |    4896    43908   133813 |    54916    17169     47 | 11.690 % |
6.84/7.39	c 7	|     25818 |    4896    43908   133813 |    60408    25818     50 | 11.690 % |
11.32/11.85	c 11	|     38793 |    4896    43908   133813 |    66449    38793     53 | 11.690 % |
20.28/20.85	c 20	|     58254 |    4896    43908   133813 |    73094    58254     57 | 11.690 % |
32.72/33.37	c 33	|     87446 |    4896    43908   133813 |    80403    26495     51 | 11.690 % |
64.27/65.01	c 64	|    131235 |    4896    43908   133813 |    88444    70284     62 | 11.690 % |
108.25/109.29	c 109	|    196919 |    4896    43908   133813 |    97288    60200     61 | 11.690 % |
181.10/182.47	c 182	|    295447 |    4896    43908   133813 |   107017    78269     63 | 11.690 % |
314.49/316.01	c 315	|    443236 |    4896    43908   133813 |   117719    47162     61 | 11.690 % |
555.50/557.14	c 557	|    664919 |    4896    43908   133813 |   129490    69529     73 | 11.690 % |
887.27/889.07	c 889	|    997444 |    4896    43908   133813 |   142440    62124     51 | 11.690 % |
1508.53/1510.53	c 1510	|   1496232 |    4896    43908   133813 |   156684    66325     74 | 11.690 % |
2331.52/2333.86	c 2333	|   2244414 |    4896    43908   133813 |   172352   114118     64 | 11.690 % |
3600.07/3602.81	c ERROR INTERRUPTED
3600.07/3602.82	c 3602	CPU 3599.63 (0.06 0.02 3599.57 0.44)
3600.07/3602.82	c 3602	END Fri Jul 11 20:44:26 2008

Verifier Data (download as text)

OK	71	91
71 unsatisfied constraints, 91 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-1108961-1215798263/watcher-1108961-1215798263 -o /tmp/evaluation-result-1108961-1215798263/solver-1108961-1215798263 -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-1108961-1215798263.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.27 2.42 2.27 4/81 13904
/proc/meminfo: memFree=1919560/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=18572 CPUtime=0
/proc/13904/stat : 13904 (runsolver) D 13902 13904 12474 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 36524983 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 248761609511 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/13904/statm: 4643 292 257 25 0 2626 0

[startup+0.05088 s]
/proc/loadavg: 2.27 2.42 2.27 4/81 13904
/proc/meminfo: memFree=1919560/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=12272 CPUtime=0
/proc/13904/stat : 13904 (sugar++) D 13902 13904 12474 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 36524983 12566528 321 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/13904/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101884 s]
/proc/loadavg: 2.27 2.42 2.27 4/81 13904
/proc/meminfo: memFree=1919560/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=12544 CPUtime=0
/proc/13904/stat : 13904 (sugar++) R 13902 13904 12474 0 -1 4194304 477 0 0 0 0 0 0 0 18 0 1 0 36524983 12845056 445 996147200 4194304 4206940 548682068528 18446744073709551615 248779230971 0 0 4224 0 0 0 0 17 1 0 0
/proc/13904/statm: 3136 445 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.30191 s]
/proc/loadavg: 2.27 2.42 2.27 4/81 13904
/proc/meminfo: memFree=1919560/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16740 CPUtime=0.07
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1219 128 0 0 5 2 0 0 18 0 1 0 36524983 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701942 s]
/proc/loadavg: 2.27 2.42 2.27 4/81 13904
/proc/meminfo: memFree=1919560/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16740 CPUtime=0.07
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1236 128 0 0 5 2 0 0 15 0 1 0 36524983 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50302 s]
/proc/loadavg: 2.25 2.42 2.27 3/92 13926
/proc/meminfo: memFree=1908528/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16740 CPUtime=0.38
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1297 4545 0 1 5 2 28 3 15 0 1 0 36524983 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4185 1104 409 3 0 764 0
[pid=13917] ppid=13904 vsize=5356 CPUtime=0
/proc/13917/stat : 13917 (sh) S 13904 13904 12474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36525054 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13917/statm: 1339 233 193 169 0 50 0
[pid=13918] ppid=13917 vsize=868460 CPUtime=0.76
/proc/13918/stat : 13918 (java) S 13917 13904 12474 0 -1 0 6933 0 1 0 72 4 0 0 18 0 9 0 36525054 889303040 6160 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13918/statm: 217115 6160 2563 9 0 211662 0
[pid=13918/tid=13919] ppid=13917 vsize=868460 CPUtime=0.44
/proc/13918/task/13919/stat : 13919 (java) R 13917 13904 12474 0 -1 64 2714 0 1 0 42 2 0 0 18 0 9 0 36525055 889303040 6160 996147200 134512640 134550740 4294955920 18446744073709551615 4126909724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13918/tid=13920] ppid=13917 vsize=868460 CPUtime=0.08
/proc/13918/task/13920/stat : 13920 (java) S 13917 13904 12474 0 -1 64 2064 0 0 0 8 0 0 0 16 0 9 0 36525056 889303040 6160 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13918/tid=13921] ppid=13917 vsize=868460 CPUtime=0
/proc/13918/task/13921/stat : 13921 (java) S 13917 13904 12474 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 36525057 889303040 6160 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13918/tid=13922] ppid=13917 vsize=868460 CPUtime=0
/proc/13918/task/13922/stat : 13922 (java) S 13917 13904 12474 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 36525057 889303040 6160 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13918/tid=13923] ppid=13917 vsize=868460 CPUtime=0
/proc/13918/task/13923/stat : 13923 (java) S 13917 13904 12474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 36525059 889303040 6160 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13918/tid=13924] ppid=13917 vsize=868460 CPUtime=0.21
/proc/13918/task/13924/stat : 13924 (java) S 13917 13904 12474 0 -1 64 1463 0 0 0 21 0 0 0 16 0 9 0 36525059 889303040 6160 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13918/tid=13925] ppid=13917 vsize=868460 CPUtime=0
/proc/13918/task/13925/stat : 13925 (java) S 13917 13904 12474 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 36525059 889303040 6160 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13918/tid=13926] ppid=13917 vsize=868460 CPUtime=0
/proc/13918/task/13926/stat : 13926 (java) S 13917 13904 12474 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 36525059 889303040 6160 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 890556

[startup+3.10217 s]
/proc/loadavg: 2.25 2.42 2.27 3/83 13937
/proc/meminfo: memFree=1909560/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 15 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4218 1118 414 3 0 797 0
[pid=13927] ppid=13904 vsize=5884 CPUtime=1.08
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 1423 0 1 0 108 0 0 0 24 0 1 0 36525159 6025216 1371 996147200 134512640 135134323 4294956192 18446744073709551615 134532004 0 0 4096 3 0 0 0 17 1 0 0
/proc/13927/statm: 1471 1371 80 151 0 1317 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 22756

[startup+6.30146 s]
/proc/loadavg: 2.23 2.41 2.26 3/83 13937
/proc/meminfo: memFree=1906040/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 16 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4218 1118 414 3 0 797 0
[pid=13927] ppid=13904 vsize=9396 CPUtime=4.27
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 2289 0 1 0 426 1 0 0 25 0 1 0 36525159 9621504 2237 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13927/statm: 2349 2237 80 151 0 2195 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 26268

[startup+12.702 s]
/proc/loadavg: 2.21 2.40 2.26 3/83 13937
/proc/meminfo: memFree=1900224/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 16 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4218 1118 414 3 0 797 0
[pid=13927] ppid=13904 vsize=14928 CPUtime=10.64
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 3655 0 1 0 1061 3 0 0 25 0 1 0 36525159 15286272 3603 996147200 134512640 135134323 4294956192 18446744073709551615 134523927 0 0 4096 3 0 0 0 17 1 0 0
/proc/13927/statm: 3732 3603 80 151 0 3578 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 31800

[startup+25.5012 s]
/proc/loadavg: 2.18 2.39 2.26 3/83 13937
/proc/meminfo: memFree=1892288/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 16 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4218 1118 414 3 0 797 0
[pid=13927] ppid=13904 vsize=22712 CPUtime=23.37
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 5607 0 1 0 2333 4 0 0 25 0 1 0 36525159 23257088 5555 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13927/statm: 5678 5555 80 151 0 5524 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 39584

[startup+51.1016 s]
/proc/loadavg: 2.11 2.35 2.25 3/83 13937
/proc/meminfo: memFree=1890752/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 16 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4218 1118 414 3 0 797 0
[pid=13927] ppid=13904 vsize=24300 CPUtime=48.85
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 5995 0 1 0 4880 5 0 0 25 0 1 0 36525159 24883200 5943 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/13927/statm: 6075 5943 80 151 0 5921 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 41172

[startup+102.306 s]
/proc/loadavg: 2.05 2.29 2.24 3/83 13937
/proc/meminfo: memFree=1882624/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 16 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4218 1118 414 3 0 797 0
[pid=13927] ppid=13904 vsize=32300 CPUtime=99.8
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 7983 0 1 0 9973 7 0 0 25 0 1 0 36525159 33075200 7931 996147200 134512640 135134323 4294956192 18446744073709551615 134531818 0 0 4096 3 0 0 0 17 1 0 0
/proc/13927/statm: 8075 7931 80 151 0 7921 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 49172

[startup+162.302 s]
/proc/loadavg: 2.02 2.24 2.22 3/83 13937
/proc/meminfo: memFree=1877824/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 16 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4218 1118 414 3 0 797 0
[pid=13927] ppid=13904 vsize=37244 CPUtime=159.52
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 9169 0 1 0 15943 9 0 0 25 0 1 0 36525159 38137856 9117 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13927/statm: 9311 9117 80 151 0 9157 0
Current children cumulated CPU time (s) 161.1
Current children cumulated vsize (KiB) 54116

[startup+222.301 s]
/proc/loadavg: 1.93 2.18 2.20 3/83 13978
/proc/meminfo: memFree=1875264/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 16 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4218 1118 414 3 0 797 0
[pid=13927] ppid=13904 vsize=40944 CPUtime=219.24
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 10125 0 1 0 21911 13 0 0 25 0 1 0 36525159 41926656 10073 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13927/statm: 10236 10073 80 151 0 10082 0
Current children cumulated CPU time (s) 220.82
Current children cumulated vsize (KiB) 57816

[startup+282.302 s]
/proc/loadavg: 1.97 2.14 2.18 3/83 13978
/proc/meminfo: memFree=1875200/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 16 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13904/statm: 4218 1118 414 3 0 797 0
[pid=13927] ppid=13904 vsize=41504 CPUtime=279.22
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 10236 0 1 0 27909 13 0 0 25 0 1 0 36525159 42500096 10184 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13927/statm: 10376 10184 80 151 0 10222 0
Current children cumulated CPU time (s) 280.8
Current children cumulated vsize (KiB) 58376

[startup+342.301 s]
/proc/loadavg: 1.99 2.11 2.17 3/83 13978
/proc/meminfo: memFree=1871488/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 16 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

[pid=13927] ppid=13904 vsize=82424 CPUtime=2858.24
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 20288 0 1 0 285797 27 0 0 25 0 1 0 36525159 84402176 20228 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13927/statm: 20606 20228 80 151 0 20452 0
Current children cumulated CPU time (s) 2859.82
Current children cumulated vsize (KiB) 99296

[startup+2922.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 13986
/proc/meminfo: memFree=1831872/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 16 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4218 1118 414 3 0 797 0
[pid=13927] ppid=13904 vsize=82560 CPUtime=2918.23
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 20339 0 1 0 291795 28 0 0 25 0 1 0 36525159 84541440 20252 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13927/statm: 20640 20252 80 151 0 20486 0
Current children cumulated CPU time (s) 2919.81
Current children cumulated vsize (KiB) 99432

[startup+2982.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 13986
/proc/meminfo: memFree=1831744/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 16 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4218 1118 414 3 0 797 0
[pid=13927] ppid=13904 vsize=82560 CPUtime=2978.21
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 20354 0 1 0 297793 28 0 0 25 0 1 0 36525159 84541440 20267 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13927/statm: 20640 20267 80 151 0 20486 0
Current children cumulated CPU time (s) 2979.79
Current children cumulated vsize (KiB) 99432

[startup+3042.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 13986
/proc/meminfo: memFree=1831744/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 16 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4218 1118 414 3 0 797 0
[pid=13927] ppid=13904 vsize=82560 CPUtime=3038.18
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 20354 0 1 0 303790 28 0 0 25 0 1 0 36525159 84541440 20267 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13927/statm: 20640 20267 80 151 0 20486 0
Current children cumulated CPU time (s) 3039.76
Current children cumulated vsize (KiB) 99432

[startup+3102.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 13986
/proc/meminfo: memFree=1831744/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 16 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4218 1118 414 3 0 797 0
[pid=13927] ppid=13904 vsize=82560 CPUtime=3098.16
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 20354 0 1 0 309788 28 0 0 25 0 1 0 36525159 84541440 20267 996147200 134512640 135134323 4294956192 18446744073709551615 134532046 0 0 4096 3 0 0 0 17 0 0 0
/proc/13927/statm: 20640 20267 80 151 0 20486 0
Current children cumulated CPU time (s) 3099.74
Current children cumulated vsize (KiB) 99432

[startup+3162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 13986
/proc/meminfo: memFree=1831680/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 16 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4218 1118 414 3 0 797 0
[pid=13927] ppid=13904 vsize=82560 CPUtime=3158.14
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 20354 0 1 0 315786 28 0 0 25 0 1 0 36525159 84541440 20267 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13927/statm: 20640 20267 80 151 0 20486 0
Current children cumulated CPU time (s) 3159.72
Current children cumulated vsize (KiB) 99432

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13986
/proc/meminfo: memFree=1831488/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 16 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4218 1118 414 3 0 797 0
[pid=13927] ppid=13904 vsize=82704 CPUtime=3218.11
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 20382 0 1 0 321783 28 0 0 25 0 1 0 36525159 84688896 20295 996147200 134512640 135134323 4294956192 18446744073709551615 134532039 0 0 4096 3 0 0 0 17 0 0 0
/proc/13927/statm: 20676 20295 80 151 0 20522 0
Current children cumulated CPU time (s) 3219.69
Current children cumulated vsize (KiB) 99576

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 13986
/proc/meminfo: memFree=1831424/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 16 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4218 1118 414 3 0 797 0
[pid=13927] ppid=13904 vsize=82904 CPUtime=3278.1
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 20402 0 1 0 327781 29 0 0 25 0 1 0 36525159 84893696 20315 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13927/statm: 20726 20315 80 151 0 20572 0
Current children cumulated CPU time (s) 3279.68
Current children cumulated vsize (KiB) 99776

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13986
/proc/meminfo: memFree=1830976/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 16 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4218 1118 414 3 0 797 0
[pid=13927] ppid=13904 vsize=83440 CPUtime=3338.08
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 20515 0 1 0 333779 29 0 0 25 0 1 0 36525159 85442560 20428 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13927/statm: 20860 20428 80 151 0 20706 0
Current children cumulated CPU time (s) 3339.66
Current children cumulated vsize (KiB) 100312

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 13986
/proc/meminfo: memFree=1829440/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 16 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4218 1118 414 3 0 797 0
[pid=13927] ppid=13904 vsize=84888 CPUtime=3398.06
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 20892 0 1 0 339777 29 0 0 25 0 1 0 36525159 86925312 20805 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13927/statm: 21222 20805 80 151 0 21068 0
Current children cumulated CPU time (s) 3399.64
Current children cumulated vsize (KiB) 101760

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13986
/proc/meminfo: memFree=1827904/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 16 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4218 1118 414 3 0 797 0
[pid=13927] ppid=13904 vsize=86464 CPUtime=3458.03
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 21234 0 1 0 345773 30 0 0 25 0 1 0 36525159 88539136 21147 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13927/statm: 21616 21147 80 151 0 21462 0
Current children cumulated CPU time (s) 3459.61
Current children cumulated vsize (KiB) 103336

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13986
/proc/meminfo: memFree=1827776/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 16 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4218 1118 414 3 0 797 0
[pid=13927] ppid=13904 vsize=86464 CPUtime=3518.01
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 21256 0 1 0 351771 30 0 0 25 0 1 0 36525159 88539136 21169 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13927/statm: 21616 21169 80 151 0 21462 0
Current children cumulated CPU time (s) 3519.59
Current children cumulated vsize (KiB) 103336

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13986
/proc/meminfo: memFree=1827776/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 16 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4218 1118 414 3 0 797 0
[pid=13927] ppid=13904 vsize=86464 CPUtime=3577.98
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 21256 0 1 0 357768 30 0 0 25 0 1 0 36525159 88539136 21169 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/13927/statm: 21616 21169 80 151 0 21462 0
Current children cumulated CPU time (s) 3579.56
Current children cumulated vsize (KiB) 103336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13986
/proc/meminfo: memFree=1827712/2055920 swapFree=4192812/4192956
[pid=13904] ppid=13902 vsize=16872 CPUtime=1.58
/proc/13904/stat : 13904 (sugar++) S 13902 13904 12474 0 -1 4194304 1554 15722 0 3 6 2 138 12 16 0 1 0 36524983 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13904/statm: 4218 1118 414 3 0 797 0
[pid=13927] ppid=13904 vsize=86676 CPUtime=3598.49
/proc/13927/stat : 13927 (minisat-inc) R 13904 13904 12474 0 -1 4194304 21278 0 1 0 359818 31 0 0 25 0 1 0 36525159 88756224 21191 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13927/statm: 21669 21191 80 151 0 21515 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 103548

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): 3602.82
CPU time (s): 3600.11
CPU user time (s): 3599.63
CPU system time (s): 0.477927
CPU usage (%): 99.9247
Max. virtual memory (cumulated for all children) (KiB): 890556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.63
system time used= 0.477927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38633
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2886
involuntary context switches= 19238

runsolver used 3.76643 second user time and 9.97848 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-11 19:44:23
IDJOB=1108961
IDBENCH=60843
IDSOLVER=367
FILE ID=node55/1108961-1215798263
PBS_JOBID= 7903090
Free space on /tmp= 66432 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/QG5/normalized-quasigroup5-9.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-1108961-1215798263/watcher-1108961-1215798263 -o /tmp/evaluation-result-1108961-1215798263/solver-1108961-1215798263 -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-1108961-1215798263.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e6b1ddf219c61bc4d2f738d4811f6cd4
RANDOM SEED=295847292

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1920168 kB
Buffers:          3604 kB
Cached:          32368 kB
SwapCached:          0 kB
Active:          80332 kB
Inactive:         4044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1920168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             984 kB
Writeback:           0 kB
Mapped:          68568 kB
Slab:            36420 kB
Committed_AS:   222884 kB
PageTables:       2004 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= 66428 MiB
End job on node55 at 2008-07-11 20:44:28