Trace number 1112019

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)11 3600.09 3632.46

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg10-11_ext.xml
MD5SUMac1503673bc5c1dbe328395c9dc771a5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints11
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints21
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension21
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.08	c 0	BEGIN Sat Jul 12 13:04:51 2008
0.05/0.08	c 0	PID 17087
0.05/0.08	c 0	HOST node32.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-1112019-1215860691.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112019-1215860691.xml' 'HOME/temp.csp'
0.06/0.50	c 1	1 domains, 110 variables, 0 predicates, 2 relations, 21 constraints
0.06/0.55	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.55	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.47/0.63	c 1	Parsing HOME/temp.csp
0.47/0.88	c 1	parsed 134 expressions
0.47/0.89	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.47/0.89	c 1	MAX CSP: 21 constraints
0.47/0.89	c 1	Converting to clausal form CSP
0.48/0.91	c 1	converted 16 (10%) expressions
0.48/0.91	c 1	converted 32 (20%) expressions
0.48/0.91	c 1	converted 48 (30%) expressions
0.48/0.91	c 1	converted 64 (40%) expressions
0.48/0.91	c 1	converted 79 (50%) expressions
0.48/0.91	c 1	converted 95 (60%) expressions
0.48/0.91	c 1	converted 111 (70%) expressions
1.10/1.23	c 1	converted 127 (80%) expressions
1.30/1.47	c 2	converted 143 (90%) expressions
1.50/1.68	c 2	converted 158 (100%) expressions
1.50/1.68	c 2	CSP : 152 integers, 0 booleans, 62 clauses, largest domain size 32
1.50/1.68	c 2	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.68	c 2	Propagation in CSP
1.50/1.69	c 2	18 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.50/1.69	c 2	CSP : 152 integers, 0 booleans, 62 clauses, largest domain size 26
1.50/1.69	c 2	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.69	c 2	Simplifing CSP by introducing new Boolean variables
1.50/1.69	c 2	CSP : 152 integers, 0 booleans, 62 clauses, largest domain size 26
1.50/1.69	c 2	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.69/1.81	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.69/1.83	c 2	16 (10%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.69/1.83	c 2	31 (20%) CSP integer variables are encoded (744 clauses, 8040 bytes)
1.69/1.83	c 2	46 (30%) CSP integer variables are encoded (1104 clauses, 12289 bytes)
1.69/1.83	c 2	61 (40%) CSP integer variables are encoded (1464 clauses, 16969 bytes)
1.69/1.84	c 2	76 (50%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
1.69/1.84	c 2	92 (60%) CSP integer variables are encoded (2208 clauses, 26641 bytes)
1.69/1.84	c 2	107 (70%) CSP integer variables are encoded (2568 clauses, 31321 bytes)
1.69/1.84	c 2	122 (80%) CSP integer variables are encoded (2640 clauses, 32257 bytes)
1.69/1.84	c 2	137 (90%) CSP integer variables are encoded (2671 clauses, 32660 bytes)
1.69/1.84	c 2	152 (100%) CSP integer variables are encoded (2780 clauses, 34077 bytes)
29.03/29.49	c 30	7 (10%) CSP clauses are encoded (215363 clauses, 14834914 bytes)
49.01/49.63	c 50	13 (20%) CSP clauses are encoded (377579 clauses, 26320399 bytes)
61.18/61.94	c 62	19 (30%) CSP clauses are encoded (499799 clauses, 35957652 bytes)
65.34/66.16	c 66	25 (40%) CSP clauses are encoded (540555 clauses, 39341709 bytes)
65.34/66.16	c 66	31 (50%) CSP clauses are encoded (540601 clauses, 39342439 bytes)
65.34/66.16	c 66	38 (60%) CSP clauses are encoded (540634 clauses, 39342948 bytes)
65.34/66.16	c 66	44 (70%) CSP clauses are encoded (540738 clauses, 39344683 bytes)
65.34/66.17	c 66	50 (80%) CSP clauses are encoded (540989 clauses, 39348767 bytes)
65.34/66.17	c 66	56 (90%) CSP clauses are encoded (541092 clauses, 39350427 bytes)
65.34/66.17	c 66	62 (100%) CSP clauses are encoded (541360 clauses, 39354986 bytes)
65.34/66.17	c 66	62 CSP clauses encoded
65.34/66.17	c 66	Writing map file : HOME/temp.map
65.34/66.18	c 66	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
65.34/66.18	c 66	SAT : 2932 SAT variables, 541360 SAT clauses, 39354986 bytes
65.34/66.18	c 66	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
65.42/66.24	c 66	OBJECTIVE minimize _COST
65.42/66.24	c 66	SOLVING HOME/temp.cnf
65.42/66.24	c 66	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
65.42/66.24	c 66	This is MiniSat 2.0 beta incremental
65.42/66.24	c 66	WARNING: for repeatability, setting FPU to use double precision
65.42/66.24	c 66	============================[ Problem Statistics ]=============================
65.42/66.24	c 66	|                                                                             |
65.42/66.24	c 66	|  Number of variables:  2932                                                 |
65.42/66.24	c 66	|  Number of clauses:    541360                                               |
66.18/67.07	c 67	|  Parsing time:         0.74         s                                       |
66.29/67.12	c 67	OK
66.29/67.12	c 67	OBJECTIVE BOUND: 0 <= _COST <= 
66.29/67.12	c 67	SEARCHING: _COST <= 11
66.29/67.12	c 67	============================[ Search Statistics ]==============================
66.29/67.12	c 67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
66.29/67.12	c 67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
66.29/67.12	c 67	===============================================================================
66.29/67.12	c 67	|         0 |    2932   541360  7571069 |   180453        0    nan |  0.000 % |
66.29/67.14	c 67	|       100 |    2932   541360  7571069 |   198498      100      5 |  0.001 % |
66.29/67.16	c 67	|       250 |    2932   541360  7571069 |   218348      250      6 |  0.001 % |
66.38/67.20	c 67	|       477 |    2932   541360  7571069 |   240183      477      7 |  0.001 % |
66.38/67.26	c 67	|       814 |    2932   541360  7571069 |   264201      814      7 |  0.001 % |
66.47/67.31	c 67	|      1321 |    2932   541360  7571069 |   290621     1321      8 |  0.001 % |
66.47/67.37	c 68	|      2080 |    2932   541360  7571069 |   319684     2080      9 |  0.001 % |
66.57/67.44	c 68	|      3220 |    2932   541360  7571069 |   351652     3220      9 |  0.001 % |
66.77/67.63	c 68	|      4929 |    2932   541360  7571069 |   386817     4929      9 |  0.001 % |
66.98/67.85	c 68	|      7491 |    2932   541360  7571069 |   425499     7491     10 |  0.001 % |
67.47/68.30	c 68	|     11337 |    2932   541360  7571069 |   468049    11337     10 |  0.001 % |
67.96/68.83	c 69	|     17104 |    2932   541360  7571069 |   514854    17104     10 |  0.001 % |
69.45/70.39	c 71	|     25756 |    2932   541360  7571069 |   566339    25756     11 |  0.001 % |
74.29/75.25	c 75	|     38731 |    2932   541360  7571069 |   622973    38731     13 |  0.001 % |
78.27/79.26	c 79	|     58194 |    2932   541360  7571069 |   685271    58194     13 |  0.001 % |
86.78/87.86	c 88	|     87389 |    2932   541360  7571069 |   753798    87389     13 |  0.001 % |
97.78/98.93	c 99	|    131180 |    2932   541360  7571069 |   829178   131180     13 |  0.001 % |
119.56/120.91	c 121	|    196864 |    2932   541360  7571069 |   912096   196864     13 |  0.001 % |
196.14/198.21	c 198	|    295390 |    2932   541360  7571069 |  1003305   295390     15 |  0.001 % |
338.40/341.89	c 342	|    443179 |    2932   541360  7571069 |  1103636   443179     16 |  0.001 % |
835.20/843.37	c 844	|    664863 |    2932   541360  7571069 |  1213999   664863     18 |  0.001 % |
892.07/900.76	c 901	===============================================================================
892.07/900.76	c 901	restarts              : 21
892.07/900.76	c 901	conflicts             : 716895        (867 /sec)
892.07/900.76	c 901	decisions             : 978069        (1.46 % random) (1184 /sec)
892.07/900.76	c 901	propagations          : 41066433       (49693 /sec)
892.07/900.76	c 901	conflict literals     : 13129117       (28.63 % deleted)
892.07/900.76	c 901	Memory used           : 133.96 MB
892.07/900.76	c 901	CPU time              : 826.396 s
892.07/900.76	c 901	
892.07/900.76	c 901	SATISFIABLE
892.07/900.77	c 901	OK
892.07/900.77	c 901	FOUND: _COST <= 11
892.07/900.77	s SATISFIABLE
892.07/900.77	c 901	DECODING HOME/temp.out WITH HOME/temp.map
892.07/900.77	c 901	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
892.14/900.86	c 901	Decoding HOME/temp.out
892.24/900.91	c 901	OBJECTIVE _COST 11
892.24/900.91	o 11
892.24/900.91	v 25 25 2 12 2 1 3 2 25 2 1 25 25 14 4 14 11 8 11 25 0 14 25 25 13 12 13 14 18 0 25 15 14 25 25 18 14 21 14 19 3 25 8 10 25 25 14 17 20 3 17 14 25 18 18 25 25 17 0 11 18 0 15 25 19 4 25 25 19 13 18 19 20 7 25 17 11 19 17 8 3 8 0 6 14 13 0 11 25 25 20 20 21 8 7 17 25 13 4 2 14 12 12 4 13 19 0 19 14 17
892.24/900.92	c 901	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
892.52/901.20	c 901	OK
892.52/901.20	c 901	OBJECTIVE BOUND: 0 <= _COST <= 11
892.52/901.20	c 901	SEARCHING: _COST <= 5
892.52/901.20	c 901	============================[ Search Statistics ]==============================
892.52/901.20	c 901	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
892.52/901.20	c 901	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
892.52/901.20	c 901	===============================================================================
892.52/901.20	c 901	|    716895 |    2882   541043  7570258 |   180347   716895     18 |  0.001 % |
897.96/906.77	c 907	|    716996 |    2882   541043  7570258 |   198382    41140     14 |  1.706 % |
898.06/906.81	c 907	|    717146 |    2882   541043  7570258 |   218220    41290     14 |  1.706 % |
898.06/906.86	c 907	|    717373 |    2882   541043  7570258 |   240042    41517     14 |  1.706 % |
898.16/906.97	c 907	|    717710 |    2882   541043  7570258 |   264047    41854     14 |  1.706 % |
898.36/907.15	c 907	|    718217 |    2882   541043  7570258 |   290451    42361     14 |  1.706 % |
898.46/907.23	c 907	|    718977 |    2882   541043  7570258 |   319496    43121     14 |  1.706 % |
898.66/907.48	c 908	|    720116 |    2882   541043  7570258 |   351446    44260     14 |  1.706 % |
899.05/907.82	c 908	|    721827 |    2882   541043  7570258 |   386591    45971     14 |  1.706 % |
899.76/908.57	c 909	|    724389 |    2882   541043  7570258 |   425250    48533     14 |  1.706 % |
900.85/909.61	c 910	|    728235 |    2882   541043  7570258 |   467775    52379     14 |  1.706 % |
902.14/910.93	c 911	|    734001 |    2882   541043  7570258 |   514552    58145     13 |  1.706 % |
905.90/914.75	c 915	|    742651 |    2882   541043  7570258 |   566008    66795     13 |  1.706 % |
909.07/917.98	c 918	|    755626 |    2882   541043  7570258 |   622609    79770     13 |  1.706 % |
922.84/931.82	c 932	|    775087 |    2882   541043  7570258 |   684869    99231     14 |  1.706 % |
968.71/978.16	c 978	|    804279 |    2882   541043  7570258 |   753356   128423     15 |  1.706 % |
1011.90/1021.77	c 1022	|    848069 |    2882   541043  7570258 |   828692   172213     16 |  1.706 % |
1143.45/1154.54	c 1155	|    913754 |    2882   541043  7570258 |   911561   237898     17 |  1.706 % |
1398.04/1411.58	c 1412	|   1012280 |    2882   541043  7570258 |  1002718   336424     19 |  1.706 % |
1809.85/1827.26	c 1827	|   1160072 |    2882   541043  7570258 |  1102989   484216     21 |  1.706 % |
2814.95/2841.83	c 2842	|   1381755 |    2882   541043  7570258 |  1213288   705899     24 |  1.706 % |
3600.02/3632.41	c ERROR INTERRUPTED
3600.02/3632.45	c 3633	CPU 3598.84 (0.06 0.02 3598.78 1.18)
3600.02/3632.45	c 3633	END Sat Jul 12 14:05:24 2008

Verifier Data (download as text)

OK	11	10
11 unsatisfied constraints, 10 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-1112019-1215860691/watcher-1112019-1215860691 -o /tmp/evaluation-result-1112019-1215860691/solver-1112019-1215860691 -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-1112019-1215860691.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.99 1.97 1.99 4/82 17087
/proc/meminfo: memFree=1844944/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=12268 CPUtime=0
/proc/17087/stat : 17087 (sugar++) R 17085 17087 16157 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 42770745 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 268233797842 0 0 4224 0 0 0 0 17 1 0 0
/proc/17087/statm: 3067 316 241 3 0 167 0

[startup+0.066684 s]
/proc/loadavg: 1.99 1.97 1.99 4/82 17087
/proc/meminfo: memFree=1844944/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=16212 CPUtime=0.05
/proc/17087/stat : 17087 (sugar++) R 17085 17087 16157 0 -1 4194304 967 0 0 0 4 1 0 0 18 0 1 0 42770745 16601088 935 996147200 4194304 4206940 548682068528 18446744073709551615 268213910117 0 0 4224 0 0 0 0 17 1 0 0
/proc/17087/statm: 4053 935 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101772 s]
/proc/loadavg: 1.99 1.97 1.99 4/82 17087
/proc/meminfo: memFree=1844944/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=16740 CPUtime=0.06
/proc/17087/stat : 17087 (sugar++) S 17085 17087 16157 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42770745 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17087/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301703 s]
/proc/loadavg: 1.99 1.97 1.99 4/82 17087
/proc/meminfo: memFree=1844944/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=16740 CPUtime=0.06
/proc/17087/stat : 17087 (sugar++) S 17085 17087 16157 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42770745 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17087/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701748 s]
/proc/loadavg: 1.99 1.97 1.99 4/82 17087
/proc/meminfo: memFree=1844944/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=16740 CPUtime=0.47
/proc/17087/stat : 17087 (sugar++) S 17085 17087 16157 0 -1 4194304 1296 4554 0 1 5 1 37 4 16 0 1 0 42770745 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17087/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 16740

