Trace number 1110840

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (TO) 3600.17 3602.48

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg15-19_ext.xml
MD5SUM5b614ca3797813e4aab919808e9965e8
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints34
Best CPU time to get the best result obtained on this benchmark3600.09
Satisfiable
(Un)Satisfiability was proved
Number of variables285
Number of constraints34
Maximum constraint arity19
Maximum domain size26
Number of constraints which are defined in extension34
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 06:38:14 2008
0.00/0.04	c 0	PID 17230
0.00/0.05	c 0	HOST node69.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1110840-1215837494.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110840-1215837494.xml' 'HOME/temp.csp'
0.03/0.43	c 1	1 domains, 285 variables, 0 predicates, 2 relations, 34 constraints
0.03/0.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.41/0.55	c 1	Parsing HOME/temp.csp
0.41/0.74	c 1	parsed 322 expressions
0.41/0.74	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.74	c 1	MAX CSP: 34 constraints
0.41/0.74	c 1	Converting to clausal form CSP
0.41/0.77	c 1	converted 36 (10%) expressions
0.41/0.77	c 1	converted 72 (20%) expressions
0.41/0.77	c 1	converted 108 (30%) expressions
0.41/0.77	c 1	converted 144 (40%) expressions
0.41/0.77	c 1	converted 180 (50%) expressions
0.41/0.77	c 1	converted 216 (60%) expressions
0.41/0.77	c 1	converted 252 (70%) expressions
0.41/0.78	c 1	converted 288 (80%) expressions
2.92/3.02	c 3	converted 324 (90%) expressions
3.12/3.29	c 3	converted 359 (100%) expressions
3.12/3.29	c 3	CSP : 353 integers, 0 booleans, 101 clauses, largest domain size 52
3.12/3.29	c 3	Heap : 104 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.12/3.29	c 3	Propagation in CSP
3.12/3.30	c 3	32 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.12/3.30	c 3	CSP : 353 integers, 0 booleans, 101 clauses, largest domain size 35
3.12/3.30	c 3	Heap : 104 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.12/3.30	c 3	Simplifing CSP by introducing new Boolean variables
3.12/3.30	c 3	CSP : 353 integers, 0 booleans, 101 clauses, largest domain size 35
3.12/3.30	c 3	Heap : 104 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.51/3.70	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.61/3.72	c 4	36 (10%) CSP integer variables are encoded (864 clauses, 9360 bytes)
3.61/3.72	c 4	71 (20%) CSP integer variables are encoded (1704 clauses, 20089 bytes)
3.61/3.72	c 4	106 (30%) CSP integer variables are encoded (2544 clauses, 31009 bytes)
3.61/3.72	c 4	142 (40%) CSP integer variables are encoded (3408 clauses, 42241 bytes)
3.61/3.72	c 4	177 (50%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
3.61/3.73	c 4	212 (60%) CSP integer variables are encoded (5088 clauses, 64081 bytes)
3.61/3.73	c 4	248 (70%) CSP integer variables are encoded (5952 clauses, 75313 bytes)
3.61/3.73	c 4	283 (80%) CSP integer variables are encoded (6792 clauses, 86233 bytes)
3.61/3.73	c 4	318 (90%) CSP integer variables are encoded (6840 clauses, 86857 bytes)
3.61/3.73	c 4	353 (100%) CSP integer variables are encoded (7119 clauses, 90484 bytes)
411.48/411.93	c 412	11 (10%) CSP clauses are encoded (1082985 clauses, 113329609 bytes)
706.38/707.16	c 707	21 (20%) CSP clauses are encoded (1896703 clauses, 199663145 bytes)
720.26/721.01	c 721	31 (30%) CSP clauses are encoded (2053053 clauses, 219023775 bytes)
724.36/725.19	c 725	41 (40%) CSP clauses are encoded (2099991 clauses, 224850425 bytes)
724.36/725.19	c 725	51 (50%) CSP clauses are encoded (2100155 clauses, 224853010 bytes)
724.36/725.19	c 725	61 (60%) CSP clauses are encoded (2100577 clauses, 224859849 bytes)
724.36/725.20	c 725	71 (70%) CSP clauses are encoded (2101543 clauses, 224876801 bytes)
724.36/725.20	c 725	81 (80%) CSP clauses are encoded (2101596 clauses, 224877623 bytes)
724.36/725.20	c 725	91 (90%) CSP clauses are encoded (2101693 clauses, 224879196 bytes)
724.46/725.20	c 725	101 (100%) CSP clauses are encoded (2101961 clauses, 224883691 bytes)
724.46/725.20	c 725	101 CSP clauses encoded
724.46/725.20	c 725	Writing map file : HOME/temp.map
724.46/725.20	c 725	Heap : 183 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
724.46/725.20	c 725	SAT : 7472 SAT variables, 2101961 SAT clauses, 224883691 bytes
724.46/725.20	c 725	Heap : 183 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
724.46/725.25	c 725	OBJECTIVE minimize _COST
724.46/725.25	c 725	OBJECTIVE BOUND: 0 <= _COST <= 
724.46/725.25	c 725	SEARCHING: _COST <= 17
724.46/725.25	c 725	SOLVING HOME/temp.cnf
724.46/725.25	c 725	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
724.46/725.26	c 725	This is MiniSat 2.0 beta
724.46/725.26	c 725	WARNING: for repeatability, setting FPU to use double precision
724.46/725.26	c 725	============================[ Problem Statistics ]=============================
724.46/725.26	c 725	|                                                                             |
724.46/725.26	c 725	|  Number of variables:  7472                                                 |
724.46/725.26	c 725	|  Number of clauses:    2101962                                              |
729.10/729.92	c 730	|  Parsing time:         4.18         s                                       |
729.30/730.17	c 730	============================[ Search Statistics ]==============================
729.30/730.17	c 730	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
729.30/730.17	c 730	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
729.30/730.17	c 730	===============================================================================
729.30/730.17	c 730	|         0 |    7370  2101154 41435471 |   700384        0    nan |  0.000 % |
729.59/730.45	c 731	|       102 |    7370  2101154 41435471 |   770423      102      8 |  1.365 % |
729.69/730.57	c 731	|       252 |    7370  2101154 41435471 |   847465      252      8 |  1.365 % |
729.99/730.80	c 731	|       477 |    7370  2101154 41435471 |   932211      477      8 |  1.365 % |
730.09/730.95	c 731	|       815 |    7370  2101154 41435471 |  1025433      815      9 |  1.365 % |
730.49/731.32	c 731	|      1322 |    7370  2101154 41435471 |  1127976     1322      9 |  1.365 % |
730.59/731.44	c 732	|      2081 |    7370  2101154 41435471 |  1240774     2081      9 |  1.365 % |
731.48/732.31	c 732	|      3220 |    7370  2101154 41435471 |  1364851     3220     10 |  1.365 % |
732.26/733.10	c 733	|      4929 |    7370  2101154 41435471 |  1501336     4929     10 |  1.365 % |
733.25/734.18	c 734	|      7492 |    7370  2101154 41435471 |  1651470     7492     11 |  1.365 % |
735.15/736.03	c 736	|     11336 |    7370  2101154 41435471 |  1816617    11336     11 |  1.365 % |
736.93/737.82	c 738	|     17103 |    7370  2101154 41435471 |  1998279    17103     11 |  1.365 % |
740.41/741.36	c 741	|     25752 |    7370  2101154 41435471 |  2198107    25752     11 |  1.365 % |
744.76/745.76	c 746	|     38726 |    7370  2101154 41435471 |  2417917    38726     11 |  1.365 % |
752.58/753.66	c 754	|     58187 |    7370  2101154 41435471 |  2659709    58187     11 |  1.365 % |
767.04/768.22	c 768	|     87380 |    7370  2101154 41435471 |  2925680    87380     12 |  1.365 % |
788.42/789.65	c 790	|    131170 |    7370  2101154 41435471 |  3218248   131170     12 |  1.365 % |
828.39/829.67	c 830	|    196855 |    7370  2101154 41435471 |  3540073   196855     12 |  1.365 % |
896.56/897.82	c 898	|    295381 |    7370  2101154 41435471 |  3894080   295381     13 |  1.365 % |
1032.29/1033.67	c 1034	|    443170 |    7370  2101154 41435471 |  4283488   443170     13 |  1.365 % |
1282.20/1283.60	c 1284	|    664854 |    7370  2101154 41435471 |  4711837   664854     14 |  1.365 % |
2454.80/2456.69	c 2457	|    997381 |    7370  2101154 41435471 |  5183021   997381     18 |  1.365 % |
3600.10/3602.32	c ERROR INTERRUPTED
3600.10/3602.37	s UNKNOWN
3600.10/3602.37	c 3602	CPU 722.51 (0.04 0 722.47 2.02)
3600.10/3602.37	c 3602	END Sat Jul 12 07:38:16 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110840-1215837494/watcher-1110840-1215837494 -o /tmp/evaluation-result-1110840-1215837494/solver-1110840-1215837494 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1110840-1215837494.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: 2.10 2.31 2.34 4/82 17230
/proc/meminfo: memFree=1567944/2055920 swapFree=4180240/4192956
[pid=17230] ppid=17228 vsize=12272 CPUtime=0
/proc/17230/stat : 17230 (sugar) R 17228 17230 17193 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 40447319 12566528 327 996147200 4194304 4206940 548682068592 18446744073709551615 237947812453 0 0 4224 0 0 0 0 17 1 0 0
/proc/17230/statm: 3068 327 246 3 0 168 0

[startup+0.150442 s]
/proc/loadavg: 2.10 2.31 2.34 4/82 17230
/proc/meminfo: memFree=1567944/2055920 swapFree=4180240/4192956
[pid=17230] ppid=17228 vsize=13600 CPUtime=0.03
/proc/17230/stat : 17230 (sugar) S 17228 17230 17193 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 40447319 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17230/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201442 s]
/proc/loadavg: 2.10 2.31 2.34 4/82 17230
/proc/meminfo: memFree=1567944/2055920 swapFree=4180240/4192956
[pid=17230] ppid=17228 vsize=13600 CPUtime=0.03
/proc/17230/stat : 17230 (sugar) S 17228 17230 17193 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 40447319 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17230/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301456 s]
/proc/loadavg: 2.10 2.31 2.34 4/82 17230
/proc/meminfo: memFree=1567944/2055920 swapFree=4180240/4192956
[pid=17230] ppid=17228 vsize=13600 CPUtime=0.03
/proc/17230/stat : 17230 (sugar) S 17228 17230 17193 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 40447319 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17230/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701481 s]
/proc/loadavg: 2.10 2.31 2.34 4/82 17230
/proc/meminfo: memFree=1567944/2055920 swapFree=4180240/4192956
[pid=17230] ppid=17228 vsize=13600 CPUtime=0.41
/proc/17230/stat : 17230 (sugar) S 17228 17230 17193 0 -1 4194304 974 6558 0 1 3 0 35 3 16 0 1 0 40447319 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17230/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 13600

