Trace number 1111655

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.31 3623.49

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg16-16_ext.xml
MD5SUMdd0a8fec9df38bdb77868162a11330d0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints32
Best CPU time to get the best result obtained on this benchmark3600.1
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints32
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension32
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 10:27:47 2008
0.00/0.08	c 0	PID 18692
0.00/0.08	c 0	HOST node16.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1111655-1215851267.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111655-1215851267.xml' 'HOME/temp.csp'
0.07/0.41	c 0	1 domains, 256 variables, 0 predicates, 1 relations, 32 constraints
0.07/0.45	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.45	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.39/0.53	c 0	Parsing HOME/temp.csp
0.39/0.68	c 0	parsed 290 expressions
0.39/0.69	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.69	c 0	MAX CSP: 32 constraints
0.39/0.69	c 0	Converting to clausal form CSP
0.39/0.71	c 0	converted 33 (10%) expressions
0.39/0.71	c 0	converted 65 (20%) expressions
0.39/0.71	c 0	converted 98 (30%) expressions
0.39/0.71	c 0	converted 130 (40%) expressions
0.39/0.71	c 0	converted 163 (50%) expressions
0.39/0.71	c 0	converted 195 (60%) expressions
0.39/0.71	c 0	converted 228 (70%) expressions
0.39/0.83	c 0	converted 260 (80%) expressions
2.01/2.17	c 2	converted 293 (90%) expressions
3.69/3.84	c 3	converted 325 (100%) expressions
3.69/3.84	c 3	CSP : 320 integers, 0 booleans, 95 clauses, largest domain size 49
3.69/3.84	c 3	Heap : 107 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.69/3.84	c 3	Propagation in CSP
3.69/3.85	c 3	31 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.69/3.85	c 3	CSP : 320 integers, 0 booleans, 95 clauses, largest domain size 33
3.69/3.85	c 3	Heap : 108 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.69/3.85	c 3	Simplifing CSP by introducing new Boolean variables
3.69/3.85	c 3	CSP : 320 integers, 0 booleans, 95 clauses, largest domain size 33
3.69/3.85	c 3	Heap : 108 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.19/4.37	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.19/4.39	c 4	32 (10%) CSP integer variables are encoded (768 clauses, 8304 bytes)
4.19/4.39	c 4	64 (20%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
4.19/4.40	c 4	96 (30%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
4.28/4.40	c 4	128 (40%) CSP integer variables are encoded (3072 clauses, 37873 bytes)
4.28/4.41	c 4	160 (50%) CSP integer variables are encoded (3840 clauses, 47857 bytes)
4.28/4.41	c 4	192 (60%) CSP integer variables are encoded (4608 clauses, 57841 bytes)
4.28/4.41	c 4	224 (70%) CSP integer variables are encoded (5376 clauses, 67825 bytes)
4.28/4.41	c 4	256 (80%) CSP integer variables are encoded (6144 clauses, 77809 bytes)
4.28/4.41	c 4	288 (90%) CSP integer variables are encoded (6144 clauses, 77809 bytes)
4.28/4.41	c 4	320 (100%) CSP integer variables are encoded (6402 clauses, 81163 bytes)
210.39/212.45	c 212	10 (10%) CSP clauses are encoded (650232 clauses, 69679464 bytes)
398.64/402.47	c 402	19 (20%) CSP clauses are encoded (1229679 clauses, 133427510 bytes)
610.69/616.47	c 616	29 (30%) CSP clauses are encoded (1873509 clauses, 208511160 bytes)
672.52/678.89	c 678	38 (40%) CSP clauses are encoded (2066920 clauses, 231040365 bytes)
672.52/678.89	c 678	48 (50%) CSP clauses are encoded (2067446 clauses, 231049268 bytes)
672.52/678.89	c 678	57 (60%) CSP clauses are encoded (2067483 clauses, 231049832 bytes)
672.52/678.89	c 678	67 (70%) CSP clauses are encoded (2068079 clauses, 231060282 bytes)
672.52/678.89	c 678	76 (80%) CSP clauses are encoded (2068126 clauses, 231061008 bytes)
672.52/678.89	c 678	86 (90%) CSP clauses are encoded (2068208 clauses, 231062327 bytes)
672.52/678.89	c 678	95 (100%) CSP clauses are encoded (2068454 clauses, 231066444 bytes)
672.52/678.90	c 678	95 CSP clauses encoded
672.52/678.90	c 679	Writing map file : HOME/temp.map
672.61/678.90	c 679	Heap : 148 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
672.61/678.90	c 679	SAT : 6722 SAT variables, 2068454 SAT clauses, 231066444 bytes
672.61/678.90	c 679	Heap : 148 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
672.61/678.95	c 679	OBJECTIVE minimize _COST
672.61/678.95	c 679	SOLVING HOME/temp.cnf
672.61/678.95	c 679	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
672.61/678.95	c 679	This is MiniSat 2.0 beta incremental
672.61/678.95	c 679	WARNING: for repeatability, setting FPU to use double precision
672.61/678.95	c 679	============================[ Problem Statistics ]=============================
672.61/678.95	c 679	|                                                                             |
672.61/678.96	c 679	|  Number of variables:  6722                                                 |
672.61/678.96	c 679	|  Number of clauses:    2068454                                              |
677.06/683.48	c 683	|  Parsing time:         4.10         s                                       |
677.37/683.70	c 683	OK
677.37/683.70	c 683	OBJECTIVE BOUND: 0 <= _COST <= 
677.37/683.70	c 683	SEARCHING: _COST <= 16
677.37/683.70	c 683	============================[ Search Statistics ]==============================
677.37/683.70	c 683	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
677.37/683.70	c 683	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
677.37/683.70	c 683	===============================================================================
677.37/683.70	c 683	|         0 |    6722  2068454 42584940 |   689484        0    nan |  0.000 % |
677.46/683.84	c 683	|       100 |    6722  2068454 42584940 |   758433      100      8 |  0.000 % |
677.56/683.97	c 684	|       250 |    6722  2068454 42584940 |   834276      250      8 |  0.000 % |
677.66/684.09	c 684	|       476 |    6722  2068454 42584940 |   917704      476      9 |  0.000 % |
677.86/684.28	c 684	|       814 |    6722  2068454 42584940 |  1009474      814      9 |  0.000 % |
678.16/684.59	c 684	|      1320 |    6722  2068454 42584940 |  1110421     1320     10 |  0.000 % |
678.56/684.91	c 685	|      2080 |    6722  2068454 42584940 |  1221464     2080     10 |  0.000 % |
678.86/685.21	c 685	|      3219 |    6722  2068454 42584940 |  1343610     3219     11 |  0.000 % |
679.24/685.64	c 685	|      4928 |    6722  2068454 42584940 |  1477971     4928     11 |  0.000 % |
680.33/686.71	c 686	|      7490 |    6722  2068454 42584940 |  1625768     7490     11 |  0.000 % |
681.52/687.91	c 688	|     11336 |    6722  2068454 42584940 |  1788345    11336     11 |  0.000 % |
682.81/689.25	c 689	|     17102 |    6722  2068454 42584940 |  1967180    17102     12 |  0.000 % |
685.19/691.63	c 691	|     25752 |    6722  2068454 42584940 |  2163898    25752     12 |  0.000 % |
689.06/695.52	c 695	|     38726 |    6722  2068454 42584940 |  2380288    38726     12 |  0.000 % |
694.21/700.76	c 700	|     58187 |    6722  2068454 42584940 |  2618316    58187     13 |  0.000 % |
704.81/711.44	c 711	|     87379 |    6722  2068454 42584940 |  2880148    87379     13 |  0.000 % |
725.52/732.36	c 732	|    131169 |    6722  2068454 42584940 |  3168163   131169     12 |  0.000 % |
760.71/767.89	c 767	|    196853 |    6722  2068454 42584940 |  3484979   196853     13 |  0.000 % |
828.20/835.95	c 836	|    295380 |    6722  2068454 42584940 |  3833477   295380     13 |  0.000 % |
928.09/936.70	c 936	|    443169 |    6722  2068454 42584940 |  4216825   443169     14 |  0.000 % |
1143.14/1153.77	c 1153	|    664852 |    6722  2068454 42584940 |  4638508   664852     14 |  0.000 % |
1592.07/1606.74	c 1606	|    997377 |    6722  2068454 42584940 |  5102358   997377     15 |  0.000 % |
3397.29/3420.54	c 3420	|   1496165 |    6722  2068454 42584940 |  5612594  1496165     28 |  0.000 % |
3600.10/3623.31	c ERROR INTERRUPTED
3600.10/3623.31	s UNKNOWN
3600.21/3623.43	c 3623	CPU 3596.8 (0.05 0.02 3596.75 3.36)
3600.21/3623.43	c 3623	END Sat Jul 12 11:28:10 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-1111655-1215851267/watcher-1111655-1215851267 -o /tmp/evaluation-result-1111655-1215851267/solver-1111655-1215851267 -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-1111655-1215851267.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/73 18692
/proc/meminfo: memFree=1900856/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=12268 CPUtime=0
/proc/18692/stat : 18692 (sugar++) R 18690 18692 18257 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 41829228 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 231962540645 0 0 4224 0 0 0 0 17 1 0 0
/proc/18692/statm: 3067 316 241 3 0 167 0

[startup+0.109144 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 18692
/proc/meminfo: memFree=1900856/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=16740 CPUtime=0.07
/proc/18692/stat : 18692 (sugar++) S 18690 18692 18257 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 41829228 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18692/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.201118 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 18692
/proc/meminfo: memFree=1900856/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=16740 CPUtime=0.07
/proc/18692/stat : 18692 (sugar++) S 18690 18692 18257 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 41829228 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18692/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301092 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 18692
/proc/meminfo: memFree=1900856/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=16740 CPUtime=0.07
/proc/18692/stat : 18692 (sugar++) S 18690 18692 18257 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 41829228 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18692/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701987 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 18692
/proc/meminfo: memFree=1900856/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=16740 CPUtime=0.39
/proc/18692/stat : 18692 (sugar++) S 18690 18692 18257 0 -1 4194304 1296 4878 0 1 5 2 30 2 15 0 1 0 41829228 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18692/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 16740

[startup+1.50278 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 18714
/proc/meminfo: memFree=1877272/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=16740 CPUtime=0.39
/proc/18692/stat : 18692 (sugar++) S 18690 18692 18257 0 -1 4194304 1296 4878 0 1 5 2 30 2 15 0 1 0 41829228 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18692/statm: 4185 1104 409 3 0 764 0
[pid=18705] ppid=18692 vsize=5356 CPUtime=0
/proc/18705/stat : 18705 (sh) S 18692 18692 18257 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41829273 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18705/statm: 1339 233 193 169 0 50 0
[pid=18706] ppid=18705 vsize=864336 CPUtime=1.02
/proc/18706/stat : 18706 (java) S 18705 18692 18257 0 -1 0 12452 0 1 0 97 5 0 0 18 0 9 0 41829274 885080064 11719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18706/statm: 216084 11719 2540 9 0 210659 0
[pid=18706/tid=18707] ppid=18705 vsize=864336 CPUtime=0.4
/proc/18706/task/18707/stat : 18707 (java) R 18705 18692 18257 0 -1 64 2932 0 1 0 39 1 0 0 22 0 9 0 41829275 885080064 11719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18708] ppid=18705 vsize=864336 CPUtime=0.53
/proc/18706/task/18708/stat : 18708 (java) R 18705 18692 18257 0 -1 64 8494 0 0 0 50 3 0 0 17 0 9 0 41829276 885080064 11719 996147200 134512640 134550740 4294955920 18446744073709551615 101588428 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18709] ppid=18705 vsize=864336 CPUtime=0
/proc/18706/task/18709/stat : 18709 (java) S 18705 18692 18257 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41829276 885080064 11719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18710] ppid=18705 vsize=864336 CPUtime=0
/proc/18706/task/18710/stat : 18710 (java) S 18705 18692 18257 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41829276 885080064 11719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18711] ppid=18705 vsize=864336 CPUtime=0
/proc/18706/task/18711/stat : 18711 (java) S 18705 18692 18257 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41829278 885080064 11719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18712] ppid=18705 vsize=864336 CPUtime=0.06
/proc/18706/task/18712/stat : 18712 (java) S 18705 18692 18257 0 -1 64 333 0 0 0 6 0 0 0 16 0 9 0 41829278 885080064 11719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18713] ppid=18705 vsize=864336 CPUtime=0
/proc/18706/task/18713/stat : 18713 (java) S 18705 18692 18257 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41829278 885080064 11719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18714] ppid=18705 vsize=864336 CPUtime=0
/proc/18706/task/18714/stat : 18714 (java) S 18705 18692 18257 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41829278 885080064 11719 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886432