[startup+1.50284 s]
/proc/loadavg: 2.07 1.99 1.99 3/93 17109
/proc/meminfo: memFree=1832248/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=16740 CPUtime=0.48
/proc/17087/stat : 17087 (sugar++) S 17085 17087 16157 0 -1 4194304 1296 4554 0 1 6 1 37 4 15 0 1 0 42770745 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17087/statm: 4185 1104 409 3 0 764 0
[pid=17100] ppid=17087 vsize=5356 CPUtime=0
/proc/17100/stat : 17100 (sh) S 17087 17087 16157 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42770801 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17100/statm: 1339 233 193 169 0 50 0
[pid=17101] ppid=17100 vsize=864188 CPUtime=0.92
/proc/17101/stat : 17101 (java) S 17100 17087 16157 0 -1 0 10346 0 1 0 87 5 0 0 18 0 9 0 42770801 884928512 9610 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17101/statm: 216047 9610 2540 9 0 210622 0
[pid=17101/tid=17102] ppid=17100 vsize=864188 CPUtime=0.46
/proc/17101/task/17102/stat : 17102 (java) R 17100 17087 16157 0 -1 64 2766 0 1 0 46 0 0 0 21 0 9 0 42770802 884928512 9610 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17103] ppid=17100 vsize=864188 CPUtime=0.37
/proc/17101/task/17103/stat : 17103 (java) R 17100 17087 16157 0 -1 64 6556 0 0 0 34 3 0 0 16 0 9 0 42770803 884928512 9610 996147200 134512640 134550740 4294955920 18446744073709551615 102721955 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17104] ppid=17100 vsize=864188 CPUtime=0
/proc/17101/task/17104/stat : 17104 (java) S 17100 17087 16157 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42770803 884928512 9610 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17105] ppid=17100 vsize=864188 CPUtime=0
/proc/17101/task/17105/stat : 17105 (java) S 17100 17087 16157 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42770803 884928512 9610 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17106] ppid=17100 vsize=864188 CPUtime=0
/proc/17101/task/17106/stat : 17106 (java) S 17100 17087 16157 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42770805 884928512 9610 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17107] ppid=17100 vsize=864188 CPUtime=0.06
/proc/17101/task/17107/stat : 17107 (java) S 17100 17087 16157 0 -1 64 331 0 0 0 6 0 0 0 16 0 9 0 42770805 884928512 9610 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17108] ppid=17100 vsize=864188 CPUtime=0
/proc/17101/task/17108/stat : 17108 (java) S 17100 17087 16157 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42770805 884928512 9610 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17109] ppid=17100 vsize=864188 CPUtime=0
/proc/17101/task/17109/stat : 17109 (java) S 17100 17087 16157 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42770805 884928512 9610 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) 886284

