Trace number 1110815

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-inc? (TO) 3600.35 3602.78

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg13-17_ext.xml
MD5SUM9bb2e152e67c1e9d0e114d3aaec20495
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints30
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables221
Number of constraints30
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension30
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.08	c 0	BEGIN Sat Jul 12 06:09:13 2008
0.06/0.08	c 0	PID 14294
0.06/0.08	c 0	HOST node29.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1110815-1215835753.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110815-1215835753.xml' 'HOME/temp.csp'
0.06/0.47	c 1	1 domains, 221 variables, 0 predicates, 2 relations, 30 constraints
0.07/0.51	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.51	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.07/0.59	c 1	Parsing HOME/temp.csp
0.44/0.89	c 1	parsed 254 expressions
0.44/0.90	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.90	c 1	MAX CSP: 30 constraints
0.44/0.90	c 1	Converting to clausal form CSP
0.44/0.92	c 1	converted 29 (10%) expressions
0.44/0.92	c 1	converted 58 (20%) expressions
0.44/0.92	c 1	converted 87 (30%) expressions
0.44/0.92	c 1	converted 115 (40%) expressions
0.44/0.92	c 1	converted 144 (50%) expressions
0.44/0.92	c 1	converted 173 (60%) expressions
0.44/0.92	c 1	converted 201 (70%) expressions
1.70/1.81	c 2	converted 230 (80%) expressions
5.66/5.83	c 6	converted 259 (90%) expressions
7.14/7.30	c 7	converted 287 (100%) expressions
7.14/7.30	c 7	CSP : 281 integers, 0 booleans, 89 clauses, largest domain size 46
7.14/7.30	c 7	Heap : 192 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.14/7.30	c 7	Propagation in CSP
7.14/7.31	c 7	26 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.14/7.31	c 7	CSP : 281 integers, 0 booleans, 89 clauses, largest domain size 31
7.14/7.31	c 7	Heap : 192 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.14/7.31	c 7	Simplifing CSP by introducing new Boolean variables
7.14/7.31	c 7	CSP : 281 integers, 0 booleans, 89 clauses, largest domain size 31
7.14/7.31	c 7	Heap : 192 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.13/8.33	c 8	Encoding CSP to SAT : HOME/temp.cnf
8.13/8.35	c 9	29 (10%) CSP integer variables are encoded (696 clauses, 7512 bytes)
8.13/8.35	c 9	57 (20%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
8.13/8.35	c 9	85 (30%) CSP integer variables are encoded (2040 clauses, 24457 bytes)
8.13/8.35	c 9	113 (40%) CSP integer variables are encoded (2712 clauses, 33193 bytes)
8.13/8.36	c 9	141 (50%) CSP integer variables are encoded (3384 clauses, 41929 bytes)
8.13/8.36	c 9	169 (60%) CSP integer variables are encoded (4056 clauses, 50665 bytes)
8.13/8.36	c 9	197 (70%) CSP integer variables are encoded (4728 clauses, 59401 bytes)
8.13/8.36	c 9	225 (80%) CSP integer variables are encoded (5304 clauses, 66889 bytes)
8.13/8.36	c 9	253 (90%) CSP integer variables are encoded (5334 clauses, 67279 bytes)
8.13/8.36	c 9	281 (100%) CSP integer variables are encoded (5517 clauses, 69658 bytes)
1447.39/1448.13	c 1448	9 (10%) CSP clauses are encoded (1831815 clauses, 175054775 bytes)
2795.68/2796.95	c 2797	18 (20%) CSP clauses are encoded (3490765 clauses, 337398216 bytes)
2849.63/2850.99	c 2851	27 (30%) CSP clauses are encoded (3810931 clauses, 374019826 bytes)
2867.03/2868.34	c 2869	36 (40%) CSP clauses are encoded (3917681 clauses, 386593931 bytes)
2867.03/2868.34	c 2869	45 (50%) CSP clauses are encoded (3917760 clauses, 386595206 bytes)
2867.03/2868.34	c 2869	54 (60%) CSP clauses are encoded (3917911 clauses, 386597565 bytes)
2867.03/2868.35	c 2869	63 (70%) CSP clauses are encoded (3918870 clauses, 386614200 bytes)
2867.03/2868.35	c 2869	72 (80%) CSP clauses are encoded (3918917 clauses, 386614926 bytes)
2867.03/2868.35	c 2869	81 (90%) CSP clauses are encoded (3918996 clauses, 386616201 bytes)
2867.03/2868.35	c 2869	89 (100%) CSP clauses are encoded (3919204 clauses, 386619665 bytes)
2867.03/2868.35	c 2869	89 CSP clauses encoded
2867.03/2868.35	c 2869	Writing map file : HOME/temp.map
2867.03/2868.36	c 2869	Heap : 307 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2867.03/2868.36	c 2869	SAT : 5798 SAT variables, 3919204 SAT clauses, 386619665 bytes
2867.03/2868.36	c 2869	Heap : 307 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2867.12/2868.43	c 2869	OBJECTIVE minimize _COST
2867.12/2868.43	c 2869	SOLVING HOME/temp.cnf
2867.12/2868.43	c 2869	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2867.12/2868.43	c 2869	This is MiniSat 2.0 beta incremental
2867.12/2868.43	c 2869	WARNING: for repeatability, setting FPU to use double precision
2867.12/2868.43	c 2869	============================[ Problem Statistics ]=============================
2867.12/2868.43	c 2869	|                                                                             |
2867.12/2868.43	c 2869	|  Number of variables:  5798                                                 |
2867.12/2868.43	c 2869	|  Number of clauses:    3919204                                              |
2874.75/2876.12	c 2876	|  Parsing time:         6.93         s                                       |
2875.14/2876.52	c 2877	OK
2875.14/2876.52	c 2877	OBJECTIVE BOUND: 0 <= _COST <= 
2875.14/2876.52	c 2877	SEARCHING: _COST <= 15
2875.14/2876.52	c 2877	============================[ Search Statistics ]==============================
2875.14/2876.52	c 2877	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2875.14/2876.52	c 2877	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2875.14/2876.52	c 2877	===============================================================================
2875.14/2876.52	c 2877	|         0 |    5798  3919204 71753609 |  1306401        0    nan |  0.000 % |
2875.53/2876.90	c 2877	|       101 |    5798  3919204 71753609 |  1437041      101      6 |  0.000 % |
2875.84/2877.23	c 2877	|       251 |    5798  3919204 71753609 |  1580745      251      7 |  0.000 % |
2876.04/2877.42	c 2878	|       476 |    5798  3919204 71753609 |  1738820      476      8 |  0.000 % |
2876.43/2877.81	c 2878	|       813 |    5798  3919204 71753609 |  1912702      813      8 |  0.000 % |
2876.62/2878.01	c 2878	|      1319 |    5798  3919204 71753609 |  2103972     1319      8 |  0.000 % |
2877.42/2878.82	c 2879	|      2078 |    5798  3919204 71753609 |  2314369     2078      9 |  0.000 % |
2878.31/2879.80	c 2880	|      3218 |    5798  3919204 71753609 |  2545806     3218      9 |  0.000 % |
2878.80/2880.22	c 2880	|      4927 |    5798  3919204 71753609 |  2800387     4927     10 |  0.000 % |
2879.60/2881.06	c 2881	|      7489 |    5798  3919204 71753609 |  3080426     7489     10 |  0.000 % |
2881.87/2883.37	c 2884	|     11333 |    5798  3919204 71753609 |  3388468    11333     10 |  0.000 % |
2884.26/2885.74	c 2886	|     17102 |    5798  3919204 71753609 |  3727315    17102     10 |  0.000 % |
2889.32/2890.81	c 2891	|     25751 |    5798  3919204 71753609 |  4100047    25751     11 |  0.000 % |
2896.15/2897.71	c 2898	|     38725 |    5798  3919204 71753609 |  4510051    38725     11 |  0.000 % |
2908.65/2910.34	c 2911	|     58187 |    5798  3919204 71753609 |  4961056    58187     12 |  0.000 % |
2927.27/2929.13	c 2929	|     87379 |    5798  3919204 71753609 |  5457162    87379     12 |  0.000 % |
2958.90/2961.05	c 2961	|    131168 |    5798  3919204 71753609 |  6002878   131168     12 |  0.000 % |
3013.84/3016.10	c 3016	|    196852 |    5798  3919204 71753609 |  6603166   196852     12 |  0.000 % |
3123.90/3126.21	c 3126	|    295378 |    5798  3919204 71753609 |  7263483   295378     13 |  0.000 % |
3304.24/3306.64	c 3307	|    443167 |    5798  3919204 71753609 |  7989831   443167     13 |  0.000 % |
3600.04/3602.51	c ERROR INTERRUPTED
3600.04/3602.51	s UNKNOWN
3600.15/3602.63	c 3603	CPU 3596.06 (0.06 0.01 3596 4.06)
3600.15/3602.63	c 3603	END Sat Jul 12 07:09:16 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1110815-1215835753/watcher-1110815-1215835753 -o /tmp/evaluation-result-1110815-1215835753/solver-1110815-1215835753 -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-1110815-1215835753.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.85 1.99 1.99 4/80 14294
/proc/meminfo: memFree=1860968/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=4708 CPUtime=0
/proc/14294/stat : 14294 (sugar++) R 14292 14294 14257 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 40277026 4820992 43 996147200 4194304 4206940 548682068528 18446744073709551615 221778081161 0 0 4096 0 0 0 0 17 1 0 0
/proc/14294/statm: 1177 43 33 3 0 8 0

[startup+0.0741689 s]
/proc/loadavg: 1.85 1.99 1.99 4/80 14294
/proc/meminfo: memFree=1860968/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16608 CPUtime=0.06
/proc/14294/stat : 14294 (sugar++) R 14292 14294 14257 0 -1 4194304 1058 0 0 0 5 1 0 0 18 0 1 0 40277026 17006592 1026 996147200 4194304 4206940 548682068528 18446744073709551615 221794289028 0 0 4224 0 0 0 0 17 1 0 0
/proc/14294/statm: 4152 1026 380 3 0 731 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16608

[startup+0.101168 s]
/proc/loadavg: 1.85 1.99 1.99 4/80 14294
/proc/meminfo: memFree=1860968/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16740 CPUtime=0.06
/proc/14294/stat : 14294 (sugar++) S 14292 14294 14257 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 40277026 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14294/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.30118 s]
/proc/loadavg: 1.85 1.99 1.99 4/80 14294
/proc/meminfo: memFree=1860968/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16740 CPUtime=0.06
/proc/14294/stat : 14294 (sugar++) S 14292 14294 14257 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 40277026 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14294/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701205 s]
/proc/loadavg: 1.85 1.99 1.99 4/80 14294
/proc/meminfo: memFree=1860968/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16740 CPUtime=0.44
/proc/14294/stat : 14294 (sugar++) S 14292 14294 14257 0 -1 4194304 1296 7156 0 1 6 1 33 4 16 0 1 0 40277026 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14294/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 16740