[startup+1.50254 s]
/proc/loadavg: 2.10 2.31 2.34 4/93 17252
/proc/meminfo: memFree=1543464/2055920 swapFree=4180240/4192956
[pid=17230] ppid=17228 vsize=13600 CPUtime=0.41
/proc/17230/stat : 17230 (sugar) S 17228 17230 17193 0 -1 4194304 974 6558 0 1 3 0 35 3 15 0 1 0 40447319 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17230/statm: 3400 797 370 3 0 500 0
[pid=17243] ppid=17230 vsize=5356 CPUtime=0
/proc/17243/stat : 17243 (sh) S 17230 17230 17193 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40447366 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17243/statm: 1339 233 193 169 0 50 0
[pid=17244] ppid=17243 vsize=864196 CPUtime=1.02
/proc/17244/stat : 17244 (java) S 17243 17230 17193 0 -1 0 12196 0 1 0 97 5 0 0 20 0 9 0 40447367 884936704 11174 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17244/statm: 216049 11174 2540 9 0 210624 0
[pid=17244/tid=17245] ppid=17243 vsize=864196 CPUtime=0.41
/proc/17244/task/17245/stat : 17245 (java) R 17243 17230 17193 0 -1 64 2917 0 1 0 40 1 0 0 25 0 9 0 40447368 884936704 11174 996147200 134512640 134550740 4294955936 18446744073709551615 103568476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17246] ppid=17243 vsize=864196 CPUtime=0.51
/proc/17244/task/17246/stat : 17246 (java) S 17243 17230 17193 0 -1 64 8252 0 0 0 49 2 0 0 17 0 9 0 40447369 884936704 11174 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17247] ppid=17243 vsize=864196 CPUtime=0
/proc/17244/task/17247/stat : 17247 (java) S 17243 17230 17193 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40447369 884936704 11174 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17248] ppid=17243 vsize=864196 CPUtime=0
/proc/17244/task/17248/stat : 17248 (java) S 17243 17230 17193 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40447369 884936704 11174 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17249] ppid=17243 vsize=864196 CPUtime=0
/proc/17244/task/17249/stat : 17249 (java) S 17243 17230 17193 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 40447371 884936704 11174 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17250] ppid=17243 vsize=864196 CPUtime=0.06
/proc/17244/task/17250/stat : 17250 (java) S 17243 17230 17193 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 40447371 884936704 11174 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17251] ppid=17243 vsize=864196 CPUtime=0
/proc/17244/task/17251/stat : 17251 (java) S 17243 17230 17193 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 40447371 884936704 11174 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17252] ppid=17243 vsize=864196 CPUtime=0
/proc/17244/task/17252/stat : 17252 (java) S 17243 17230 17193 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40447371 884936704 11174 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883152