[startup+3.10301 s]
/proc/loadavg: 2.07 1.99 1.99 3/93 17109
/proc/meminfo: memFree=1806712/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=16740 CPUtime=0.48
/proc/17087/stat : 17087 (sugar++) S 17085 17087 16157 0 -1 4194304 1297 4554 0 1 6 1 37 4 15 0 1 0 42770745 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17087/statm: 4185 1104 409 3 0 764 0
[pid=17100] ppid=17087 vsize=5356 CPUtime=0
/proc/17100/stat : 17100 (sh) S 17087 17087 16157 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42770801 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17100/statm: 1339 233 193 169 0 50 0
[pid=17101] ppid=17100 vsize=864300 CPUtime=2.5
/proc/17101/stat : 17101 (java) S 17100 17087 16157 0 -1 0 12195 0 1 0 244 6 0 0 18 0 9 0 42770801 885043200 11418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17101/statm: 216075 11418 2564 9 0 210622 0
[pid=17101/tid=17102] ppid=17100 vsize=864300 CPUtime=1.74
/proc/17101/task/17102/stat : 17102 (java) R 17100 17087 16157 0 -1 64 3015 0 1 0 173 1 0 0 25 0 9 0 42770802 885043200 11418 996147200 134512640 134550740 4294955920 18446744073709551615 4126625226 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17103] ppid=17100 vsize=864300 CPUtime=0.64
/proc/17101/task/17103/stat : 17103 (java) S 17100 17087 16157 0 -1 64 8132 0 0 0 61 3 0 0 16 0 9 0 42770803 885043200 11418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17104] ppid=17100 vsize=864300 CPUtime=0
/proc/17101/task/17104/stat : 17104 (java) S 17100 17087 16157 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42770803 885043200 11418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17105] ppid=17100 vsize=864300 CPUtime=0
/proc/17101/task/17105/stat : 17105 (java) S 17100 17087 16157 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42770803 885043200 11418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17106] ppid=17100 vsize=864300 CPUtime=0
/proc/17101/task/17106/stat : 17106 (java) S 17100 17087 16157 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42770805 885043200 11418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17107] ppid=17100 vsize=864300 CPUtime=0.09
/proc/17101/task/17107/stat : 17107 (java) S 17100 17087 16157 0 -1 64 355 0 0 0 9 0 0 0 16 0 9 0 42770805 885043200 11418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17108] ppid=17100 vsize=864300 CPUtime=0
/proc/17101/task/17108/stat : 17108 (java) S 17100 17087 16157 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42770805 885043200 11418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17109] ppid=17100 vsize=864300 CPUtime=0
/proc/17101/task/17109/stat : 17109 (java) S 17100 17087 16157 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42770805 885043200 11418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886396

