Trace number 1110848

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? (TO) 3600.29 3612.43

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg14-14_ext.xml
MD5SUMf5cdea0df59e0b2beb06fc403e8bfff5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints28
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints28
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension28
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 06:48:43 2008
0.00/0.05	c 0	PID 15957
0.03/0.05	c 0	HOST node1.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1110848-1215838123.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110848-1215838123.xml' 'HOME/temp.csp'
0.03/0.56	c 1	1 domains, 196 variables, 0 predicates, 1 relations, 28 constraints
0.03/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.61	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.69	c 1	Parsing HOME/temp.csp
0.53/0.89	c 1	parsed 226 expressions
0.53/0.90	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.53/0.90	c 1	MAX CSP: 28 constraints
0.53/0.90	c 1	Converting to clausal form CSP
0.53/0.93	c 1	converted 26 (10%) expressions
0.53/0.93	c 1	converted 52 (20%) expressions
0.53/0.93	c 1	converted 78 (30%) expressions
0.53/0.93	c 1	converted 103 (40%) expressions
0.53/0.93	c 1	converted 129 (50%) expressions
0.53/0.93	c 1	converted 155 (60%) expressions
0.53/0.93	c 1	converted 180 (70%) expressions
1.79/1.91	c 2	converted 206 (80%) expressions
5.16/5.38	c 5	converted 232 (90%) expressions
8.33/8.58	c 9	converted 257 (100%) expressions
8.33/8.58	c 9	CSP : 252 integers, 0 booleans, 83 clauses, largest domain size 43
8.33/8.58	c 9	Heap : 215 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.33/8.58	c 9	Propagation in CSP
8.33/8.58	c 9	25 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.33/8.58	c 9	CSP : 252 integers, 0 booleans, 83 clauses, largest domain size 29
8.33/8.58	c 9	Heap : 215 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.33/8.58	c 9	Simplifing CSP by introducing new Boolean variables
8.33/8.58	c 9	CSP : 252 integers, 0 booleans, 83 clauses, largest domain size 29
8.33/8.58	c 9	Heap : 215 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.63/9.85	c 10	Encoding CSP to SAT : HOME/temp.cnf
9.63/9.87	c 10	26 (10%) CSP integer variables are encoded (624 clauses, 6720 bytes)
9.63/9.87	c 10	51 (20%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
9.63/9.88	c 10	76 (30%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
9.63/9.88	c 10	101 (40%) CSP integer variables are encoded (2424 clauses, 29449 bytes)
9.63/9.88	c 10	126 (50%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
9.63/9.88	c 10	152 (60%) CSP integer variables are encoded (3648 clauses, 45361 bytes)
9.63/9.88	c 10	177 (70%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
9.63/9.88	c 10	202 (80%) CSP integer variables are encoded (4704 clauses, 59089 bytes)
9.63/9.88	c 10	227 (90%) CSP integer variables are encoded (4733 clauses, 59466 bytes)
9.63/9.88	c 10	252 (100%) CSP integer variables are encoded (4900 clauses, 61637 bytes)
874.21/876.75	c 877	9 (10%) CSP clauses are encoded (1343920 clauses, 130212185 bytes)
1626.66/1629.56	c 1630	17 (20%) CSP clauses are encoded (2534160 clauses, 246796649 bytes)
2402.11/2405.39	c 2406	25 (30%) CSP clauses are encoded (3724400 clauses, 373162321 bytes)
2684.48/2687.84	c 2688	34 (40%) CSP clauses are encoded (4170768 clauses, 420549878 bytes)
2684.48/2687.84	c 2688	42 (50%) CSP clauses are encoded (4171320 clauses, 420559103 bytes)
2684.48/2687.84	c 2688	50 (60%) CSP clauses are encoded (4171354 clauses, 420559622 bytes)
2684.48/2687.84	c 2688	59 (70%) CSP clauses are encoded (4171817 clauses, 420567695 bytes)
2684.48/2687.84	c 2688	67 (80%) CSP clauses are encoded (4171871 clauses, 420568551 bytes)
2684.48/2687.85	c 2688	75 (90%) CSP clauses are encoded (4171921 clauses, 420569333 bytes)
2684.48/2687.85	c 2688	83 (100%) CSP clauses are encoded (4172112 clauses, 420572500 bytes)
2684.48/2687.85	c 2688	83 CSP clauses encoded
2684.48/2687.85	c 2688	Writing map file : HOME/temp.map
2684.48/2687.85	c 2688	Heap : 239 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2684.48/2687.85	c 2688	SAT : 5152 SAT variables, 4172112 SAT clauses, 420572500 bytes
2684.48/2687.85	c 2688	Heap : 239 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2684.54/2687.95	c 2688	OBJECTIVE minimize _COST
2684.54/2687.95	c 2688	OBJECTIVE BOUND: 0 <= _COST <= 
2684.54/2687.95	c 2688	SEARCHING: _COST <= 14
2684.54/2687.95	c 2688	SOLVING HOME/temp.cnf
2684.54/2687.95	c 2688	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2684.54/2687.96	c 2688	This is MiniSat 2.0 beta
2684.54/2687.96	c 2688	WARNING: for repeatability, setting FPU to use double precision
2684.54/2687.96	c 2688	============================[ Problem Statistics ]=============================
2684.54/2687.96	c 2688	|                                                                             |
2684.54/2687.96	c 2688	|  Number of variables:  5152                                                 |
2684.54/2687.96	c 2688	|  Number of clauses:    4172113                                              |
2692.95/2696.48	c 2697	|  Parsing time:         7.71         s                                       |
2693.45/2696.95	c 2697	============================[ Search Statistics ]==============================
2693.45/2696.95	c 2697	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2693.45/2696.95	c 2697	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2693.45/2696.95	c 2697	===============================================================================
2693.45/2696.95	c 2697	|         0 |    5082  4171566 78221850 |  1390522        0    nan |  0.000 % |
2693.55/2697.08	c 2697	|       102 |    5082  4171566 78221850 |  1529574      102      6 |  1.359 % |
2693.74/2697.29	c 2697	|       252 |    5082  4171566 78221850 |  1682531      252      6 |  1.359 % |
2694.05/2697.52	c 2698	|       478 |    5082  4171566 78221850 |  1850784      478      7 |  1.359 % |
2694.44/2697.96	c 2698	|       817 |    5082  4171566 78221850 |  2035863      817      7 |  1.359 % |
2694.84/2698.34	c 2698	|      1324 |    5082  4171566 78221850 |  2239449     1324      8 |  1.359 % |
2695.83/2699.31	c 2699	|      2084 |    5082  4171566 78221850 |  2463394     2084      8 |  1.359 % |
2696.63/2700.14	c 2700	|      3224 |    5082  4171566 78221850 |  2709733     3224      9 |  1.359 % |
2697.72/2701.26	c 2701	|      4933 |    5082  4171566 78221850 |  2980707     4933     10 |  1.359 % |
2699.60/2703.18	c 2703	|      7495 |    5082  4171566 78221850 |  3278778     7495     11 |  1.359 % |
2702.08/2705.64	c 2706	|     11339 |    5082  4171566 78221850 |  3606655    11339     11 |  1.359 % |
2705.74/2709.36	c 2709	|     17105 |    5082  4171566 78221850 |  3967321    17105     11 |  1.359 % |
2710.80/2714.42	c 2715	|     25756 |    5082  4171566 78221850 |  4364053    25756     11 |  1.359 % |
2724.06/2727.83	c 2728	|     38730 |    5082  4171566 78221850 |  4800459    38730     11 |  1.359 % |
2738.13/2742.02	c 2742	|     58191 |    5082  4171566 78221850 |  5280504    58191     12 |  1.359 % |
2758.44/2762.57	c 2763	|     87384 |    5082  4171566 78221850 |  5808555    87384     13 |  1.359 % |
2783.30/2787.70	c 2788	|    131174 |    5082  4171566 78221850 |  6389411   131174     13 |  1.359 % |
2858.39/2863.46	c 2864	|    196859 |    5082  4171566 78221850 |  7028352   196859     13 |  1.359 % |
2950.12/2956.05	c 2956	|    295385 |    5082  4171566 78221850 |  7731187   295385     13 |  1.359 % |
3100.10/3107.45	c 3108	|    443174 |    5082  4171566 78221850 |  8504306   443174     13 |  1.359 % |
3378.67/3388.66	c 3389	|    664857 |    5082  4171566 78221850 |  9354736   664857     14 |  1.359 % |
3600.08/3612.12	c ERROR INTERRUPTED
3600.08/3612.21	s UNKNOWN
3600.08/3612.21	c 3612	CPU 2681.24 (0.03 0.01 2681.21 3.38)
3600.08/3612.21	c 3612	END Sat Jul 12 07:48:55 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-1110848-1215838123/watcher-1110848-1215838123 -o /tmp/evaluation-result-1110848-1215838123/solver-1110848-1215838123 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1110848-1215838123.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.92 1.98 1.99 4/74 15957
/proc/meminfo: memFree=1355328/2055920 swapFree=4180652/4192956
[pid=15957] ppid=15955 vsize=12000 CPUtime=0
/proc/15957/stat : 15957 (sugar) R 15955 15957 15920 0 -1 4194304 196 0 0 0 0 0 0 0 20 0 1 0 40515805 12288000 164 996147200 4194304 4206940 548682068592 18446744073709551615 259352844034 0 0 4224 0 0 0 0 17 1 0 0
/proc/15957/statm: 3000 164 126 3 0 100 0

[startup+0.0507781 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 15957
/proc/meminfo: memFree=1355328/2055920 swapFree=4180652/4192956
[pid=15957] ppid=15955 vsize=13600 CPUtime=0.03
/proc/15957/stat : 15957 (sugar) S 15955 15957 15920 0 -1 4194304 838 0 0 0 2 1 0 0 18 0 1 0 40515805 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15957/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103296 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 15957
/proc/meminfo: memFree=1355328/2055920 swapFree=4180652/4192956
[pid=15957] ppid=15955 vsize=13600 CPUtime=0.03
/proc/15957/stat : 15957 (sugar) S 15955 15957 15920 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 40515805 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15957/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301678 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 15957
/proc/meminfo: memFree=1355328/2055920 swapFree=4180652/4192956
[pid=15957] ppid=15955 vsize=13600 CPUtime=0.03
/proc/15957/stat : 15957 (sugar) S 15955 15957 15920 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 40515805 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15957/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701726 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 15957
/proc/meminfo: memFree=1355328/2055920 swapFree=4180652/4192956
[pid=15957] ppid=15955 vsize=13600 CPUtime=0.53
/proc/15957/stat : 15957 (sugar) S 15955 15957 15920 0 -1 4194304 974 6586 0 1 2 1 46 4 16 0 1 0 40515805 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15957/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13600

[startup+1.50282 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 15979
/proc/meminfo: memFree=1342560/2055920 swapFree=4180652/4192956
[pid=15957] ppid=15955 vsize=13600 CPUtime=0.53
/proc/15957/stat : 15957 (sugar) S 15955 15957 15920 0 -1 4194304 974 6586 0 1 2 1 46 4 15 0 1 0 40515805 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15957/statm: 3400 797 370 3 0 500 0
[pid=15970] ppid=15957 vsize=5356 CPUtime=0
/proc/15970/stat : 15970 (sh) S 15957 15957 15920 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40515866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15970/statm: 1339 233 193 169 0 50 0
[pid=15971] ppid=15970 vsize=864188 CPUtime=0.87
/proc/15971/stat : 15971 (java) S 15970 15957 15920 0 -1 0 10406 0 1 0 83 4 0 0 19 0 9 0 40515866 884928512 9496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15971/statm: 216047 9496 2540 9 0 210622 0
[pid=15971/tid=15972] ppid=15970 vsize=864188 CPUtime=0.38
/proc/15971/task/15972/stat : 15972 (java) R 15970 15957 15920 0 -1 64 2751 0 1 0 37 1 0 0 19 0 9 0 40515867 884928512 9496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15973] ppid=15970 vsize=864188 CPUtime=0.39
/proc/15971/task/15973/stat : 15973 (java) R 15970 15957 15920 0 -1 64 6629 0 0 0 38 1 0 0 17 0 9 0 40515868 884928512 9496 996147200 134512640 134550740 4294955936 18446744073709551615 101443073 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15974] ppid=15970 vsize=864188 CPUtime=0
/proc/15971/task/15974/stat : 15974 (java) S 15970 15957 15920 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40515868 884928512 9496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15975] ppid=15970 vsize=864188 CPUtime=0
/proc/15971/task/15975/stat : 15975 (java) S 15970 15957 15920 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40515869 884928512 9496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15976] ppid=15970 vsize=864188 CPUtime=0
/proc/15971/task/15976/stat : 15976 (java) S 15970 15957 15920 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40515871 884928512 9496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15977] ppid=15970 vsize=864188 CPUtime=0.07
/proc/15971/task/15977/stat : 15977 (java) S 15970 15957 15920 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 40515871 884928512 9496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15978] ppid=15970 vsize=864188 CPUtime=0
/proc/15971/task/15978/stat : 15978 (java) S 15970 15957 15920 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40515871 884928512 9496 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15979] ppid=15970 vsize=864188 CPUtime=0
/proc/15971/task/15979/stat : 15979 (java) S 15970 15957 15920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40515871 884928512 9496 996147200 134512640 134550740 4294955936 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) 883144

