Trace number 1066320

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 NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.01 1813.15

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg6-10_ext.xml
MD5SUM9adead530525957babaa0ae74a947472
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark68.1756
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints16
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 07:00:50 2008
0.00/0.04	c 0	PID 6674
0.03/0.05	c 0	HOST node47.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1066320-1215147650.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1066320-1215147650.xml' 'HOME/temp.csp'
0.03/0.52	c 1	1 domains, 60 variables, 0 predicates, 2 relations, 16 constraints
0.03/0.53	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.53	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.49/0.61	c 1	Parsing HOME/temp.csp
0.49/0.78	c 1	parsed 79 expressions
0.49/0.78	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.49/0.78	c 1	Converting to clausal form CSP
0.49/0.81	c 1	converted 8 (10%) expressions
0.49/0.81	c 1	converted 16 (20%) expressions
0.49/0.81	c 1	converted 24 (30%) expressions
0.49/0.81	c 1	converted 32 (40%) expressions
0.49/0.81	c 1	converted 40 (50%) expressions
0.49/0.81	c 1	converted 48 (60%) expressions
0.49/0.81	c 1	converted 56 (70%) expressions
0.49/0.93	c 1	converted 64 (80%) expressions
1.33/1.40	c 1	converted 72 (90%) expressions
1.83/1.93	c 2	converted 79 (100%) expressions
1.83/1.93	c 2	CSP : 60 integers, 0 booleans, 16 clauses, largest domain size 26
1.83/1.93	c 2	Heap : 35 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.83/1.94	c 2	Propagation in CSP
1.83/1.94	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.83/1.94	c 2	CSP : 60 integers, 0 booleans, 16 clauses, largest domain size 26
1.83/1.94	c 2	Heap : 35 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.83/1.94	c 2	Simplifing CSP by introducing new Boolean variables
1.83/1.94	c 2	CSP : 60 integers, 0 booleans, 16 clauses, largest domain size 26
1.83/1.94	c 2	Heap : 35 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.03/2.14	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.03/2.16	c 2	6 (10%) CSP integer variables are encoded (144 clauses, 1440 bytes)
2.03/2.16	c 2	12 (20%) CSP integer variables are encoded (288 clauses, 3024 bytes)
2.03/2.17	c 2	18 (30%) CSP integer variables are encoded (432 clauses, 4608 bytes)
2.03/2.17	c 2	24 (40%) CSP integer variables are encoded (576 clauses, 6192 bytes)
2.03/2.17	c 2	30 (50%) CSP integer variables are encoded (720 clauses, 7776 bytes)
2.03/2.17	c 2	36 (60%) CSP integer variables are encoded (864 clauses, 9360 bytes)
2.03/2.17	c 2	42 (70%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
2.03/2.17	c 2	48 (80%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
2.03/2.17	c 2	54 (90%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
2.03/2.17	c 2	60 (100%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
8.94/9.18	c 9	2 (10%) CSP clauses are encoded (63384 clauses, 2571757 bytes)
15.85/16.19	c 16	4 (20%) CSP clauses are encoded (125328 clauses, 5153818 bytes)
19.30/19.65	c 20	5 (30%) CSP clauses are encoded (156300 clauses, 6504253 bytes)
26.41/26.88	c 27	7 (40%) CSP clauses are encoded (218244 clauses, 9205123 bytes)
29.88/30.39	c 30	8 (50%) CSP clauses are encoded (249216 clauses, 10555558 bytes)
36.80/37.35	c 37	10 (60%) CSP clauses are encoded (311160 clauses, 13256680 bytes)
64.67/65.55	c 66	12 (70%) CSP clauses are encoded (430598 clauses, 20165797 bytes)
77.33/78.21	c 78	13 (80%) CSP clauses are encoded (490317 clauses, 23874301 bytes)
102.89/103.82	c 104	15 (90%) CSP clauses are encoded (609755 clauses, 32085073 bytes)
115.89/116.98	c 117	16 (100%) CSP clauses are encoded (669474 clauses, 36586891 bytes)
115.89/116.98	c 117	16 CSP clauses encoded
115.89/116.98	c 117	Writing map file : HOME/temp.map
115.89/116.98	c 117	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
115.89/116.98	c 117	SAT : 1500 SAT variables, 669474 SAT clauses, 36586891 bytes
115.89/116.98	c 117	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
115.99/117.00	c 117	SOLVING HOME/temp.cnf
115.99/117.00	c 117	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
115.99/117.02	c 117	This is MiniSat 2.0 beta
115.99/117.02	c 117	WARNING: for repeatability, setting FPU to use double precision
115.99/117.02	c 117	============================[ Problem Statistics ]=============================
115.99/117.02	c 117	|                                                                             |
115.99/117.02	c 117	|  Number of variables:  1500                                                 |
115.99/117.02	c 117	|  Number of clauses:    669474                                               |
116.69/117.79	c 118	|  Parsing time:         0.69         s                                       |
116.78/117.84	c 118	============================[ Search Statistics ]==============================
116.78/117.84	c 118	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
116.78/117.84	c 118	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
116.78/117.84	c 118	===============================================================================
116.78/117.84	c 118	|         0 |    1500   669474  7506844 |   223158        0    nan |  0.000 % |
116.78/117.88	c 118	|       100 |    1500   669474  7506844 |   245473      100      5 |  0.000 % |
116.88/117.94	c 118	|       250 |    1500   669474  7506844 |   270021      250      6 |  0.001 % |
117.08/118.18	c 118	|       475 |    1500   669474  7506844 |   297023      475      7 |  0.001 % |
117.68/118.77	c 119	|       812 |    1500   669474  7506844 |   326725      812     10 |  0.000 % |
118.57/119.69	c 120	|      1320 |    1500   669474  7506844 |   359398     1320     11 |  0.001 % |
119.78/120.88	c 121	|      2082 |    1500   669474  7506844 |   395338     2082     12 |  0.001 % |
121.77/122.83	c 123	|      3221 |    1500   669474  7506844 |   434871     3221     12 |  0.001 % |
124.67/125.77	c 126	|      4929 |    1500   669474  7506844 |   478358     4929     12 |  0.000 % |
129.07/130.13	c 130	|      7491 |    1500   669474  7506844 |   526194     7491     13 |  0.001 % |
136.04/137.12	c 137	|     11335 |    1500   669474  7506844 |   578814    11335     14 |  0.001 % |
146.60/147.80	c 148	|     17101 |    1500   669474  7506844 |   636695    17101     15 |  0.001 % |
162.22/163.44	c 163	|     25750 |    1500   669474  7506844 |   700365    25750     16 |  0.000 % |
184.92/186.26	c 186	|     38724 |    1500   669474  7506844 |   770401    38724     16 |  0.001 % |
211.99/213.46	c 213	|     58185 |    1500   669474  7506844 |   847442    58185     15 |  0.002 % |
268.32/270.03	c 270	|     87377 |    1500   669474  7506844 |   932186    87377     16 |  0.000 % |
400.97/403.34	c 403	|    131166 |    1500   669474  7506844 |  1025404   131166     17 |  0.001 % |
613.67/617.15	c 617	|    196851 |    1500   669474  7506844 |  1127945   196851     17 |  0.000 % |
954.97/961.12	c 961	|    295377 |    1500   669474  7506844 |  1240740   295377     18 |  0.000 % |
1588.27/1599.63	c 1600	|    443166 |    1500   669474  7506844 |  1364814   443166     19 |  0.002 % |
1800.01/1813.11	c ERROR INTERRUPTED
1800.01/1813.12	s UNKNOWN
1800.01/1813.12	c 1813	CPU 115.53 (0.03 0 115.5 0.48)
1800.01/1813.12	c 1813	END Fri Jul  4 07:31:03 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1066320-1215147650/watcher-1066320-1215147650 -o /tmp/evaluation-result-1066320-1215147650/solver-1066320-1215147650 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1066320-1215147650.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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.20 2.21 2.17 4/83 6674
/proc/meminfo: memFree=1130944/2055920 swapFree=4117692/4192956
[pid=6674] ppid=6672 vsize=12268 CPUtime=0
/proc/6674/stat : 6674 (sugar) R 6672 6674 3852 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1993737267 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 208717707877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/6674/statm: 3067 316 241 3 0 167 0

[startup+0.050264 s]
/proc/loadavg: 2.20 2.21 2.17 4/83 6674
/proc/meminfo: memFree=1130944/2055920 swapFree=4117692/4192956
[pid=6674] ppid=6672 vsize=13600 CPUtime=0.03
/proc/6674/stat : 6674 (sugar) S 6672 6674 3852 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1993737267 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6674/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101807 s]
/proc/loadavg: 2.20 2.21 2.17 4/83 6674
/proc/meminfo: memFree=1130944/2055920 swapFree=4117692/4192956
[pid=6674] ppid=6672 vsize=13600 CPUtime=0.03
/proc/6674/stat : 6674 (sugar) S 6672 6674 3852 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993737267 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6674/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301142 s]
/proc/loadavg: 2.20 2.21 2.17 4/83 6674
/proc/meminfo: memFree=1130944/2055920 swapFree=4117692/4192956
[pid=6674] ppid=6672 vsize=13600 CPUtime=0.03
/proc/6674/stat : 6674 (sugar) S 6672 6674 3852 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993737267 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6674/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70122 s]
/proc/loadavg: 2.20 2.21 2.17 4/83 6674
/proc/meminfo: memFree=1130944/2055920 swapFree=4117692/4192956
[pid=6674] ppid=6672 vsize=13600 CPUtime=0.49
/proc/6674/stat : 6674 (sugar) S 6672 6674 3852 0 -1 4194304 973 6520 0 1 3 0 42 4 16 0 1 0 1993737267 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6674/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13600

[startup+1.50237 s]
/proc/loadavg: 2.20 2.21 2.17 3/94 6696
/proc/meminfo: memFree=1114792/2055920 swapFree=4117692/4192956
[pid=6674] ppid=6672 vsize=13600 CPUtime=0.49
/proc/6674/stat : 6674 (sugar) S 6672 6674 3852 0 -1 4194304 973 6520 0 1 3 0 42 4 15 0 1 0 1993737267 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6674/statm: 3400 797 370 3 0 500 0
[pid=6687] ppid=6674 vsize=5356 CPUtime=0
/proc/6687/stat : 6687 (sh) S 6674 6674 3852 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993737321 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6687/statm: 1339 233 193 169 0 50 0
[pid=6688] ppid=6687 vsize=864188 CPUtime=0.94
/proc/6688/stat : 6688 (java) S 6687 6674 3852 0 -1 0 10292 0 1 0 90 4 0 0 18 0 9 0 1993737321 884928512 9513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6688/statm: 216047 9513 2540 9 0 210622 0
[pid=6688/tid=6689] ppid=6687 vsize=864188 CPUtime=0.45
/proc/6688/task/6689/stat : 6689 (java) R 6687 6674 3852 0 -1 64 2734 0 1 0 44 1 0 0 23 0 9 0 1993737322 884928512 9513 996147200 134512640 134550740 4294955952 18446744073709551615 4126513352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6690] ppid=6687 vsize=864188 CPUtime=0.42
/proc/6688/task/6690/stat : 6690 (java) S 6687 6674 3852 0 -1 64 6542 0 0 0 40 2 0 0 16 0 9 0 1993737323 884928512 9513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6691] ppid=6687 vsize=864188 CPUtime=0
/proc/6688/task/6691/stat : 6691 (java) S 6687 6674 3852 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993737323 884928512 9513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6692] ppid=6687 vsize=864188 CPUtime=0
/proc/6688/task/6692/stat : 6692 (java) S 6687 6674 3852 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993737323 884928512 9513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6693] ppid=6687 vsize=864188 CPUtime=0
/proc/6688/task/6693/stat : 6693 (java) S 6687 6674 3852 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993737325 884928512 9513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6694] ppid=6687 vsize=864188 CPUtime=0.05
/proc/6688/task/6694/stat : 6694 (java) S 6687 6674 3852 0 -1 64 322 0 0 0 5 0 0 0 16 0 9 0 1993737325 884928512 9513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6695] ppid=6687 vsize=864188 CPUtime=0
/proc/6688/task/6695/stat : 6695 (java) S 6687 6674 3852 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993737325 884928512 9513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6696] ppid=6687 vsize=864188 CPUtime=0
/proc/6688/task/6696/stat : 6696 (java) S 6687 6674 3852 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993737325 884928512 9513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883144

