Trace number 1111615

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? (TO) 3600.28 3611.46

General information on the benchmark

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

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Sat Jul 12 10:09:27 2008
0.00/0.07	c 0	PID 11557
0.00/0.07	c 0	HOST node89.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1111615-1215850167.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111615-1215850167.xml' 'HOME/temp.csp'
0.06/0.50	c 1	1 domains, 288 variables, 0 predicates, 2 relations, 34 constraints
0.06/0.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.54	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.47/0.62	c 1	Parsing HOME/temp.csp
0.47/0.78	c 1	parsed 325 expressions
0.47/0.78	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.47/0.78	c 1	MAX CSP: 34 constraints
0.47/0.78	c 1	Converting to clausal form CSP
0.47/0.80	c 1	converted 37 (10%) expressions
0.47/0.80	c 1	converted 73 (20%) expressions
0.47/0.80	c 1	converted 109 (30%) expressions
0.47/0.80	c 1	converted 145 (40%) expressions
0.47/0.80	c 1	converted 181 (50%) expressions
0.47/0.80	c 1	converted 218 (60%) expressions
0.47/0.81	c 1	converted 254 (70%) expressions
0.47/0.81	c 1	converted 290 (80%) expressions
2.10/2.20	c 3	converted 326 (90%) expressions
2.70/2.83	c 3	converted 362 (100%) expressions
2.70/2.83	c 3	CSP : 356 integers, 0 booleans, 101 clauses, largest domain size 52
2.70/2.83	c 3	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.70/2.83	c 3	Propagation in CSP
2.70/2.84	c 3	32 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.70/2.85	c 3	CSP : 356 integers, 0 booleans, 101 clauses, largest domain size 35
2.70/2.85	c 3	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.70/2.85	c 3	Simplifing CSP by introducing new Boolean variables
2.70/2.85	c 3	CSP : 356 integers, 0 booleans, 101 clauses, largest domain size 35
2.70/2.85	c 3	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.00/3.14	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.00/3.16	c 3	36 (10%) CSP integer variables are encoded (864 clauses, 9360 bytes)
3.00/3.16	c 3	72 (20%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
3.00/3.16	c 3	107 (30%) CSP integer variables are encoded (2568 clauses, 31321 bytes)
3.00/3.16	c 3	143 (40%) CSP integer variables are encoded (3432 clauses, 42553 bytes)
3.00/3.16	c 3	178 (50%) CSP integer variables are encoded (4272 clauses, 53473 bytes)
3.00/3.17	c 3	214 (60%) CSP integer variables are encoded (5136 clauses, 64705 bytes)
3.00/3.17	c 3	250 (70%) CSP integer variables are encoded (6000 clauses, 75937 bytes)
3.00/3.17	c 3	285 (80%) CSP integer variables are encoded (6840 clauses, 86857 bytes)
3.00/3.17	c 3	321 (90%) CSP integer variables are encoded (6912 clauses, 87793 bytes)
3.00/3.17	c 3	356 (100%) CSP integer variables are encoded (7191 clauses, 91420 bytes)
206.69/208.29	c 209	11 (10%) CSP clauses are encoded (715404 clauses, 79027878 bytes)
348.42/350.99	c 351	21 (20%) CSP clauses are encoded (1226691 clauses, 136312521 bytes)
370.97/374.07	c 374	31 (30%) CSP clauses are encoded (1428711 clauses, 161494291 bytes)
377.62/382.45	c 383	41 (40%) CSP clauses are encoded (1489350 clauses, 169049331 bytes)
377.62/382.45	c 383	51 (50%) CSP clauses are encoded (1489514 clauses, 169051916 bytes)
377.62/382.46	c 383	61 (60%) CSP clauses are encoded (1489936 clauses, 169058755 bytes)
377.62/382.46	c 383	71 (70%) CSP clauses are encoded (1490902 clauses, 169075707 bytes)
377.62/382.46	c 383	81 (80%) CSP clauses are encoded (1490955 clauses, 169076529 bytes)
377.62/382.46	c 383	91 (90%) CSP clauses are encoded (1491052 clauses, 169078102 bytes)
377.62/382.46	c 383	101 (100%) CSP clauses are encoded (1491320 clauses, 169082597 bytes)
377.62/382.46	c 383	101 CSP clauses encoded
377.62/382.46	c 383	Writing map file : HOME/temp.map
377.62/382.47	c 383	Heap : 99 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
377.62/382.47	c 383	SAT : 7547 SAT variables, 1491320 SAT clauses, 169082597 bytes
377.62/382.47	c 383	Heap : 99 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
377.70/382.53	c 383	OBJECTIVE minimize _COST
377.70/382.53	c 383	SOLVING HOME/temp.cnf
377.70/382.53	c 383	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
377.70/382.53	c 383	This is MiniSat 2.0 beta incremental
377.70/382.53	c 383	WARNING: for repeatability, setting FPU to use double precision
377.70/382.53	c 383	============================[ Problem Statistics ]=============================
377.70/382.53	c 383	|                                                                             |
377.70/382.53	c 383	|  Number of variables:  7547                                                 |
377.70/382.53	c 383	|  Number of clauses:    1491320                                              |
380.77/385.66	c 386	|  Parsing time:         2.83         s                                       |
380.98/385.81	c 386	OK
380.98/385.81	c 386	OBJECTIVE BOUND: 0 <= _COST <= 
380.98/385.81	c 386	SEARCHING: _COST <= 17
380.98/385.81	c 386	============================[ Search Statistics ]==============================
380.98/385.81	c 386	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
380.98/385.81	c 386	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
380.98/385.81	c 386	===============================================================================
380.98/385.81	c 386	|         0 |    7547  1491320 31111551 |   497106        0    nan |  0.000 % |
381.08/385.90	c 386	|       101 |    7547  1491320 31111551 |   546817      101      7 |  0.000 % |
381.18/386.05	c 386	|       253 |    7547  1491320 31111551 |   601499      253      7 |  0.000 % |
381.27/386.13	c 386	|       478 |    7547  1491320 31111551 |   661648      478      7 |  0.000 % |
381.37/386.29	c 387	|       816 |    7547  1491320 31111551 |   727813      816      9 |  0.000 % |
381.76/386.67	c 387	|      1323 |    7547  1491320 31111551 |   800595     1323      9 |  0.000 % |
381.96/386.88	c 387	|      2084 |    7547  1491320 31111551 |   880654     2084     10 |  0.000 % |
382.37/387.29	c 388	|      3224 |    7547  1491320 31111551 |   968720     3224      9 |  0.000 % |
382.76/387.68	c 388	|      4933 |    7547  1491320 31111551 |  1065592     4933     10 |  0.000 % |
383.55/388.42	c 389	|      7497 |    7547  1491320 31111551 |  1172151     7497     10 |  0.000 % |
384.05/388.94	c 389	|     11341 |    7547  1491320 31111551 |  1289366    11341     10 |  0.000 % |
385.15/390.06	c 390	|     17108 |    7547  1491320 31111551 |  1418303    17108     11 |  0.000 % |
387.13/392.02	c 392	|     25757 |    7547  1491320 31111551 |  1560133    25757     11 |  0.000 % |
391.01/395.96	c 396	|     38733 |    7547  1491320 31111551 |  1716147    38733     11 |  0.000 % |
396.96/401.99	c 402	|     58194 |    7547  1491320 31111551 |  1887761    58194     12 |  0.000 % |
406.59/411.69	c 412	|     87386 |    7547  1491320 31111551 |  2076537    87386     12 |  0.000 % |
426.07/431.22	c 432	|    131175 |    7547  1491320 31111551 |  2284191   131175     12 |  0.000 % |
461.53/466.96	c 467	|    196859 |    7547  1491320 31111551 |  2512610   196859     13 |  0.000 % |
515.27/521.09	c 521	|    295385 |    7547  1491320 31111551 |  2763871   295385     13 |  0.000 % |
624.84/631.36	c 632	|    443174 |    7547  1491320 31111551 |  3040259   443174     14 |  0.000 % |
908.81/917.27	c 918	|    664858 |    7547  1491320 31111551 |  3344285   664858     17 |  0.000 % |
1691.22/1701.87	c 1702	|    997383 |    7547  1491320 31111551 |  3678713   997383     19 |  0.000 % |
2783.15/2794.10	c 2794	|   1496172 |    7547  1491320 31111551 |  4046584  1496172     19 |  0.000 % |
3600.09/3611.32	c ERROR INTERRUPTED
3600.09/3611.32	s UNKNOWN
3600.20/3611.42	c 3612	CPU 3597.62 (0.05 0.01 3597.57 2.53)
3600.20/3611.42	c 3612	END Sat Jul 12 11:09:39 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-1111615-1215850167/watcher-1111615-1215850167 -o /tmp/evaluation-result-1111615-1215850167/solver-1111615-1215850167 -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-1111615-1215850167.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.34 2.30 2.27 4/111 11557
/proc/meminfo: memFree=1785560/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=12268 CPUtime=0
/proc/11557/stat : 11557 (sugar++) R 11555 11557 10720 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 41713821 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 249078791166 0 0 4224 0 0 0 0 17 1 0 0
/proc/11557/statm: 3067 316 241 3 0 167 0

[startup+0.0187141 s]
/proc/loadavg: 2.34 2.30 2.27 4/111 11557
/proc/meminfo: memFree=1785560/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=12544 CPUtime=0
/proc/11557/stat : 11557 (sugar++) R 11555 11557 10720 0 -1 4194304 517 0 0 0 0 0 0 0 18 0 1 0 41713821 12845056 485 996147200 4194304 4206940 548682068528 18446744073709551615 249087885392 0 0 4224 0 0 0 0 17 1 0 0
/proc/11557/statm: 3136 485 313 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.102733 s]
/proc/loadavg: 2.34 2.30 2.27 4/111 11557
/proc/meminfo: memFree=1785560/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=16740 CPUtime=0.06
/proc/11557/stat : 11557 (sugar++) S 11555 11557 10720 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 41713821 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11557/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302776 s]
/proc/loadavg: 2.34 2.30 2.27 4/111 11557
/proc/meminfo: memFree=1785560/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=16740 CPUtime=0.06
/proc/11557/stat : 11557 (sugar++) S 11555 11557 10720 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 41713821 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11557/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702836 s]
/proc/loadavg: 2.34 2.30 2.27 4/111 11557
/proc/meminfo: memFree=1785560/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=16740 CPUtime=0.47
/proc/11557/stat : 11557 (sugar++) S 11555 11557 10720 0 -1 4194304 1296 4968 0 1 5 1 39 2 16 0 1 0 41713821 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11557/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 16740

