Trace number 1110775

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.27 3619.95

General information on the benchmark

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

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 05:51:28 2008
0.00/0.08	c 0	PID 16750
0.00/0.08	c 0	HOST node33.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1110775-1215834688.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-1110775-1215834688.xml' 'HOME/temp.csp'
0.06/0.44	c 1	1 domains, 272 variables, 0 predicates, 2 relations, 33 constraints
0.06/0.45	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.45	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.40/0.53	c 1	Parsing HOME/temp.csp
0.40/0.70	c 1	parsed 308 expressions
0.40/0.71	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/0.71	c 1	MAX CSP: 33 constraints
0.40/0.71	c 1	Converting to clausal form CSP
0.40/0.73	c 1	converted 35 (10%) expressions
0.40/0.73	c 1	converted 69 (20%) expressions
0.40/0.73	c 1	converted 104 (30%) expressions
0.40/0.73	c 1	converted 138 (40%) expressions
0.40/0.73	c 1	converted 172 (50%) expressions
0.40/0.73	c 1	converted 207 (60%) expressions
0.40/0.73	c 1	converted 241 (70%) expressions
0.40/0.75	c 1	converted 276 (80%) expressions
1.91/2.02	c 2	converted 310 (90%) expressions
2.70/2.85	c 3	converted 344 (100%) expressions
2.70/2.85	c 3	CSP : 338 integers, 0 booleans, 98 clauses, largest domain size 50
2.70/2.85	c 3	Heap : 80 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.70/2.85	c 3	Propagation in CSP
2.70/2.86	c 3	31 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.70/2.86	c 3	CSP : 338 integers, 0 booleans, 98 clauses, largest domain size 34
2.70/2.86	c 3	Heap : 80 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.70/2.86	c 3	Simplifing CSP by introducing new Boolean variables
2.70/2.86	c 3	CSP : 338 integers, 0 booleans, 98 clauses, largest domain size 34
2.70/2.86	c 3	Heap : 80 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.00/3.15	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.00/3.17	c 3	34 (10%) CSP integer variables are encoded (816 clauses, 8832 bytes)
3.00/3.18	c 3	68 (20%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
3.00/3.18	c 3	102 (30%) CSP integer variables are encoded (2448 clauses, 29761 bytes)
3.00/3.18	c 3	136 (40%) CSP integer variables are encoded (3264 clauses, 40369 bytes)
3.00/3.18	c 3	169 (50%) CSP integer variables are encoded (4056 clauses, 50665 bytes)
3.00/3.18	c 3	203 (60%) CSP integer variables are encoded (4872 clauses, 61273 bytes)
3.00/3.18	c 3	237 (70%) CSP integer variables are encoded (5688 clauses, 71881 bytes)
3.00/3.18	c 3	271 (80%) CSP integer variables are encoded (6504 clauses, 82489 bytes)
3.00/3.18	c 3	305 (90%) CSP integer variables are encoded (6528 clauses, 82801 bytes)
3.00/3.19	c 3	338 (100%) CSP integer variables are encoded (6797 clauses, 86298 bytes)
135.69/137.79	c 138	10 (10%) CSP clauses are encoded (584927 clauses, 62530701 bytes)
243.68/246.74	c 247	20 (20%) CSP clauses are encoded (1096340 clauses, 117516244 bytes)
298.56/301.94	c 302	30 (30%) CSP clauses are encoded (1452080 clauses, 159428494 bytes)
315.77/319.22	c 320	40 (40%) CSP clauses are encoded (1558835 clauses, 172002678 bytes)
315.77/319.22	c 320	49 (50%) CSP clauses are encoded (1558932 clauses, 172004255 bytes)
315.77/319.23	c 320	59 (60%) CSP clauses are encoded (1558972 clauses, 172004863 bytes)
315.77/319.23	c 320	69 (70%) CSP clauses are encoded (1559478 clauses, 172013168 bytes)
315.77/319.23	c 320	79 (80%) CSP clauses are encoded (1559708 clauses, 172016938 bytes)
315.77/319.23	c 320	89 (90%) CSP clauses are encoded (1560060 clauses, 172022953 bytes)
315.77/319.24	c 320	98 (100%) CSP clauses are encoded (1560685 clauses, 172033840 bytes)
315.77/319.24	c 320	98 CSP clauses encoded
315.77/319.24	c 320	Writing map file : HOME/temp.map
315.77/319.24	c 320	Heap : 98 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
315.77/319.24	c 320	SAT : 7135 SAT variables, 1560685 SAT clauses, 172033840 bytes
315.77/319.24	c 320	Heap : 98 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
315.83/319.31	c 320	OBJECTIVE minimize _COST
315.83/319.31	c 320	SOLVING HOME/temp.cnf
315.83/319.31	c 320	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
315.83/319.31	c 320	This is MiniSat 2.0 beta incremental
315.83/319.31	c 320	WARNING: for repeatability, setting FPU to use double precision
315.83/319.31	c 320	============================[ Problem Statistics ]=============================
315.83/319.31	c 320	|                                                                             |
315.83/319.31	c 320	|  Number of variables:  7135                                                 |
315.83/319.31	c 320	|  Number of clauses:    1560685                                              |
319.32/322.83	c 323	|  Parsing time:         3.14         s                                       |
319.51/323.00	c 323	OK
319.51/323.00	c 323	OBJECTIVE BOUND: 0 <= _COST <= 
319.51/323.00	c 323	SEARCHING: _COST <= 17
319.51/323.00	c 323	============================[ Search Statistics ]==============================
319.51/323.00	c 323	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
319.51/323.00	c 323	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
319.51/323.00	c 323	===============================================================================
319.51/323.00	c 323	|         0 |    7135  1560685 31725689 |   520228        0    nan |  0.000 % |
319.92/323.44	c 324	|       101 |    7135  1560685 31725689 |   572251      101      8 |  0.000 % |
320.21/323.76	c 324	|       252 |    7135  1560685 31725689 |   629476      252      8 |  0.000 % |
320.31/323.85	c 324	|       477 |    7135  1560685 31725689 |   692423      477      8 |  0.000 % |
320.50/324.03	c 324	|       814 |    7135  1560685 31725689 |   761666      814      9 |  0.000 % |
320.80/324.35	c 325	|      1320 |    7135  1560685 31725689 |   837832     1320      9 |  0.000 % |
321.01/324.52	c 325	|      2082 |    7135  1560685 31725689 |   921616     2082      9 |  0.000 % |
321.21/324.73	c 325	|      3221 |    7135  1560685 31725689 |  1013777     3221      9 |  0.000 % |
321.70/325.22	c 325	|      4929 |    7135  1560685 31725689 |  1115155     4929     10 |  0.000 % |
322.40/325.90	c 326	|      7492 |    7135  1560685 31725689 |  1226671     7492     10 |  0.000 % |
322.99/326.54	c 327	|     11336 |    7135  1560685 31725689 |  1349338    11336     10 |  0.000 % |
324.29/327.84	c 328	|     17103 |    7135  1560685 31725689 |  1484272    17103     11 |  0.000 % |
326.58/330.11	c 330	|     25753 |    7135  1560685 31725689 |  1632699    25753     11 |  0.000 % |
329.26/332.87	c 333	|     38728 |    7135  1560685 31725689 |  1795969    38728     11 |  0.000 % |
333.93/337.58	c 338	|     58189 |    7135  1560685 31725689 |  1975566    58189     11 |  0.000 % |
347.57/351.23	c 352	|     87385 |    7135  1560685 31725689 |  2173122    87385     12 |  0.000 % |
361.89/365.65	c 366	|    131174 |    7135  1560685 31725689 |  2390435   131174     12 |  0.000 % |
397.54/401.55	c 402	|    196858 |    7135  1560685 31725689 |  2629478   196858     12 |  0.000 % |
453.76/458.03	c 458	|    295384 |    7135  1560685 31725689 |  2892426   295384     13 |  0.000 % |
560.43/565.24	c 566	|    443174 |    7135  1560685 31725689 |  3181669   443174     13 |  0.000 % |
889.20/895.67	c 896	|    664857 |    7135  1560685 31725689 |  3499836   664857     15 |  0.000 % |
1691.25/1701.69	c 1702	|    997383 |    7135  1560685 31725689 |  3849819   997383     18 |  0.000 % |
3248.77/3266.80	c 3267	|   1496171 |    7135  1560685 31725689 |  4234801  1496171     21 |  0.000 % |
3600.09/3619.81	c ERROR INTERRUPTED
3600.09/3619.81	s UNKNOWN
3600.09/3619.91	c 3620	CPU 3597.52 (0.06 0.02 3597.46 2.63)
3600.09/3619.91	c 3620	END Sat Jul 12 06:51:48 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-1110775-1215834688/watcher-1110775-1215834688 -o /tmp/evaluation-result-1110775-1215834688/solver-1110775-1215834688 -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-1110775-1215834688.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.08 2.03 1.93 4/82 16750
/proc/meminfo: memFree=1700888/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=12268 CPUtime=0
/proc/16750/stat : 16750 (sugar++) R 16748 16750 15732 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 40170363 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 210824297061 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16750/statm: 3067 316 241 3 0 167 0

[startup+0.084712 s]
/proc/loadavg: 2.08 2.03 1.93 4/82 16750
/proc/meminfo: memFree=1700888/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=16740 CPUtime=0.06
/proc/16750/stat : 16750 (sugar++) S 16748 16750 15732 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 40170363 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16750/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101761 s]
/proc/loadavg: 2.08 2.03 1.93 4/82 16750
/proc/meminfo: memFree=1700888/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=16740 CPUtime=0.06
/proc/16750/stat : 16750 (sugar++) S 16748 16750 15732 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 40170363 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16750/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301756 s]
/proc/loadavg: 2.08 2.03 1.93 4/82 16750
/proc/meminfo: memFree=1700888/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=16740 CPUtime=0.06
/proc/16750/stat : 16750 (sugar++) S 16748 16750 15732 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 40170363 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16750/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701835 s]
/proc/loadavg: 2.08 2.03 1.93 4/82 16750
/proc/meminfo: memFree=1700888/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=16740 CPUtime=0.4
/proc/16750/stat : 16750 (sugar++) S 16748 16750 15732 0 -1 4194304 1296 4772 0 1 5 1 31 3 16 0 1 0 40170363 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16750/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 16740

