Trace number 1111591

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.21 3603.94

General information on the benchmark

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

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Sat Jul 12 10:01:16 2008
0.00/0.07	c 0	PID 17494
0.06/0.08	c 0	HOST node3.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1111591-1215849676.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111591-1215849676.xml' 'HOME/temp.csp'
0.06/0.52	c 1	1 domains, 320 variables, 0 predicates, 2 relations, 36 constraints
0.32/0.60	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.32/0.60	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.32/0.67	c 1	Parsing HOME/temp.csp
0.71/1.04	c 1	parsed 359 expressions
0.71/1.05	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.71/1.05	c 1	MAX CSP: 36 constraints
0.71/1.05	c 1	Converting to clausal form CSP
0.71/1.07	c 1	converted 40 (10%) expressions
0.71/1.07	c 1	converted 80 (20%) expressions
0.71/1.07	c 1	converted 120 (30%) expressions
0.71/1.07	c 1	converted 160 (40%) expressions
0.71/1.07	c 1	converted 199 (50%) expressions
0.71/1.07	c 1	converted 239 (60%) expressions
0.71/1.07	c 1	converted 279 (70%) expressions
0.71/1.07	c 1	converted 319 (80%) expressions
2.41/2.70	c 3	converted 359 (90%) expressions
2.91/3.23	c 3	converted 398 (100%) expressions
2.91/3.23	c 3	CSP : 392 integers, 0 booleans, 107 clauses, largest domain size 55
2.91/3.23	c 3	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.91/3.23	c 3	Propagation in CSP
2.91/3.24	c 3	34 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.91/3.24	c 3	CSP : 392 integers, 0 booleans, 107 clauses, largest domain size 37
2.91/3.25	c 3	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.91/3.25	c 4	Simplifing CSP by introducing new Boolean variables
2.91/3.25	c 4	CSP : 392 integers, 0 booleans, 107 clauses, largest domain size 37
2.91/3.25	c 4	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.21/3.53	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.21/3.55	c 4	40 (10%) CSP integer variables are encoded (960 clauses, 10417 bytes)
3.21/3.56	c 4	79 (20%) CSP integer variables are encoded (1896 clauses, 22585 bytes)
3.21/3.56	c 4	118 (30%) CSP integer variables are encoded (2832 clauses, 34753 bytes)
3.21/3.56	c 4	157 (40%) CSP integer variables are encoded (3768 clauses, 46921 bytes)
3.21/3.56	c 4	196 (50%) CSP integer variables are encoded (4704 clauses, 59089 bytes)
3.21/3.56	c 4	236 (60%) CSP integer variables are encoded (5664 clauses, 71569 bytes)
3.21/3.56	c 4	275 (70%) CSP integer variables are encoded (6600 clauses, 83737 bytes)
3.21/3.56	c 4	314 (80%) CSP integer variables are encoded (7536 clauses, 95905 bytes)
3.21/3.56	c 4	353 (90%) CSP integer variables are encoded (7680 clauses, 97777 bytes)
3.21/3.57	c 4	392 (100%) CSP integer variables are encoded (7979 clauses, 101664 bytes)
217.98/218.47	c 219	11 (10%) CSP clauses are encoded (716192 clauses, 79530403 bytes)
393.63/395.97	c 396	22 (20%) CSP clauses are encoded (1308517 clauses, 146349797 bytes)
398.28/400.61	c 401	33 (30%) CSP clauses are encoded (1379346 clauses, 155802108 bytes)
399.47/401.86	c 402	43 (40%) CSP clauses are encoded (1398696 clauses, 158380520 bytes)
399.47/401.87	c 402	54 (50%) CSP clauses are encoded (1399627 clauses, 158396054 bytes)
399.47/401.87	c 402	65 (60%) CSP clauses are encoded (1399680 clauses, 158396870 bytes)
399.47/401.87	c 402	75 (70%) CSP clauses are encoded (1400416 clauses, 158409844 bytes)
399.47/401.88	c 402	86 (80%) CSP clauses are encoded (1400477 clauses, 158410790 bytes)
399.47/401.88	c 402	97 (90%) CSP clauses are encoded (1400582 clauses, 158412491 bytes)
399.47/401.88	c 402	107 (100%) CSP clauses are encoded (1400881 clauses, 158417531 bytes)
399.47/401.88	c 402	107 CSP clauses encoded
399.47/401.88	c 402	Writing map file : HOME/temp.map
399.47/401.89	c 402	Heap : 123 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
399.47/401.89	c 402	SAT : 8371 SAT variables, 1400881 SAT clauses, 158417531 bytes
399.47/401.89	c 402	Heap : 123 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
399.55/401.97	c 402	OBJECTIVE minimize _COST
399.55/401.97	c 402	SOLVING HOME/temp.cnf
399.55/401.97	c 402	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
399.55/401.97	c 402	This is MiniSat 2.0 beta incremental
399.55/401.97	c 402	WARNING: for repeatability, setting FPU to use double precision
399.55/401.97	c 402	============================[ Problem Statistics ]=============================
399.55/401.97	c 402	|                                                                             |
399.55/401.97	c 402	|  Number of variables:  8371                                                 |
399.55/401.97	c 402	|  Number of clauses:    1400881                                              |
402.61/405.04	c 405	|  Parsing time:         2.82         s                                       |
402.71/405.19	c 405	OK
402.71/405.19	c 405	OBJECTIVE BOUND: 0 <= _COST <= 
402.71/405.19	c 405	SEARCHING: _COST <= 18
402.71/405.19	c 405	============================[ Search Statistics ]==============================
402.71/405.19	c 405	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
402.71/405.19	c 405	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
402.71/405.19	c 405	===============================================================================
402.71/405.19	c 405	|         0 |    8371  1400881 29069034 |   466960        0    nan |  0.000 % |
402.80/405.20	c 405	|       100 |    8371  1400881 29069034 |   513656      100      7 |  0.000 % |
402.90/405.36	c 406	|       250 |    8371  1400881 29069034 |   565022      250      7 |  0.000 % |
403.00/405.45	c 406	|       475 |    8371  1400881 29069034 |   621524      475      8 |  0.000 % |
403.21/405.66	c 406	|       813 |    8371  1400881 29069034 |   683676      813      8 |  0.000 % |
403.31/405.73	c 406	|      1319 |    8371  1400881 29069034 |   752044     1319      8 |  0.000 % |
403.41/405.88	c 406	|      2078 |    8371  1400881 29069034 |   827248     2078      9 |  0.000 % |
403.61/406.09	c 406	|      3217 |    8371  1400881 29069034 |   909973     3217      9 |  0.000 % |
403.91/406.35	c 407	|      4926 |    8371  1400881 29069034 |  1000970     4926      9 |  0.000 % |
404.51/406.96	c 407	|      7490 |    8371  1400881 29069034 |  1101068     7490     10 |  0.000 % |
405.21/407.70	c 408	|     11334 |    8371  1400881 29069034 |  1211174    11334     10 |  0.000 % |
407.00/409.43	c 410	|     17100 |    8371  1400881 29069034 |  1332292    17100     10 |  0.000 % |
409.60/412.06	c 412	|     25750 |    8371  1400881 29069034 |  1465521    25750     10 |  0.000 % |
413.81/416.24	c 416	|     38724 |    8371  1400881 29069034 |  1612073    38724     11 |  0.000 % |
420.50/422.99	c 423	|     58185 |    8371  1400881 29069034 |  1773281    58185     12 |  0.000 % |
430.70/433.17	c 433	|     87377 |    8371  1400881 29069034 |  1950609    87377     12 |  0.000 % |
449.38/451.84	c 452	|    131166 |    8371  1400881 29069034 |  2145670   131166     12 |  0.000 % |
479.68/482.15	c 482	|    196850 |    8371  1400881 29069034 |  2360237   196850     13 |  0.000 % |
556.66/559.14	c 559	|    295377 |    8371  1400881 29069034 |  2596260   295377     14 |  0.000 % |
787.60/790.16	c 790	|    443168 |    8371  1400881 29069034 |  2855886   443168     16 |  0.000 % |
1068.93/1071.53	c 1072	|    664852 |    8371  1400881 29069034 |  3141475   664852     17 |  0.000 % |
1977.02/1979.84	c 1980	|    997378 |    8371  1400881 29069034 |  3455623   997378     19 |  0.000 % |
3045.87/3048.91	c 3049	|   1496168 |    8371  1400881 29069034 |  3801185  1496168     20 |  0.000 % |
3600.04/3603.81	c ERROR INTERRUPTED
3600.04/3603.81	s UNKNOWN
3600.17/3603.91	c 3604	CPU 3597.9 (0.05 0.01 3597.85 2.21)
3600.17/3603.91	c 3604	END Sat Jul 12 11:01:20 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-1111591-1215849676/watcher-1111591-1215849676 -o /tmp/evaluation-result-1111591-1215849676/solver-1111591-1215849676 -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-1111591-1215849676.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.56 2.56 2.28 4/80 17494
/proc/meminfo: memFree=1696608/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=18572 CPUtime=0
/proc/17494/stat : 17494 (runsolver) R 17492 17494 17180 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 41671006 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 233632754983 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17494/statm: 4643 292 257 25 0 2626 0