[startup+3.10332 s]
/proc/loadavg: 2.20 2.21 2.17 4/94 6696
/proc/meminfo: memFree=1085672/2055920 swapFree=4117692/4192956
[pid=6674] ppid=6672 vsize=13600 CPUtime=0.49
/proc/6674/stat : 6674 (sugar) S 6672 6674 3852 0 -1 4194304 974 6520 0 1 3 0 42 4 15 0 1 0 1993737267 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6674/statm: 3400 797 370 3 0 500 0
[pid=6687] ppid=6674 vsize=5356 CPUtime=0
/proc/6687/stat : 6687 (sh) S 6674 6674 3852 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993737321 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6687/statm: 1339 233 193 169 0 50 0
[pid=6688] ppid=6687 vsize=864300 CPUtime=2.52
/proc/6688/stat : 6688 (java) S 6687 6674 3852 0 -1 0 14327 0 1 0 246 6 0 0 18 0 9 0 1993737321 885043200 13478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6688/statm: 216075 13478 2564 9 0 210622 0
[pid=6688/tid=6689] ppid=6687 vsize=864300 CPUtime=1.48
/proc/6688/task/6689/stat : 6689 (java) R 6687 6674 3852 0 -1 64 3126 0 1 0 147 1 0 0 25 0 9 0 1993737322 885043200 13478 996147200 134512640 134550740 4294955952 18446744073709551615 4126583518 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6690] ppid=6687 vsize=864300 CPUtime=0.92
/proc/6688/task/6690/stat : 6690 (java) S 6687 6674 3852 0 -1 64 10164 0 0 0 89 3 0 0 16 0 9 0 1993737323 885043200 13478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6691] ppid=6687 vsize=864300 CPUtime=0
/proc/6688/task/6691/stat : 6691 (java) S 6687 6674 3852 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993737323 885043200 13478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6692] ppid=6687 vsize=864300 CPUtime=0
/proc/6688/task/6692/stat : 6692 (java) S 6687 6674 3852 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993737323 885043200 13478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6693] ppid=6687 vsize=864300 CPUtime=0
/proc/6688/task/6693/stat : 6693 (java) S 6687 6674 3852 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993737325 885043200 13478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6694] ppid=6687 vsize=864300 CPUtime=0.09
/proc/6688/task/6694/stat : 6694 (java) S 6687 6674 3852 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 1993737325 885043200 13478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6695] ppid=6687 vsize=864300 CPUtime=0
/proc/6688/task/6695/stat : 6695 (java) S 6687 6674 3852 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993737325 885043200 13478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6696] ppid=6687 vsize=864300 CPUtime=0
/proc/6688/task/6696/stat : 6696 (java) S 6687 6674 3852 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993737325 885043200 13478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883256