[startup+3.10302 s]
/proc/loadavg: 2.01 2.00 2.00 4/85 15979
/proc/meminfo: memFree=1304544/2055920 swapFree=4180652/4192956
[pid=15957] ppid=15955 vsize=13600 CPUtime=0.53
/proc/15957/stat : 15957 (sugar) S 15955 15957 15920 0 -1 4194304 974 6586 0 1 2 1 46 4 16 0 1 0 40515805 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15957/statm: 3400 797 370 3 0 500 0
[pid=15970] ppid=15957 vsize=5356 CPUtime=0
/proc/15970/stat : 15970 (sh) S 15957 15957 15920 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40515866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15970/statm: 1339 233 193 169 0 50 0
[pid=15971] ppid=15970 vsize=864440 CPUtime=2.45
/proc/15971/stat : 15971 (java) S 15970 15957 15920 0 -1 0 23101 0 1 0 234 11 0 0 19 0 9 0 40515866 885186560 21973 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15971/statm: 216110 21973 2540 9 0 210685 0
[pid=15971/tid=15972] ppid=15970 vsize=864440 CPUtime=0.83
/proc/15971/task/15972/stat : 15972 (java) R 15970 15957 15920 0 -1 64 3238 0 1 0 81 2 0 0 22 0 9 0 40515867 885186560 21973 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15973] ppid=15970 vsize=864440 CPUtime=1.53
/proc/15971/task/15973/stat : 15973 (java) R 15970 15957 15920 0 -1 64 18837 0 0 0 145 8 0 0 17 0 9 0 40515868 885186560 21973 996147200 134512640 134550740 4294955936 18446744073709551615 102721816 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15974] ppid=15970 vsize=864440 CPUtime=0
/proc/15971/task/15974/stat : 15974 (java) S 15970 15957 15920 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40515868 885186560 21973 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15975] ppid=15970 vsize=864440 CPUtime=0
/proc/15971/task/15975/stat : 15975 (java) S 15970 15957 15920 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40515869 885186560 21973 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15976] ppid=15970 vsize=864440 CPUtime=0
/proc/15971/task/15976/stat : 15976 (java) S 15970 15957 15920 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40515871 885186560 21973 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15977] ppid=15970 vsize=864440 CPUtime=0.07
/proc/15971/task/15977/stat : 15977 (java) S 15970 15957 15920 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 40515871 885186560 21973 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15978] ppid=15970 vsize=864440 CPUtime=0
/proc/15971/task/15978/stat : 15978 (java) S 15970 15957 15920 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40515871 885186560 21973 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15979] ppid=15970 vsize=864440 CPUtime=0
/proc/15971/task/15979/stat : 15979 (java) S 15970 15957 15920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40515871 885186560 21973 996147200 134512640 134550740 4294955936 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) 883396