[startup+1.50126 s]
/proc/loadavg: 1.85 1.99 1.99 3/91 14316
/proc/meminfo: memFree=1844176/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16740 CPUtime=0.44
/proc/14294/stat : 14294 (sugar++) S 14292 14294 14257 0 -1 4194304 1296 7156 0 1 6 1 33 4 15 0 1 0 40277026 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14294/statm: 4185 1104 409 3 0 764 0
[pid=14307] ppid=14294 vsize=5356 CPUtime=0
/proc/14307/stat : 14307 (sh) S 14294 14294 14257 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40277077 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14307/statm: 1339 233 193 169 0 50 0
[pid=14308] ppid=14307 vsize=864684 CPUtime=0.96
/proc/14308/stat : 14308 (java) S 14307 14294 14257 0 -1 0 10538 0 1 0 91 5 0 0 18 0 9 0 40277077 885436416 9577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14308/statm: 216171 9577 2540 9 0 210746 0
[pid=14308/tid=14309] ppid=14307 vsize=864684 CPUtime=0.42
/proc/14308/task/14309/stat : 14309 (java) R 14307 14294 14257 0 -1 64 2683 0 1 0 41 1 0 0 22 0 9 0 40277078 885436416 9577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14310] ppid=14307 vsize=864684 CPUtime=0.45
/proc/14308/task/14310/stat : 14310 (java) R 14307 14294 14257 0 -1 64 6825 0 0 0 42 3 0 0 17 0 9 0 40277079 885436416 9577 996147200 134512640 134550740 4294955920 18446744073709551615 102732002 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14311] ppid=14307 vsize=864684 CPUtime=0
/proc/14308/task/14311/stat : 14311 (java) S 14307 14294 14257 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40277080 885436416 9577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14312] ppid=14307 vsize=864684 CPUtime=0
/proc/14308/task/14312/stat : 14312 (java) S 14307 14294 14257 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 40277080 885436416 9577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14313] ppid=14307 vsize=864684 CPUtime=0
/proc/14308/task/14313/stat : 14313 (java) S 14307 14294 14257 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40277081 885436416 9577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14314] ppid=14307 vsize=864684 CPUtime=0.07
/proc/14308/task/14314/stat : 14314 (java) S 14307 14294 14257 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 40277081 885436416 9577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14315] ppid=14307 vsize=864684 CPUtime=0
/proc/14308/task/14315/stat : 14315 (java) S 14307 14294 14257 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40277082 885436416 9577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14316] ppid=14307 vsize=864684 CPUtime=0
/proc/14308/task/14316/stat : 14316 (java) R 14307 14294 14257 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40277082 885436416 9577 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) 886780