[startup+6.30227 s]
/proc/loadavg: 2.18 2.21 2.17 3/94 6696
/proc/meminfo: memFree=1082800/2055920 swapFree=4117692/4192956
[pid=6674] ppid=6672 vsize=13600 CPUtime=0.49
/proc/6674/stat : 6674 (sugar) S 6672 6674 3852 0 -1 4194304 974 6520 0 1 3 0 42 4 15 0 1 0 1993737267 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6674/statm: 3400 797 370 3 0 500 0
[pid=6687] ppid=6674 vsize=5356 CPUtime=0
/proc/6687/stat : 6687 (sh) S 6674 6674 3852 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993737321 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6687/statm: 1339 233 193 169 0 50 0
[pid=6688] ppid=6687 vsize=864300 CPUtime=5.69
/proc/6688/stat : 6688 (java) S 6687 6674 3852 0 -1 0 14820 0 1 0 562 7 0 0 18 0 9 0 1993737321 885043200 13938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6688/statm: 216075 13938 2564 9 0 210622 0
[pid=6688/tid=6689] ppid=6687 vsize=864300 CPUtime=4.58
/proc/6688/task/6689/stat : 6689 (java) R 6687 6674 3852 0 -1 64 3159 0 1 0 456 2 0 0 25 0 9 0 1993737322 885043200 13938 996147200 134512640 134550740 4294955952 18446744073709551615 4126564800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6690] ppid=6687 vsize=864300 CPUtime=0.99
/proc/6688/task/6690/stat : 6690 (java) S 6687 6674 3852 0 -1 64 10621 0 0 0 95 4 0 0 16 0 9 0 1993737323 885043200 13938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6691] ppid=6687 vsize=864300 CPUtime=0
/proc/6688/task/6691/stat : 6691 (java) S 6687 6674 3852 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993737323 885043200 13938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6692] ppid=6687 vsize=864300 CPUtime=0
/proc/6688/task/6692/stat : 6692 (java) S 6687 6674 3852 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993737323 885043200 13938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6693] ppid=6687 vsize=864300 CPUtime=0
/proc/6688/task/6693/stat : 6693 (java) S 6687 6674 3852 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993737325 885043200 13938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6694] ppid=6687 vsize=864300 CPUtime=0.09
/proc/6688/task/6694/stat : 6694 (java) S 6687 6674 3852 0 -1 64 346 0 0 0 9 0 0 0 16 0 9 0 1993737325 885043200 13938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6695] ppid=6687 vsize=864300 CPUtime=0
/proc/6688/task/6695/stat : 6695 (java) S 6687 6674 3852 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993737325 885043200 13938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6696] ppid=6687 vsize=864300 CPUtime=0
/proc/6688/task/6696/stat : 6696 (java) S 6687 6674 3852 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993737325 885043200 13938 996147200 134512640 134550740 4294955952 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) 883256