[startup+3.10267 s]
/proc/loadavg: 2.17 2.32 2.34 3/93 17252
/proc/meminfo: memFree=1498344/2055920 swapFree=4180240/4192956
[pid=17230] ppid=17228 vsize=13600 CPUtime=0.41
/proc/17230/stat : 17230 (sugar) S 17228 17230 17193 0 -1 4194304 974 6558 0 1 3 0 35 3 16 0 1 0 40447319 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17230/statm: 3400 797 370 3 0 500 0
[pid=17243] ppid=17230 vsize=5356 CPUtime=0
/proc/17243/stat : 17243 (sh) S 17230 17230 17193 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40447366 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17243/statm: 1339 233 193 169 0 50 0
[pid=17244] ppid=17243 vsize=864196 CPUtime=2.6
/proc/17244/stat : 17244 (java) S 17243 17230 17193 0 -1 0 28673 0 1 0 248 12 0 0 20 0 9 0 40447367 884936704 27458 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17244/statm: 216049 27458 2540 9 0 210624 0
[pid=17244/tid=17245] ppid=17243 vsize=864196 CPUtime=0.89
/proc/17244/task/17245/stat : 17245 (java) R 17243 17230 17193 0 -1 64 3674 0 1 0 87 2 0 0 25 0 9 0 40447368 884936704 27458 996147200 134512640 134550740 4294955936 18446744073709551615 102492666 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17246] ppid=17243 vsize=864196 CPUtime=1.63
/proc/17244/task/17246/stat : 17246 (java) S 17243 17230 17193 0 -1 64 23972 0 0 0 153 10 0 0 17 0 9 0 40447369 884936704 27458 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17247] ppid=17243 vsize=864196 CPUtime=0
/proc/17244/task/17247/stat : 17247 (java) S 17243 17230 17193 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40447369 884936704 27458 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17248] ppid=17243 vsize=864196 CPUtime=0
/proc/17244/task/17248/stat : 17248 (java) S 17243 17230 17193 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40447369 884936704 27458 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17249] ppid=17243 vsize=864196 CPUtime=0
/proc/17244/task/17249/stat : 17249 (java) S 17243 17230 17193 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 40447371 884936704 27458 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17250] ppid=17243 vsize=864196 CPUtime=0.06
/proc/17244/task/17250/stat : 17250 (java) S 17243 17230 17193 0 -1 64 335 0 0 0 6 0 0 0 17 0 9 0 40447371 884936704 27458 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17251] ppid=17243 vsize=864196 CPUtime=0
/proc/17244/task/17251/stat : 17251 (java) S 17243 17230 17193 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 40447371 884936704 27458 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17252] ppid=17243 vsize=864196 CPUtime=0
/proc/17244/task/17252/stat : 17252 (java) S 17243 17230 17193 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40447371 884936704 27458 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883152