[startup+3.10236 s]
/proc/loadavg: 1.85 1.99 1.99 4/91 14316
/proc/meminfo: memFree=1811920/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16740 CPUtime=0.44
/proc/14294/stat : 14294 (sugar++) S 14292 14294 14257 0 -1 4194304 1296 7156 0 1 6 1 33 4 16 0 1 0 40277026 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14294/statm: 4185 1104 409 3 0 764 0
[pid=14307] ppid=14294 vsize=5356 CPUtime=0
/proc/14307/stat : 14307 (sh) S 14294 14294 14257 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40277077 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14307/statm: 1339 233 193 169 0 50 0
[pid=14308] ppid=14307 vsize=864180 CPUtime=2.55
/proc/14308/stat : 14308 (java) S 14307 14294 14257 0 -1 0 23261 0 1 0 244 11 0 0 18 0 9 0 40277077 884920320 21728 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14308/statm: 216045 21728 2540 9 0 210620 0
[pid=14308/tid=14309] ppid=14307 vsize=864180 CPUtime=0.89
/proc/14308/task/14309/stat : 14309 (java) R 14307 14294 14257 0 -1 64 3489 0 1 0 88 1 0 0 25 0 9 0 40277078 884920320 21728 996147200 134512640 134550740 4294955920 18446744073709551615 4126550392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14310] ppid=14307 vsize=864180 CPUtime=1.56
/proc/14308/task/14310/stat : 14310 (java) S 14307 14294 14257 0 -1 64 18742 0 0 0 148 8 0 0 18 0 9 0 40277079 884920320 21728 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14311] ppid=14307 vsize=864180 CPUtime=0
/proc/14308/task/14311/stat : 14311 (java) S 14307 14294 14257 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40277080 884920320 21728 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14312] ppid=14307 vsize=864180 CPUtime=0
/proc/14308/task/14312/stat : 14312 (java) S 14307 14294 14257 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 40277080 884920320 21728 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14313] ppid=14307 vsize=864180 CPUtime=0
/proc/14308/task/14313/stat : 14313 (java) S 14307 14294 14257 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40277081 884920320 21728 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14314] ppid=14307 vsize=864180 CPUtime=0.07
/proc/14308/task/14314/stat : 14314 (java) S 14307 14294 14257 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 40277081 884920320 21728 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14315] ppid=14307 vsize=864180 CPUtime=0
/proc/14308/task/14315/stat : 14315 (java) S 14307 14294 14257 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40277082 884920320 21728 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14316] ppid=14307 vsize=864180 CPUtime=0
/proc/14308/task/14316/stat : 14316 (java) S 14307 14294 14257 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40277082 884920320 21728 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886276