[startup+0.078763 s]
/proc/loadavg: 2.56 2.56 2.28 4/80 17494
/proc/meminfo: memFree=1696608/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=16740 CPUtime=0.06
/proc/17494/stat : 17494 (sugar++) S 17492 17494 17180 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 41671006 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17494/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102096 s]
/proc/loadavg: 2.56 2.56 2.28 4/80 17494
/proc/meminfo: memFree=1696608/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=16740 CPUtime=0.06
/proc/17494/stat : 17494 (sugar++) S 17492 17494 17180 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 41671006 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17494/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301114 s]
/proc/loadavg: 2.56 2.56 2.28 4/80 17494
/proc/meminfo: memFree=1696608/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=16740 CPUtime=0.06
/proc/17494/stat : 17494 (sugar++) S 17492 17494 17180 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 41671006 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17494/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.70114 s]
/proc/loadavg: 2.56 2.56 2.28 4/80 17494
/proc/meminfo: memFree=1696608/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=16740 CPUtime=0.32
/proc/17494/stat : 17494 (sugar++) S 17492 17494 17180 0 -1 4194304 1296 4698 0 1 5 1 23 3 16 0 1 0 41671006 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17494/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16740

[startup+1.50222 s]
/proc/loadavg: 2.59 2.57 2.28 4/91 17516
/proc/meminfo: memFree=1686920/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=16740 CPUtime=0.32
/proc/17494/stat : 17494 (sugar++) S 17492 17494 17180 0 -1 4194304 1296 4698 0 1 5 1 23 3 15 0 1 0 41671006 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17494/statm: 4185 1104 409 3 0 764 0
[pid=17507] ppid=17494 vsize=5356 CPUtime=0
/proc/17507/stat : 17507 (sh) S 17494 17494 17180 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 41671066 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17507/statm: 1339 233 193 169 0 50 0
[pid=17508] ppid=17507 vsize=864172 CPUtime=0.88
/proc/17508/stat : 17508 (java) S 17507 17494 17180 0 -1 0 8162 0 1 0 85 3 0 0 18 0 9 0 41671066 884912128 7368 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17508/statm: 216043 7368 2540 9 0 210618 0
[pid=17508/tid=17509] ppid=17507 vsize=864172 CPUtime=0.6
/proc/17508/task/17509/stat : 17509 (java) R 17507 17494 17180 0 -1 64 2648 0 1 0 59 1 0 0 19 0 9 0 41671067 884912128 7368 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17510] ppid=17507 vsize=864172 CPUtime=0.19
/proc/17508/task/17510/stat : 17510 (java) R 17507 17494 17180 0 -1 64 4478 0 0 0 18 1 0 0 16 0 9 0 41671068 884912128 7368 996147200 134512640 134550740 4294955920 18446744073709551615 102721922 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17511] ppid=17507 vsize=864172 CPUtime=0
/proc/17508/task/17511/stat : 17511 (java) S 17507 17494 17180 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41671068 884912128 7368 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17512] ppid=17507 vsize=864172 CPUtime=0
/proc/17508/task/17512/stat : 17512 (java) S 17507 17494 17180 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41671068 884912128 7368 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17513] ppid=17507 vsize=864172 CPUtime=0
/proc/17508/task/17513/stat : 17513 (java) S 17507 17494 17180 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41671070 884912128 7368 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17514] ppid=17507 vsize=864172 CPUtime=0.07
/proc/17508/task/17514/stat : 17514 (java) S 17507 17494 17180 0 -1 64 344 0 0 0 7 0 0 0 16 0 9 0 41671070 884912128 7368 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17515] ppid=17507 vsize=864172 CPUtime=0
/proc/17508/task/17515/stat : 17515 (java) S 17507 17494 17180 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41671070 884912128 7368 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17516] ppid=17507 vsize=864172 CPUtime=0
/proc/17508/task/17516/stat : 17516 (java) S 17507 17494 17180 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41671070 884912128 7368 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 886268