[startup+1.508 s]
/proc/loadavg: 2.08 2.03 1.93 4/93 16772
/proc/meminfo: memFree=1680512/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=16740 CPUtime=0.4
/proc/16750/stat : 16750 (sugar++) S 16748 16750 15732 0 -1 4194304 1296 4772 0 1 5 1 31 3 15 0 1 0 40170363 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16750/statm: 4185 1104 409 3 0 764 0
[pid=16763] ppid=16750 vsize=5356 CPUtime=0
/proc/16763/stat : 16763 (sh) S 16750 16750 15732 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40170409 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16763/statm: 1339 233 193 169 0 50 0
[pid=16764] ppid=16763 vsize=864144 CPUtime=1.03
/proc/16764/stat : 16764 (java) S 16763 16750 15732 0 -1 0 12738 0 1 0 97 6 0 0 18 0 9 0 40170409 884883456 11880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16764/statm: 216036 11880 2540 9 0 210611 0
[pid=16764/tid=16765] ppid=16763 vsize=864144 CPUtime=0.41
/proc/16764/task/16765/stat : 16765 (java) R 16763 16750 15732 0 -1 64 2964 0 1 0 39 2 0 0 22 0 9 0 40170410 884883456 11880 996147200 134512640 134550740 4294955920 18446744073709551615 4126554224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16766] ppid=16763 vsize=864144 CPUtime=0.51
/proc/16764/task/16766/stat : 16766 (java) S 16763 16750 15732 0 -1 64 8748 0 0 0 49 2 0 0 17 0 9 0 40170411 884883456 11880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16767] ppid=16763 vsize=864144 CPUtime=0
/proc/16764/task/16767/stat : 16767 (java) S 16763 16750 15732 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40170411 884883456 11880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16768] ppid=16763 vsize=864144 CPUtime=0
/proc/16764/task/16768/stat : 16768 (java) S 16763 16750 15732 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40170411 884883456 11880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16769] ppid=16763 vsize=864144 CPUtime=0
/proc/16764/task/16769/stat : 16769 (java) S 16763 16750 15732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40170413 884883456 11880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16770] ppid=16763 vsize=864144 CPUtime=0.07
/proc/16764/task/16770/stat : 16770 (java) S 16763 16750 15732 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 40170413 884883456 11880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16771] ppid=16763 vsize=864144 CPUtime=0
/proc/16764/task/16771/stat : 16771 (java) S 16763 16750 15732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40170413 884883456 11880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16772] ppid=16763 vsize=864144 CPUtime=0
/proc/16764/task/16772/stat : 16772 (java) S 16763 16750 15732 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40170413 884883456 11880 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886240