[startup+6.30239 s]
/proc/loadavg: 2.01 2.00 2.00 4/85 15979
/proc/meminfo: memFree=1211616/2055920 swapFree=4180652/4192956
[pid=15957] ppid=15955 vsize=13600 CPUtime=0.53
/proc/15957/stat : 15957 (sugar) S 15955 15957 15920 0 -1 4194304 974 6586 0 1 2 1 46 4 16 0 1 0 40515805 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15957/statm: 3400 797 370 3 0 500 0
[pid=15970] ppid=15957 vsize=5356 CPUtime=0
/proc/15970/stat : 15970 (sh) S 15957 15957 15920 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40515866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15970/statm: 1339 233 193 169 0 50 0
[pid=15971] ppid=15970 vsize=864188 CPUtime=5.62
/proc/15971/stat : 15971 (java) S 15970 15957 15920 0 -1 0 49381 0 1 0 537 25 0 0 19 0 9 0 40515866 884928512 48088 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15971/statm: 216047 48088 2540 9 0 210622 0
[pid=15971/tid=15972] ppid=15970 vsize=864188 CPUtime=1.79
/proc/15971/task/15972/stat : 15972 (java) R 15970 15957 15920 0 -1 64 4630 0 1 0 177 2 0 0 16 0 9 0 40515867 884928512 48088 996147200 134512640 134550740 4294955936 18446744073709551615 4126543064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15973] ppid=15970 vsize=864188 CPUtime=3.74
/proc/15971/task/15973/stat : 15973 (java) R 15970 15957 15920 0 -1 64 43725 0 0 0 352 22 0 0 25 0 9 0 40515868 884928512 48088 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15974] ppid=15970 vsize=864188 CPUtime=0
/proc/15971/task/15974/stat : 15974 (java) S 15970 15957 15920 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40515868 884928512 48088 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15975] ppid=15970 vsize=864188 CPUtime=0
/proc/15971/task/15975/stat : 15975 (java) S 15970 15957 15920 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40515869 884928512 48088 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15976] ppid=15970 vsize=864188 CPUtime=0
/proc/15971/task/15976/stat : 15976 (java) S 15970 15957 15920 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40515871 884928512 48088 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15977] ppid=15970 vsize=864188 CPUtime=0.07
/proc/15971/task/15977/stat : 15977 (java) S 15970 15957 15920 0 -1 64 333 0 0 0 7 0 0 0 15 0 9 0 40515871 884928512 48088 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15978] ppid=15970 vsize=864188 CPUtime=0
/proc/15971/task/15978/stat : 15978 (java) S 15970 15957 15920 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40515871 884928512 48088 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15979] ppid=15970 vsize=864188 CPUtime=0
/proc/15971/task/15979/stat : 15979 (java) S 15970 15957 15920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40515871 884928512 48088 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883144

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15979
/proc/meminfo: memFree=1110496/2055920 swapFree=4180652/4192956
[pid=15957] ppid=15955 vsize=13600 CPUtime=0.53
/proc/15957/stat : 15957 (sugar) S 15955 15957 15920 0 -1 4194304 974 6586 0 1 2 1 46 4 16 0 1 0 40515805 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15957/statm: 3400 797 370 3 0 500 0
[pid=15970] ppid=15957 vsize=5356 CPUtime=0
/proc/15970/stat : 15970 (sh) S 15957 15957 15920 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40515866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15970/statm: 1339 233 193 169 0 50 0
[pid=15971] ppid=15970 vsize=864300 CPUtime=11.96
/proc/15971/stat : 15971 (java) S 15970 15957 15920 0 -1 0 84579 0 1 0 1152 44 0 0 19 0 9 0 40515866 885043200 62780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15971/statm: 216075 62780 2565 9 0 210622 0
[pid=15971/tid=15972] ppid=15970 vsize=864300 CPUtime=4.99
/proc/15971/task/15972/stat : 15972 (java) R 15970 15957 15920 0 -1 64 6439 0 1 0 495 4 0 0 25 0 9 0 40515867 885043200 62780 996147200 134512640 134550740 4294955936 18446744073709551615 4126632708 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15973] ppid=15970 vsize=864300 CPUtime=6.84
/proc/15971/task/15973/stat : 15973 (java) S 15970 15957 15920 0 -1 64 77088 0 0 0 646 38 0 0 16 0 9 0 40515868 885043200 62780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15974] ppid=15970 vsize=864300 CPUtime=0
/proc/15971/task/15974/stat : 15974 (java) S 15970 15957 15920 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40515868 885043200 62780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15975] ppid=15970 vsize=864300 CPUtime=0
/proc/15971/task/15975/stat : 15975 (java) S 15970 15957 15920 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40515869 885043200 62780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15976] ppid=15970 vsize=864300 CPUtime=0
/proc/15971/task/15976/stat : 15976 (java) S 15970 15957 15920 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40515871 885043200 62780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15977] ppid=15970 vsize=864300 CPUtime=0.1
/proc/15971/task/15977/stat : 15977 (java) S 15970 15957 15920 0 -1 64 359 0 0 0 10 0 0 0 16 0 9 0 40515871 885043200 62780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15978] ppid=15970 vsize=864300 CPUtime=0
/proc/15971/task/15978/stat : 15978 (java) S 15970 15957 15920 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40515871 885043200 62780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15979] ppid=15970 vsize=864300 CPUtime=0
/proc/15971/task/15979/stat : 15979 (java) S 15970 15957 15920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40515871 885043200 62780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 883256