[startup+6.30192 s]
/proc/loadavg: 2.17 2.32 2.34 3/93 17252
/proc/meminfo: memFree=1439592/2055920 swapFree=4180240/4192956
[pid=17230] ppid=17228 vsize=13600 CPUtime=0.41
/proc/17230/stat : 17230 (sugar) S 17228 17230 17193 0 -1 4194304 974 6558 0 1 3 0 35 3 15 0 1 0 40447319 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17230/statm: 3400 797 370 3 0 500 0
[pid=17243] ppid=17230 vsize=5356 CPUtime=0
/proc/17243/stat : 17243 (sh) S 17230 17230 17193 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40447366 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17243/statm: 1339 233 193 169 0 50 0
[pid=17244] ppid=17243 vsize=864308 CPUtime=5.8
/proc/17244/stat : 17244 (java) S 17243 17230 17193 0 -1 0 34568 0 1 0 566 14 0 0 20 0 9 0 40447367 885051392 33233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17244/statm: 216077 33233 2565 9 0 210624 0
[pid=17244/tid=17245] ppid=17243 vsize=864308 CPUtime=3.38
/proc/17244/task/17245/stat : 17245 (java) R 17243 17230 17193 0 -1 64 4461 0 1 0 336 2 0 0 25 0 9 0 40447368 885051392 33233 996147200 134512640 134550740 4294955936 18446744073709551615 4126647812 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17246] ppid=17243 vsize=864308 CPUtime=2.29
/proc/17244/task/17246/stat : 17246 (java) S 17243 17230 17193 0 -1 64 29054 0 0 0 218 11 0 0 16 0 9 0 40447369 885051392 33233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17247] ppid=17243 vsize=864308 CPUtime=0
/proc/17244/task/17247/stat : 17247 (java) S 17243 17230 17193 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40447369 885051392 33233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17248] ppid=17243 vsize=864308 CPUtime=0
/proc/17244/task/17248/stat : 17248 (java) S 17243 17230 17193 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40447369 885051392 33233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17249] ppid=17243 vsize=864308 CPUtime=0
/proc/17244/task/17249/stat : 17249 (java) S 17243 17230 17193 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 40447371 885051392 33233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17250] ppid=17243 vsize=864308 CPUtime=0.1
/proc/17244/task/17250/stat : 17250 (java) S 17243 17230 17193 0 -1 64 361 0 0 0 10 0 0 0 16 0 9 0 40447371 885051392 33233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17251] ppid=17243 vsize=864308 CPUtime=0
/proc/17244/task/17251/stat : 17251 (java) S 17243 17230 17193 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 40447371 885051392 33233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17252] ppid=17243 vsize=864308 CPUtime=0
/proc/17244/task/17252/stat : 17252 (java) S 17243 17230 17193 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40447371 885051392 33233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 883264