[startup+3.10237 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 18714
/proc/meminfo: memFree=1830488/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=16740 CPUtime=0.39
/proc/18692/stat : 18692 (sugar++) S 18690 18692 18257 0 -1 4194304 1296 4878 0 1 5 2 30 2 16 0 1 0 41829228 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18692/statm: 4185 1104 409 3 0 764 0
[pid=18705] ppid=18692 vsize=5356 CPUtime=0
/proc/18705/stat : 18705 (sh) S 18692 18692 18257 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41829273 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18705/statm: 1339 233 193 169 0 50 0
[pid=18706] ppid=18705 vsize=864336 CPUtime=2.61
/proc/18706/stat : 18706 (java) S 18705 18692 18257 0 -1 0 28362 0 1 0 250 11 0 0 18 0 9 0 41829274 885080064 27610 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18706/statm: 216084 27610 2540 9 0 210659 0
[pid=18706/tid=18707] ppid=18705 vsize=864336 CPUtime=0.89
/proc/18706/task/18707/stat : 18707 (java) R 18705 18692 18257 0 -1 64 3655 0 1 0 88 1 0 0 25 0 9 0 41829275 885080064 27610 996147200 134512640 134550740 4294955920 18446744073709551615 4126545360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18708] ppid=18705 vsize=864336 CPUtime=1.63
/proc/18706/task/18708/stat : 18708 (java) S 18705 18692 18257 0 -1 64 23680 0 0 0 154 9 0 0 16 0 9 0 41829276 885080064 27610 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18709] ppid=18705 vsize=864336 CPUtime=0
/proc/18706/task/18709/stat : 18709 (java) S 18705 18692 18257 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41829276 885080064 27610 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18710] ppid=18705 vsize=864336 CPUtime=0
/proc/18706/task/18710/stat : 18710 (java) S 18705 18692 18257 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41829276 885080064 27610 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18711] ppid=18705 vsize=864336 CPUtime=0
/proc/18706/task/18711/stat : 18711 (java) S 18705 18692 18257 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41829278 885080064 27610 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18712] ppid=18705 vsize=864336 CPUtime=0.06
/proc/18706/task/18712/stat : 18712 (java) S 18705 18692 18257 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 41829278 885080064 27610 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18713] ppid=18705 vsize=864336 CPUtime=0
/proc/18706/task/18713/stat : 18713 (java) S 18705 18692 18257 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41829278 885080064 27610 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18714] ppid=18705 vsize=864336 CPUtime=0
/proc/18706/task/18714/stat : 18714 (java) S 18705 18692 18257 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41829278 885080064 27610 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886432