[startup+6.30138 s]
/proc/loadavg: 2.07 1.99 1.99 4/93 17109
/proc/meminfo: memFree=1802808/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=16740 CPUtime=0.48
/proc/17087/stat : 17087 (sugar++) S 17085 17087 16157 0 -1 4194304 1297 4554 0 1 6 1 37 4 15 0 1 0 42770745 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17087/statm: 4185 1104 409 3 0 764 0
[pid=17100] ppid=17087 vsize=5356 CPUtime=0
/proc/17100/stat : 17100 (sh) S 17087 17087 16157 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42770801 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17100/statm: 1339 233 193 169 0 50 0
[pid=17101] ppid=17100 vsize=864300 CPUtime=5.68
/proc/17101/stat : 17101 (java) S 17100 17087 16157 0 -1 0 13256 0 1 0 559 9 0 0 18 0 9 0 42770801 885043200 12418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17101/statm: 216075 12418 2564 9 0 210622 0
[pid=17101/tid=17102] ppid=17100 vsize=864300 CPUtime=4.83
/proc/17101/task/17102/stat : 17102 (java) R 17100 17087 16157 0 -1 64 3076 0 1 0 480 3 0 0 25 0 9 0 42770802 885043200 12418 996147200 134512640 134550740 4294955920 18446744073709551615 4126605053 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17103] ppid=17100 vsize=864300 CPUtime=0.71
/proc/17101/task/17103/stat : 17103 (java) S 17100 17087 16157 0 -1 64 9129 0 0 0 67 4 0 0 16 0 9 0 42770803 885043200 12418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17104] ppid=17100 vsize=864300 CPUtime=0
/proc/17101/task/17104/stat : 17104 (java) S 17100 17087 16157 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42770803 885043200 12418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17105] ppid=17100 vsize=864300 CPUtime=0
/proc/17101/task/17105/stat : 17105 (java) S 17100 17087 16157 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42770803 885043200 12418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17106] ppid=17100 vsize=864300 CPUtime=0
/proc/17101/task/17106/stat : 17106 (java) S 17100 17087 16157 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42770805 885043200 12418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17107] ppid=17100 vsize=864300 CPUtime=0.1
/proc/17101/task/17107/stat : 17107 (java) S 17100 17087 16157 0 -1 64 358 0 0 0 10 0 0 0 16 0 9 0 42770805 885043200 12418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17108] ppid=17100 vsize=864300 CPUtime=0
/proc/17101/task/17108/stat : 17108 (java) S 17100 17087 16157 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42770805 885043200 12418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17109] ppid=17100 vsize=864300 CPUtime=0
/proc/17101/task/17109/stat : 17109 (java) S 17100 17087 16157 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42770805 885043200 12418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886396