[startup+12.7024 s]
/proc/loadavg: 2.14 2.31 2.34 3/93 17252
/proc/meminfo: memFree=1433008/2055920 swapFree=4180240/4192956
[pid=17230] ppid=17228 vsize=13600 CPUtime=0.41
/proc/17230/stat : 17230 (sugar) S 17228 17230 17193 0 -1 4194304 974 6558 0 1 3 0 35 3 15 0 1 0 40447319 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17230/statm: 3400 797 370 3 0 500 0
[pid=17243] ppid=17230 vsize=5356 CPUtime=0
/proc/17243/stat : 17243 (sh) S 17230 17230 17193 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40447366 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17243/statm: 1339 233 193 169 0 50 0
[pid=17244] ppid=17243 vsize=864308 CPUtime=12.21
/proc/17244/stat : 17244 (java) S 17243 17230 17193 0 -1 0 35201 0 1 0 1206 15 0 0 20 0 9 0 40447367 885051392 33860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17244/statm: 216077 33860 2565 9 0 210624 0
[pid=17244/tid=17245] ppid=17243 vsize=864308 CPUtime=9.75
/proc/17244/task/17245/stat : 17245 (java) R 17243 17230 17193 0 -1 64 4467 0 1 0 973 2 0 0 25 0 9 0 40447368 885051392 33860 996147200 134512640 134550740 4294955936 18446744073709551615 4126584399 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17246] ppid=17243 vsize=864308 CPUtime=2.32
/proc/17244/task/17246/stat : 17246 (java) S 17243 17230 17193 0 -1 64 29681 0 0 0 221 11 0 0 16 0 9 0 40447369 885051392 33860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17247] ppid=17243 vsize=864308 CPUtime=0
/proc/17244/task/17247/stat : 17247 (java) S 17243 17230 17193 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40447369 885051392 33860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17248] ppid=17243 vsize=864308 CPUtime=0
/proc/17244/task/17248/stat : 17248 (java) S 17243 17230 17193 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40447369 885051392 33860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17249] ppid=17243 vsize=864308 CPUtime=0
/proc/17244/task/17249/stat : 17249 (java) S 17243 17230 17193 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 40447371 885051392 33860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17250] ppid=17243 vsize=864308 CPUtime=0.1
/proc/17244/task/17250/stat : 17250 (java) S 17243 17230 17193 0 -1 64 361 0 0 0 10 0 0 0 16 0 9 0 40447371 885051392 33860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17251] ppid=17243 vsize=864308 CPUtime=0
/proc/17244/task/17251/stat : 17251 (java) S 17243 17230 17193 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 40447371 885051392 33860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17252] ppid=17243 vsize=864308 CPUtime=0
/proc/17244/task/17252/stat : 17252 (java) S 17243 17230 17193 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40447371 885051392 33860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 883264