[startup+3.10234 s]
/proc/loadavg: 2.59 2.57 2.28 4/91 17516
/proc/meminfo: memFree=1648072/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=16740 CPUtime=0.32
/proc/17494/stat : 17494 (sugar++) S 17492 17494 17180 0 -1 4194304 1296 4698 0 1 5 1 23 3 16 0 1 0 41671006 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17494/statm: 4185 1104 409 3 0 764 0
[pid=17507] ppid=17494 vsize=5356 CPUtime=0
/proc/17507/stat : 17507 (sh) S 17494 17494 17180 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 41671066 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17507/statm: 1339 233 193 169 0 50 0
[pid=17508] ppid=17507 vsize=864172 CPUtime=2.48
/proc/17508/stat : 17508 (java) S 17507 17494 17180 0 -1 0 22322 0 1 0 238 10 0 0 18 0 9 0 41671066 884912128 21396 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17508/statm: 216043 21398 2540 9 0 210618 0
[pid=17508/tid=17509] ppid=17507 vsize=864172 CPUtime=1.01
/proc/17508/task/17509/stat : 17509 (java) R 17507 17494 17180 0 -1 64 3700 0 1 0 100 1 0 0 23 0 9 0 41671067 884912128 21399 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17510] ppid=17507 vsize=864172 CPUtime=1.37
/proc/17508/task/17510/stat : 17510 (java) R 17507 17494 17180 0 -1 64 17589 0 0 0 129 8 0 0 18 0 9 0 41671068 884912128 21400 996147200 134512640 134550740 4294955920 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17511] ppid=17507 vsize=864172 CPUtime=0
/proc/17508/task/17511/stat : 17511 (java) S 17507 17494 17180 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41671068 884912128 21402 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17512] ppid=17507 vsize=864172 CPUtime=0
/proc/17508/task/17512/stat : 17512 (java) S 17507 17494 17180 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41671068 884912128 21403 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17513] ppid=17507 vsize=864172 CPUtime=0
/proc/17508/task/17513/stat : 17513 (java) S 17507 17494 17180 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41671070 884912128 21405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17514] ppid=17507 vsize=864172 CPUtime=0.08
/proc/17508/task/17514/stat : 17514 (java) S 17507 17494 17180 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 41671070 884912128 21406 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17515] ppid=17507 vsize=864172 CPUtime=0
/proc/17508/task/17515/stat : 17515 (java) S 17507 17494 17180 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41671070 884912128 21408 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17516] ppid=17507 vsize=864172 CPUtime=0
/proc/17508/task/17516/stat : 17516 (java) S 17507 17494 17180 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41671070 884912128 21409 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 886268