[startup+12.7021 s]
/proc/loadavg: 2.06 1.99 1.99 3/93 17109
/proc/meminfo: memFree=1791032/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=16740 CPUtime=0.48
/proc/17087/stat : 17087 (sugar++) S 17085 17087 16157 0 -1 4194304 1297 4554 0 1 6 1 37 4 15 0 1 0 42770745 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17087/statm: 4185 1104 409 3 0 764 0
[pid=17100] ppid=17087 vsize=5356 CPUtime=0
/proc/17100/stat : 17100 (sh) S 17087 17087 16157 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42770801 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17100/statm: 1339 233 193 169 0 50 0
[pid=17101] ppid=17100 vsize=864300 CPUtime=12
/proc/17101/stat : 17101 (java) S 17100 17087 16157 0 -1 0 15267 0 1 0 1188 12 0 0 18 0 9 0 42770801 885043200 14334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17101/statm: 216075 14334 2564 9 0 210622 0
[pid=17101/tid=17102] ppid=17100 vsize=864300 CPUtime=11.03
/proc/17101/task/17102/stat : 17102 (java) R 17100 17087 16157 0 -1 64 3171 0 1 0 1099 4 0 0 25 0 9 0 42770802 885043200 14334 996147200 134512640 134550740 4294955920 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17103] ppid=17100 vsize=864300 CPUtime=0.84
/proc/17101/task/17103/stat : 17103 (java) S 17100 17087 16157 0 -1 64 11043 0 0 0 78 6 0 0 16 0 9 0 42770803 885043200 14334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17104] ppid=17100 vsize=864300 CPUtime=0
/proc/17101/task/17104/stat : 17104 (java) S 17100 17087 16157 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42770803 885043200 14334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17105] ppid=17100 vsize=864300 CPUtime=0
/proc/17101/task/17105/stat : 17105 (java) S 17100 17087 16157 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42770803 885043200 14334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17106] ppid=17100 vsize=864300 CPUtime=0
/proc/17101/task/17106/stat : 17106 (java) S 17100 17087 16157 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42770805 885043200 14334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17107] ppid=17100 vsize=864300 CPUtime=0.1
/proc/17101/task/17107/stat : 17107 (java) S 17100 17087 16157 0 -1 64 360 0 0 0 10 0 0 0 16 0 9 0 42770805 885043200 14334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17108] ppid=17100 vsize=864300 CPUtime=0
/proc/17101/task/17108/stat : 17108 (java) S 17100 17087 16157 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42770805 885043200 14334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17109] ppid=17100 vsize=864300 CPUtime=0
/proc/17101/task/17109/stat : 17109 (java) S 17100 17087 16157 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42770805 885043200 14334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 886396