[startup+3.10132 s]
/proc/loadavg: 2.08 2.03 1.93 4/93 16772
/proc/meminfo: memFree=1634496/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=16740 CPUtime=0.4
/proc/16750/stat : 16750 (sugar++) S 16748 16750 15732 0 -1 4194304 1297 4772 0 1 5 1 31 3 15 0 1 0 40170363 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16750/statm: 4185 1104 409 3 0 764 0
[pid=16763] ppid=16750 vsize=5356 CPUtime=0
/proc/16763/stat : 16763 (sh) S 16750 16750 15732 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40170409 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16763/statm: 1339 233 193 169 0 50 0
[pid=16764] ppid=16763 vsize=864380 CPUtime=2.6
/proc/16764/stat : 16764 (java) S 16763 16750 15732 0 -1 0 25908 0 1 0 248 12 0 0 18 0 9 0 40170409 885125120 24981 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16764/statm: 216095 24981 2540 9 0 210670 0
[pid=16764/tid=16765] ppid=16763 vsize=864380 CPUtime=0.77
/proc/16764/task/16765/stat : 16765 (java) R 16763 16750 15732 0 -1 64 3781 0 1 0 75 2 0 0 25 0 9 0 40170410 885125120 24981 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16766] ppid=16763 vsize=864380 CPUtime=1.71
/proc/16764/task/16766/stat : 16766 (java) R 16763 16750 15732 0 -1 64 21094 0 0 0 163 8 0 0 18 0 9 0 40170411 885125120 24981 996147200 134512640 134550740 4294955920 18446744073709551615 102731890 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16767] ppid=16763 vsize=864380 CPUtime=0
/proc/16764/task/16767/stat : 16767 (java) S 16763 16750 15732 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40170411 885125120 24981 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16768] ppid=16763 vsize=864380 CPUtime=0
/proc/16764/task/16768/stat : 16768 (java) S 16763 16750 15732 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40170411 885125120 24981 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16769] ppid=16763 vsize=864380 CPUtime=0
/proc/16764/task/16769/stat : 16769 (java) S 16763 16750 15732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40170413 885125120 24981 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16770] ppid=16763 vsize=864380 CPUtime=0.08
/proc/16764/task/16770/stat : 16770 (java) S 16763 16750 15732 0 -1 64 341 0 0 0 8 0 0 0 16 0 9 0 40170413 885125120 24981 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16771] ppid=16763 vsize=864380 CPUtime=0
/proc/16764/task/16771/stat : 16771 (java) S 16763 16750 15732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40170413 885125120 24981 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16772] ppid=16763 vsize=864380 CPUtime=0
/proc/16764/task/16772/stat : 16772 (java) S 16763 16750 15732 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40170413 885125120 24981 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886476