[startup+6.30256 s]
/proc/loadavg: 1.94 2.01 1.99 4/91 14316
/proc/meminfo: memFree=1700880/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16740 CPUtime=0.44
/proc/14294/stat : 14294 (sugar++) S 14292 14294 14257 0 -1 4194304 1296 7156 0 1 6 1 33 4 16 0 1 0 40277026 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14294/statm: 4185 1104 409 3 0 764 0
[pid=14307] ppid=14294 vsize=5356 CPUtime=0
/proc/14307/stat : 14307 (sh) S 14294 14294 14257 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40277077 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14307/statm: 1339 233 193 169 0 50 0
[pid=14308] ppid=14307 vsize=874932 CPUtime=5.72
/proc/14308/stat : 14308 (java) S 14307 14294 14257 0 -1 0 56919 0 1 0 545 27 0 0 18 0 9 0 40277077 895930368 52600 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14308/statm: 218733 52600 2540 9 0 213308 0
[pid=14308/tid=14309] ppid=14307 vsize=874932 CPUtime=1.97
/proc/14308/task/14309/stat : 14309 (java) R 14307 14294 14257 0 -1 64 4278 0 1 0 195 2 0 0 25 0 9 0 40277078 895930368 52600 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14310] ppid=14307 vsize=874932 CPUtime=3.65
/proc/14308/task/14310/stat : 14310 (java) R 14307 14294 14257 0 -1 64 51610 0 0 0 342 23 0 0 18 0 9 0 40277079 895930368 52600 996147200 134512640 134550740 4294955920 18446744073709551615 104456944 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14311] ppid=14307 vsize=874932 CPUtime=0
/proc/14308/task/14311/stat : 14311 (java) S 14307 14294 14257 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40277080 895930368 52600 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14312] ppid=14307 vsize=874932 CPUtime=0
/proc/14308/task/14312/stat : 14312 (java) S 14307 14294 14257 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 40277080 895930368 52600 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14313] ppid=14307 vsize=874932 CPUtime=0
/proc/14308/task/14313/stat : 14313 (java) S 14307 14294 14257 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40277081 895930368 52600 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14314] ppid=14307 vsize=874932 CPUtime=0.07
/proc/14308/task/14314/stat : 14314 (java) S 14307 14294 14257 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 40277081 895930368 52600 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14315] ppid=14307 vsize=874932 CPUtime=0
/proc/14308/task/14315/stat : 14315 (java) S 14307 14294 14257 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40277082 895930368 52600 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14316] ppid=14307 vsize=874932 CPUtime=0
/proc/14308/task/14316/stat : 14316 (java) S 14307 14294 14257 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40277082 895930368 52600 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) 897028