[startup+12.7025 s]
/proc/loadavg: 2.17 2.20 2.17 3/94 6702
/proc/meminfo: memFree=1072816/2055920 swapFree=4117692/4192956
[pid=6674] ppid=6672 vsize=13600 CPUtime=0.49
/proc/6674/stat : 6674 (sugar) S 6672 6674 3852 0 -1 4194304 974 6520 0 1 3 0 42 4 16 0 1 0 1993737267 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6674/statm: 3400 797 370 3 0 500 0
[pid=6687] ppid=6674 vsize=5356 CPUtime=0
/proc/6687/stat : 6687 (sh) S 6674 6674 3852 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993737321 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6687/statm: 1339 233 193 169 0 50 0
[pid=6688] ppid=6687 vsize=864300 CPUtime=12
/proc/6688/stat : 6688 (java) S 6687 6674 3852 0 -1 0 16653 0 1 0 1189 11 0 0 18 0 9 0 1993737321 885043200 15706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6688/statm: 216075 15706 2564 9 0 210622 0
[pid=6688/tid=6689] ppid=6687 vsize=864300 CPUtime=10.75
/proc/6688/task/6689/stat : 6689 (java) R 6687 6674 3852 0 -1 64 3224 0 1 0 1071 4 0 0 25 0 9 0 1993737322 885043200 15706 996147200 134512640 134550740 4294955952 18446744073709551615 4126532474 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6690] ppid=6687 vsize=864300 CPUtime=1.12
/proc/6688/task/6690/stat : 6690 (java) S 6687 6674 3852 0 -1 64 12387 0 0 0 107 5 0 0 16 0 9 0 1993737323 885043200 15706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6691] ppid=6687 vsize=864300 CPUtime=0
/proc/6688/task/6691/stat : 6691 (java) S 6687 6674 3852 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993737323 885043200 15706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6692] ppid=6687 vsize=864300 CPUtime=0
/proc/6688/task/6692/stat : 6692 (java) S 6687 6674 3852 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993737323 885043200 15706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6693] ppid=6687 vsize=864300 CPUtime=0
/proc/6688/task/6693/stat : 6693 (java) S 6687 6674 3852 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993737325 885043200 15706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6694] ppid=6687 vsize=864300 CPUtime=0.1
/proc/6688/task/6694/stat : 6694 (java) S 6687 6674 3852 0 -1 64 348 0 0 0 10 0 0 0 16 0 9 0 1993737325 885043200 15706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6695] ppid=6687 vsize=864300 CPUtime=0
/proc/6688/task/6695/stat : 6695 (java) S 6687 6674 3852 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993737325 885043200 15706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6696] ppid=6687 vsize=864300 CPUtime=0
/proc/6688/task/6696/stat : 6696 (java) S 6687 6674 3852 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993737325 885043200 15706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 883256