[startup+6.3016 s]
/proc/loadavg: 2.62 2.58 2.28 3/91 17516
/proc/meminfo: memFree=1602376/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=16740 CPUtime=0.32
/proc/17494/stat : 17494 (sugar++) S 17492 17494 17180 0 -1 4194304 1297 4698 0 1 5 1 23 3 15 0 1 0 41671006 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17494/statm: 4185 1104 409 3 0 764 0
[pid=17507] ppid=17494 vsize=5356 CPUtime=0
/proc/17507/stat : 17507 (sh) S 17494 17494 17180 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 41671066 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17507/statm: 1339 233 193 169 0 50 0
[pid=17508] ppid=17507 vsize=864284 CPUtime=5.68
/proc/17508/stat : 17508 (java) S 17507 17494 17180 0 -1 0 26061 0 1 0 556 12 0 0 18 0 9 0 41671066 885026816 25073 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17508/statm: 216071 25073 2565 9 0 210618 0
[pid=17508/tid=17509] ppid=17507 vsize=864284 CPUtime=3.76
/proc/17508/task/17509/stat : 17509 (java) R 17507 17494 17180 0 -1 64 3785 0 1 0 375 1 0 0 25 0 9 0 41671067 885026816 25073 996147200 134512640 134550740 4294955920 18446744073709551615 4126668837 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17510] ppid=17507 vsize=864284 CPUtime=1.77
/proc/17508/task/17510/stat : 17510 (java) S 17507 17494 17180 0 -1 64 21215 0 0 0 168 9 0 0 16 0 9 0 41671068 885026816 25073 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17511] ppid=17507 vsize=864284 CPUtime=0
/proc/17508/task/17511/stat : 17511 (java) S 17507 17494 17180 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41671068 885026816 25073 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17512] ppid=17507 vsize=864284 CPUtime=0
/proc/17508/task/17512/stat : 17512 (java) S 17507 17494 17180 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41671068 885026816 25073 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17513] ppid=17507 vsize=864284 CPUtime=0
/proc/17508/task/17513/stat : 17513 (java) S 17507 17494 17180 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41671070 885026816 25073 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17514] ppid=17507 vsize=864284 CPUtime=0.12
/proc/17508/task/17514/stat : 17514 (java) S 17507 17494 17180 0 -1 64 369 0 0 0 12 0 0 0 16 0 9 0 41671070 885026816 25073 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17515] ppid=17507 vsize=864284 CPUtime=0
/proc/17508/task/17515/stat : 17515 (java) S 17507 17494 17180 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41671070 885026816 25073 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17516] ppid=17507 vsize=864284 CPUtime=0
/proc/17508/task/17516/stat : 17516 (java) S 17507 17494 17180 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41671070 885026816 25073 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 886380