[startup+1.50198 s]
/proc/loadavg: 2.34 2.30 2.27 4/122 11579
/proc/meminfo: memFree=1768000/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=16740 CPUtime=0.47
/proc/11557/stat : 11557 (sugar++) S 11555 11557 10720 0 -1 4194304 1296 4968 0 1 5 1 39 2 15 0 1 0 41713821 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11557/statm: 4185 1104 409 3 0 764 0
[pid=11570] ppid=11557 vsize=5356 CPUtime=0
/proc/11570/stat : 11570 (sh) S 11557 11557 10720 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41713876 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11570/statm: 1339 233 193 169 0 50 0
[pid=11571] ppid=11570 vsize=864148 CPUtime=0.93
/proc/11571/stat : 11571 (java) S 11570 11557 10720 0 -1 0 11719 0 1 0 87 6 0 0 19 0 9 0 41713876 884887552 10861 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11571/statm: 216037 10862 2540 9 0 210612 0
[pid=11571/tid=11572] ppid=11570 vsize=864148 CPUtime=0.37
/proc/11571/task/11572/stat : 11572 (java) R 11570 11557 10720 0 -1 64 2916 0 1 0 35 2 0 0 22 0 9 0 41713877 884887552 10862 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11573] ppid=11570 vsize=864148 CPUtime=0.48
/proc/11571/task/11573/stat : 11573 (java) R 11570 11557 10720 0 -1 64 7776 0 0 0 45 3 0 0 17 0 9 0 41713878 884887552 10862 996147200 134512640 134550740 4294955920 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11574] ppid=11570 vsize=864148 CPUtime=0
/proc/11571/task/11574/stat : 11574 (java) S 11570 11557 10720 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41713878 884887552 10862 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11575] ppid=11570 vsize=864148 CPUtime=0
/proc/11571/task/11575/stat : 11575 (java) S 11570 11557 10720 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41713878 884887552 10863 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11576] ppid=11570 vsize=864148 CPUtime=0
/proc/11571/task/11576/stat : 11576 (java) S 11570 11557 10720 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41713880 884887552 10863 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11577] ppid=11570 vsize=864148 CPUtime=0.06
/proc/11571/task/11577/stat : 11577 (java) S 11570 11557 10720 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 41713880 884887552 10863 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11578] ppid=11570 vsize=864148 CPUtime=0
/proc/11571/task/11578/stat : 11578 (java) S 11570 11557 10720 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41713880 884887552 10864 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11579] ppid=11570 vsize=864148 CPUtime=0
/proc/11571/task/11579/stat : 11579 (java) S 11570 11557 10720 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41713880 884887552 10864 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886244