[startup+25.5029 s]
/proc/loadavg: 2.21 2.21 2.17 3/94 6702
/proc/meminfo: memFree=1056048/2055920 swapFree=4117692/4192956
[pid=6674] ppid=6672 vsize=13600 CPUtime=0.49
/proc/6674/stat : 6674 (sugar) S 6672 6674 3852 0 -1 4194304 974 6520 0 1 3 0 42 4 16 0 1 0 1993737267 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6674/statm: 3400 797 370 3 0 500 0
[pid=6687] ppid=6674 vsize=5356 CPUtime=0
/proc/6687/stat : 6687 (sh) S 6674 6674 3852 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993737321 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6687/statm: 1339 233 193 169 0 50 0
[pid=6688] ppid=6687 vsize=864364 CPUtime=24.64
/proc/6688/stat : 6688 (java) S 6687 6674 3852 0 -1 0 22055 0 1 0 2448 16 0 0 18 0 9 0 1993737321 885108736 18425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6688/statm: 216091 18425 2564 9 0 210638 0
[pid=6688/tid=6689] ppid=6687 vsize=864364 CPUtime=22.89
/proc/6688/task/6689/stat : 6689 (java) R 6687 6674 3852 0 -1 64 3344 0 1 0 2283 6 0 0 25 0 9 0 1993737322 885108736 18425 996147200 134512640 134550740 4294955952 18446744073709551615 101444461 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6690] ppid=6687 vsize=864364 CPUtime=1.61
/proc/6688/task/6690/stat : 6690 (java) S 6687 6674 3852 0 -1 64 17666 0 0 0 153 8 0 0 16 0 9 0 1993737323 885108736 18425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6691] ppid=6687 vsize=864364 CPUtime=0
/proc/6688/task/6691/stat : 6691 (java) S 6687 6674 3852 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993737323 885108736 18425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6688/tid=6692] ppid=6687 vsize=864364 CPUtime=0
/proc/6688/task/6692/stat : 6692 (java) S 6687 6674 3852 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993737323 885108736 18425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1646920/2055920 swapFree=4117692/4192956
[pid=6674] ppid=6672 vsize=13600 CPUtime=116.01
/proc/6674/stat : 6674 (sugar) S 6672 6674 3852 0 -1 4194304 1031 38268 0 2 3 0 11550 48 16 0 1 0 1993737267 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6674/statm: 3400 798 370 3 0 500 0
[pid=6703] ppid=6674 vsize=5356 CPUtime=0
/proc/6703/stat : 6703 (sh) S 6674 6674 3852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993748968 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6703/statm: 1339 232 193 169 0 50 0
[pid=6704] ppid=6703 vsize=101564 CPUtime=1236.89
/proc/6704/stat : 6704 (minisat) R 6703 6674 3852 0 -1 4194304 24956 0 0 0 123665 24 0 0 25 0 1 0 1993748970 104001536 24942 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6704/statm: 25391 24942 75 150 0 25238 0
Current children cumulated CPU time (s) 1352.9
Current children cumulated vsize (KiB) 120520

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.10 3/75 6734
/proc/meminfo: memFree=1645448/2055920 swapFree=4117692/4192956
[pid=6674] ppid=6672 vsize=13600 CPUtime=116.01
/proc/6674/stat : 6674 (sugar) S 6672 6674 3852 0 -1 4194304 1031 38268 0 2 3 0 11550 48 16 0 1 0 1993737267 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6674/statm: 3400 798 370 3 0 500 0
[pid=6703] ppid=6674 vsize=5356 CPUtime=0
/proc/6703/stat : 6703 (sh) S 6674 6674 3852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993748968 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6703/statm: 1339 232 193 169 0 50 0
[pid=6704] ppid=6703 vsize=102896 CPUtime=1296.41
/proc/6704/stat : 6704 (minisat) R 6703 6674 3852 0 -1 4194304 25311 0 0 0 129616 25 0 0 25 0 1 0 1993748970 105365504 25297 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6704/statm: 25724 25297 75 150 0 25571 0
Current children cumulated CPU time (s) 1412.42
Current children cumulated vsize (KiB) 121852

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.09 3/75 6734
/proc/meminfo: memFree=1643976/2055920 swapFree=4117692/4192956
[pid=6674] ppid=6672 vsize=13600 CPUtime=116.01
/proc/6674/stat : 6674 (sugar) S 6672 6674 3852 0 -1 4194304 1031 38268 0 2 3 0 11550 48 16 0 1 0 1993737267 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6674/statm: 3400 798 370 3 0 500 0
[pid=6703] ppid=6674 vsize=5356 CPUtime=0
/proc/6703/stat : 6703 (sh) S 6674 6674 3852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993748968 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6703/statm: 1339 232 193 169 0 50 0
[pid=6704] ppid=6703 vsize=104252 CPUtime=1355.91
/proc/6704/stat : 6704 (minisat) R 6703 6674 3852 0 -1 4194304 25662 0 0 0 135566 25 0 0 25 0 1 0 1993748970 106754048 25648 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6704/statm: 26063 25648 75 150 0 25910 0
Current children cumulated CPU time (s) 1471.92
Current children cumulated vsize (KiB) 123208

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.09 3/75 6734
/proc/meminfo: memFree=1642056/2055920 swapFree=4117692/4192956
[pid=6674] ppid=6672 vsize=13600 CPUtime=116.01
/proc/6674/stat : 6674 (sugar) S 6672 6674 3852 0 -1 4194304 1031 38268 0 2 3 0 11550 48 16 0 1 0 1993737267 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6674/statm: 3400 798 370 3 0 500 0
[pid=6703] ppid=6674 vsize=5356 CPUtime=0
/proc/6703/stat : 6703 (sh) S 6674 6674 3852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993748968 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6703/statm: 1339 232 193 169 0 50 0
[pid=6704] ppid=6703 vsize=106260 CPUtime=1415.42
/proc/6704/stat : 6704 (minisat) R 6703 6674 3852 0 -1 4194304 26132 0 0 0 141516 26 0 0 25 0 1 0 1993748970 108810240 26118 996147200 134512640 135127466 4294956272 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/6704/statm: 26565 26118 75 150 0 26412 0
Current children cumulated CPU time (s) 1531.43
Current children cumulated vsize (KiB) 125216

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.08 3/75 6734
/proc/meminfo: memFree=1640200/2055920 swapFree=4117692/4192956
[pid=6674] ppid=6672 vsize=13600 CPUtime=116.01
/proc/6674/stat : 6674 (sugar) S 6672 6674 3852 0 -1 4194304 1031 38268 0 2 3 0 11550 48 16 0 1 0 1993737267 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6674/statm: 3400 798 370 3 0 500 0
[pid=6703] ppid=6674 vsize=5356 CPUtime=0
/proc/6703/stat : 6703 (sh) S 6674 6674 3852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993748968 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6703/statm: 1339 232 193 169 0 50 0
[pid=6704] ppid=6703 vsize=108088 CPUtime=1474.93
/proc/6704/stat : 6704 (minisat) R 6703 6674 3852 0 -1 4194304 26588 0 0 0 147466 27 0 0 25 0 1 0 1993748970 110682112 26574 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6704/statm: 27022 26574 75 150 0 26869 0
Current children cumulated CPU time (s) 1590.94
Current children cumulated vsize (KiB) 127044

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/75 6734
/proc/meminfo: memFree=1638856/2055920 swapFree=4117692/4192956
[pid=6674] ppid=6672 vsize=13600 CPUtime=116.01
/proc/6674/stat : 6674 (sugar) S 6672 6674 3852 0 -1 4194304 1031 38268 0 2 3 0 11550 48 16 0 1 0 1993737267 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6674/statm: 3400 798 370 3 0 500 0
[pid=6703] ppid=6674 vsize=5356 CPUtime=0
/proc/6703/stat : 6703 (sh) S 6674 6674 3852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993748968 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6703/statm: 1339 232 193 169 0 50 0
[pid=6704] ppid=6703 vsize=109440 CPUtime=1534.44
/proc/6704/stat : 6704 (minisat) R 6703 6674 3852 0 -1 4194304 26902 0 0 0 153416 28 0 0 25 0 1 0 1993748970 112066560 26888 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6704/statm: 27360 26888 75 150 0 27207 0
Current children cumulated CPU time (s) 1650.45
Current children cumulated vsize (KiB) 128396

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.07 3/75 6734
/proc/meminfo: memFree=1637512/2055920 swapFree=4117692/4192956
[pid=6674] ppid=6672 vsize=13600 CPUtime=116.01
/proc/6674/stat : 6674 (sugar) S 6672 6674 3852 0 -1 4194304 1031 38268 0 2 3 0 11550 48 16 0 1 0 1993737267 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6674/statm: 3400 798 370 3 0 500 0
[pid=6703] ppid=6674 vsize=5356 CPUtime=0
/proc/6703/stat : 6703 (sh) S 6674 6674 3852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993748968 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6703/statm: 1339 232 193 169 0 50 0
[pid=6704] ppid=6703 vsize=111568 CPUtime=1593.95
/proc/6704/stat : 6704 (minisat) R 6703 6674 3852 0 -1 4194304 27217 0 0 0 159367 28 0 0 25 0 1 0 1993748970 114245632 27203 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6704/statm: 27892 27203 75 150 0 27739 0
Current children cumulated CPU time (s) 1709.96
Current children cumulated vsize (KiB) 130524

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.07 3/75 6734
/proc/meminfo: memFree=1637256/2055920 swapFree=4117692/4192956
[pid=6674] ppid=6672 vsize=13600 CPUtime=116.01
/proc/6674/stat : 6674 (sugar) S 6672 6674 3852 0 -1 4194304 1031 38268 0 2 3 0 11550 48 16 0 1 0 1993737267 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6674/statm: 3400 798 370 3 0 500 0
[pid=6703] ppid=6674 vsize=5356 CPUtime=0
/proc/6703/stat : 6703 (sh) S 6674 6674 3852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993748968 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6703/statm: 1339 232 193 169 0 50 0
[pid=6704] ppid=6703 vsize=111708 CPUtime=1653.46
/proc/6704/stat : 6704 (minisat) R 6703 6674 3852 0 -1 4194304 27274 0 0 0 165318 28 0 0 25 0 1 0 1993748970 114388992 27260 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6704/statm: 27927 27260 75 150 0 27774 0
Current children cumulated CPU time (s) 1769.47
Current children cumulated vsize (KiB) 130664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.1 s]
/proc/loadavg: 2.09 2.02 2.07 3/75 6734
/proc/meminfo: memFree=1637192/2055920 swapFree=4117692/4192956
[pid=6674] ppid=6672 vsize=13600 CPUtime=116.01
/proc/6674/stat : 6674 (sugar) S 6672 6674 3852 0 -1 4194304 1031 38268 0 2 3 0 11550 48 16 0 1 0 1993737267 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6674/statm: 3400 798 370 3 0 500 0
[pid=6703] ppid=6674 vsize=5356 CPUtime=0
/proc/6703/stat : 6703 (sh) S 6674 6674 3852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993748968 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6703/statm: 1339 232 193 169 0 50 0
[pid=6704] ppid=6703 vsize=111848 CPUtime=1684
/proc/6704/stat : 6704 (minisat) R 6703 6674 3852 0 -1 4194304 27287 0 0 0 168372 28 0 0 25 0 1 0 1993748970 114532352 27273 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6704/statm: 27962 27273 75 150 0 27809 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 130804

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

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