[startup+25.5027 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15979
/proc/meminfo: memFree=1110304/2055920 swapFree=4180652/4192956
[pid=15957] ppid=15955 vsize=13600 CPUtime=0.53
/proc/15957/stat : 15957 (sugar) S 15955 15957 15920 0 -1 4194304 974 6586 0 1 2 1 46 4 16 0 1 0 40515805 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15957/statm: 3400 797 370 3 0 500 0
[pid=15970] ppid=15957 vsize=5356 CPUtime=0
/proc/15970/stat : 15970 (sh) S 15957 15957 15920 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40515866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15970/statm: 1339 233 193 169 0 50 0
[pid=15971] ppid=15970 vsize=864300 CPUtime=24.65
/proc/15971/stat : 15971 (java) S 15970 15957 15920 0 -1 0 84579 0 1 0 2421 44 0 0 19 0 9 0 40515866 885043200 62780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15971/statm: 216075 62780 2565 9 0 210622 0
[pid=15971/tid=15972] ppid=15970 vsize=864300 CPUtime=17.67
/proc/15971/task/15972/stat : 15972 (java) R 15970 15957 15920 0 -1 64 6439 0 1 0 1763 4 0 0 25 0 9 0 40515867 885043200 62780 996147200 134512640 134550740 4294955936 18446744073709551615 4125952091 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15973] ppid=15970 vsize=864300 CPUtime=6.84
/proc/15971/task/15973/stat : 15973 (java) S 15970 15957 15920 0 -1 64 77088 0 0 0 646 38 0 0 16 0 9 0 40515868 885043200 62780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15974] ppid=15970 vsize=864300 CPUtime=0
/proc/15971/task/15974/stat : 15974 (java) S 15970 15957 15920 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40515868 885043200 62780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15971/tid=15975] ppid=15970 vsize=864300 CPUtime=0
/proc/15971/task/15975/stat : 15975 (java) S 15970 15957 15920 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40515869 885043200 62780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16025
/proc/meminfo: memFree=881712/2055920 swapFree=4180652/4192956
[pid=15957] ppid=15955 vsize=13600 CPUtime=2684.62
/proc/15957/stat : 15957 (sugar) S 15955 15957 15920 0 -1 4194304 1054 189140 0 2 3 1 268121 337 16 0 1 0 40515805 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15957/statm: 3400 803 374 3 0 500 0
[pid=16024] ppid=15957 vsize=5356 CPUtime=0
/proc/16024/stat : 16024 (sh) S 15957 15957 15920 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40784601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16024/statm: 1339 232 193 169 0 50 0
[pid=16025] ppid=16024 vsize=567920 CPUtime=588.74
/proc/16025/stat : 16025 (minisat) R 16024 15957 15920 0 -1 4194304 138033 0 0 0 58778 96 0 0 25 0 1 0 40784601 581550080 138019 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16025/statm: 141980 138019 76 150 0 141827 0
Current children cumulated CPU time (s) 3273.36
Current children cumulated vsize (KiB) 586876

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16025
/proc/meminfo: memFree=878000/2055920 swapFree=4180652/4192956
[pid=15957] ppid=15955 vsize=13600 CPUtime=2684.62
/proc/15957/stat : 15957 (sugar) S 15955 15957 15920 0 -1 4194304 1054 189140 0 2 3 1 268121 337 16 0 1 0 40515805 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15957/statm: 3400 803 374 3 0 500 0
[pid=16024] ppid=15957 vsize=5356 CPUtime=0
/proc/16024/stat : 16024 (sh) S 15957 15957 15920 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40784601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16024/statm: 1339 232 193 169 0 50 0
[pid=16025] ppid=16024 vsize=571668 CPUtime=648.18
/proc/16025/stat : 16025 (minisat) R 16024 15957 15920 0 -1 4194304 138978 0 0 0 64721 97 0 0 25 0 1 0 40784601 585388032 138964 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/16025/statm: 142917 138964 76 150 0 142764 0
Current children cumulated CPU time (s) 3332.8
Current children cumulated vsize (KiB) 590624

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16025
/proc/meminfo: memFree=869232/2055920 swapFree=4180652/4192956
[pid=15957] ppid=15955 vsize=13600 CPUtime=2684.62
/proc/15957/stat : 15957 (sugar) S 15955 15957 15920 0 -1 4194304 1054 189140 0 2 3 1 268121 337 16 0 1 0 40515805 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15957/statm: 3400 803 374 3 0 500 0
[pid=16024] ppid=15957 vsize=5356 CPUtime=0
/proc/16024/stat : 16024 (sh) S 15957 15957 15920 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40784601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16024/statm: 1339 232 193 169 0 50 0
[pid=16025] ppid=16024 vsize=580428 CPUtime=707.62
/proc/16025/stat : 16025 (minisat) R 16024 15957 15920 0 -1 4194304 141149 0 0 0 70664 98 0 0 25 0 1 0 40784601 594358272 141135 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16025/statm: 145107 141135 76 150 0 144954 0
Current children cumulated CPU time (s) 3392.24
Current children cumulated vsize (KiB) 599384

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16025
/proc/meminfo: memFree=864816/2055920 swapFree=4180652/4192956
[pid=15957] ppid=15955 vsize=13600 CPUtime=2684.62
/proc/15957/stat : 15957 (sugar) S 15955 15957 15920 0 -1 4194304 1054 189140 0 2 3 1 268121 337 16 0 1 0 40515805 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15957/statm: 3400 803 374 3 0 500 0
[pid=16024] ppid=15957 vsize=5356 CPUtime=0
/proc/16024/stat : 16024 (sh) S 15957 15957 15920 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40784601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16024/statm: 1339 232 193 169 0 50 0
[pid=16025] ppid=16024 vsize=586036 CPUtime=767.05
/proc/16025/stat : 16025 (minisat) R 16024 15957 15920 0 -1 4194304 142247 0 0 0 76606 99 0 0 25 0 1 0 40784601 600100864 142233 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16025/statm: 146509 142233 76 150 0 146356 0
Current children cumulated CPU time (s) 3451.67
Current children cumulated vsize (KiB) 604992

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16025
/proc/meminfo: memFree=859440/2055920 swapFree=4180652/4192956
[pid=15957] ppid=15955 vsize=13600 CPUtime=2684.62
/proc/15957/stat : 15957 (sugar) S 15955 15957 15920 0 -1 4194304 1054 189140 0 2 3 1 268121 337 16 0 1 0 40515805 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15957/statm: 3400 803 374 3 0 500 0
[pid=16024] ppid=15957 vsize=5356 CPUtime=0
/proc/16024/stat : 16024 (sh) S 15957 15957 15920 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40784601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16024/statm: 1339 232 193 169 0 50 0
[pid=16025] ppid=16024 vsize=591380 CPUtime=826.49
/proc/16025/stat : 16025 (minisat) R 16024 15957 15920 0 -1 4194304 143577 0 0 0 82549 100 0 0 25 0 1 0 40784601 605573120 143563 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 1 0 0
/proc/16025/statm: 147845 143563 76 150 0 147692 0
Current children cumulated CPU time (s) 3511.11
Current children cumulated vsize (KiB) 610336

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16025
/proc/meminfo: memFree=856048/2055920 swapFree=4180652/4192956
[pid=15957] ppid=15955 vsize=13600 CPUtime=2684.62
/proc/15957/stat : 15957 (sugar) S 15955 15957 15920 0 -1 4194304 1054 189140 0 2 3 1 268121 337 16 0 1 0 40515805 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15957/statm: 3400 803 374 3 0 500 0
[pid=16024] ppid=15957 vsize=5356 CPUtime=0
/proc/16024/stat : 16024 (sh) S 15957 15957 15920 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40784601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16024/statm: 1339 232 193 169 0 50 0
[pid=16025] ppid=16024 vsize=594572 CPUtime=885.93
/proc/16025/stat : 16025 (minisat) R 16024 15957 15920 0 -1 4194304 144413 0 0 0 88492 101 0 0 25 0 1 0 40784601 608841728 144399 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16025/statm: 148643 144399 76 150 0 148490 0
Current children cumulated CPU time (s) 3570.55
Current children cumulated vsize (KiB) 613528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16025
/proc/meminfo: memFree=854128/2055920 swapFree=4180652/4192956
[pid=15957] ppid=15955 vsize=13600 CPUtime=2684.62
/proc/15957/stat : 15957 (sugar) S 15955 15957 15920 0 -1 4194304 1054 189140 0 2 3 1 268121 337 16 0 1 0 40515805 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15957/statm: 3400 803 374 3 0 500 0
[pid=16024] ppid=15957 vsize=5356 CPUtime=0
/proc/16024/stat : 16024 (sh) S 15957 15957 15920 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40784601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16024/statm: 1339 232 193 169 0 50 0
[pid=16025] ppid=16024 vsize=596372 CPUtime=915.46
/proc/16025/stat : 16025 (minisat) R 16024 15957 15920 0 -1 4194304 144875 0 0 0 91444 102 0 0 25 0 1 0 40784601 610684928 144861 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16025/statm: 149093 144861 76 150 0 148940 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 615328

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