[startup+12.7021 s]
/proc/loadavg: 2.65 2.58 2.29 3/91 17516
/proc/meminfo: memFree=1599496/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=16740 CPUtime=0.32
/proc/17494/stat : 17494 (sugar++) S 17492 17494 17180 0 -1 4194304 1297 4698 0 1 5 1 23 3 15 0 1 0 41671006 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17494/statm: 4185 1104 409 3 0 764 0
[pid=17507] ppid=17494 vsize=5356 CPUtime=0
/proc/17507/stat : 17507 (sh) S 17494 17494 17180 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 41671066 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17507/statm: 1339 233 193 169 0 50 0
[pid=17508] ppid=17507 vsize=864284 CPUtime=12.08
/proc/17508/stat : 17508 (java) S 17507 17494 17180 0 -1 0 27063 0 1 0 1195 13 0 0 18 0 9 0 41671066 885026816 26063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17508/statm: 216071 26063 2565 9 0 210618 0
[pid=17508/tid=17509] ppid=17507 vsize=864284 CPUtime=10.11
/proc/17508/task/17509/stat : 17509 (java) R 17507 17494 17180 0 -1 64 3797 0 1 0 1010 1 0 0 25 0 9 0 41671067 885026816 26063 996147200 134512640 134550740 4294955920 18446744073709551615 4126668872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17510] ppid=17507 vsize=864284 CPUtime=1.82
/proc/17508/task/17510/stat : 17510 (java) S 17507 17494 17180 0 -1 64 22205 0 0 0 172 10 0 0 16 0 9 0 41671068 885026816 26063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17511] ppid=17507 vsize=864284 CPUtime=0
/proc/17508/task/17511/stat : 17511 (java) S 17507 17494 17180 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41671068 885026816 26063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17512] ppid=17507 vsize=864284 CPUtime=0
/proc/17508/task/17512/stat : 17512 (java) S 17507 17494 17180 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41671068 885026816 26063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17513] ppid=17507 vsize=864284 CPUtime=0
/proc/17508/task/17513/stat : 17513 (java) S 17507 17494 17180 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41671070 885026816 26063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17514] ppid=17507 vsize=864284 CPUtime=0.12
/proc/17508/task/17514/stat : 17514 (java) S 17507 17494 17180 0 -1 64 369 0 0 0 12 0 0 0 16 0 9 0 41671070 885026816 26063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17515] ppid=17507 vsize=864284 CPUtime=0
/proc/17508/task/17515/stat : 17515 (java) S 17507 17494 17180 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41671070 885026816 26063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17516] ppid=17507 vsize=864284 CPUtime=0
/proc/17508/task/17516/stat : 17516 (java) S 17507 17494 17180 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41671070 885026816 26063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 886380

[startup+25.5012 s]
/proc/loadavg: 2.66 2.59 2.29 3/91 17516
/proc/meminfo: memFree=1582152/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=16740 CPUtime=0.32
/proc/17494/stat : 17494 (sugar++) S 17492 17494 17180 0 -1 4194304 1297 4698 0 1 5 1 23 3 15 0 1 0 41671006 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17494/statm: 4185 1104 409 3 0 764 0
[pid=17507] ppid=17494 vsize=5356 CPUtime=0
/proc/17507/stat : 17507 (sh) S 17494 17494 17180 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 41671066 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17507/statm: 1339 233 193 169 0 50 0
[pid=17508] ppid=17507 vsize=864284 CPUtime=24.87
/proc/17508/stat : 17508 (java) S 17507 17494 17180 0 -1 0 29364 0 1 0 2470 17 0 0 18 0 9 0 41671066 885026816 28309 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17508/statm: 216071 28309 2565 9 0 210618 0
[pid=17508/tid=17509] ppid=17507 vsize=864284 CPUtime=22.77
/proc/17508/task/17509/stat : 17509 (java) R 17507 17494 17180 0 -1 64 3854 0 1 0 2272 5 0 0 25 0 9 0 41671067 885026816 28309 996147200 134512640 134550740 4294955920 18446744073709551615 4126668890 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17510] ppid=17507 vsize=864284 CPUtime=1.95
/proc/17508/task/17510/stat : 17510 (java) S 17507 17494 17180 0 -1 64 24441 0 0 0 184 11 0 0 16 0 9 0 41671068 885026816 28309 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17511] ppid=17507 vsize=864284 CPUtime=0
/proc/17508/task/17511/stat : 17511 (java) S 17507 17494 17180 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41671068 885026816 28309 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17508/tid=17512] ppid=17507 vsize=864284 CPUtime=0
/proc/17508/task/17512/stat : 17512 (java) S 17507 17494 17180 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41671068 885026816 28309 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=17494] ppid=17492 vsize=16740 CPUtime=399.59
/proc/17494/stat : 17494 (sugar++) S 17492 17494 17180 0 -1 4194304 1462 68305 0 2 5 1 39821 132 16 0 1 0 41671006 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17494/statm: 4185 1113 414 3 0 764 0
[pid=17517] ppid=17494 vsize=365908 CPUtime=2519.71
/proc/17517/stat : 17517 (minisat-inc) R 17494 17494 17180 0 -1 4194304 90054 0 0 0 251901 70 0 0 25 0 1 0 41711203 374689792 90000 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17517/statm: 91477 90000 74 151 0 91323 0
Current children cumulated CPU time (s) 2919.3
Current children cumulated vsize (KiB) 382648