[startup+6.30296 s]
/proc/loadavg: 2.16 2.04 1.94 3/93 16772
/proc/meminfo: memFree=1600192/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=16740 CPUtime=0.4
/proc/16750/stat : 16750 (sugar++) S 16748 16750 15732 0 -1 4194304 1297 4772 0 1 5 1 31 3 15 0 1 0 40170363 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16750/statm: 4185 1104 409 3 0 764 0
[pid=16763] ppid=16750 vsize=5356 CPUtime=0
/proc/16763/stat : 16763 (sh) S 16750 16750 15732 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40170409 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16763/statm: 1339 233 193 169 0 50 0
[pid=16764] ppid=16763 vsize=864388 CPUtime=5.74
/proc/16764/stat : 16764 (java) S 16763 16750 15732 0 -1 0 27793 0 1 0 562 12 0 0 18 0 9 0 40170409 885133312 26805 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16764/statm: 216097 26805 2565 9 0 210644 0
[pid=16764/tid=16765] ppid=16763 vsize=864388 CPUtime=3.79
/proc/16764/task/16765/stat : 16765 (java) R 16763 16750 15732 0 -1 64 3865 0 1 0 377 2 0 0 25 0 9 0 40170410 885133312 26805 996147200 134512640 134550740 4294955920 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16766] ppid=16763 vsize=864388 CPUtime=1.81
/proc/16764/task/16766/stat : 16766 (java) S 16763 16750 15732 0 -1 64 22876 0 0 0 173 8 0 0 16 0 9 0 40170411 885133312 26805 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16767] ppid=16763 vsize=864388 CPUtime=0
/proc/16764/task/16767/stat : 16767 (java) S 16763 16750 15732 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40170411 885133312 26805 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16768] ppid=16763 vsize=864388 CPUtime=0
/proc/16764/task/16768/stat : 16768 (java) S 16763 16750 15732 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40170411 885133312 26805 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16769] ppid=16763 vsize=864388 CPUtime=0
/proc/16764/task/16769/stat : 16769 (java) S 16763 16750 15732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40170413 885133312 26805 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16770] ppid=16763 vsize=864388 CPUtime=0.11
/proc/16764/task/16770/stat : 16770 (java) S 16763 16750 15732 0 -1 64 360 0 0 0 11 0 0 0 16 0 9 0 40170413 885133312 26805 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16771] ppid=16763 vsize=864388 CPUtime=0
/proc/16764/task/16771/stat : 16771 (java) S 16763 16750 15732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40170413 885133312 26805 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16772] ppid=16763 vsize=864388 CPUtime=0
/proc/16764/task/16772/stat : 16772 (java) S 16763 16750 15732 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40170413 885133312 26805 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 886484

