Trace number 1110863

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.28 3632.99

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg15-17_ext.xml
MD5SUMf19d798b5851629cc9628724006dcf08
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.09
Satisfiable
(Un)Satisfiability was proved
Number of variables255
Number of constraints32
Maximum constraint arity17
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.07	c 0	BEGIN Sat Jul 12 06:52:35 2008
0.00/0.07	c 0	PID 16713
0.00/0.08	c 0	HOST node47.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1110863-1215838355.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-1110863-1215838355.xml' 'HOME/temp.csp'
0.06/0.56	c 1	1 domains, 255 variables, 0 predicates, 2 relations, 32 constraints
0.06/0.59	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.59	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.53/0.67	c 1	Parsing HOME/temp.csp
0.53/1.06	c 1	parsed 290 expressions
0.53/1.06	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.53/1.06	c 1	MAX CSP: 32 constraints
0.53/1.06	c 1	Converting to clausal form CSP
0.53/1.08	c 1	converted 33 (10%) expressions
0.53/1.08	c 1	converted 65 (20%) expressions
0.53/1.08	c 1	converted 98 (30%) expressions
0.53/1.08	c 1	converted 130 (40%) expressions
0.53/1.08	c 1	converted 163 (50%) expressions
0.53/1.09	c 1	converted 195 (60%) expressions
0.53/1.09	c 1	converted 228 (70%) expressions
1.12/1.25	c 1	converted 260 (80%) expressions
3.19/3.37	c 3	converted 293 (90%) expressions
4.09/4.22	c 4	converted 325 (100%) expressions
4.09/4.22	c 4	CSP : 319 integers, 0 booleans, 95 clauses, largest domain size 49
4.09/4.22	c 4	Heap : 112 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.09/4.22	c 4	Propagation in CSP
4.09/4.23	c 4	31 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.09/4.23	c 4	CSP : 319 integers, 0 booleans, 95 clauses, largest domain size 33
4.09/4.24	c 4	Heap : 112 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.09/4.24	c 4	Simplifing CSP by introducing new Boolean variables
4.09/4.24	c 4	CSP : 319 integers, 0 booleans, 95 clauses, largest domain size 33
4.09/4.24	c 4	Heap : 112 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.58/4.77	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.58/4.80	c 5	32 (10%) CSP integer variables are encoded (768 clauses, 8304 bytes)
4.67/4.81	c 5	64 (20%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
4.67/4.81	c 5	96 (30%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
4.67/4.81	c 5	128 (40%) CSP integer variables are encoded (3072 clauses, 37873 bytes)
4.67/4.82	c 5	160 (50%) CSP integer variables are encoded (3840 clauses, 47857 bytes)
4.67/4.82	c 5	192 (60%) CSP integer variables are encoded (4608 clauses, 57841 bytes)
4.67/4.82	c 5	224 (70%) CSP integer variables are encoded (5376 clauses, 67825 bytes)
4.67/4.82	c 5	256 (80%) CSP integer variables are encoded (6120 clauses, 77497 bytes)
4.67/4.82	c 5	288 (90%) CSP integer variables are encoded (6151 clauses, 77900 bytes)
4.67/4.82	c 5	319 (100%) CSP integer variables are encoded (6378 clauses, 80851 bytes)
396.91/400.95	c 401	10 (10%) CSP clauses are encoded (984438 clauses, 102166559 bytes)
685.73/692.63	c 693	19 (20%) CSP clauses are encoded (1740228 clauses, 181666587 bytes)
743.93/751.49	c 752	29 (30%) CSP clauses are encoded (2095968 clauses, 223186839 bytes)
761.26/768.93	c 769	38 (40%) CSP clauses are encoded (2202952 clauses, 235764624 bytes)
761.26/768.93	c 769	48 (50%) CSP clauses are encoded (2203478 clauses, 235773527 bytes)
761.26/768.93	c 769	57 (60%) CSP clauses are encoded (2203515 clauses, 235774091 bytes)
761.26/768.93	c 769	67 (70%) CSP clauses are encoded (2204111 clauses, 235784541 bytes)
761.26/768.93	c 769	76 (80%) CSP clauses are encoded (2204158 clauses, 235785267 bytes)
761.26/768.93	c 769	86 (90%) CSP clauses are encoded (2204240 clauses, 235786586 bytes)
761.26/768.93	c 769	95 (100%) CSP clauses are encoded (2204486 clauses, 235790703 bytes)
761.26/768.93	c 769	95 CSP clauses encoded
761.26/768.93	c 769	Writing map file : HOME/temp.map
761.26/768.94	c 769	Heap : 187 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
761.26/768.94	c 769	SAT : 6697 SAT variables, 2204486 SAT clauses, 235790703 bytes
761.26/768.94	c 769	Heap : 187 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
761.33/769.01	c 769	OBJECTIVE minimize _COST
761.33/769.01	c 769	SOLVING HOME/temp.cnf
761.33/769.01	c 769	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
761.33/769.01	c 769	This is MiniSat 2.0 beta incremental
761.33/769.01	c 769	WARNING: for repeatability, setting FPU to use double precision
761.33/769.01	c 769	============================[ Problem Statistics ]=============================
761.33/769.01	c 769	|                                                                             |
761.33/769.02	c 769	|  Number of variables:  6697                                                 |
761.33/769.02	c 769	|  Number of clauses:    2204486                                              |
765.96/773.70	c 774	|  Parsing time:         4.21         s                                       |
766.17/773.94	c 774	OK
766.17/773.94	c 774	OBJECTIVE BOUND: 0 <= _COST <= 
766.17/773.94	c 774	SEARCHING: _COST <= 16
766.17/773.94	c 774	============================[ Search Statistics ]==============================
766.17/773.94	c 774	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
766.17/773.94	c 774	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
766.17/773.94	c 774	===============================================================================
766.17/773.94	c 774	|         0 |    6697  2204486 43595180 |   734828        0    nan |  0.000 % |
766.27/774.00	c 774	|       102 |    6697  2204486 43595180 |   808311      102      7 |  0.000 % |
766.56/774.32	c 774	|       252 |    6697  2204486 43595180 |   889142      252      8 |  0.000 % |
766.66/774.47	c 775	|       478 |    6697  2204486 43595180 |   978056      478      8 |  0.000 % |
766.95/774.72	c 775	|       815 |    6697  2204486 43595180 |  1075862      815      8 |  0.000 % |
767.06/774.85	c 775	|      1321 |    6697  2204486 43595180 |  1183448     1321      9 |  0.000 % |
767.45/775.26	c 775	|      2081 |    6697  2204486 43595180 |  1301793     2081      9 |  0.000 % |
767.75/775.53	c 776	|      3223 |    6697  2204486 43595180 |  1431973     3223     10 |  0.000 % |
768.05/775.86	c 776	|      4932 |    6697  2204486 43595180 |  1575170     4932     10 |  0.000 % |
768.44/776.25	c 776	|      7495 |    6697  2204486 43595180 |  1732687     7495     10 |  0.000 % |
769.73/777.51	c 778	|     11341 |    6697  2204486 43595180 |  1905956    11341     10 |  0.000 % |
772.50/780.32	c 780	|     17108 |    6697  2204486 43595180 |  2096551    17108     10 |  0.000 % |
775.97/783.81	c 784	|     25758 |    6697  2204486 43595180 |  2306207    25758     11 |  0.000 % |
781.62/789.55	c 790	|     38732 |    6697  2204486 43595180 |  2536827    38732     11 |  0.000 % |
787.07/795.06	c 795	|     58195 |    6697  2204486 43595180 |  2790510    58195     11 |  0.000 % |
802.72/810.88	c 811	|     87388 |    6697  2204486 43595180 |  3069561    87388     11 |  0.000 % |
828.28/836.63	c 837	|    131177 |    6697  2204486 43595180 |  3376517   131177     12 |  0.000 % |
880.69/889.59	c 890	|    196861 |    6697  2204486 43595180 |  3714169   196861     13 |  0.000 % |
971.17/980.84	c 981	|    295388 |    6697  2204486 43595180 |  4085586   295388     13 |  0.000 % |
1113.86/1124.87	c 1125	|    443177 |    6697  2204486 43595180 |  4494145   443177     14 |  0.000 % |
1348.89/1362.03	c 1362	|    664860 |    6697  2204486 43595180 |  4943559   664860     15 |  0.000 % |
1939.09/1957.74	c 1958	|    997386 |    6697  2204486 43595180 |  5437915   997386     16 |  0.000 % |
3074.07/3103.28	c 3103	|   1496175 |    6697  2204486 43595180 |  5981707  1496175     18 |  0.000 % |
3600.06/3632.81	c ERROR INTERRUPTED
3600.06/3632.81	s UNKNOWN
3600.18/3632.92	c 3633	CPU 3596.96 (0.06 0.02 3596.9 3.17)
3600.18/3632.92	c 3633	END Sat Jul 12 07:53:08 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-1110863-1215838355/watcher-1110863-1215838355 -o /tmp/evaluation-result-1110863-1215838355/solver-1110863-1215838355 -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-1110863-1215838355.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 16713
/proc/meminfo: memFree=1861688/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=12268 CPUtime=0
/proc/16713/stat : 16713 (sugar++) R 16711 16713 16484 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 40534647 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 208717707877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16713/statm: 3067 316 241 3 0 167 0

[startup+0.109984 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 16713
/proc/meminfo: memFree=1861688/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=16740 CPUtime=0.06
/proc/16713/stat : 16713 (sugar++) S 16711 16713 16484 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 40534647 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16713/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.201995 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 16713
/proc/meminfo: memFree=1861688/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=16740 CPUtime=0.06
/proc/16713/stat : 16713 (sugar++) S 16711 16713 16484 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 40534647 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16713/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302004 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 16713
/proc/meminfo: memFree=1861688/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=16740 CPUtime=0.06
/proc/16713/stat : 16713 (sugar++) S 16711 16713 16484 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 40534647 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16713/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701045 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 16713
/proc/meminfo: memFree=1861688/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=16740 CPUtime=0.53
/proc/16713/stat : 16713 (sugar++) S 16711 16713 16484 0 -1 4194304 1296 6494 0 1 5 2 42 4 16 0 1 0 40534647 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16713/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 16740

[startup+1.50114 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 16735
/proc/meminfo: memFree=1850336/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=16740 CPUtime=0.53
/proc/16713/stat : 16713 (sugar++) S 16711 16713 16484 0 -1 4194304 1296 6494 0 1 5 2 42 4 15 0 1 0 40534647 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16713/statm: 4185 1104 409 3 0 764 0
[pid=16726] ppid=16713 vsize=5356 CPUtime=0
/proc/16726/stat : 16726 (sh) S 16713 16713 16484 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40534707 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16726/statm: 1339 233 193 169 0 50 0
[pid=16727] ppid=16726 vsize=864352 CPUtime=0.88
/proc/16727/stat : 16727 (java) S 16726 16713 16484 0 -1 0 8644 0 1 0 85 3 0 0 18 0 9 0 40534708 885096448 7796 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16727/statm: 216088 7796 2540 9 0 210663 0
[pid=16727/tid=16728] ppid=16726 vsize=864352 CPUtime=0.5
/proc/16727/task/16728/stat : 16728 (java) R 16726 16713 16484 0 -1 64 2764 0 1 0 49 1 0 0 21 0 9 0 40534708 885096448 7796 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16729] ppid=16726 vsize=864352 CPUtime=0.28
/proc/16727/task/16729/stat : 16729 (java) R 16726 16713 16484 0 -1 64 4854 0 0 0 27 1 0 0 17 0 9 0 40534710 885096448 7796 996147200 134512640 134550740 4294955920 18446744073709551615 104185906 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16730] ppid=16726 vsize=864352 CPUtime=0
/proc/16727/task/16730/stat : 16730 (java) S 16726 16713 16484 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40534710 885096448 7796 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16731] ppid=16726 vsize=864352 CPUtime=0
/proc/16727/task/16731/stat : 16731 (java) S 16726 16713 16484 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40534710 885096448 7796 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16732] ppid=16726 vsize=864352 CPUtime=0
/proc/16727/task/16732/stat : 16732 (java) S 16726 16713 16484 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40534712 885096448 7796 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16733] ppid=16726 vsize=864352 CPUtime=0.07
/proc/16727/task/16733/stat : 16733 (java) S 16726 16713 16484 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 40534712 885096448 7796 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16734] ppid=16726 vsize=864352 CPUtime=0
/proc/16727/task/16734/stat : 16734 (java) S 16726 16713 16484 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40534712 885096448 7796 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16735] ppid=16726 vsize=864352 CPUtime=0
/proc/16727/task/16735/stat : 16735 (java) S 16726 16713 16484 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40534712 885096448 7796 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) 886448