[startup+2982.3 s]
/proc/loadavg: 2.67 2.67 2.63 3/82 17519
/proc/meminfo: memFree=1171152/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=16740 CPUtime=399.59
/proc/17494/stat : 17494 (sugar++) S 17492 17494 17180 0 -1 4194304 1462 68305 0 2 5 1 39821 132 16 0 1 0 41671006 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17494/statm: 4185 1113 414 3 0 764 0
[pid=17517] ppid=17494 vsize=368576 CPUtime=2579.7
/proc/17517/stat : 17517 (minisat-inc) R 17494 17494 17180 0 -1 4194304 90730 0 0 0 257899 71 0 0 25 0 1 0 41711203 377421824 90676 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17517/statm: 92144 90676 74 151 0 91990 0
Current children cumulated CPU time (s) 2979.29
Current children cumulated vsize (KiB) 385316

[startup+3042.3 s]
/proc/loadavg: 2.67 2.68 2.63 3/82 17519
/proc/meminfo: memFree=1167312/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=16740 CPUtime=399.59
/proc/17494/stat : 17494 (sugar++) S 17492 17494 17180 0 -1 4194304 1462 68305 0 2 5 1 39821 132 16 0 1 0 41671006 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17494/statm: 4185 1113 414 3 0 764 0
[pid=17517] ppid=17494 vsize=372344 CPUtime=2639.68
/proc/17517/stat : 17517 (minisat-inc) R 17494 17494 17180 0 -1 4194304 91711 0 0 0 263896 72 0 0 25 0 1 0 41711203 381280256 91657 996147200 134512640 135134323 4294956192 18446744073709551615 134529106 0 0 4096 3 0 0 0 17 1 0 0
/proc/17517/statm: 93086 91657 74 151 0 92932 0
Current children cumulated CPU time (s) 3039.27
Current children cumulated vsize (KiB) 389084

[startup+3102.3 s]
/proc/loadavg: 2.78 2.71 2.64 3/82 17519
/proc/meminfo: memFree=1161744/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=16740 CPUtime=399.59
/proc/17494/stat : 17494 (sugar++) S 17492 17494 17180 0 -1 4194304 1462 68305 0 2 5 1 39821 132 16 0 1 0 41671006 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17494/statm: 4185 1113 414 3 0 764 0
[pid=17517] ppid=17494 vsize=378156 CPUtime=2699.67
/proc/17517/stat : 17517 (minisat-inc) R 17494 17494 17180 0 -1 4194304 93095 0 0 0 269893 74 0 0 25 0 1 0 41711203 387231744 93041 996147200 134512640 135134323 4294956192 18446744073709551615 134529106 0 0 4096 3 0 0 0 17 1 0 0
/proc/17517/statm: 94539 93041 74 151 0 94385 0
Current children cumulated CPU time (s) 3099.26
Current children cumulated vsize (KiB) 394896