[startup+3.10227 s]
/proc/loadavg: 2.34 2.30 2.27 3/122 11579
/proc/meminfo: memFree=1721664/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=16740 CPUtime=0.47
/proc/11557/stat : 11557 (sugar++) S 11555 11557 10720 0 -1 4194304 1297 4968 0 1 5 1 39 2 15 0 1 0 41713821 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11557/statm: 4185 1104 409 3 0 764 0
[pid=11570] ppid=11557 vsize=5356 CPUtime=0
/proc/11570/stat : 11570 (sh) S 11557 11557 10720 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41713876 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11570/statm: 1339 233 193 169 0 50 0
[pid=11571] ppid=11570 vsize=864384 CPUtime=2.53
/proc/11571/stat : 11571 (java) S 11570 11557 10720 0 -1 0 25384 0 1 0 242 11 0 0 19 0 9 0 41713876 885129216 24455 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11571/statm: 216096 24455 2540 9 0 210671 0
[pid=11571/tid=11572] ppid=11570 vsize=864384 CPUtime=0.74
/proc/11571/task/11572/stat : 11572 (java) R 11570 11557 10720 0 -1 64 3671 0 1 0 72 2 0 0 25 0 9 0 41713877 885129216 24455 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11573] ppid=11570 vsize=864384 CPUtime=1.69
/proc/11571/task/11573/stat : 11573 (java) R 11570 11557 10720 0 -1 64 20678 0 0 0 162 7 0 0 18 0 9 0 41713878 885129216 24455 996147200 134512640 134550740 4294955920 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11574] ppid=11570 vsize=864384 CPUtime=0
/proc/11571/task/11574/stat : 11574 (java) S 11570 11557 10720 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41713878 885129216 24455 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11575] ppid=11570 vsize=864384 CPUtime=0
/proc/11571/task/11575/stat : 11575 (java) S 11570 11557 10720 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41713878 885129216 24455 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11576] ppid=11570 vsize=864384 CPUtime=0
/proc/11571/task/11576/stat : 11576 (java) S 11570 11557 10720 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41713880 885129216 24455 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11577] ppid=11570 vsize=864384 CPUtime=0.07
/proc/11571/task/11577/stat : 11577 (java) S 11570 11557 10720 0 -1 64 342 0 0 0 7 0 0 0 16 0 9 0 41713880 885129216 24455 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11578] ppid=11570 vsize=864384 CPUtime=0
/proc/11571/task/11578/stat : 11578 (java) S 11570 11557 10720 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41713880 885129216 24455 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11579] ppid=11570 vsize=864384 CPUtime=0
/proc/11571/task/11579/stat : 11579 (java) S 11570 11557 10720 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41713880 885129216 24455 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) 886480