[startup+6.30253 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 18714
/proc/meminfo: memFree=1770968/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=16740 CPUtime=0.39
/proc/18692/stat : 18692 (sugar++) S 18690 18692 18257 0 -1 4194304 1297 4878 0 1 5 2 30 2 15 0 1 0 41829228 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18692/statm: 4185 1104 409 3 0 764 0
[pid=18705] ppid=18692 vsize=5356 CPUtime=0
/proc/18705/stat : 18705 (sh) S 18692 18692 18257 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41829273 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18705/statm: 1339 233 193 169 0 50 0
[pid=18706] ppid=18705 vsize=864448 CPUtime=5.78
/proc/18706/stat : 18706 (java) S 18705 18692 18257 0 -1 0 34763 0 1 0 563 15 0 0 18 0 9 0 41829274 885194752 33976 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18706/statm: 216112 33976 2565 9 0 210659 0
[pid=18706/tid=18707] ppid=18705 vsize=864448 CPUtime=2.88
/proc/18706/task/18707/stat : 18707 (java) R 18705 18692 18257 0 -1 64 4572 0 1 0 286 2 0 0 25 0 9 0 41829275 885194752 33976 996147200 134512640 134550740 4294955920 18446744073709551615 4126573345 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18708] ppid=18705 vsize=864448 CPUtime=2.77
/proc/18706/task/18708/stat : 18708 (java) S 18705 18692 18257 0 -1 64 29141 0 0 0 265 12 0 0 16 0 9 0 41829276 885194752 33976 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18709] ppid=18705 vsize=864448 CPUtime=0
/proc/18706/task/18709/stat : 18709 (java) S 18705 18692 18257 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41829276 885194752 33976 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18710] ppid=18705 vsize=864448 CPUtime=0
/proc/18706/task/18710/stat : 18710 (java) S 18705 18692 18257 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41829276 885194752 33976 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18711] ppid=18705 vsize=864448 CPUtime=0
/proc/18706/task/18711/stat : 18711 (java) S 18705 18692 18257 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41829278 885194752 33976 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18712] ppid=18705 vsize=864448 CPUtime=0.1
/proc/18706/task/18712/stat : 18712 (java) S 18705 18692 18257 0 -1 64 357 0 0 0 10 0 0 0 16 0 9 0 41829278 885194752 33976 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18713] ppid=18705 vsize=864448 CPUtime=0
/proc/18706/task/18713/stat : 18713 (java) S 18705 18692 18257 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41829278 885194752 33976 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18714] ppid=18705 vsize=864448 CPUtime=0
/proc/18706/task/18714/stat : 18714 (java) S 18705 18692 18257 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41829278 885194752 33976 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886544