[startup+25.5025 s]
/proc/loadavg: 2.12 2.30 2.33 3/93 17252
/proc/meminfo: memFree=1418352/2055920 swapFree=4180240/4192956
[pid=17230] ppid=17228 vsize=13600 CPUtime=0.41
/proc/17230/stat : 17230 (sugar) S 17228 17230 17193 0 -1 4194304 974 6558 0 1 3 0 35 3 15 0 1 0 40447319 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17230/statm: 3400 797 370 3 0 500 0
[pid=17243] ppid=17230 vsize=5356 CPUtime=0
/proc/17243/stat : 17243 (sh) S 17230 17230 17193 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40447366 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17243/statm: 1339 233 193 169 0 50 0
[pid=17244] ppid=17243 vsize=864308 CPUtime=25
/proc/17244/stat : 17244 (java) S 17243 17230 17193 0 -1 0 36909 0 1 0 2484 16 0 0 20 0 9 0 40447367 885051392 35552 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17244/statm: 216077 35552 2565 9 0 210624 0
[pid=17244/tid=17245] ppid=17243 vsize=864308 CPUtime=22.46
/proc/17244/task/17245/stat : 17245 (java) R 17243 17230 17193 0 -1 64 4483 0 1 0 2244 2 0 0 25 0 9 0 40447368 885051392 35552 996147200 134512640 134550740 4294955936 18446744073709551615 4126647812 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17246] ppid=17243 vsize=864308 CPUtime=2.4
/proc/17244/task/17246/stat : 17246 (java) S 17243 17230 17193 0 -1 64 31373 0 0 0 228 12 0 0 16 0 9 0 40447369 885051392 35552 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17247] ppid=17243 vsize=864308 CPUtime=0
/proc/17244/task/17247/stat : 17247 (java) S 17243 17230 17193 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40447369 885051392 35552 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17244/tid=17248] ppid=17243 vsize=864308 CPUtime=0
/proc/17244/task/17248/stat : 17248 (java) S 17243 17230 17193 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40447369 885051392 35552 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=17253] ppid=17230 vsize=5356 CPUtime=0
/proc/17253/stat : 17253 (sh) S 17230 17230 17193 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40519844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17253/statm: 1339 232 193 169 0 50 0
[pid=17254] ppid=17253 vsize=411944 CPUtime=2495.71
/proc/17254/stat : 17254 (minisat) R 17253 17230 17193 0 -1 4194304 101032 0 0 0 249472 99 0 0 25 0 1 0 40519845 421830656 101018 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17254/statm: 102986 101018 76 150 0 102833 0
Current children cumulated CPU time (s) 3220.23
Current children cumulated vsize (KiB) 430900

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17263
/proc/meminfo: memFree=427192/2055920 swapFree=4180240/4192956
[pid=17230] ppid=17228 vsize=13600 CPUtime=724.52
/proc/17230/stat : 17230 (sugar) S 17228 17230 17193 0 -1 4194304 1054 106304 0 2 4 0 72246 202 16 0 1 0 40447319 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17230/statm: 3400 803 374 3 0 500 0
[pid=17253] ppid=17230 vsize=5356 CPUtime=0
/proc/17253/stat : 17253 (sh) S 17230 17230 17193 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40519844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17253/statm: 1339 232 193 169 0 50 0
[pid=17254] ppid=17253 vsize=413768 CPUtime=2555.68
/proc/17254/stat : 17254 (minisat) R 17253 17230 17193 0 -1 4194304 101506 0 0 0 255469 99 0 0 25 0 1 0 40519845 423698432 101492 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/17254/statm: 103442 101492 76 150 0 103289 0
Current children cumulated CPU time (s) 3280.2
Current children cumulated vsize (KiB) 432724

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17263
/proc/meminfo: memFree=423160/2055920 swapFree=4180240/4192956
[pid=17230] ppid=17228 vsize=13600 CPUtime=724.52
/proc/17230/stat : 17230 (sugar) S 17228 17230 17193 0 -1 4194304 1054 106304 0 2 4 0 72246 202 16 0 1 0 40447319 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17230/statm: 3400 803 374 3 0 500 0
[pid=17253] ppid=17230 vsize=5356 CPUtime=0
/proc/17253/stat : 17253 (sh) S 17230 17230 17193 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40519844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17253/statm: 1339 232 193 169 0 50 0
[pid=17254] ppid=17253 vsize=415448 CPUtime=2615.66
/proc/17254/stat : 17254 (minisat) R 17253 17230 17193 0 -1 4194304 101931 0 0 0 261466 100 0 0 25 0 1 0 40519845 425418752 101917 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17254/statm: 103862 101917 76 150 0 103709 0
Current children cumulated CPU time (s) 3340.18
Current children cumulated vsize (KiB) 434404

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17263
/proc/meminfo: memFree=419320/2055920 swapFree=4180240/4192956
[pid=17230] ppid=17228 vsize=13600 CPUtime=724.52
/proc/17230/stat : 17230 (sugar) S 17228 17230 17193 0 -1 4194304 1054 106304 0 2 4 0 72246 202 16 0 1 0 40447319 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17230/statm: 3400 803 374 3 0 500 0
[pid=17253] ppid=17230 vsize=5356 CPUtime=0
/proc/17253/stat : 17253 (sh) S 17230 17230 17193 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40519844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17253/statm: 1339 232 193 169 0 50 0
[pid=17254] ppid=17253 vsize=416504 CPUtime=2675.65
/proc/17254/stat : 17254 (minisat) R 17253 17230 17193 0 -1 4194304 102223 0 0 0 267464 101 0 0 25 0 1 0 40519845 426500096 102209 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17254/statm: 104126 102209 76 150 0 103973 0
Current children cumulated CPU time (s) 3400.17
Current children cumulated vsize (KiB) 435460

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17263
/proc/meminfo: memFree=414776/2055920 swapFree=4180240/4192956
[pid=17230] ppid=17228 vsize=13600 CPUtime=724.52
/proc/17230/stat : 17230 (sugar) S 17228 17230 17193 0 -1 4194304 1054 106304 0 2 4 0 72246 202 16 0 1 0 40447319 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17230/statm: 3400 803 374 3 0 500 0
[pid=17253] ppid=17230 vsize=5356 CPUtime=0
/proc/17253/stat : 17253 (sh) S 17230 17230 17193 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40519844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17253/statm: 1339 232 193 169 0 50 0
[pid=17254] ppid=17253 vsize=417948 CPUtime=2735.62
/proc/17254/stat : 17254 (minisat) R 17253 17230 17193 0 -1 4194304 102551 0 0 0 273461 101 0 0 25 0 1 0 40519845 427978752 102537 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17254/statm: 104487 102537 76 150 0 104334 0
Current children cumulated CPU time (s) 3460.14
Current children cumulated vsize (KiB) 436904