[startup+3.10231 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 16735
/proc/meminfo: memFree=1813472/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=16740 CPUtime=0.53
/proc/16713/stat : 16713 (sugar++) S 16711 16713 16484 0 -1 4194304 1296 6494 0 1 5 2 42 4 15 0 1 0 40534647 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16713/statm: 4185 1104 409 3 0 764 0
[pid=16726] ppid=16713 vsize=5356 CPUtime=0
/proc/16726/stat : 16726 (sh) S 16713 16713 16484 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40534707 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16726/statm: 1339 233 193 169 0 50 0
[pid=16727] ppid=16726 vsize=864352 CPUtime=2.46
/proc/16727/stat : 16727 (java) S 16726 16713 16484 0 -1 0 22725 0 1 0 237 9 0 0 18 0 9 0 40534708 885096448 21662 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16727/statm: 216088 21662 2540 9 0 210663 0
[pid=16727/tid=16728] ppid=16726 vsize=864352 CPUtime=0.93
/proc/16727/task/16728/stat : 16728 (java) R 16726 16713 16484 0 -1 64 3686 0 1 0 91 2 0 0 25 0 9 0 40534708 885096448 21662 996147200 134512640 134550740 4294955920 18446744073709551615 4126562511 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16729] ppid=16726 vsize=864352 CPUtime=1.44
/proc/16727/task/16729/stat : 16729 (java) S 16726 16713 16484 0 -1 64 18013 0 0 0 137 7 0 0 18 0 9 0 40534710 885096448 21662 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16730] ppid=16726 vsize=864352 CPUtime=0
/proc/16727/task/16730/stat : 16730 (java) S 16726 16713 16484 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40534710 885096448 21662 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16731] ppid=16726 vsize=864352 CPUtime=0
/proc/16727/task/16731/stat : 16731 (java) S 16726 16713 16484 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40534710 885096448 21662 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16732] ppid=16726 vsize=864352 CPUtime=0
/proc/16727/task/16732/stat : 16732 (java) S 16726 16713 16484 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40534712 885096448 21662 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16733] ppid=16726 vsize=864352 CPUtime=0.07
/proc/16727/task/16733/stat : 16733 (java) S 16726 16713 16484 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 40534712 885096448 21662 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16734] ppid=16726 vsize=864352 CPUtime=0
/proc/16727/task/16734/stat : 16734 (java) S 16726 16713 16484 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40534712 885096448 21662 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16735] ppid=16726 vsize=864352 CPUtime=0
/proc/16727/task/16735/stat : 16735 (java) S 16726 16713 16484 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40534712 885096448 21662 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886448