[startup+3162.3 s]
/proc/loadavg: 2.65 2.68 2.63 3/82 17519
/proc/meminfo: memFree=1158928/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=16740 CPUtime=399.59
/proc/17494/stat : 17494 (sugar++) S 17492 17494 17180 0 -1 4194304 1462 68305 0 2 5 1 39821 132 16 0 1 0 41671006 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17494/statm: 4185 1113 414 3 0 764 0
[pid=17517] ppid=17494 vsize=381084 CPUtime=2759.66
/proc/17517/stat : 17517 (minisat-inc) R 17494 17494 17180 0 -1 4194304 93802 0 0 0 275891 75 0 0 25 0 1 0 41711203 390230016 93748 996147200 134512640 135134323 4294956192 18446744073709551615 134529126 0 0 4096 3 0 0 0 17 1 0 0
/proc/17517/statm: 95271 93748 74 151 0 95117 0
Current children cumulated CPU time (s) 3159.25
Current children cumulated vsize (KiB) 397824

[startup+3222.3 s]
/proc/loadavg: 2.66 2.68 2.63 3/82 17519
/proc/meminfo: memFree=1156304/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=16740 CPUtime=399.59
/proc/17494/stat : 17494 (sugar++) S 17492 17494 17180 0 -1 4194304 1462 68305 0 2 5 1 39821 132 16 0 1 0 41671006 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17494/statm: 4185 1113 414 3 0 764 0
[pid=17517] ppid=17494 vsize=383476 CPUtime=2819.64
/proc/17517/stat : 17517 (minisat-inc) R 17494 17494 17180 0 -1 4194304 94414 0 0 0 281889 75 0 0 25 0 1 0 41711203 392679424 94360 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17517/statm: 95869 94360 74 151 0 95715 0
Current children cumulated CPU time (s) 3219.23
Current children cumulated vsize (KiB) 400216

[startup+3282.3 s]
/proc/loadavg: 2.56 2.63 2.62 3/82 17519
/proc/meminfo: memFree=1154064/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=16740 CPUtime=399.59
/proc/17494/stat : 17494 (sugar++) S 17492 17494 17180 0 -1 4194304 1462 68305 0 2 5 1 39821 132 16 0 1 0 41671006 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17494/statm: 4185 1113 414 3 0 764 0
[pid=17517] ppid=17494 vsize=388780 CPUtime=2879.63
/proc/17517/stat : 17517 (minisat-inc) R 17494 17494 17180 0 -1 4194304 94963 0 0 0 287887 76 0 0 25 0 1 0 41711203 398110720 94909 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17517/statm: 97195 94909 74 151 0 97041 0
Current children cumulated CPU time (s) 3279.22
Current children cumulated vsize (KiB) 405520

[startup+3342.3 s]
/proc/loadavg: 2.74 2.66 2.63 3/82 17519
/proc/meminfo: memFree=1151440/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=16740 CPUtime=399.59
/proc/17494/stat : 17494 (sugar++) S 17492 17494 17180 0 -1 4194304 1462 68305 0 2 5 1 39821 132 16 0 1 0 41671006 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17494/statm: 4185 1113 414 3 0 764 0
[pid=17517] ppid=17494 vsize=391364 CPUtime=2939.61
/proc/17517/stat : 17517 (minisat-inc) R 17494 17494 17180 0 -1 4194304 95607 0 0 0 293884 77 0 0 25 0 1 0 41711203 400756736 95553 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17517/statm: 97841 95553 74 151 0 97687 0
Current children cumulated CPU time (s) 3339.2
Current children cumulated vsize (KiB) 408104

[startup+3402.31 s]
/proc/loadavg: 2.68 2.66 2.63 3/82 17519
/proc/meminfo: memFree=1148880/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=16740 CPUtime=399.59
/proc/17494/stat : 17494 (sugar++) S 17492 17494 17180 0 -1 4194304 1462 68305 0 2 5 1 39821 132 16 0 1 0 41671006 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17494/statm: 4185 1113 414 3 0 764 0
[pid=17517] ppid=17494 vsize=393956 CPUtime=2999.6
/proc/17517/stat : 17517 (minisat-inc) R 17494 17494 17180 0 -1 4194304 96234 0 0 0 299882 78 0 0 25 0 1 0 41711203 403410944 96180 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/17517/statm: 98489 96180 74 151 0 98335 0
Current children cumulated CPU time (s) 3399.19
Current children cumulated vsize (KiB) 410696

[startup+3462.3 s]
/proc/loadavg: 2.46 2.61 2.62 3/72 17531
/proc/meminfo: memFree=1283216/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=16740 CPUtime=399.59
/proc/17494/stat : 17494 (sugar++) S 17492 17494 17180 0 -1 4194304 1462 68305 0 2 5 1 39821 132 16 0 1 0 41671006 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17494/statm: 4185 1113 414 3 0 764 0
[pid=17517] ppid=17494 vsize=395984 CPUtime=3059.55
/proc/17517/stat : 17517 (minisat-inc) R 17494 17494 17180 0 -1 4194304 96776 0 0 0 305876 79 0 0 25 0 1 0 41711203 405487616 96722 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17517/statm: 98996 96722 74 151 0 98842 0
Current children cumulated CPU time (s) 3459.14
Current children cumulated vsize (KiB) 412724