[startup+12.7013 s]
/proc/loadavg: 2.14 2.04 1.94 3/93 16772
/proc/meminfo: memFree=1587392/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=16740 CPUtime=0.4
/proc/16750/stat : 16750 (sugar++) S 16748 16750 15732 0 -1 4194304 1297 4772 0 1 5 1 31 3 15 0 1 0 40170363 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16750/statm: 4185 1104 409 3 0 764 0
[pid=16763] ppid=16750 vsize=5356 CPUtime=0
/proc/16763/stat : 16763 (sh) S 16750 16750 15732 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40170409 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16763/statm: 1339 233 193 169 0 50 0
[pid=16764] ppid=16763 vsize=864388 CPUtime=12.05
/proc/16764/stat : 16764 (java) S 16763 16750 15732 0 -1 0 29269 0 1 0 1192 13 0 0 18 0 9 0 40170409 885133312 28264 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16764/statm: 216097 28264 2565 9 0 210644 0
[pid=16764/tid=16765] ppid=16763 vsize=864388 CPUtime=10.03
/proc/16764/task/16765/stat : 16765 (java) R 16763 16750 15732 0 -1 64 3882 0 1 0 1000 3 0 0 25 0 9 0 40170410 885133312 28264 996147200 134512640 134550740 4294955920 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16766] ppid=16763 vsize=864388 CPUtime=1.88
/proc/16764/task/16766/stat : 16766 (java) S 16763 16750 15732 0 -1 64 24335 0 0 0 179 9 0 0 16 0 9 0 40170411 885133312 28264 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16767] ppid=16763 vsize=864388 CPUtime=0
/proc/16764/task/16767/stat : 16767 (java) S 16763 16750 15732 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40170411 885133312 28264 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16768] ppid=16763 vsize=864388 CPUtime=0
/proc/16764/task/16768/stat : 16768 (java) S 16763 16750 15732 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40170411 885133312 28264 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16769] ppid=16763 vsize=864388 CPUtime=0
/proc/16764/task/16769/stat : 16769 (java) S 16763 16750 15732 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40170413 885133312 28264 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16770] ppid=16763 vsize=864388 CPUtime=0.11
/proc/16764/task/16770/stat : 16770 (java) S 16763 16750 15732 0 -1 64 360 0 0 0 11 0 0 0 16 0 9 0 40170413 885133312 28264 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16771] ppid=16763 vsize=864388 CPUtime=0
/proc/16764/task/16771/stat : 16771 (java) S 16763 16750 15732 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40170413 885133312 28264 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16772] ppid=16763 vsize=864388 CPUtime=0
/proc/16764/task/16772/stat : 16772 (java) S 16763 16750 15732 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40170413 885133312 28264 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 886484