[startup+6.30265 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 16735
/proc/meminfo: memFree=1731872/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=16740 CPUtime=0.53
/proc/16713/stat : 16713 (sugar++) S 16711 16713 16484 0 -1 4194304 1297 6494 0 1 5 2 42 4 15 0 1 0 40534647 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16713/statm: 4185 1104 409 3 0 764 0
[pid=16726] ppid=16713 vsize=5356 CPUtime=0
/proc/16726/stat : 16726 (sh) S 16713 16713 16484 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40534707 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16726/statm: 1339 233 193 169 0 50 0
[pid=16727] ppid=16726 vsize=864464 CPUtime=5.63
/proc/16727/stat : 16727 (java) S 16726 16713 16484 0 -1 0 35479 0 1 0 548 15 0 0 18 0 9 0 40534708 885211136 34250 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16727/statm: 216116 34250 2565 9 0 210663 0
[pid=16727/tid=16728] ppid=16726 vsize=864464 CPUtime=2.7
/proc/16727/task/16728/stat : 16728 (java) R 16726 16713 16484 0 -1 64 4639 0 1 0 268 2 0 0 25 0 9 0 40534708 885211136 34250 996147200 134512640 134550740 4294955920 18446744073709551615 4126589839 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16729] ppid=16726 vsize=864464 CPUtime=2.8
/proc/16727/task/16729/stat : 16729 (java) S 16726 16713 16484 0 -1 64 29789 0 0 0 268 12 0 0 16 0 9 0 40534710 885211136 34250 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16730] ppid=16726 vsize=864464 CPUtime=0
/proc/16727/task/16730/stat : 16730 (java) S 16726 16713 16484 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40534710 885211136 34250 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16731] ppid=16726 vsize=864464 CPUtime=0
/proc/16727/task/16731/stat : 16731 (java) S 16726 16713 16484 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40534710 885211136 34250 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16732] ppid=16726 vsize=864464 CPUtime=0
/proc/16727/task/16732/stat : 16732 (java) S 16726 16713 16484 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40534712 885211136 34250 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16733] ppid=16726 vsize=864464 CPUtime=0.1
/proc/16727/task/16733/stat : 16733 (java) S 16726 16713 16484 0 -1 64 359 0 0 0 10 0 0 0 16 0 9 0 40534712 885211136 34250 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16734] ppid=16726 vsize=864464 CPUtime=0
/proc/16727/task/16734/stat : 16734 (java) S 16726 16713 16484 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40534712 885211136 34250 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16735] ppid=16726 vsize=864464 CPUtime=0
/proc/16727/task/16735/stat : 16735 (java) S 16726 16713 16484 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40534712 885211136 34250 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886560