[startup+12.703 s]
/proc/loadavg: 1.95 2.01 1.99 3/91 14316
/proc/meminfo: memFree=1638352/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16740 CPUtime=0.44
/proc/14294/stat : 14294 (sugar++) S 14292 14294 14257 0 -1 4194304 1297 7156 0 1 6 1 33 4 16 0 1 0 40277026 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14294/statm: 4185 1104 409 3 0 764 0
[pid=14307] ppid=14294 vsize=5356 CPUtime=0
/proc/14307/stat : 14307 (sh) S 14294 14294 14257 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40277077 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14307/statm: 1339 233 193 169 0 50 0
[pid=14308] ppid=14307 vsize=864292 CPUtime=12.1
/proc/14308/stat : 14308 (java) S 14307 14294 14257 0 -1 0 79523 0 1 0 1173 37 0 0 18 0 9 0 40277077 885035008 57000 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14308/statm: 216073 57000 2565 9 0 210620 0
[pid=14308/tid=14309] ppid=14307 vsize=864292 CPUtime=6.36
/proc/14308/task/14309/stat : 14309 (java) R 14307 14294 14257 0 -1 64 6069 0 1 0 633 3 0 0 25 0 9 0 40277078 885035008 57000 996147200 134512640 134550740 4294955920 18446744073709551615 4126640964 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14310] ppid=14307 vsize=864292 CPUtime=5.6
/proc/14308/task/14310/stat : 14310 (java) S 14307 14294 14257 0 -1 64 72398 0 0 0 528 32 0 0 16 0 9 0 40277079 885035008 57000 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14311] ppid=14307 vsize=864292 CPUtime=0
/proc/14308/task/14311/stat : 14311 (java) S 14307 14294 14257 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40277080 885035008 57000 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14312] ppid=14307 vsize=864292 CPUtime=0
/proc/14308/task/14312/stat : 14312 (java) S 14307 14294 14257 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 40277080 885035008 57000 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14313] ppid=14307 vsize=864292 CPUtime=0
/proc/14308/task/14313/stat : 14313 (java) S 14307 14294 14257 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40277081 885035008 57000 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14314] ppid=14307 vsize=864292 CPUtime=0.1
/proc/14308/task/14314/stat : 14314 (java) S 14307 14294 14257 0 -1 64 360 0 0 0 10 0 0 0 16 0 9 0 40277081 885035008 57000 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14315] ppid=14307 vsize=864292 CPUtime=0
/proc/14308/task/14315/stat : 14315 (java) S 14307 14294 14257 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40277082 885035008 57000 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14316] ppid=14307 vsize=864292 CPUtime=0
/proc/14308/task/14316/stat : 14316 (java) S 14307 14294 14257 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40277082 885035008 57000 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 886388