[startup+25.5018 s]
/proc/loadavg: 2.11 2.04 1.94 4/93 16772
/proc/meminfo: memFree=1563008/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=16740 CPUtime=0.4
/proc/16750/stat : 16750 (sugar++) S 16748 16750 15732 0 -1 4194304 1297 4772 0 1 5 1 31 3 15 0 1 0 40170363 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16750/statm: 4185 1104 409 3 0 764 0
[pid=16763] ppid=16750 vsize=5356 CPUtime=0
/proc/16763/stat : 16763 (sh) S 16750 16750 15732 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40170409 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16763/statm: 1339 233 193 169 0 50 0
[pid=16764] ppid=16763 vsize=864388 CPUtime=24.68
/proc/16764/stat : 16764 (java) S 16763 16750 15732 0 -1 0 32168 0 1 0 2450 18 0 0 18 0 9 0 40170409 885133312 31107 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16764/statm: 216097 31107 2565 9 0 210644 0
[pid=16764/tid=16765] ppid=16763 vsize=864388 CPUtime=22.44
/proc/16764/task/16765/stat : 16765 (java) R 16763 16750 15732 0 -1 64 3938 0 1 0 2238 6 0 0 25 0 9 0 40170410 885133312 31107 996147200 134512640 134550740 4294955920 18446744073709551615 4126640309 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16766] ppid=16763 vsize=864388 CPUtime=2.07
/proc/16764/task/16766/stat : 16766 (java) S 16763 16750 15732 0 -1 64 27171 0 0 0 197 10 0 0 16 0 9 0 40170411 885133312 31107 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16767] ppid=16763 vsize=864388 CPUtime=0
/proc/16764/task/16767/stat : 16767 (java) S 16763 16750 15732 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40170411 885133312 31107 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16764/tid=16768] ppid=16763 vsize=864388 CPUtime=0
/proc/16764/task/16768/stat : 16768 (java) S 16763 16750 15732 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40170411 885133312 31107 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16750] ppid=16748 vsize=16740 CPUtime=315.86
/proc/16750/stat : 16750 (sugar++) S 16748 16750 15732 0 -1 4194304 1461 75337 0 2 6 2 31427 151 16 0 1 0 40170363 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16750/statm: 4185 1113 414 3 0 764 0
[pid=16775] ppid=16750 vsize=380172 CPUtime=2590.1
/proc/16775/stat : 16775 (minisat-inc) R 16750 16750 15732 0 -1 4194304 93880 0 0 0 258916 94 0 0 25 0 1 0 40202295 389296128 93827 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16775/statm: 95043 93827 74 151 0 94889 0
Current children cumulated CPU time (s) 2905.96
Current children cumulated vsize (KiB) 396912

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16783
/proc/meminfo: memFree=824904/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=16740 CPUtime=315.86
/proc/16750/stat : 16750 (sugar++) S 16748 16750 15732 0 -1 4194304 1461 75337 0 2 6 2 31427 151 16 0 1 0 40170363 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16750/statm: 4185 1113 414 3 0 764 0
[pid=16775] ppid=16750 vsize=381784 CPUtime=2649.8
/proc/16775/stat : 16775 (minisat-inc) R 16750 16750 15732 0 -1 4194304 94299 0 0 0 264886 94 0 0 25 0 1 0 40202295 390946816 94246 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16775/statm: 95446 94246 74 151 0 95292 0
Current children cumulated CPU time (s) 2965.66
Current children cumulated vsize (KiB) 398524

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16783
/proc/meminfo: memFree=820744/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=16740 CPUtime=315.86
/proc/16750/stat : 16750 (sugar++) S 16748 16750 15732 0 -1 4194304 1461 75337 0 2 6 2 31427 151 16 0 1 0 40170363 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16750/statm: 4185 1113 414 3 0 764 0
[pid=16775] ppid=16750 vsize=383648 CPUtime=2709.51
/proc/16775/stat : 16775 (minisat-inc) R 16750 16750 15732 0 -1 4194304 94783 0 0 0 270856 95 0 0 25 0 1 0 40202295 392855552 94730 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16775/statm: 95912 94730 74 151 0 95758 0
Current children cumulated CPU time (s) 3025.37
Current children cumulated vsize (KiB) 400388

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16783
/proc/meminfo: memFree=816968/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=16740 CPUtime=315.86
/proc/16750/stat : 16750 (sugar++) S 16748 16750 15732 0 -1 4194304 1461 75337 0 2 6 2 31427 151 16 0 1 0 40170363 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16750/statm: 4185 1113 414 3 0 764 0
[pid=16775] ppid=16750 vsize=385552 CPUtime=2769.22
/proc/16775/stat : 16775 (minisat-inc) R 16750 16750 15732 0 -1 4194304 95249 0 0 0 276826 96 0 0 25 0 1 0 40202295 394805248 95196 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16775/statm: 96388 95196 74 151 0 96234 0
Current children cumulated CPU time (s) 3085.08
Current children cumulated vsize (KiB) 402292

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16783
/proc/meminfo: memFree=812936/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=16740 CPUtime=315.86
/proc/16750/stat : 16750 (sugar++) S 16748 16750 15732 0 -1 4194304 1461 75337 0 2 6 2 31427 151 16 0 1 0 40170363 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16750/statm: 4185 1113 414 3 0 764 0
[pid=16775] ppid=16750 vsize=387988 CPUtime=2828.92
/proc/16775/stat : 16775 (minisat-inc) R 16750 16750 15732 0 -1 4194304 95880 0 0 0 282796 96 0 0 25 0 1 0 40202295 397299712 95827 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16775/statm: 96997 95827 74 151 0 96843 0
Current children cumulated CPU time (s) 3144.78
Current children cumulated vsize (KiB) 404728

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16783
/proc/meminfo: memFree=808968/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=16740 CPUtime=315.86
/proc/16750/stat : 16750 (sugar++) S 16748 16750 15732 0 -1 4194304 1461 75337 0 2 6 2 31427 151 16 0 1 0 40170363 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16750/statm: 4185 1113 414 3 0 764 0
[pid=16775] ppid=16750 vsize=390500 CPUtime=2888.63
/proc/16775/stat : 16775 (minisat-inc) R 16750 16750 15732 0 -1 4194304 96466 0 0 0 288766 97 0 0 25 0 1 0 40202295 399872000 96413 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16775/statm: 97625 96413 74 151 0 97471 0
Current children cumulated CPU time (s) 3204.49
Current children cumulated vsize (KiB) 407240

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16783
/proc/meminfo: memFree=804936/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=16740 CPUtime=315.86
/proc/16750/stat : 16750 (sugar++) S 16748 16750 15732 0 -1 4194304 1461 75337 0 2 6 2 31427 151 16 0 1 0 40170363 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16750/statm: 4185 1113 414 3 0 764 0
[pid=16775] ppid=16750 vsize=392936 CPUtime=2948.34
/proc/16775/stat : 16775 (minisat-inc) R 16750 16750 15732 0 -1 4194304 97121 0 0 0 294736 98 0 0 25 0 1 0 40202295 402366464 97068 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/16775/statm: 98234 97068 74 151 0 98080 0
Current children cumulated CPU time (s) 3264.2
Current children cumulated vsize (KiB) 409676

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16783
/proc/meminfo: memFree=800392/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=16740 CPUtime=315.86
/proc/16750/stat : 16750 (sugar++) S 16748 16750 15732 0 -1 4194304 1461 75337 0 2 6 2 31427 151 16 0 1 0 40170363 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16750/statm: 4185 1113 414 3 0 764 0
[pid=16775] ppid=16750 vsize=396228 CPUtime=3008.04
/proc/16775/stat : 16775 (minisat-inc) R 16750 16750 15732 0 -1 4194304 97946 0 0 0 300705 99 0 0 25 0 1 0 40202295 405737472 97893 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16775/statm: 99057 97893 74 151 0 98903 0
Current children cumulated CPU time (s) 3323.9
Current children cumulated vsize (KiB) 412968

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16783
/proc/meminfo: memFree=795080/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=16740 CPUtime=315.86
/proc/16750/stat : 16750 (sugar++) S 16748 16750 15732 0 -1 4194304 1461 75337 0 2 6 2 31427 151 16 0 1 0 40170363 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16750/statm: 4185 1113 414 3 0 764 0
[pid=16775] ppid=16750 vsize=399692 CPUtime=3067.75
/proc/16775/stat : 16775 (minisat-inc) R 16750 16750 15732 0 -1 4194304 98838 0 0 0 306675 100 0 0 25 0 1 0 40202295 409284608 98785 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16775/statm: 99923 98785 74 151 0 99769 0
Current children cumulated CPU time (s) 3383.61
Current children cumulated vsize (KiB) 416432

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16783
/proc/meminfo: memFree=789896/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=16740 CPUtime=315.86
/proc/16750/stat : 16750 (sugar++) S 16748 16750 15732 0 -1 4194304 1461 75337 0 2 6 2 31427 151 16 0 1 0 40170363 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16750/statm: 4185 1113 414 3 0 764 0
[pid=16775] ppid=16750 vsize=406532 CPUtime=3127.45
/proc/16775/stat : 16775 (minisat-inc) R 16750 16750 15732 0 -1 4194304 99761 0 0 0 312644 101 0 0 25 0 1 0 40202295 416288768 99708 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 1 0 0
/proc/16775/statm: 101633 99708 74 151 0 101479 0
Current children cumulated CPU time (s) 3443.31
Current children cumulated vsize (KiB) 423272

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16783
/proc/meminfo: memFree=784648/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=16740 CPUtime=315.86
/proc/16750/stat : 16750 (sugar++) S 16748 16750 15732 0 -1 4194304 1461 75337 0 2 6 2 31427 151 16 0 1 0 40170363 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16750/statm: 4185 1113 414 3 0 764 0
[pid=16775] ppid=16750 vsize=410000 CPUtime=3187.16
/proc/16775/stat : 16775 (minisat-inc) R 16750 16750 15732 0 -1 4194304 100653 0 0 0 318613 103 0 0 25 0 1 0 40202295 419840000 100600 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16775/statm: 102500 100600 74 151 0 102346 0
Current children cumulated CPU time (s) 3503.02
Current children cumulated vsize (KiB) 426740