[startup+12.7023 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 16735
/proc/meminfo: memFree=1728096/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=16740 CPUtime=0.53
/proc/16713/stat : 16713 (sugar++) S 16711 16713 16484 0 -1 4194304 1297 6494 0 1 5 2 42 4 15 0 1 0 40534647 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16713/statm: 4185 1104 409 3 0 764 0
[pid=16726] ppid=16713 vsize=5356 CPUtime=0
/proc/16726/stat : 16726 (sh) S 16713 16713 16484 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40534707 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16726/statm: 1339 233 193 169 0 50 0
[pid=16727] ppid=16726 vsize=864464 CPUtime=11.97
/proc/16727/stat : 16727 (java) S 16726 16713 16484 0 -1 0 36058 0 1 0 1181 16 0 0 18 0 9 0 40534708 885211136 34824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16727/statm: 216116 34824 2565 9 0 210663 0
[pid=16727/tid=16728] ppid=16726 vsize=864464 CPUtime=9
/proc/16727/task/16728/stat : 16728 (java) R 16726 16713 16484 0 -1 64 4644 0 1 0 898 2 0 0 25 0 9 0 40534708 885211136 34824 996147200 134512640 134550740 4294955920 18446744073709551615 4126647530 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16729] ppid=16726 vsize=864464 CPUtime=2.83
/proc/16727/task/16729/stat : 16729 (java) S 16726 16713 16484 0 -1 64 30363 0 0 0 271 12 0 0 16 0 9 0 40534710 885211136 34824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16730] ppid=16726 vsize=864464 CPUtime=0
/proc/16727/task/16730/stat : 16730 (java) S 16726 16713 16484 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40534710 885211136 34824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16731] ppid=16726 vsize=864464 CPUtime=0
/proc/16727/task/16731/stat : 16731 (java) S 16726 16713 16484 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40534710 885211136 34824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16732] ppid=16726 vsize=864464 CPUtime=0
/proc/16727/task/16732/stat : 16732 (java) S 16726 16713 16484 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40534712 885211136 34824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16733] ppid=16726 vsize=864464 CPUtime=0.1
/proc/16727/task/16733/stat : 16733 (java) S 16726 16713 16484 0 -1 64 359 0 0 0 10 0 0 0 16 0 9 0 40534712 885211136 34824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16734] ppid=16726 vsize=864464 CPUtime=0
/proc/16727/task/16734/stat : 16734 (java) S 16726 16713 16484 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40534712 885211136 34824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16735] ppid=16726 vsize=864464 CPUtime=0
/proc/16727/task/16735/stat : 16735 (java) S 16726 16713 16484 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40534712 885211136 34824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 886560