[startup+6.30184 s]
/proc/loadavg: 2.31 2.29 2.27 3/122 11579
/proc/meminfo: memFree=1686024/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=16740 CPUtime=0.47
/proc/11557/stat : 11557 (sugar++) S 11555 11557 10720 0 -1 4194304 1297 4968 0 1 5 1 39 2 15 0 1 0 41713821 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11557/statm: 4185 1104 409 3 0 764 0
[pid=11570] ppid=11557 vsize=5356 CPUtime=0
/proc/11570/stat : 11570 (sh) S 11557 11557 10720 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41713876 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11570/statm: 1339 233 193 169 0 50 0
[pid=11571] ppid=11570 vsize=864280 CPUtime=5.71
/proc/11571/stat : 11571 (java) S 11570 11557 10720 0 -1 0 27366 0 1 0 559 12 0 0 19 0 9 0 41713876 885022720 26382 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11571/statm: 216070 26382 2565 9 0 210617 0
[pid=11571/tid=11572] ppid=11570 vsize=864280 CPUtime=3.82
/proc/11571/task/11572/stat : 11572 (java) R 11570 11557 10720 0 -1 64 3817 0 1 0 379 3 0 0 25 0 9 0 41713877 885022720 26382 996147200 134512640 134550740 4294955920 18446744073709551615 4126646389 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11573] ppid=11570 vsize=864280 CPUtime=1.76
/proc/11571/task/11573/stat : 11573 (java) S 11570 11557 10720 0 -1 64 22495 0 0 0 168 8 0 0 16 0 9 0 41713878 885022720 26382 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11574] ppid=11570 vsize=864280 CPUtime=0
/proc/11571/task/11574/stat : 11574 (java) S 11570 11557 10720 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41713878 885022720 26382 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11575] ppid=11570 vsize=864280 CPUtime=0
/proc/11571/task/11575/stat : 11575 (java) S 11570 11557 10720 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41713878 885022720 26382 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11576] ppid=11570 vsize=864280 CPUtime=0
/proc/11571/task/11576/stat : 11576 (java) S 11570 11557 10720 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41713880 885022720 26382 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11577] ppid=11570 vsize=864280 CPUtime=0.1
/proc/11571/task/11577/stat : 11577 (java) S 11570 11557 10720 0 -1 64 361 0 0 0 10 0 0 0 16 0 9 0 41713880 885022720 26382 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11578] ppid=11570 vsize=864280 CPUtime=0
/proc/11571/task/11578/stat : 11578 (java) S 11570 11557 10720 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41713880 885022720 26382 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11579] ppid=11570 vsize=864280 CPUtime=0
/proc/11571/task/11579/stat : 11579 (java) S 11570 11557 10720 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41713880 885022720 26382 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886376