[startup+25.5026 s]
/proc/loadavg: 2.12 2.00 2.00 3/93 17109
/proc/meminfo: memFree=1779256/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=16740 CPUtime=0.48
/proc/17087/stat : 17087 (sugar++) S 17085 17087 16157 0 -1 4194304 1297 4554 0 1 6 1 37 4 15 0 1 0 42770745 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17087/statm: 4185 1104 409 3 0 764 0
[pid=17100] ppid=17087 vsize=5356 CPUtime=0
/proc/17100/stat : 17100 (sh) S 17087 17087 16157 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42770801 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17100/statm: 1339 233 193 169 0 50 0
[pid=17101] ppid=17100 vsize=864376 CPUtime=24.69
/proc/17101/stat : 17101 (java) S 17100 17087 16157 0 -1 0 19076 0 1 0 2448 21 0 0 18 0 9 0 42770801 885121024 15379 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17101/statm: 216094 15379 2564 9 0 210641 0
[pid=17101/tid=17102] ppid=17100 vsize=864376 CPUtime=23.26
/proc/17101/task/17102/stat : 17102 (java) R 17100 17087 16157 0 -1 64 3380 0 1 0 2317 9 0 0 25 0 9 0 42770802 885121024 15379 996147200 134512640 134550740 4294955920 18446744073709551615 4126576293 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17103] ppid=17100 vsize=864376 CPUtime=1.29
/proc/17101/task/17103/stat : 17103 (java) S 17100 17087 16157 0 -1 64 14639 0 0 0 119 10 0 0 16 0 9 0 42770803 885121024 15379 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17104] ppid=17100 vsize=864376 CPUtime=0
/proc/17101/task/17104/stat : 17104 (java) S 17100 17087 16157 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42770803 885121024 15379 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17101/tid=17105] ppid=17100 vsize=864376 CPUtime=0
/proc/17101/task/17105/stat : 17105 (java) S 17100 17087 16157 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42770803 885121024 15379 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=17110] ppid=17087 vsize=158392 CPUtime=2769.66
/proc/17110/stat : 17110 (minisat-inc) R 17087 17087 16157 0 -1 4194304 38761 0 0 0 276928 38 0 0 25 0 1 0 42777369 162193408 38708 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17110/statm: 39598 38708 80 151 0 39444 0
Current children cumulated CPU time (s) 2835.27
Current children cumulated vsize (KiB) 175132