[startup+25.5017 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 16735
/proc/meminfo: memFree=1721376/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=16740 CPUtime=0.53
/proc/16713/stat : 16713 (sugar++) S 16711 16713 16484 0 -1 4194304 1297 6494 0 1 5 2 42 4 15 0 1 0 40534647 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16713/statm: 4185 1104 409 3 0 764 0
[pid=16726] ppid=16713 vsize=5356 CPUtime=0
/proc/16726/stat : 16726 (sh) S 16713 16713 16484 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40534707 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16726/statm: 1339 233 193 169 0 50 0
[pid=16727] ppid=16726 vsize=864464 CPUtime=24.64
/proc/16727/stat : 16727 (java) S 16726 16713 16484 0 -1 0 37769 0 1 0 2448 16 0 0 18 0 9 0 40534708 885211136 36520 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16727/statm: 216116 36520 2565 9 0 210663 0
[pid=16727/tid=16728] ppid=16726 vsize=864464 CPUtime=21.6
/proc/16727/task/16728/stat : 16728 (java) R 16726 16713 16484 0 -1 64 4659 0 1 0 2158 2 0 0 25 0 9 0 40534708 885211136 36520 996147200 134512640 134550740 4294955920 18446744073709551615 4126590400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16729] ppid=16726 vsize=864464 CPUtime=2.92
/proc/16727/task/16729/stat : 16729 (java) S 16726 16713 16484 0 -1 64 32059 0 0 0 279 13 0 0 16 0 9 0 40534710 885211136 36520 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16730] ppid=16726 vsize=864464 CPUtime=0
/proc/16727/task/16730/stat : 16730 (java) S 16726 16713 16484 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40534710 885211136 36520 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16727/tid=16731] ppid=16726 vsize=864464 CPUtime=0
/proc/16727/task/16731/stat : 16731 (java) S 16726 16713 16484 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40534710 885211136 36520 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16713] ppid=16711 vsize=16740 CPUtime=761.35
/proc/16713/stat : 16713 (sugar++) S 16711 16713 16484 0 -1 4194304 1461 110119 0 2 6 2 75926 201 16 0 1 0 40534647 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16713/statm: 4185 1113 414 3 0 764 0
[pid=16742] ppid=16713 vsize=442020 CPUtime=2133.47
/proc/16742/stat : 16742 (minisat-inc) R 16713 16713 16484 0 -1 4194304 108835 0 0 0 213252 95 0 0 25 0 1 0 40611549 452628480 108783 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16742/statm: 110505 108783 74 151 0 110351 0
Current children cumulated CPU time (s) 2894.82
Current children cumulated vsize (KiB) 458760

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16744
/proc/meminfo: memFree=1183144/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=16740 CPUtime=761.35
/proc/16713/stat : 16713 (sugar++) S 16711 16713 16484 0 -1 4194304 1461 110119 0 2 6 2 75926 201 16 0 1 0 40534647 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16713/statm: 4185 1113 414 3 0 764 0
[pid=16742] ppid=16713 vsize=444328 CPUtime=2192.92
/proc/16742/stat : 16742 (minisat-inc) R 16713 16713 16484 0 -1 4194304 109427 0 0 0 219195 97 0 0 25 0 1 0 40611549 454991872 109375 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16742/statm: 111082 109375 74 151 0 110928 0
Current children cumulated CPU time (s) 2954.27
Current children cumulated vsize (KiB) 461068

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16744
/proc/meminfo: memFree=1180776/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=16740 CPUtime=761.35
/proc/16713/stat : 16713 (sugar++) S 16711 16713 16484 0 -1 4194304 1461 110119 0 2 6 2 75926 201 16 0 1 0 40534647 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16713/statm: 4185 1113 414 3 0 764 0
[pid=16742] ppid=16713 vsize=446804 CPUtime=2252.37
/proc/16742/stat : 16742 (minisat-inc) R 16713 16713 16484 0 -1 4194304 110025 0 0 0 225139 98 0 0 25 0 1 0 40611549 457527296 109973 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16742/statm: 111701 109973 74 151 0 111547 0
Current children cumulated CPU time (s) 3013.72
Current children cumulated vsize (KiB) 463544

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16744
/proc/meminfo: memFree=1178152/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=16740 CPUtime=761.35
/proc/16713/stat : 16713 (sugar++) S 16711 16713 16484 0 -1 4194304 1461 110119 0 2 6 2 75926 201 16 0 1 0 40534647 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16713/statm: 4185 1113 414 3 0 764 0
[pid=16742] ppid=16713 vsize=449260 CPUtime=2311.82
/proc/16742/stat : 16742 (minisat-inc) R 16713 16713 16484 0 -1 4194304 110659 0 0 0 231083 99 0 0 25 0 1 0 40611549 460042240 110607 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16742/statm: 112315 110607 74 151 0 112161 0
Current children cumulated CPU time (s) 3073.17
Current children cumulated vsize (KiB) 466000

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16744
/proc/meminfo: memFree=1174632/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=16740 CPUtime=761.35
/proc/16713/stat : 16713 (sugar++) S 16711 16713 16484 0 -1 4194304 1461 110119 0 2 6 2 75926 201 16 0 1 0 40534647 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16713/statm: 4185 1113 414 3 0 764 0
[pid=16742] ppid=16713 vsize=452780 CPUtime=2371.26
/proc/16742/stat : 16742 (minisat-inc) R 16713 16713 16484 0 -1 4194304 111538 0 0 0 237026 100 0 0 25 0 1 0 40611549 463646720 111486 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16742/statm: 113195 111486 74 151 0 113041 0
Current children cumulated CPU time (s) 3132.61
Current children cumulated vsize (KiB) 469520

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16744
/proc/meminfo: memFree=1172648/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=16740 CPUtime=761.35
/proc/16713/stat : 16713 (sugar++) S 16711 16713 16484 0 -1 4194304 1461 110119 0 2 6 2 75926 201 16 0 1 0 40534647 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16713/statm: 4185 1113 414 3 0 764 0
[pid=16742] ppid=16713 vsize=454584 CPUtime=2430.72
/proc/16742/stat : 16742 (minisat-inc) R 16713 16713 16484 0 -1 4194304 112011 0 0 0 242971 101 0 0 25 0 1 0 40611549 465494016 111959 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16742/statm: 113646 111959 74 151 0 113492 0
Current children cumulated CPU time (s) 3192.07
Current children cumulated vsize (KiB) 471324

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16744
/proc/meminfo: memFree=1171112/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=16740 CPUtime=761.35
/proc/16713/stat : 16713 (sugar++) S 16711 16713 16484 0 -1 4194304 1461 110119 0 2 6 2 75926 201 16 0 1 0 40534647 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16713/statm: 4185 1113 414 3 0 764 0
[pid=16742] ppid=16713 vsize=456272 CPUtime=2490.17
/proc/16742/stat : 16742 (minisat-inc) R 16713 16713 16484 0 -1 4194304 112406 0 0 0 248915 102 0 0 25 0 1 0 40611549 467222528 112354 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16742/statm: 114068 112354 74 151 0 113914 0
Current children cumulated CPU time (s) 3251.52
Current children cumulated vsize (KiB) 473012

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16744
/proc/meminfo: memFree=1168680/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=16740 CPUtime=761.35
/proc/16713/stat : 16713 (sugar++) S 16711 16713 16484 0 -1 4194304 1461 110119 0 2 6 2 75926 201 16 0 1 0 40534647 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16713/statm: 4185 1113 414 3 0 764 0
[pid=16742] ppid=16713 vsize=461596 CPUtime=2549.62
/proc/16742/stat : 16742 (minisat-inc) R 16713 16713 16484 0 -1 4194304 112992 0 0 0 254859 103 0 0 25 0 1 0 40611549 472674304 112940 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16742/statm: 115399 112940 74 151 0 115245 0
Current children cumulated CPU time (s) 3310.97
Current children cumulated vsize (KiB) 478336

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16744
/proc/meminfo: memFree=1166184/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=16740 CPUtime=761.35
/proc/16713/stat : 16713 (sugar++) S 16711 16713 16484 0 -1 4194304 1461 110119 0 2 6 2 75926 201 16 0 1 0 40534647 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16713/statm: 4185 1113 414 3 0 764 0
[pid=16742] ppid=16713 vsize=463768 CPUtime=2609.08
/proc/16742/stat : 16742 (minisat-inc) R 16713 16713 16484 0 -1 4194304 113550 0 0 0 260805 103 0 0 25 0 1 0 40611549 474898432 113498 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 1 0 0
/proc/16742/statm: 115942 113498 74 151 0 115788 0
Current children cumulated CPU time (s) 3370.43
Current children cumulated vsize (KiB) 480508

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16744
/proc/meminfo: memFree=1162920/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=16740 CPUtime=761.35
/proc/16713/stat : 16713 (sugar++) S 16711 16713 16484 0 -1 4194304 1461 110119 0 2 6 2 75926 201 16 0 1 0 40534647 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16713/statm: 4185 1113 414 3 0 764 0
[pid=16742] ppid=16713 vsize=466900 CPUtime=2668.53
/proc/16742/stat : 16742 (minisat-inc) R 16713 16713 16484 0 -1 4194304 114369 0 0 0 266749 104 0 0 25 0 1 0 40611549 478105600 114317 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/16742/statm: 116725 114317 74 151 0 116571 0
Current children cumulated CPU time (s) 3429.88
Current children cumulated vsize (KiB) 483640