[startup+12.702 s]
/proc/loadavg: 2.29 2.29 2.27 4/122 11579
/proc/meminfo: memFree=1681928/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=16740 CPUtime=0.47
/proc/11557/stat : 11557 (sugar++) S 11555 11557 10720 0 -1 4194304 1297 4968 0 1 5 1 39 2 15 0 1 0 41713821 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11557/statm: 4185 1104 409 3 0 764 0
[pid=11570] ppid=11557 vsize=5356 CPUtime=0
/proc/11570/stat : 11570 (sh) S 11557 11557 10720 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41713876 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11570/statm: 1339 233 193 169 0 50 0
[pid=11571] ppid=11570 vsize=864280 CPUtime=12.06
/proc/11571/stat : 11571 (java) S 11570 11557 10720 0 -1 0 28495 0 1 0 1194 12 0 0 19 0 9 0 41713876 885022720 27498 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11571/statm: 216070 27498 2565 9 0 210617 0
[pid=11571/tid=11572] ppid=11570 vsize=864280 CPUtime=10.12
/proc/11571/task/11572/stat : 11572 (java) R 11570 11557 10720 0 -1 64 3830 0 1 0 1009 3 0 0 25 0 9 0 41713877 885022720 27498 996147200 134512640 134550740 4294955920 18446744073709551615 4126646400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11573] ppid=11570 vsize=864280 CPUtime=1.81
/proc/11571/task/11573/stat : 11573 (java) S 11570 11557 10720 0 -1 64 23611 0 0 0 173 8 0 0 16 0 9 0 41713878 885022720 27498 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11574] ppid=11570 vsize=864280 CPUtime=0
/proc/11571/task/11574/stat : 11574 (java) S 11570 11557 10720 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41713878 885022720 27498 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11575] ppid=11570 vsize=864280 CPUtime=0
/proc/11571/task/11575/stat : 11575 (java) S 11570 11557 10720 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41713878 885022720 27498 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11576] ppid=11570 vsize=864280 CPUtime=0
/proc/11571/task/11576/stat : 11576 (java) S 11570 11557 10720 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41713880 885022720 27498 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11577] ppid=11570 vsize=864280 CPUtime=0.1
/proc/11571/task/11577/stat : 11577 (java) S 11570 11557 10720 0 -1 64 361 0 0 0 10 0 0 0 16 0 9 0 41713880 885022720 27498 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11578] ppid=11570 vsize=864280 CPUtime=0
/proc/11571/task/11578/stat : 11578 (java) S 11570 11557 10720 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41713880 885022720 27498 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11579] ppid=11570 vsize=864280 CPUtime=0
/proc/11571/task/11579/stat : 11579 (java) S 11570 11557 10720 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41713880 885022720 27498 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 886376