[startup+3522.3 s]
/proc/loadavg: 2.17 2.50 2.58 3/82 17593
/proc/meminfo: memFree=1283776/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=16740 CPUtime=399.59
/proc/17494/stat : 17494 (sugar++) S 17492 17494 17180 0 -1 4194304 1462 68305 0 2 5 1 39821 132 16 0 1 0 41671006 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17494/statm: 4185 1113 414 3 0 764 0
[pid=17517] ppid=17494 vsize=397924 CPUtime=3119.29
/proc/17517/stat : 17517 (minisat-inc) R 17494 17494 17180 0 -1 4194304 97256 0 0 0 311848 81 0 0 25 0 1 0 41711203 407474176 97202 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17517/statm: 99481 97202 74 151 0 99327 0
Current children cumulated CPU time (s) 3518.88
Current children cumulated vsize (KiB) 414664

[startup+3582.3 s]
/proc/loadavg: 2.06 2.40 2.54 3/82 17593
/proc/meminfo: memFree=1272064/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=16740 CPUtime=399.59
/proc/17494/stat : 17494 (sugar++) S 17492 17494 17180 0 -1 4194304 1462 68305 0 2 5 1 39821 132 16 0 1 0 41671006 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17494/statm: 4185 1113 414 3 0 764 0
[pid=17517] ppid=17494 vsize=400112 CPUtime=3179.05
/proc/17517/stat : 17517 (minisat-inc) R 17494 17494 17180 0 -1 4194304 97787 0 0 0 317823 82 0 0 25 0 1 0 41711203 409714688 97733 996147200 134512640 135134323 4294956192 18446744073709551615 134531915 0 0 4096 3 0 0 0 17 0 0 0
/proc/17517/statm: 100028 97733 74 151 0 99874 0
Current children cumulated CPU time (s) 3578.64
Current children cumulated vsize (KiB) 416852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.8 s]
/proc/loadavg: 2.04 2.38 2.53 3/82 17599
/proc/meminfo: memFree=1271096/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=16740 CPUtime=399.59
/proc/17494/stat : 17494 (sugar++) S 17492 17494 17180 0 -1 4194304 1462 68305 0 2 5 1 39821 132 16 0 1 0 41671006 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17494/statm: 4185 1113 414 3 0 764 0
[pid=17517] ppid=17494 vsize=400772 CPUtime=3200.45
/proc/17517/stat : 17517 (minisat-inc) R 17494 17494 17180 0 -1 4194304 97968 0 0 0 319963 82 0 0 25 0 1 0 41711203 410390528 97914 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17517/statm: 100193 97914 74 151 0 100039 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 417512

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

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

[startup+3603.91 s]
/proc/loadavg: 2.04 2.38 2.53 3/82 17599
/proc/meminfo: memFree=1271096/2055920 swapFree=4192812/4192956
[pid=17494] ppid=17492 vsize=16740 CPUtime=3600.17
/proc/17494/stat : 17494 (sugar++) R 17492 17494 17180 0 -1 4194304 1488 166273 0 2 5 6 359785 221 18 0 1 0 41671006 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 233632928809 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17494/statm: 4185 1114 415 3 0 764 0
Current children cumulated CPU time (s) 3600.17
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 3603.94
CPU time (s): 3600.21
CPU user time (s): 3597.91
CPU system time (s): 2.30465
CPU usage (%): 99.8966
Max. virtual memory (cumulated for all children) (KiB): 897236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.91
system time used= 2.30465
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167808
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= 18850
involuntary context switches= 91390

runsolver used 3.45547 second user time and 10.0515 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-12 10:01:16
IDJOB=1111591
IDBENCH=61298
IDSOLVER=367
FILE ID=node3/1111591-1215849676
PBS_JOBID= 7903441
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1df82e8a2f01b53d84359bad2ff636b0
RANDOM SEED=560598375

node3.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.238
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.238
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:       1697088 kB
Buffers:         40556 kB
Cached:          86400 kB
SwapCached:          0 kB
Active:         234624 kB
Inactive:        66324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1048 kB
Writeback:           0 kB
Mapped:         194276 kB
Slab:            43052 kB
Committed_AS:   962560 kB
PageTables:       2064 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= 66536 MiB
End job on node3 at 2008-07-12 11:01:22