[startup+25.5018 s]
/proc/loadavg: 1.96 2.01 1.99 3/91 14316
/proc/meminfo: memFree=1638288/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16740 CPUtime=0.44
/proc/14294/stat : 14294 (sugar++) S 14292 14294 14257 0 -1 4194304 1297 7156 0 1 6 1 33 4 16 0 1 0 40277026 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14294/statm: 4185 1104 409 3 0 764 0
[pid=14307] ppid=14294 vsize=5356 CPUtime=0
/proc/14307/stat : 14307 (sh) S 14294 14294 14257 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40277077 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14307/statm: 1339 233 193 169 0 50 0
[pid=14308] ppid=14307 vsize=864292 CPUtime=24.89
/proc/14308/stat : 14308 (java) S 14307 14294 14257 0 -1 0 79523 0 1 0 2452 37 0 0 18 0 9 0 40277077 885035008 57000 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14308/statm: 216073 57000 2565 9 0 210620 0
[pid=14308/tid=14309] ppid=14307 vsize=864292 CPUtime=19.16
/proc/14308/task/14309/stat : 14309 (java) R 14307 14294 14257 0 -1 64 6069 0 1 0 1913 3 0 0 25 0 9 0 40277078 885035008 57000 996147200 134512640 134550740 4294955920 18446744073709551615 4125952064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14310] ppid=14307 vsize=864292 CPUtime=5.6
/proc/14308/task/14310/stat : 14310 (java) S 14307 14294 14257 0 -1 64 72398 0 0 0 528 32 0 0 16 0 9 0 40277079 885035008 57000 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14308/tid=14311] ppid=14307 vsize=864292 CPUtime=0
/proc/14308/task/14311/stat : 14311 (java) S 14307 14294 14257 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40277080 885035008 57000 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14308/tid=14312] ppid=14307 vsize=864292 CPUtime=0
/proc/14308/task/14312/stat : 14312 (java) S 14307 14294 14257 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 40277080 885035008 57000 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+2982.3 s]
/proc/loadavg: 1.97 2.00 2.00 3/84 14370
/proc/meminfo: memFree=971784/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16740 CPUtime=2867.16
/proc/14294/stat : 14294 (sugar++) S 14292 14294 14257 0 -1 4194304 1462 172763 0 2 6 1 286407 302 16 0 1 0 40277026 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14294/statm: 4185 1113 414 3 0 764 0
[pid=14319] ppid=14294 vsize=471312 CPUtime=112.93
/proc/14319/stat : 14319 (minisat-inc) R 14294 14294 14257 0 -1 4194304 114235 0 0 0 11214 79 0 0 25 0 1 0 40563869 482623488 114183 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14319/statm: 117828 114183 74 151 0 117674 0
Current children cumulated CPU time (s) 2980.09
Current children cumulated vsize (KiB) 488052

[startup+3042.3 s]
/proc/loadavg: 2.29 2.10 2.03 3/75 14441
/proc/meminfo: memFree=442704/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16740 CPUtime=2867.16
/proc/14294/stat : 14294 (sugar++) S 14292 14294 14257 0 -1 4194304 1462 172763 0 2 6 1 286407 302 16 0 1 0 40277026 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14294/statm: 4185 1113 414 3 0 764 0
[pid=14319] ppid=14294 vsize=484260 CPUtime=172.86
/proc/14319/stat : 14319 (minisat-inc) R 14294 14294 14257 0 -1 4194304 117308 0 0 0 17202 84 0 0 25 0 1 0 40563869 495882240 117256 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 0 0 0
/proc/14319/statm: 121065 117256 74 151 0 120911 0
Current children cumulated CPU time (s) 3040.02
Current children cumulated vsize (KiB) 501000

[startup+3102.3 s]
/proc/loadavg: 2.14 2.09 2.03 3/75 14471
/proc/meminfo: memFree=433104/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16740 CPUtime=2867.16
/proc/14294/stat : 14294 (sugar++) S 14292 14294 14257 0 -1 4194304 1462 172763 0 2 6 1 286407 302 16 0 1 0 40277026 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14294/statm: 4185 1113 414 3 0 764 0
[pid=14319] ppid=14294 vsize=492932 CPUtime=232.84
/proc/14319/stat : 14319 (minisat-inc) R 14294 14294 14257 0 -1 4194304 119407 0 0 0 23198 86 0 0 25 0 1 0 40563869 504762368 119355 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14319/statm: 123233 119355 74 151 0 123079 0
Current children cumulated CPU time (s) 3100
Current children cumulated vsize (KiB) 509672

[startup+3162.3 s]
/proc/loadavg: 2.05 2.07 2.02 3/75 14477
/proc/meminfo: memFree=425488/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16740 CPUtime=2867.16
/proc/14294/stat : 14294 (sugar++) S 14292 14294 14257 0 -1 4194304 1462 172763 0 2 6 1 286407 302 16 0 1 0 40277026 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14294/statm: 4185 1113 414 3 0 764 0
[pid=14319] ppid=14294 vsize=501304 CPUtime=292.82
/proc/14319/stat : 14319 (minisat-inc) R 14294 14294 14257 0 -1 4194304 121307 0 0 0 29195 87 0 0 25 0 1 0 40563869 513335296 121255 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14319/statm: 125326 121255 74 151 0 125172 0
Current children cumulated CPU time (s) 3159.98
Current children cumulated vsize (KiB) 518044