[startup+25.5023 s]
/proc/loadavg: 2.30 2.29 2.27 3/122 11579
/proc/meminfo: memFree=1665928/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=16740 CPUtime=0.47
/proc/11557/stat : 11557 (sugar++) S 11555 11557 10720 0 -1 4194304 1297 4968 0 1 5 1 39 2 15 0 1 0 41713821 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11557/statm: 4185 1104 409 3 0 764 0
[pid=11570] ppid=11557 vsize=5356 CPUtime=0
/proc/11570/stat : 11570 (sh) S 11557 11557 10720 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41713876 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11570/statm: 1339 233 193 169 0 50 0
[pid=11571] ppid=11570 vsize=864280 CPUtime=24.78
/proc/11571/stat : 11571 (java) S 11570 11557 10720 0 -1 0 30642 0 1 0 2459 19 0 0 19 0 9 0 41713876 885022720 29595 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11571/statm: 216070 29595 2565 9 0 210617 0
[pid=11571/tid=11572] ppid=11570 vsize=864280 CPUtime=22.68
/proc/11571/task/11572/stat : 11572 (java) R 11570 11557 10720 0 -1 64 3880 0 1 0 2261 7 0 0 25 0 9 0 41713877 885022720 29595 996147200 134512640 134550740 4294955920 18446744073709551615 4126646340 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11573] ppid=11570 vsize=864280 CPUtime=1.94
/proc/11571/task/11573/stat : 11573 (java) S 11570 11557 10720 0 -1 64 25699 0 0 0 184 10 0 0 16 0 9 0 41713878 885022720 29595 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11574] ppid=11570 vsize=864280 CPUtime=0
/proc/11571/task/11574/stat : 11574 (java) S 11570 11557 10720 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41713878 885022720 29595 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11571/tid=11575] ppid=11570 vsize=864280 CPUtime=0
/proc/11571/task/11575/stat : 11575 (java) S 11570 11557 10720 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41713878 885022720 29595 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=11557] ppid=11555 vsize=16740 CPUtime=377.74
/proc/11557/stat : 11557 (sugar++) S 11555 11557 10720 0 -1 4194304 1462 75570 0 2 5 1 37623 145 16 0 1 0 41713821 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11557/statm: 4185 1113 414 3 0 764 0
[pid=11580] ppid=11557 vsize=384700 CPUtime=2533.57
/proc/11580/stat : 11580 (minisat-inc) R 11557 11557 10720 0 -1 4194304 94915 0 0 0 253265 92 0 0 25 0 1 0 41752074 393932800 94862 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11580/statm: 96175 94862 74 151 0 96021 0
Current children cumulated CPU time (s) 2911.31
Current children cumulated vsize (KiB) 401440