[startup+3522.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17263
/proc/meminfo: memFree=410296/2055920 swapFree=4180240/4192956
[pid=17230] ppid=17228 vsize=13600 CPUtime=724.52
/proc/17230/stat : 17230 (sugar) S 17228 17230 17193 0 -1 4194304 1054 106304 0 2 4 0 72246 202 16 0 1 0 40447319 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17230/statm: 3400 803 374 3 0 500 0
[pid=17253] ppid=17230 vsize=5356 CPUtime=0
/proc/17253/stat : 17253 (sh) S 17230 17230 17193 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40519844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17253/statm: 1339 232 193 169 0 50 0
[pid=17254] ppid=17253 vsize=419232 CPUtime=2795.6
/proc/17254/stat : 17254 (minisat) R 17253 17230 17193 0 -1 4194304 102866 0 0 0 279459 101 0 0 25 0 1 0 40519845 429293568 102852 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17254/statm: 104808 102852 76 150 0 104655 0
Current children cumulated CPU time (s) 3520.12
Current children cumulated vsize (KiB) 438188

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17263
/proc/meminfo: memFree=405560/2055920 swapFree=4180240/4192956
[pid=17230] ppid=17228 vsize=13600 CPUtime=724.52
/proc/17230/stat : 17230 (sugar) S 17228 17230 17193 0 -1 4194304 1054 106304 0 2 4 0 72246 202 16 0 1 0 40447319 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17230/statm: 3400 803 374 3 0 500 0
[pid=17253] ppid=17230 vsize=5356 CPUtime=0
/proc/17253/stat : 17253 (sh) S 17230 17230 17193 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40519844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17253/statm: 1339 232 193 169 0 50 0
[pid=17254] ppid=17253 vsize=420388 CPUtime=2855.58
/proc/17254/stat : 17254 (minisat) R 17253 17230 17193 0 -1 4194304 103189 0 0 0 285456 102 0 0 25 0 1 0 40519845 430477312 103175 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17254/statm: 105097 103175 76 150 0 104944 0
Current children cumulated CPU time (s) 3580.1
Current children cumulated vsize (KiB) 439344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17263
/proc/meminfo: memFree=404344/2055920 swapFree=4180240/4192956
[pid=17230] ppid=17228 vsize=13600 CPUtime=724.52
/proc/17230/stat : 17230 (sugar) S 17228 17230 17193 0 -1 4194304 1054 106304 0 2 4 0 72246 202 16 0 1 0 40447319 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17230/statm: 3400 803 374 3 0 500 0
[pid=17253] ppid=17230 vsize=5356 CPUtime=0
/proc/17253/stat : 17253 (sh) S 17230 17230 17193 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40519844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17253/statm: 1339 232 193 169 0 50 0
[pid=17254] ppid=17253 vsize=420856 CPUtime=2875.58
/proc/17254/stat : 17254 (minisat) R 17253 17230 17193 0 -1 4194304 103296 0 0 0 287456 102 0 0 25 0 1 0 40519845 430956544 103282 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17254/statm: 105214 103282 76 150 0 105061 0
Current children cumulated CPU time (s) 3600.1
Current children cumulated vsize (KiB) 439812

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

[startup+3602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17263
/proc/meminfo: memFree=404344/2055920 swapFree=4180240/4192956
[pid=17230] ppid=17228 vsize=13600 CPUtime=724.52
/proc/17230/stat : 17230 (sugar) S 17228 17230 17193 0 -1 4194304 1054 106304 0 2 4 0 72246 202 16 0 1 0 40447319 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17230/statm: 3400 803 374 3 0 500 0
[pid=17253] ppid=17230 vsize=5356 CPUtime=0
/proc/17253/stat : 17253 (sh) S 17230 17230 17193 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40519844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17253/statm: 1339 232 193 169 0 50 0
[pid=17254] ppid=17253 vsize=420856 CPUtime=2875.58
/proc/17254/stat : 17254 (minisat) R 17253 17230 17193 0 -1 4194304 103296 0 0 0 287456 102 0 0 25 0 1 0 40519845 430956544 103282 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17254/statm: 105214 103282 76 150 0 105061 0
Current children cumulated CPU time (s) 3600.1
Current children cumulated vsize (KiB) 439812

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

[startup+3602.42 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17263
/proc/meminfo: memFree=404344/2055920 swapFree=4180240/4192956
[pid=17230] ppid=17228 vsize=13600 CPUtime=724.58
/proc/17230/stat : 17230 (sugar) R 17228 17230 17193 0 -1 4194304 1092 106581 0 2 4 5 72247 202 17 0 1 0 40447319 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 237947819049 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17230/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 724.58
Current children cumulated vsize (KiB) 13600

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

[startup+3602.42 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17263
/proc/meminfo: memFree=404344/2055920 swapFree=4180240/4192956
[pid=17230] ppid=17228 vsize=13600 CPUtime=724.58
/proc/17230/stat : 17230 (sugar) R 17228 17230 17193 0 -1 4194304 1092 106581 0 2 4 5 72247 202 17 0 1 0 40447319 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 237947819049 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17230/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 724.58
Current children cumulated vsize (KiB) 13600

Child status: 0

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

Real time (s): 3602.48
CPU time (s): 3600.17
CPU user time (s): 3597.06
CPU system time (s): 3.11367
CPU usage (%): 99.9361
Max. virtual memory (cumulated for all children) (KiB): 904332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 722.511
system time used= 2.14367
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107704
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= 25742
involuntary context switches= 19499

runsolver used 4.27935 second user time and 12.1562 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-12 06:38:14
IDJOB=1110840
IDBENCH=61159
IDSOLVER=368
FILE ID=node69/1110840-1215837494
PBS_JOBID= 7903405
Free space on /tmp= 66480 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5b614ca3797813e4aab919808e9965e8
RANDOM SEED=1907115559

node69.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.233
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.233
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:       1568424 kB
Buffers:         59216 kB
Cached:         229284 kB
SwapCached:       7572 kB
Active:         254344 kB
Inactive:       167908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1568424 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            3128 kB
Writeback:           0 kB
Mapped:         149732 kB
Slab:            50176 kB
Committed_AS:   382908 kB
PageTables:       2236 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= 66264 MiB
End job on node69 at 2008-07-12 07:38:18