[startup+2922.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/84 17122
/proc/meminfo: memFree=1644608/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=16740 CPUtime=65.61
/proc/17087/stat : 17087 (sugar++) S 17085 17087 16157 0 -1 4194304 1544 37302 0 3 6 2 6498 55 16 0 1 0 42770745 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17087/statm: 4185 1114 414 3 0 764 0
[pid=17110] ppid=17087 vsize=160520 CPUtime=2829.09
/proc/17110/stat : 17110 (minisat-inc) R 17087 17087 16157 0 -1 4194304 39306 0 0 0 282871 38 0 0 25 0 1 0 42777369 164372480 39253 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/17110/statm: 40130 39253 80 151 0 39976 0
Current children cumulated CPU time (s) 2894.7
Current children cumulated vsize (KiB) 177260

[startup+2982.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/84 17122
/proc/meminfo: memFree=1642496/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=16740 CPUtime=65.61
/proc/17087/stat : 17087 (sugar++) S 17085 17087 16157 0 -1 4194304 1544 37302 0 3 6 2 6498 55 16 0 1 0 42770745 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17087/statm: 4185 1114 414 3 0 764 0
[pid=17110] ppid=17087 vsize=162476 CPUtime=2888.53
/proc/17110/stat : 17110 (minisat-inc) R 17087 17087 16157 0 -1 4194304 39798 0 0 0 288815 38 0 0 25 0 1 0 42777369 166375424 39745 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17110/statm: 40619 39745 80 151 0 40465 0
Current children cumulated CPU time (s) 2954.14
Current children cumulated vsize (KiB) 179216

[startup+3042.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/84 17122
/proc/meminfo: memFree=1640704/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=16740 CPUtime=65.61
/proc/17087/stat : 17087 (sugar++) S 17085 17087 16157 0 -1 4194304 1544 37302 0 3 6 2 6498 55 16 0 1 0 42770745 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17087/statm: 4185 1114 414 3 0 764 0
[pid=17110] ppid=17087 vsize=164132 CPUtime=2947.97
/proc/17110/stat : 17110 (minisat-inc) R 17087 17087 16157 0 -1 4194304 40248 0 0 0 294758 39 0 0 25 0 1 0 42777369 168071168 40195 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17110/statm: 41033 40195 80 151 0 40879 0
Current children cumulated CPU time (s) 3013.58
Current children cumulated vsize (KiB) 180872

[startup+3102.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/84 17122
/proc/meminfo: memFree=1638848/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=16740 CPUtime=65.61
/proc/17087/stat : 17087 (sugar++) S 17085 17087 16157 0 -1 4194304 1544 37302 0 3 6 2 6498 55 16 0 1 0 42770745 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17087/statm: 4185 1114 414 3 0 764 0
[pid=17110] ppid=17087 vsize=166060 CPUtime=3007.4
/proc/17110/stat : 17110 (minisat-inc) R 17087 17087 16157 0 -1 4194304 40709 0 0 0 300701 39 0 0 25 0 1 0 42777369 170045440 40656 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17110/statm: 41515 40656 80 151 0 41361 0
Current children cumulated CPU time (s) 3073.01
Current children cumulated vsize (KiB) 182800

[startup+3162.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/84 17122
/proc/meminfo: memFree=1637120/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=16740 CPUtime=65.61
/proc/17087/stat : 17087 (sugar++) S 17085 17087 16157 0 -1 4194304 1544 37302 0 3 6 2 6498 55 16 0 1 0 42770745 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17087/statm: 4185 1114 414 3 0 764 0
[pid=17110] ppid=17087 vsize=167644 CPUtime=3066.85
/proc/17110/stat : 17110 (minisat-inc) R 17087 17087 16157 0 -1 4194304 41133 0 0 0 306645 40 0 0 25 0 1 0 42777369 171667456 41080 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 1 0 0
/proc/17110/statm: 41911 41080 80 151 0 41757 0
Current children cumulated CPU time (s) 3132.46
Current children cumulated vsize (KiB) 184384

[startup+3222.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/84 17122
/proc/meminfo: memFree=1635136/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=16740 CPUtime=65.61
/proc/17087/stat : 17087 (sugar++) S 17085 17087 16157 0 -1 4194304 1544 37302 0 3 6 2 6498 55 16 0 1 0 42770745 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17087/statm: 4185 1114 414 3 0 764 0
[pid=17110] ppid=17087 vsize=169712 CPUtime=3126.29
/proc/17110/stat : 17110 (minisat-inc) R 17087 17087 16157 0 -1 4194304 41641 0 0 0 312588 41 0 0 25 0 1 0 42777369 173785088 41588 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17110/statm: 42428 41588 80 151 0 42274 0
Current children cumulated CPU time (s) 3191.9
Current children cumulated vsize (KiB) 186452

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/84 17122
/proc/meminfo: memFree=1632960/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=16740 CPUtime=65.61
/proc/17087/stat : 17087 (sugar++) S 17085 17087 16157 0 -1 4194304 1544 37302 0 3 6 2 6498 55 16 0 1 0 42770745 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17087/statm: 4185 1114 414 3 0 764 0
[pid=17110] ppid=17087 vsize=171644 CPUtime=3185.73
/proc/17110/stat : 17110 (minisat-inc) R 17087 17087 16157 0 -1 4194304 42139 0 0 0 318532 41 0 0 25 0 1 0 42777369 175763456 42086 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17110/statm: 42911 42086 80 151 0 42757 0
Current children cumulated CPU time (s) 3251.34
Current children cumulated vsize (KiB) 188384

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/84 17122
/proc/meminfo: memFree=1631360/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=16740 CPUtime=65.61
/proc/17087/stat : 17087 (sugar++) S 17085 17087 16157 0 -1 4194304 1544 37302 0 3 6 2 6498 55 16 0 1 0 42770745 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17087/statm: 4185 1114 414 3 0 764 0
[pid=17110] ppid=17087 vsize=173432 CPUtime=3245.17
/proc/17110/stat : 17110 (minisat-inc) R 17087 17087 16157 0 -1 4194304 42585 0 0 0 324475 42 0 0 25 0 1 0 42777369 177594368 42532 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/17110/statm: 43358 42532 80 151 0 43204 0
Current children cumulated CPU time (s) 3310.78
Current children cumulated vsize (KiB) 190172

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 17128
/proc/meminfo: memFree=1629632/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=16740 CPUtime=65.61
/proc/17087/stat : 17087 (sugar++) S 17085 17087 16157 0 -1 4194304 1544 37302 0 3 6 2 6498 55 16 0 1 0 42770745 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17087/statm: 4185 1114 414 3 0 764 0
[pid=17110] ppid=17087 vsize=174932 CPUtime=3304.59
/proc/17110/stat : 17110 (minisat-inc) R 17087 17087 16157 0 -1 4194304 42972 0 0 0 330416 43 0 0 25 0 1 0 42777369 179130368 42919 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 1 0 0
/proc/17110/statm: 43733 42919 80 151 0 43579 0
Current children cumulated CPU time (s) 3370.2
Current children cumulated vsize (KiB) 191672

[startup+3462.3 s]
/proc/loadavg: 2.08 2.02 2.02 3/83 17166
/proc/meminfo: memFree=1574600/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=16740 CPUtime=65.61
/proc/17087/stat : 17087 (sugar++) S 17085 17087 16157 0 -1 4194304 1544 37302 0 3 6 2 6498 55 16 0 1 0 42770745 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17087/statm: 4185 1114 414 3 0 764 0
[pid=17110] ppid=17087 vsize=176624 CPUtime=3364.36
/proc/17110/stat : 17110 (minisat-inc) R 17087 17087 16157 0 -1 4194304 43397 0 0 0 336392 44 0 0 25 0 1 0 42777369 180862976 43344 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17110/statm: 44156 43344 80 151 0 44002 0
Current children cumulated CPU time (s) 3429.97
Current children cumulated vsize (KiB) 193364

[startup+3522.3 s]
/proc/loadavg: 2.45 2.13 2.06 3/83 17166
/proc/meminfo: memFree=1558408/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=16740 CPUtime=65.61
/proc/17087/stat : 17087 (sugar++) S 17085 17087 16157 0 -1 4194304 1544 37302 0 3 6 2 6498 55 16 0 1 0 42770745 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17087/statm: 4185 1114 414 3 0 764 0
[pid=17110] ppid=17087 vsize=178100 CPUtime=3424.34
/proc/17110/stat : 17110 (minisat-inc) R 17087 17087 16157 0 -1 4194304 43792 0 0 0 342389 45 0 0 25 0 1 0 42777369 182374400 43739 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17110/statm: 44525 43739 80 151 0 44371 0
Current children cumulated CPU time (s) 3489.95
Current children cumulated vsize (KiB) 194840

[startup+3582.3 s]
/proc/loadavg: 2.53 2.21 2.09 3/73 17176
/proc/meminfo: memFree=1610968/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=16740 CPUtime=65.61
/proc/17087/stat : 17087 (sugar++) S 17085 17087 16157 0 -1 4194304 1544 37302 0 3 6 2 6498 55 16 0 1 0 42770745 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17087/statm: 4185 1114 414 3 0 764 0
[pid=17110] ppid=17087 vsize=179672 CPUtime=3484.31
/proc/17110/stat : 17110 (minisat-inc) R 17087 17087 16157 0 -1 4194304 44181 0 0 0 348372 59 0 0 25 0 1 0 42777369 183984128 44128 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17110/statm: 44918 44128 80 151 0 44764 0
Current children cumulated CPU time (s) 3549.92
Current children cumulated vsize (KiB) 196412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.4 s]
/proc/loadavg: 2.23 2.18 2.08 4/83 17202
/proc/meminfo: memFree=1604368/2055920 swapFree=4179612/4192956
[pid=17087] ppid=17085 vsize=16740 CPUtime=65.61
/proc/17087/stat : 17087 (sugar++) S 17085 17087 16157 0 -1 4194304 1544 37302 0 3 6 2 6498 55 16 0 1 0 42770745 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17087/statm: 4185 1114 414 3 0 764 0
[pid=17110] ppid=17087 vsize=180920 CPUtime=3534.41
/proc/17110/stat : 17110 (minisat-inc) R 17087 17087 16157 0 -1 4194304 44499 0 0 0 353380 61 0 0 25 0 1 0 42777369 185262080 44446 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/17110/statm: 45230 44446 80 151 0 45076 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 197660

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): 3632.46
CPU time (s): 3600.09
CPU user time (s): 3598.86
CPU system time (s): 1.23081
CPU usage (%): 99.1089
Max. virtual memory (cumulated for all children) (KiB): 891852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.86
system time used= 1.23081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83425
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= 10548
involuntary context switches= 147181

runsolver used 5.11022 second user time and 11.3863 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-12 13:04:51
IDJOB=1112019
IDBENCH=61352
IDSOLVER=367
FILE ID=node32/1112019-1215860691
PBS_JOBID= 7903443
Free space on /tmp= 66448 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ac1503673bc5c1dbe328395c9dc771a5
RANDOM SEED=90719291

node32.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.243
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.243
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:       1845424 kB
Buffers:         44468 kB
Cached:          80712 kB
SwapCached:       6264 kB
Active:          84204 kB
Inactive:        61228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1845424 kB
SwapTotal:     4192956 kB
SwapFree:      4179612 kB
Dirty:             940 kB
Writeback:           0 kB
Mapped:          35868 kB
Slab:            49816 kB
Committed_AS:   270524 kB
PageTables:       2040 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66444 MiB
End job on node32 at 2008-07-12 14:05:26