[startup+3582.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 16819
/proc/meminfo: memFree=1237592/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=16740 CPUtime=315.86
/proc/16750/stat : 16750 (sugar++) S 16748 16750 15732 0 -1 4194304 1461 75337 0 2 6 2 31427 151 16 0 1 0 40170363 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16750/statm: 4185 1113 414 3 0 764 0
[pid=16775] ppid=16750 vsize=413424 CPUtime=3246.89
/proc/16775/stat : 16775 (minisat-inc) R 16750 16750 15732 0 -1 4194304 101529 0 0 0 324584 105 0 0 25 0 1 0 40202295 423346176 101476 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16775/statm: 103356 101476 74 151 0 103202 0
Current children cumulated CPU time (s) 3562.75
Current children cumulated vsize (KiB) 430164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3619.8 s]
/proc/loadavg: 1.97 1.98 1.99 3/82 16819
/proc/meminfo: memFree=1235672/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=16740 CPUtime=315.86
/proc/16750/stat : 16750 (sugar++) S 16748 16750 15732 0 -1 4194304 1461 75337 0 2 6 2 31427 151 16 0 1 0 40170363 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16750/statm: 4185 1113 414 3 0 764 0
[pid=16775] ppid=16750 vsize=415304 CPUtime=3284.23
/proc/16775/stat : 16775 (minisat-inc) R 16750 16750 15732 0 -1 4194304 102002 0 0 0 328318 105 0 0 25 0 1 0 40202295 425271296 101949 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16775/statm: 103826 101949 74 151 0 103672 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 432044

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

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