[startup+2982.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/114 11623
/proc/meminfo: memFree=1282824/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=16740 CPUtime=377.74
/proc/11557/stat : 11557 (sugar++) S 11555 11557 10720 0 -1 4194304 1462 75570 0 2 5 1 37623 145 16 0 1 0 41713821 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11557/statm: 4185 1113 414 3 0 764 0
[pid=11580] ppid=11557 vsize=387796 CPUtime=2593.55
/proc/11580/stat : 11580 (minisat-inc) R 11557 11557 10720 0 -1 4194304 95691 0 0 0 259263 92 0 0 25 0 1 0 41752074 397103104 95638 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 1 0 0
/proc/11580/statm: 96949 95638 74 151 0 96795 0
Current children cumulated CPU time (s) 2971.29
Current children cumulated vsize (KiB) 404536

[startup+3042.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/114 11623
/proc/meminfo: memFree=1279752/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=16740 CPUtime=377.74
/proc/11557/stat : 11557 (sugar++) S 11555 11557 10720 0 -1 4194304 1462 75570 0 2 5 1 37623 145 16 0 1 0 41713821 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11557/statm: 4185 1113 414 3 0 764 0
[pid=11580] ppid=11557 vsize=393948 CPUtime=2653.53
/proc/11580/stat : 11580 (minisat-inc) R 11557 11557 10720 0 -1 4194304 96458 0 0 0 265260 93 0 0 25 0 1 0 41752074 403402752 96405 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11580/statm: 98487 96405 74 151 0 98333 0
Current children cumulated CPU time (s) 3031.27
Current children cumulated vsize (KiB) 410688

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/114 11629
/proc/meminfo: memFree=1277192/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=16740 CPUtime=377.74
/proc/11557/stat : 11557 (sugar++) S 11555 11557 10720 0 -1 4194304 1462 75570 0 2 5 1 37623 145 16 0 1 0 41713821 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11557/statm: 4185 1113 414 3 0 764 0
[pid=11580] ppid=11557 vsize=396124 CPUtime=2713.5
/proc/11580/stat : 11580 (minisat-inc) R 11557 11557 10720 0 -1 4194304 97023 0 0 0 271257 93 0 0 25 0 1 0 41752074 405630976 96970 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11580/statm: 99031 96970 74 151 0 98877 0
Current children cumulated CPU time (s) 3091.24
Current children cumulated vsize (KiB) 412864

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/114 11629
/proc/meminfo: memFree=1274248/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=16740 CPUtime=377.74
/proc/11557/stat : 11557 (sugar++) S 11555 11557 10720 0 -1 4194304 1462 75570 0 2 5 1 37623 145 16 0 1 0 41713821 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11557/statm: 4185 1113 414 3 0 764 0
[pid=11580] ppid=11557 vsize=399036 CPUtime=2773.48
/proc/11580/stat : 11580 (minisat-inc) R 11557 11557 10720 0 -1 4194304 97776 0 0 0 277254 94 0 0 25 0 1 0 41752074 408612864 97723 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11580/statm: 99759 97723 74 151 0 99605 0
Current children cumulated CPU time (s) 3151.22
Current children cumulated vsize (KiB) 415776

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/114 11629
/proc/meminfo: memFree=1271304/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=16740 CPUtime=377.74
/proc/11557/stat : 11557 (sugar++) S 11555 11557 10720 0 -1 4194304 1462 75570 0 2 5 1 37623 145 16 0 1 0 41713821 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11557/statm: 4185 1113 414 3 0 764 0
[pid=11580] ppid=11557 vsize=401944 CPUtime=2833.47
/proc/11580/stat : 11580 (minisat-inc) R 11557 11557 10720 0 -1 4194304 98500 0 0 0 283252 95 0 0 25 0 1 0 41752074 411590656 98447 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11580/statm: 100486 98447 74 151 0 100332 0
Current children cumulated CPU time (s) 3211.21
Current children cumulated vsize (KiB) 418684

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/114 11629
/proc/meminfo: memFree=1268872/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=16740 CPUtime=377.74
/proc/11557/stat : 11557 (sugar++) S 11555 11557 10720 0 -1 4194304 1462 75570 0 2 5 1 37623 145 16 0 1 0 41713821 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11557/statm: 4185 1113 414 3 0 764 0
[pid=11580] ppid=11557 vsize=404292 CPUtime=2893.46
/proc/11580/stat : 11580 (minisat-inc) R 11557 11557 10720 0 -1 4194304 99085 0 0 0 289250 96 0 0 25 0 1 0 41752074 413995008 99032 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11580/statm: 101073 99032 74 151 0 100919 0
Current children cumulated CPU time (s) 3271.2
Current children cumulated vsize (KiB) 421032

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/114 11629
/proc/meminfo: memFree=1266248/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=16740 CPUtime=377.74
/proc/11557/stat : 11557 (sugar++) S 11555 11557 10720 0 -1 4194304 1462 75570 0 2 5 1 37623 145 16 0 1 0 41713821 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11557/statm: 4185 1113 414 3 0 764 0
[pid=11580] ppid=11557 vsize=406896 CPUtime=2953.43
/proc/11580/stat : 11580 (minisat-inc) R 11557 11557 10720 0 -1 4194304 99740 0 0 0 295246 97 0 0 25 0 1 0 41752074 416661504 99687 996147200 134512640 135134323 4294956192 18446744073709551615 134531915 0 0 4096 3 0 0 0 17 1 0 0
/proc/11580/statm: 101724 99687 74 151 0 101570 0
Current children cumulated CPU time (s) 3331.17
Current children cumulated vsize (KiB) 423636

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/114 11629
/proc/meminfo: memFree=1263752/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=16740 CPUtime=377.74
/proc/11557/stat : 11557 (sugar++) S 11555 11557 10720 0 -1 4194304 1462 75570 0 2 5 1 37623 145 16 0 1 0 41713821 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11557/statm: 4185 1113 414 3 0 764 0
[pid=11580] ppid=11557 vsize=409160 CPUtime=3013.41
/proc/11580/stat : 11580 (minisat-inc) R 11557 11557 10720 0 -1 4194304 100337 0 0 0 301244 97 0 0 25 0 1 0 41752074 418979840 100284 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11580/statm: 102290 100284 74 151 0 102136 0
Current children cumulated CPU time (s) 3391.15
Current children cumulated vsize (KiB) 425900

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/114 11629
/proc/meminfo: memFree=1261512/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=16740 CPUtime=377.74
/proc/11557/stat : 11557 (sugar++) S 11555 11557 10720 0 -1 4194304 1462 75570 0 2 5 1 37623 145 16 0 1 0 41713821 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11557/statm: 4185 1113 414 3 0 764 0
[pid=11580] ppid=11557 vsize=411432 CPUtime=3073.38
/proc/11580/stat : 11580 (minisat-inc) R 11557 11557 10720 0 -1 4194304 100897 0 0 0 307240 98 0 0 25 0 1 0 41752074 421306368 100844 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11580/statm: 102858 100844 74 151 0 102704 0
Current children cumulated CPU time (s) 3451.12
Current children cumulated vsize (KiB) 428172

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 11629
/proc/meminfo: memFree=1258760/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=16740 CPUtime=377.74
/proc/11557/stat : 11557 (sugar++) S 11555 11557 10720 0 -1 4194304 1462 75570 0 2 5 1 37623 145 16 0 1 0 41713821 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11557/statm: 4185 1113 414 3 0 764 0
[pid=11580] ppid=11557 vsize=414220 CPUtime=3133.37
/proc/11580/stat : 11580 (minisat-inc) R 11557 11557 10720 0 -1 4194304 101571 0 0 0 313237 100 0 0 25 0 1 0 41752074 424161280 101518 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11580/statm: 103555 101518 74 151 0 103401 0
Current children cumulated CPU time (s) 3511.11
Current children cumulated vsize (KiB) 430960

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 11629
/proc/meminfo: memFree=1256520/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=16740 CPUtime=377.74
/proc/11557/stat : 11557 (sugar++) S 11555 11557 10720 0 -1 4194304 1462 75570 0 2 5 1 37623 145 16 0 1 0 41713821 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11557/statm: 4185 1113 414 3 0 764 0
[pid=11580] ppid=11557 vsize=416380 CPUtime=3193.34
/proc/11580/stat : 11580 (minisat-inc) R 11557 11557 10720 0 -1 4194304 102108 0 0 0 319234 100 0 0 25 0 1 0 41752074 426373120 102055 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11580/statm: 104095 102055 74 151 0 103941 0
Current children cumulated CPU time (s) 3571.08
Current children cumulated vsize (KiB) 433120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 11629
/proc/meminfo: memFree=1255304/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=16740 CPUtime=377.74
/proc/11557/stat : 11557 (sugar++) S 11555 11557 10720 0 -1 4194304 1462 75570 0 2 5 1 37623 145 16 0 1 0 41713821 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11557/statm: 4185 1113 414 3 0 764 0
[pid=11580] ppid=11557 vsize=417436 CPUtime=3222.35
/proc/11580/stat : 11580 (minisat-inc) R 11557 11557 10720 0 -1 4194304 102403 0 0 0 322134 101 0 0 25 0 1 0 41752074 427454464 102350 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11580/statm: 104359 102350 74 151 0 104205 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 434176

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

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

[startup+3611.42 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 11629
/proc/meminfo: memFree=1255304/2055920 swapFree=4192812/4192956
[pid=11557] ppid=11555 vsize=16740 CPUtime=3600.2
/proc/11557/stat : 11557 (sugar++) R 11555 11557 10720 0 -1 4194304 1488 177973 0 2 5 5 359757 253 15 0 1 0 41713821 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 249070064681 0 0 4224 16386 0 0 0 17 1 0 0
/proc/11557/statm: 4185 1114 415 3 0 764 0
Current children cumulated CPU time (s) 3600.2
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 3611.46
CPU time (s): 3600.28
CPU user time (s): 3597.64
CPU system time (s): 2.6366
CPU usage (%): 99.6903
Max. virtual memory (cumulated for all children) (KiB): 899280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.64
system time used= 2.6366
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179508
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= 18994
involuntary context switches= 75505

runsolver used 5.9151 second user time and 15.4946 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-12 10:09:27
IDJOB=1111615
IDBENCH=61301
IDSOLVER=367
FILE ID=node89/1111615-1215850167
PBS_JOBID= 7903426
Free space on /tmp= 66516 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7eefbe4525d9a139e0a7a3d10b5fd38d
RANDOM SEED=446003425

node89.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.266
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.266
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1786040 kB
Buffers:         10056 kB
Cached:          60732 kB
SwapCached:          0 kB
Active:         198212 kB
Inactive:        12976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             956 kB
Writeback:           0 kB
Mapped:         162060 kB
Slab:            40304 kB
Committed_AS:  1118816 kB
PageTables:       4556 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= 66520 MiB
End job on node89 at 2008-07-12 11:09:41