[startup+1813.1 s]
/proc/loadavg: 2.09 2.02 2.07 3/75 6734
/proc/meminfo: memFree=1637192/2055920 swapFree=4117692/4192956
[pid=6674] ppid=6672 vsize=13600 CPUtime=116.01
/proc/6674/stat : 6674 (sugar) S 6672 6674 3852 0 -1 4194304 1031 38268 0 2 3 0 11550 48 16 0 1 0 1993737267 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6674/statm: 3400 798 370 3 0 500 0
[pid=6703] ppid=6674 vsize=5356 CPUtime=0
/proc/6703/stat : 6703 (sh) S 6674 6674 3852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993748968 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6703/statm: 1339 232 193 169 0 50 0
[pid=6704] ppid=6703 vsize=111848 CPUtime=1684
/proc/6704/stat : 6704 (minisat) R 6703 6674 3852 0 -1 4194304 27287 0 0 0 168372 28 0 0 25 0 1 0 1993748970 114532352 27273 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6704/statm: 27962 27273 75 150 0 27809 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 130804

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6674 and gives
#  childrusage.ru_utime.tv_sec=115
#  childrusage.ru_utime.tv_usec=544434
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=513921
# CPU time returned by wait4() is 116.058
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.15
CPU time (s): 1800.01
CPU user time (s): 1799.25
CPU system time (s): 0.76
CPU usage (%): 99.2756
Max. virtual memory (cumulated for all children) (KiB): 888952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.544
system time used= 0.513921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39643
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= 9514
involuntary context switches= 11783

runsolver used 1.87172 second user time and 5.16621 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-04 07:00:50
IDJOB=1066320
IDBENCH=55115
IDSOLVER=346
FILE ID=node47/1066320-1215147650
PBS_JOBID= 7877344
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg6-10_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066320-1215147650/watcher-1066320-1215147650 -o /tmp/evaluation-result-1066320-1215147650/solver-1066320-1215147650 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1066320-1215147650.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9adead530525957babaa0ae74a947472
RANDOM SEED=577441102

node47.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
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.281
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:       1131424 kB
Buffers:          9368 kB
Cached:          69528 kB
SwapCached:      69140 kB
Active:         830244 kB
Inactive:        38824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1131424 kB
SwapTotal:     4192956 kB
SwapFree:      4117692 kB
Dirty:            1484 kB
Writeback:           0 kB
Mapped:         801540 kB
Slab:            39104 kB
Committed_AS:  4703652 kB
PageTables:       3372 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= 66552 MiB
End job on node47 at 2008-07-04 07:31:05