[startup+12.7029 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 18714
/proc/meminfo: memFree=1769432/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=16740 CPUtime=0.39
/proc/18692/stat : 18692 (sugar++) S 18690 18692 18257 0 -1 4194304 1297 4878 0 1 5 2 30 2 15 0 1 0 41829228 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18692/statm: 4185 1104 409 3 0 764 0
[pid=18705] ppid=18692 vsize=5356 CPUtime=0
/proc/18705/stat : 18705 (sh) S 18692 18692 18257 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41829273 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18705/statm: 1339 233 193 169 0 50 0
[pid=18706] ppid=18705 vsize=864448 CPUtime=12.12
/proc/18706/stat : 18706 (java) S 18705 18692 18257 0 -1 0 35124 0 1 0 1197 15 0 0 18 0 9 0 41829274 885194752 34334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18706/statm: 216112 34334 2565 9 0 210659 0
[pid=18706/tid=18707] ppid=18705 vsize=864448 CPUtime=9.21
/proc/18706/task/18707/stat : 18707 (java) R 18705 18692 18257 0 -1 64 4575 0 1 0 919 2 0 0 25 0 9 0 41829275 885194752 34334 996147200 134512640 134550740 4294955920 18446744073709551615 4126636667 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18708] ppid=18705 vsize=864448 CPUtime=2.78
/proc/18706/task/18708/stat : 18708 (java) S 18705 18692 18257 0 -1 64 29499 0 0 0 266 12 0 0 16 0 9 0 41829276 885194752 34334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18709] ppid=18705 vsize=864448 CPUtime=0
/proc/18706/task/18709/stat : 18709 (java) S 18705 18692 18257 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41829276 885194752 34334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18710] ppid=18705 vsize=864448 CPUtime=0
/proc/18706/task/18710/stat : 18710 (java) S 18705 18692 18257 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41829276 885194752 34334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18711] ppid=18705 vsize=864448 CPUtime=0
/proc/18706/task/18711/stat : 18711 (java) S 18705 18692 18257 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41829278 885194752 34334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18712] ppid=18705 vsize=864448 CPUtime=0.1
/proc/18706/task/18712/stat : 18712 (java) S 18705 18692 18257 0 -1 64 357 0 0 0 10 0 0 0 16 0 9 0 41829278 885194752 34334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18713] ppid=18705 vsize=864448 CPUtime=0
/proc/18706/task/18713/stat : 18713 (java) S 18705 18692 18257 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41829278 885194752 34334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18714] ppid=18705 vsize=864448 CPUtime=0
/proc/18706/task/18714/stat : 18714 (java) S 18705 18692 18257 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41829278 885194752 34334 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 886544