[startup+3612.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16025
/proc/meminfo: memFree=854128/2055920 swapFree=4180652/4192956
[pid=15957] ppid=15955 vsize=13600 CPUtime=2684.62
/proc/15957/stat : 15957 (sugar) S 15955 15957 15920 0 -1 4194304 1054 189140 0 2 3 1 268121 337 16 0 1 0 40515805 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15957/statm: 3400 803 374 3 0 500 0
[pid=16024] ppid=15957 vsize=5356 CPUtime=0
/proc/16024/stat : 16024 (sh) S 15957 15957 15920 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40784601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16024/statm: 1339 232 193 169 0 50 0
[pid=16025] ppid=16024 vsize=596372 CPUtime=915.46
/proc/16025/stat : 16025 (minisat) R 16024 15957 15920 0 -1 4194304 144875 0 0 0 91444 102 0 0 25 0 1 0 40784601 610684928 144861 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16025/statm: 149093 144861 76 150 0 148940 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 615328

# WARNING:
# current cumulated CPU time (2684.65 s) is less than in the last sample (3600.08 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (915.43 s) to the 'lost time'.

[startup+3612.22 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16025
/proc/meminfo: memFree=854128/2055920 swapFree=4180652/4192956
[pid=15957] ppid=15955 vsize=13600 CPUtime=2684.65
/proc/15957/stat : 15957 (sugar) R 15955 15957 15920 0 -1 4194304 1092 189417 0 2 3 3 268121 338 16 0 1 0 40515805 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15957/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 2684.65
Current children cumulated vsize (KiB) 13600

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

[startup+3612.22 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16025
/proc/meminfo: memFree=854128/2055920 swapFree=4180652/4192956
[pid=15957] ppid=15955 vsize=13600 CPUtime=2684.65
/proc/15957/stat : 15957 (sugar) R 15955 15957 15920 0 -1 4194304 1092 189417 0 2 3 3 268121 338 16 0 1 0 40515805 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15957/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 2684.65
Current children cumulated vsize (KiB) 13600

[startup+3612.43 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 16026
/proc/meminfo: memFree=1641136/2055920 swapFree=4180652/4192956
[pid=15957] ppid=15955 vsize=13600 CPUtime=2684.85
/proc/15957/stat : 15957 (sugar) R 15955 15957 15920 0 -1 4194304 1092 189417 0 2 3 23 268121 338 16 0 1 0 40515805 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15957/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 2684.85
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 915.43
#  lost CPU user time (s): 914.44
#  lost CPU system time (s): 0.99

Real time (s): 3612.43
CPU time (s): 3600.29
CPU user time (s): 3595.69
CPU system time (s): 4.60545
CPU usage (%): 99.664
Max. virtual memory (cumulated for all children) (KiB): 909872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2681.25
system time used= 3.61545
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190540
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= 64965
involuntary context switches= 79271

runsolver used 5.04523 second user time and 11.4103 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-12 06:48:43
IDJOB=1110848
IDBENCH=61160
IDSOLVER=368
FILE ID=node1/1110848-1215838123
PBS_JOBID= 7903407
Free space on /tmp= 66356 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg14-14_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110848-1215838123/watcher-1110848-1215838123 -o /tmp/evaluation-result-1110848-1215838123/solver-1110848-1215838123 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1110848-1215838123.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f5cdea0df59e0b2beb06fc403e8bfff5
RANDOM SEED=658843978

node1.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.244
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.244
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:       1355872 kB
Buffers:         21136 kB
Cached:         251404 kB
SwapCached:       6396 kB
Active:         603168 kB
Inactive:        51672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1355872 kB
SwapTotal:     4192956 kB
SwapFree:      4180652 kB
Dirty:            1780 kB
Writeback:           0 kB
Mapped:         388988 kB
Slab:            29800 kB
Committed_AS:   499532 kB
PageTables:       2608 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= 66520 MiB
End job on node1 at 2008-07-12 07:48:57