[startup+3522.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16946
/proc/meminfo: memFree=1192416/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=16740 CPUtime=761.35
/proc/16713/stat : 16713 (sugar++) S 16711 16713 16484 0 -1 4194304 1461 110119 0 2 6 2 75926 201 16 0 1 0 40534647 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16713/statm: 4185 1113 414 3 0 764 0
[pid=16742] ppid=16713 vsize=469160 CPUtime=2728.26
/proc/16742/stat : 16742 (minisat-inc) R 16713 16713 16484 0 -1 4194304 114955 0 0 0 272719 107 0 0 25 0 1 0 40611549 480419840 114903 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16742/statm: 117290 114903 74 151 0 117136 0
Current children cumulated CPU time (s) 3489.61
Current children cumulated vsize (KiB) 485900

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16946
/proc/meminfo: memFree=1191008/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=16740 CPUtime=761.35
/proc/16713/stat : 16713 (sugar++) S 16711 16713 16484 0 -1 4194304 1461 110119 0 2 6 2 75926 201 16 0 1 0 40534647 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16713/statm: 4185 1113 414 3 0 764 0
[pid=16742] ppid=16713 vsize=470540 CPUtime=2788.23
/proc/16742/stat : 16742 (minisat-inc) R 16713 16713 16484 0 -1 4194304 115283 0 0 0 278716 107 0 0 25 0 1 0 40611549 481832960 115231 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16742/statm: 117635 115231 74 151 0 117481 0
Current children cumulated CPU time (s) 3549.58
Current children cumulated vsize (KiB) 487280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16946
/proc/meminfo: memFree=1189472/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=16740 CPUtime=761.35
/proc/16713/stat : 16713 (sugar++) S 16711 16713 16484 0 -1 4194304 1461 110119 0 2 6 2 75926 201 16 0 1 0 40534647 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16713/statm: 4185 1113 414 3 0 764 0
[pid=16742] ppid=16713 vsize=471884 CPUtime=2838.71
/proc/16742/stat : 16742 (minisat-inc) R 16713 16713 16484 0 -1 4194304 115619 0 0 0 283763 108 0 0 25 0 1 0 40611549 483209216 115567 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16742/statm: 117971 115567 74 151 0 117817 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 488624

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

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

[startup+3632.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16946
/proc/meminfo: memFree=1189472/2055920 swapFree=4177044/4192956
[pid=16713] ppid=16711 vsize=16740 CPUtime=3600.18
/proc/16713/stat : 16713 (sugar++) R 16711 16713 16484 0 -1 4194304 1488 225738 0 2 6 5 359690 317 16 0 1 0 40534647 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 208717714473 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16713/statm: 4185 1114 415 3 0 764 0
Current children cumulated CPU time (s) 3600.18
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 3632.99
CPU time (s): 3600.28
CPU user time (s): 3596.97
CPU system time (s): 3.3055
CPU usage (%): 99.0996
Max. virtual memory (cumulated for all children) (KiB): 912676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.97
system time used= 3.3055
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227273
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= 26090
involuntary context switches= 156667

runsolver used 4.45132 second user time and 11.5222 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-12 06:52:35
IDJOB=1110863
IDBENCH=61162
IDSOLVER=367
FILE ID=node47/1110863-1215838355
PBS_JOBID= 7903380
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg15-17_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110863-1215838355/watcher-1110863-1215838355 -o /tmp/evaluation-result-1110863-1215838355/solver-1110863-1215838355 -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-1110863-1215838355.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f19d798b5851629cc9628724006dcf08
RANDOM SEED=1902360597

node47.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.232
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.232
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:       1862168 kB
Buffers:         19836 kB
Cached:          78008 kB
SwapCached:       9936 kB
Active:         106096 kB
Inactive:        45460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1862168 kB
SwapTotal:     4192956 kB
SwapFree:      4177044 kB
Dirty:            1036 kB
Writeback:           0 kB
Mapped:          65856 kB
Slab:            27344 kB
Committed_AS:   984648 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= 66508 MiB
End job on node47 at 2008-07-12 07:53:10