[startup+25.5015 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 18714
/proc/meminfo: memFree=1752536/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=16740 CPUtime=0.39
/proc/18692/stat : 18692 (sugar++) S 18690 18692 18257 0 -1 4194304 1297 4878 0 1 5 2 30 2 15 0 1 0 41829228 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18692/statm: 4185 1104 409 3 0 764 0
[pid=18705] ppid=18692 vsize=5356 CPUtime=0
/proc/18705/stat : 18705 (sh) S 18692 18692 18257 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41829273 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18705/statm: 1339 233 193 169 0 50 0
[pid=18706] ppid=18705 vsize=864448 CPUtime=24.8
/proc/18706/stat : 18706 (java) S 18705 18692 18257 0 -1 0 37963 0 1 0 2461 19 0 0 18 0 9 0 41829274 885194752 37130 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18706/statm: 216112 37130 2565 9 0 210659 0
[pid=18706/tid=18707] ppid=18705 vsize=864448 CPUtime=21.71
/proc/18706/task/18707/stat : 18707 (java) R 18705 18692 18257 0 -1 64 4618 0 1 0 2166 5 0 0 25 0 9 0 41829275 885194752 37130 996147200 134512640 134550740 4294955920 18446744073709551615 4126572770 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18708] ppid=18705 vsize=864448 CPUtime=2.95
/proc/18706/task/18708/stat : 18708 (java) S 18705 18692 18257 0 -1 64 32291 0 0 0 282 13 0 0 16 0 9 0 41829276 885194752 37130 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18709] ppid=18705 vsize=864448 CPUtime=0
/proc/18706/task/18709/stat : 18709 (java) S 18705 18692 18257 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41829276 885194752 37130 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18706/tid=18710] ppid=18705 vsize=864448 CPUtime=0
/proc/18706/task/18710/stat : 18710 (java) S 18705 18692 18257 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41829276 885194752 37130 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=18692] ppid=18690 vsize=16740 CPUtime=672.67
/proc/18692/stat : 18692 (sugar++) S 18690 18692 18257 0 -1 4194304 1461 114470 0 2 5 2 67049 211 16 0 1 0 41829228 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18692/statm: 4185 1113 414 3 0 764 0
[pid=18715] ppid=18692 vsize=473800 CPUtime=2226.45
/proc/18715/stat : 18715 (minisat-inc) R 18692 18692 18257 0 -1 4194304 116574 0 0 0 222540 105 0 0 25 0 1 0 41897124 485171200 116522 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18715/statm: 118450 116522 74 151 0 118296 0
Current children cumulated CPU time (s) 2899.12
Current children cumulated vsize (KiB) 490540