[startup+3619.91 s]
/proc/loadavg: 1.97 1.98 1.99 3/82 16819
/proc/meminfo: memFree=1235672/2055920 swapFree=4192812/4192956
[pid=16750] ppid=16748 vsize=16740 CPUtime=3600.21
/proc/16750/stat : 16750 (sugar++) R 16748 16750 15732 0 -1 4194304 1488 177339 0 2 6 6 359746 263 18 0 1 0 40170363 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 210824303657 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16750/statm: 4185 1114 415 3 0 764 0
Current children cumulated CPU time (s) 3600.21
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 3619.95
CPU time (s): 3600.27
CPU user time (s): 3597.53
CPU system time (s): 2.73758
CPU usage (%): 99.4563
Max. virtual memory (cumulated for all children) (KiB): 899548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.53
system time used= 2.73758
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178874
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= 17718
involuntary context switches= 63067

runsolver used 3.88141 second user time and 10.2204 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-12 05:51:28
IDJOB=1110775
IDBENCH=61151
IDSOLVER=367
FILE ID=node33/1110775-1215834688
PBS_JOBID= 7903359
Free space on /tmp= 66444 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= da2ac26052baa9f2c530f67d033b239f
RANDOM SEED=726541392

node33.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.264
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.264
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:       1701368 kB
Buffers:         31676 kB
Cached:         117584 kB
SwapCached:          0 kB
Active:         235020 kB
Inactive:        61404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1701368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           24744 kB
Writeback:           0 kB
Mapped:         168180 kB
Slab:            43132 kB
Committed_AS:   322340 kB
PageTables:       2172 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= 66472 MiB
End job on node33 at 2008-07-12 06:51:50