[startup+3222.3 s]
/proc/loadavg: 2.05 2.07 2.02 3/75 14477
/proc/meminfo: memFree=417936/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16740 CPUtime=2867.16
/proc/14294/stat : 14294 (sugar++) S 14292 14294 14257 0 -1 4194304 1462 172763 0 2 6 1 286407 302 16 0 1 0 40277026 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14294/statm: 4185 1113 414 3 0 764 0
[pid=14319] ppid=14294 vsize=508560 CPUtime=352.8
/proc/14319/stat : 14319 (minisat-inc) R 14294 14294 14257 0 -1 4194304 123119 0 0 0 35192 88 0 0 25 0 1 0 40563869 520765440 123067 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14319/statm: 127140 123067 74 151 0 126986 0
Current children cumulated CPU time (s) 3219.96
Current children cumulated vsize (KiB) 525300

[startup+3282.3 s]
/proc/loadavg: 2.18 2.10 2.03 3/75 14477
/proc/meminfo: memFree=413008/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16740 CPUtime=2867.16
/proc/14294/stat : 14294 (sugar++) S 14292 14294 14257 0 -1 4194304 1462 172763 0 2 6 1 286407 302 16 0 1 0 40277026 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14294/statm: 4185 1113 414 3 0 764 0
[pid=14319] ppid=14294 vsize=513228 CPUtime=412.78
/proc/14319/stat : 14319 (minisat-inc) R 14294 14294 14257 0 -1 4194304 124302 0 0 0 41188 90 0 0 25 0 1 0 40563869 525545472 124250 996147200 134512640 135134323 4294956192 18446744073709551615 134532046 0 0 4096 3 0 0 0 17 0 0 0
/proc/14319/statm: 128307 124250 74 151 0 128153 0
Current children cumulated CPU time (s) 3279.94
Current children cumulated vsize (KiB) 529968

[startup+3342.3 s]
/proc/loadavg: 2.06 2.08 2.03 3/75 14477
/proc/meminfo: memFree=408528/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16740 CPUtime=2867.16
/proc/14294/stat : 14294 (sugar++) S 14292 14294 14257 0 -1 4194304 1462 172763 0 2 6 1 286407 302 16 0 1 0 40277026 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14294/statm: 4185 1113 414 3 0 764 0
[pid=14319] ppid=14294 vsize=518412 CPUtime=472.76
/proc/14319/stat : 14319 (minisat-inc) R 14294 14294 14257 0 -1 4194304 125389 0 0 0 47185 91 0 0 25 0 1 0 40563869 530853888 125337 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14319/statm: 129603 125337 74 151 0 129449 0
Current children cumulated CPU time (s) 3339.92
Current children cumulated vsize (KiB) 535152

[startup+3402.31 s]
/proc/loadavg: 2.02 2.06 2.02 3/75 14477
/proc/meminfo: memFree=403792/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16740 CPUtime=2867.16
/proc/14294/stat : 14294 (sugar++) S 14292 14294 14257 0 -1 4194304 1462 172763 0 2 6 1 286407 302 16 0 1 0 40277026 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14294/statm: 4185 1113 414 3 0 764 0
[pid=14319] ppid=14294 vsize=523032 CPUtime=532.75
/proc/14319/stat : 14319 (minisat-inc) R 14294 14294 14257 0 -1 4194304 126519 0 0 0 53183 92 0 0 25 0 1 0 40563869 535584768 126467 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14319/statm: 130758 126467 74 151 0 130604 0
Current children cumulated CPU time (s) 3399.91
Current children cumulated vsize (KiB) 539772

[startup+3462.3 s]
/proc/loadavg: 2.01 2.05 2.02 3/75 14477
/proc/meminfo: memFree=398616/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16740 CPUtime=2867.16
/proc/14294/stat : 14294 (sugar++) S 14292 14294 14257 0 -1 4194304 1462 172763 0 2 6 1 286407 302 16 0 1 0 40277026 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14294/statm: 4185 1113 414 3 0 764 0
[pid=14319] ppid=14294 vsize=528228 CPUtime=592.72
/proc/14319/stat : 14319 (minisat-inc) R 14294 14294 14257 0 -1 4194304 127819 0 0 0 59179 93 0 0 25 0 1 0 40563869 540905472 127767 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 0 0 0
/proc/14319/statm: 132057 127767 74 151 0 131903 0
Current children cumulated CPU time (s) 3459.88
Current children cumulated vsize (KiB) 544968