[startup+2982.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 18795
/proc/meminfo: memFree=1206952/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=16740 CPUtime=672.67
/proc/18692/stat : 18692 (sugar++) S 18690 18692 18257 0 -1 4194304 1461 114470 0 2 5 2 67049 211 16 0 1 0 41829228 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18692/statm: 4185 1113 414 3 0 764 0
[pid=18715] ppid=18692 vsize=477404 CPUtime=2286.44
/proc/18715/stat : 18715 (minisat-inc) R 18692 18692 18257 0 -1 4194304 117500 0 0 0 228538 106 0 0 25 0 1 0 41897124 488861696 117448 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18715/statm: 119351 117448 74 151 0 119197 0
Current children cumulated CPU time (s) 2959.11
Current children cumulated vsize (KiB) 494144

[startup+3042.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 18795
/proc/meminfo: memFree=1203304/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=16740 CPUtime=672.67
/proc/18692/stat : 18692 (sugar++) S 18690 18692 18257 0 -1 4194304 1461 114470 0 2 5 2 67049 211 16 0 1 0 41829228 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18692/statm: 4185 1113 414 3 0 764 0
[pid=18715] ppid=18692 vsize=481160 CPUtime=2346.44
/proc/18715/stat : 18715 (minisat-inc) R 18692 18692 18257 0 -1 4194304 118420 0 0 0 234537 107 0 0 25 0 1 0 41897124 492707840 118368 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18715/statm: 120290 118368 74 151 0 120136 0
Current children cumulated CPU time (s) 3019.11
Current children cumulated vsize (KiB) 497900

[startup+3102.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 18795
/proc/meminfo: memFree=1199912/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=16740 CPUtime=672.67
/proc/18692/stat : 18692 (sugar++) S 18690 18692 18257 0 -1 4194304 1461 114470 0 2 5 2 67049 211 16 0 1 0 41829228 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18692/statm: 4185 1113 414 3 0 764 0
[pid=18715] ppid=18692 vsize=484500 CPUtime=2406.43
/proc/18715/stat : 18715 (minisat-inc) R 18692 18692 18257 0 -1 4194304 119246 0 0 0 240535 108 0 0 25 0 1 0 41897124 496128000 119194 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18715/statm: 121125 119194 74 151 0 120971 0
Current children cumulated CPU time (s) 3079.1
Current children cumulated vsize (KiB) 501240

[startup+3162.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/83 18795
/proc/meminfo: memFree=1196840/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=16740 CPUtime=672.67
/proc/18692/stat : 18692 (sugar++) S 18690 18692 18257 0 -1 4194304 1461 114470 0 2 5 2 67049 211 16 0 1 0 41829228 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18692/statm: 4185 1113 414 3 0 764 0
[pid=18715] ppid=18692 vsize=487652 CPUtime=2466.43
/proc/18715/stat : 18715 (minisat-inc) R 18692 18692 18257 0 -1 4194304 120016 0 0 0 246534 109 0 0 25 0 1 0 41897124 499355648 119964 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 0 0 0
/proc/18715/statm: 121913 119964 74 151 0 121759 0
Current children cumulated CPU time (s) 3139.1
Current children cumulated vsize (KiB) 504392

[startup+3222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 18795
/proc/meminfo: memFree=1193256/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=16740 CPUtime=672.67
/proc/18692/stat : 18692 (sugar++) S 18690 18692 18257 0 -1 4194304 1461 114470 0 2 5 2 67049 211 16 0 1 0 41829228 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18692/statm: 4185 1113 414 3 0 764 0
[pid=18715] ppid=18692 vsize=491084 CPUtime=2526.43
/proc/18715/stat : 18715 (minisat-inc) R 18692 18692 18257 0 -1 4194304 120886 0 0 0 252532 111 0 0 25 0 1 0 41897124 502870016 120834 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18715/statm: 122771 120834 74 151 0 122617 0
Current children cumulated CPU time (s) 3199.1
Current children cumulated vsize (KiB) 507824

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18795
/proc/meminfo: memFree=1189928/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=16740 CPUtime=672.67
/proc/18692/stat : 18692 (sugar++) S 18690 18692 18257 0 -1 4194304 1461 114470 0 2 5 2 67049 211 16 0 1 0 41829228 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18692/statm: 4185 1113 414 3 0 764 0
[pid=18715] ppid=18692 vsize=494316 CPUtime=2586.43
/proc/18715/stat : 18715 (minisat-inc) R 18692 18692 18257 0 -1 4194304 121704 0 0 0 258531 112 0 0 25 0 1 0 41897124 506179584 121652 996147200 134512640 135134323 4294956192 18446744073709551615 134532069 0 0 4096 3 0 0 0 17 0 0 0
/proc/18715/statm: 123579 121652 74 151 0 123425 0
Current children cumulated CPU time (s) 3259.1
Current children cumulated vsize (KiB) 511056

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18795
/proc/meminfo: memFree=1186216/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=16740 CPUtime=672.67
/proc/18692/stat : 18692 (sugar++) S 18690 18692 18257 0 -1 4194304 1461 114470 0 2 5 2 67049 211 16 0 1 0 41829228 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18692/statm: 4185 1113 414 3 0 764 0
[pid=18715] ppid=18692 vsize=497788 CPUtime=2646.42
/proc/18715/stat : 18715 (minisat-inc) R 18692 18692 18257 0 -1 4194304 122612 0 0 0 264530 112 0 0 25 0 1 0 41897124 509734912 122560 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18715/statm: 124447 122560 74 151 0 124293 0
Current children cumulated CPU time (s) 3319.09
Current children cumulated vsize (KiB) 514528

[startup+3402.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 18795
/proc/meminfo: memFree=1182248/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=16740 CPUtime=672.67
/proc/18692/stat : 18692 (sugar++) S 18690 18692 18257 0 -1 4194304 1461 114470 0 2 5 2 67049 211 16 0 1 0 41829228 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18692/statm: 4185 1113 414 3 0 764 0
[pid=18715] ppid=18692 vsize=501740 CPUtime=2706.43
/proc/18715/stat : 18715 (minisat-inc) R 18692 18692 18257 0 -1 4194304 123574 0 0 0 270529 114 0 0 25 0 1 0 41897124 513781760 123522 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18715/statm: 125435 123522 74 151 0 125281 0
Current children cumulated CPU time (s) 3379.1
Current children cumulated vsize (KiB) 518480

[startup+3462.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 18795
/proc/meminfo: memFree=1178920/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=16740 CPUtime=672.67
/proc/18692/stat : 18692 (sugar++) S 18690 18692 18257 0 -1 4194304 1461 114470 0 2 5 2 67049 211 16 0 1 0 41829228 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18692/statm: 4185 1113 414 3 0 764 0
[pid=18715] ppid=18692 vsize=504920 CPUtime=2766.43
/proc/18715/stat : 18715 (minisat-inc) R 18692 18692 18257 0 -1 4194304 124409 0 0 0 276528 115 0 0 25 0 1 0 41897124 517038080 124357 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18715/statm: 126230 124357 74 151 0 126076 0
Current children cumulated CPU time (s) 3439.1
Current children cumulated vsize (KiB) 521660

[startup+3522.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 18795
/proc/meminfo: memFree=1175720/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=16740 CPUtime=672.67
/proc/18692/stat : 18692 (sugar++) S 18690 18692 18257 0 -1 4194304 1461 114470 0 2 5 2 67049 211 16 0 1 0 41829228 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18692/statm: 4185 1113 414 3 0 764 0
[pid=18715] ppid=18692 vsize=508096 CPUtime=2826.43
/proc/18715/stat : 18715 (minisat-inc) R 18692 18692 18257 0 -1 4194304 125189 0 0 0 282528 115 0 0 25 0 1 0 41897124 520290304 125137 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18715/statm: 127024 125137 74 151 0 126870 0
Current children cumulated CPU time (s) 3499.1
Current children cumulated vsize (KiB) 524836

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18795
/proc/meminfo: memFree=1173160/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=16740 CPUtime=672.67
/proc/18692/stat : 18692 (sugar++) S 18690 18692 18257 0 -1 4194304 1461 114470 0 2 5 2 67049 211 16 0 1 0 41829228 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18692/statm: 4185 1113 414 3 0 764 0
[pid=18715] ppid=18692 vsize=510428 CPUtime=2886.42
/proc/18715/stat : 18715 (minisat-inc) R 18692 18692 18257 0 -1 4194304 125812 0 0 0 288526 116 0 0 25 0 1 0 41897124 522678272 125760 996147200 134512640 135134323 4294956192 18446744073709551615 134532028 0 0 4096 3 0 0 0 17 0 0 0
/proc/18715/statm: 127607 125760 74 151 0 127453 0
Current children cumulated CPU time (s) 3559.09
Current children cumulated vsize (KiB) 527168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3623.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 18795
/proc/meminfo: memFree=1171624/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=16740 CPUtime=672.67
/proc/18692/stat : 18692 (sugar++) S 18690 18692 18257 0 -1 4194304 1461 114470 0 2 5 2 67049 211 16 0 1 0 41829228 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18692/statm: 4185 1113 414 3 0 764 0
[pid=18715] ppid=18692 vsize=514956 CPUtime=2927.43
/proc/18715/stat : 18715 (minisat-inc) R 18692 18692 18257 0 -1 4194304 126184 0 0 0 292626 117 0 0 25 0 1 0 41897124 527314944 126132 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 0 0 0
/proc/18715/statm: 128739 126132 74 151 0 128585 0
Current children cumulated CPU time (s) 3600.1
Current children cumulated vsize (KiB) 531696

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

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

[startup+3623.41 s]
/proc/loadavg: 2.07 2.02 2.00 4/83 18796
/proc/meminfo: memFree=1749160/2055920 swapFree=4180820/4192956
[pid=18692] ppid=18690 vsize=16740 CPUtime=3600.21
/proc/18692/stat : 18692 (sugar++) R 18690 18692 18257 0 -1 4194304 1488 240654 0 2 5 5 359675 336 16 0 1 0 41829228 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18692/statm: 4185 1114 415 3 0 764 0
Current children cumulated CPU time (s) 3600.21
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 3623.49
CPU time (s): 3600.31
CPU user time (s): 3596.81
CPU system time (s): 3.50347
CPU usage (%): 99.3603
Max. virtual memory (cumulated for all children) (KiB): 907540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.81
system time used= 3.50347
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242189
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= 24664
involuntary context switches= 82651

runsolver used 5.10422 second user time and 11.4033 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-12 10:27:47
IDJOB=1111655
IDBENCH=61306
IDSOLVER=367
FILE ID=node16/1111655-1215851267
PBS_JOBID= 7903415
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg16-16_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-1111655-1215851267/watcher-1111655-1215851267 -o /tmp/evaluation-result-1111655-1215851267/solver-1111655-1215851267 -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-1111655-1215851267.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dd0a8fec9df38bdb77868162a11330d0
RANDOM SEED=1880720936

node16.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.218
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.218
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:       1901336 kB
Buffers:         17400 kB
Cached:          67024 kB
SwapCached:       6220 kB
Active:          83528 kB
Inactive:        28556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1901336 kB
SwapTotal:     4192956 kB
SwapFree:      4180820 kB
Dirty:             936 kB
Writeback:           0 kB
Mapped:          34152 kB
Slab:            27768 kB
Committed_AS:   216424 kB
PageTables:       1932 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= 66524 MiB
End job on node16 at 2008-07-12 11:28:12