[startup+3522.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/75 14477
/proc/meminfo: memFree=392088/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16740 CPUtime=2867.16
/proc/14294/stat : 14294 (sugar++) S 14292 14294 14257 0 -1 4194304 1462 172763 0 2 6 1 286407 302 16 0 1 0 40277026 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14294/statm: 4185 1113 414 3 0 764 0
[pid=14319] ppid=14294 vsize=534556 CPUtime=652.7
/proc/14319/stat : 14319 (minisat-inc) R 14294 14294 14257 0 -1 4194304 129386 0 0 0 65175 95 0 0 25 0 1 0 40563869 547385344 129334 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14319/statm: 133639 129334 74 151 0 133485 0
Current children cumulated CPU time (s) 3519.86
Current children cumulated vsize (KiB) 551296

[startup+3582.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 14477
/proc/meminfo: memFree=387032/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16740 CPUtime=2867.16
/proc/14294/stat : 14294 (sugar++) S 14292 14294 14257 0 -1 4194304 1462 172763 0 2 6 1 286407 302 16 0 1 0 40277026 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14294/statm: 4185 1113 414 3 0 764 0
[pid=14319] ppid=14294 vsize=539536 CPUtime=712.68
/proc/14319/stat : 14319 (minisat-inc) R 14294 14294 14257 0 -1 4194304 130642 0 0 0 71173 95 0 0 25 0 1 0 40563869 552484864 130590 996147200 134512640 135134323 4294956192 18446744073709551615 134532158 0 0 4096 3 0 0 0 17 0 0 0
/proc/14319/statm: 134884 130590 74 151 0 134730 0
Current children cumulated CPU time (s) 3579.84
Current children cumulated vsize (KiB) 556276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.51 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 14477
/proc/meminfo: memFree=385048/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16740 CPUtime=2867.16
/proc/14294/stat : 14294 (sugar++) S 14292 14294 14257 0 -1 4194304 1462 172763 0 2 6 1 286407 302 16 0 1 0 40277026 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14294/statm: 4185 1113 414 3 0 764 0
[pid=14319] ppid=14294 vsize=541380 CPUtime=732.88
/proc/14319/stat : 14319 (minisat-inc) R 14294 14294 14257 0 -1 4194304 131114 0 0 0 73192 96 0 0 25 0 1 0 40563869 554373120 131062 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14319/statm: 135345 131062 74 151 0 135191 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 558120

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

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

[startup+3602.61 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 14477
/proc/meminfo: memFree=385048/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16740 CPUtime=3600.15
/proc/14294/stat : 14294 (sugar++) R 14292 14294 14257 0 -1 4194304 1488 303877 0 2 6 3 359600 406 16 0 1 0 40277026 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14294/statm: 4185 1114 415 3 0 764 0
Current children cumulated CPU time (s) 3600.15
Current children cumulated vsize (KiB) 16740

[startup+3602.7 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 14477
/proc/meminfo: memFree=385048/2055920 swapFree=4180012/4192956
[pid=14294] ppid=14292 vsize=16740 CPUtime=3600.24
/proc/14294/stat : 14294 (sugar++) R 14292 14294 14257 0 -1 4194304 1488 303877 0 2 6 12 359600 406 19 0 1 0 40277026 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14294/statm: 4185 1114 415 3 0 764 0
Current children cumulated CPU time (s) 3600.24
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 3602.78
CPU time (s): 3600.35
CPU user time (s): 3596.08
CPU system time (s): 4.27435
CPU usage (%): 99.9326
Max. virtual memory (cumulated for all children) (KiB): 913004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.08
system time used= 4.27435
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 305412
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68678
involuntary context switches= 68898

runsolver used 5.06123 second user time and 11.2623 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-12 06:09:13
IDJOB=1110815
IDBENCH=61156
IDSOLVER=367
FILE ID=node29/1110815-1215835753
PBS_JOBID= 7903394
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg13-17_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-1110815-1215835753/watcher-1110815-1215835753 -o /tmp/evaluation-result-1110815-1215835753/solver-1110815-1215835753 -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-1110815-1215835753.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9bb2e152e67c1e9d0e114d3aaec20495
RANDOM SEED=2036992072

node29.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.242
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.242
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:       1861448 kB
Buffers:         21868 kB
Cached:          83248 kB
SwapCached:       6744 kB
Active:          91028 kB
Inactive:        62128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861448 kB
SwapTotal:     4192956 kB
SwapFree:      4180012 kB
Dirty:            1408 kB
Writeback:           0 kB
Mapped:          64300 kB
Slab:            26412 kB
Committed_AS:   945012 kB
PageTables:       1964 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= 66304 MiB
End job on node29 at 2008-07-12 07:09:18