Trace number 1062237

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.03 1803.16

General information on the benchmark

Namecsp/pseudo/fpga/
normalized-fpga-35-35.xml
MD5SUMbad9d59072659d000ac9ffef6357e1cf
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.02723
Satisfiable
(Un)Satisfiability was proved
Number of variables1838
Number of constraints1330
Maximum constraint arity35
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1330
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 03:14:27 2008
0.00/0.04	c 0	PID 20254
0.00/0.05	c 0	HOST node71.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1062237-1215134066.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1062237-1215134066.xml' 'HOME/temp.csp'
0.03/0.71	c 0	1 domains, 1838 variables, 6 predicates, 0 relations, 1330 constraints
0.03/0.77	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.77	c 0	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.68/0.85	c 0	Parsing HOME/temp.csp
0.99/1.16	c 1	parsed 3175 expressions
0.99/1.16	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.99/1.16	c 1	Converting to clausal form CSP
0.99/1.19	c 1	converted 318 (10%) expressions
0.99/1.20	c 1	converted 635 (20%) expressions
1.09/1.20	c 1	converted 953 (30%) expressions
1.09/1.20	c 1	converted 1270 (40%) expressions
1.09/1.21	c 1	converted 1588 (50%) expressions
1.29/1.47	c 1	converted 1905 (60%) expressions
1.69/1.87	c 1	converted 2223 (70%) expressions
2.08/2.27	c 2	converted 2540 (80%) expressions
2.57/2.72	c 2	converted 2858 (90%) expressions
2.97/3.11	c 3	converted 3175 (100%) expressions
2.97/3.12	c 3	CSP : 24921 integers, 0 booleans, 47496 clauses, largest domain size 19
2.97/3.12	c 3	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.97/3.12	c 3	Propagation in CSP
3.37/3.56	c 3	5357 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.37/3.57	c 3	CSP : 24921 integers, 0 booleans, 47496 clauses, largest domain size 19
3.37/3.57	c 3	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.37/3.59	c 3	Simplifing CSP by introducing new Boolean variables
3.47/3.61	c 3	CSP : 24921 integers, 0 booleans, 47496 clauses, largest domain size 19
3.47/3.61	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.57/3.79	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.66/3.83	c 3	2493 (10%) CSP integer variables are encoded (1050 clauses, 13714 bytes)
3.66/3.84	c 3	4985 (20%) CSP integer variables are encoded (7589 clauses, 102452 bytes)
3.66/3.85	c 3	7477 (30%) CSP integer variables are encoded (14133 clauses, 200612 bytes)
3.66/3.86	c 3	9969 (40%) CSP integer variables are encoded (20672 clauses, 298697 bytes)
3.66/3.88	c 3	12461 (50%) CSP integer variables are encoded (26500 clauses, 386117 bytes)
3.66/3.89	c 3	14953 (60%) CSP integer variables are encoded (33249 clauses, 487352 bytes)
3.77/3.90	c 3	17445 (70%) CSP integer variables are encoded (39989 clauses, 588452 bytes)
3.77/3.91	c 3	19937 (80%) CSP integer variables are encoded (46731 clauses, 689582 bytes)
3.77/3.92	c 4	22429 (90%) CSP integer variables are encoded (53473 clauses, 790712 bytes)
3.77/3.93	c 4	24921 (100%) CSP integer variables are encoded (57925 clauses, 857492 bytes)
3.86/4.07	c 4	4750 (10%) CSP clauses are encoded (92369 clauses, 1407019 bytes)
3.96/4.18	c 4	9500 (20%) CSP clauses are encoded (129895 clauses, 2087843 bytes)
4.06/4.28	c 4	14249 (30%) CSP clauses are encoded (167460 clauses, 2774380 bytes)
4.16/4.39	c 4	18999 (40%) CSP clauses are encoded (205038 clauses, 3461433 bytes)
4.26/4.49	c 4	23748 (50%) CSP clauses are encoded (240115 clauses, 4101016 bytes)
4.45/4.60	c 4	28498 (60%) CSP clauses are encoded (279329 clauses, 4820287 bytes)
4.55/4.71	c 4	33248 (70%) CSP clauses are encoded (318541 clauses, 5539512 bytes)
4.65/4.83	c 4	37997 (80%) CSP clauses are encoded (357784 clauses, 6259376 bytes)
4.75/4.94	c 5	42747 (90%) CSP clauses are encoded (396974 clauses, 6978661 bytes)
4.84/5.04	c 5	47496 (100%) CSP clauses are encoded (432637 clauses, 7637054 bytes)
4.84/5.04	c 5	47496 CSP clauses encoded
4.84/5.04	c 5	Writing map file : HOME/temp.map
4.84/5.09	c 5	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.84/5.09	c 5	SAT : 82846 SAT variables, 432637 SAT clauses, 7637054 bytes
4.84/5.09	c 5	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.94/5.12	c 5	SOLVING HOME/temp.cnf
4.94/5.12	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.94/5.13	c 5	This is MiniSat 2.0 beta
4.94/5.13	c 5	WARNING: for repeatability, setting FPU to use double precision
4.94/5.13	c 5	============================[ Problem Statistics ]=============================
4.94/5.13	c 5	|                                                                             |
4.94/5.13	c 5	|  Number of variables:  82846                                                |
4.94/5.13	c 5	|  Number of clauses:    432637                                               |
4.96/5.37	c 5	|  Parsing time:         0.21         s                                       |
4.96/5.38	c 5	============================[ Search Statistics ]==============================
4.96/5.38	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.96/5.38	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.96/5.38	c 5	===============================================================================
4.96/5.38	c 5	|         0 |   82846   432637  1074942 |   144212        0    nan |  0.000 % |
5.22/5.42	c 5	|       100 |   82846   432637  1074942 |   158633      100     17 |  0.000 % |
5.22/5.48	c 5	|       251 |   82846   432637  1074942 |   174496      251     19 |  0.000 % |
5.32/5.55	c 5	|       477 |   82846   432637  1074942 |   191946      477     44 |  0.000 % |
5.42/5.61	c 5	|       815 |   82846   432637  1074942 |   211141      815     37 |  0.000 % |
5.42/5.68	c 5	|      1321 |   82846   432637  1074942 |   232255     1321     31 |  0.000 % |
5.51/5.79	c 5	|      2080 |   82846   432637  1074942 |   255480     2080     33 |  0.000 % |
5.71/5.98	c 6	|      3219 |   82846   432637  1074942 |   281029     3219     31 |  0.000 % |
6.11/6.33	c 6	|      4927 |   82846   432637  1074942 |   309131     4927     41 |  0.000 % |
6.50/6.78	c 6	|      7489 |   82846   432637  1074942 |   340045     7489     47 |  0.000 % |
7.69/7.90	c 7	|     11333 |   82846   432637  1074942 |   374049    11333     69 |  0.000 % |
8.87/9.11	c 9	|     17099 |   82846   432637  1074942 |   411454    17099     60 |  0.000 % |
11.56/11.85	c 11	|     25748 |   82846   432637  1074942 |   452600    25748     62 |  0.000 % |
14.73/15.08	c 15	|     38723 |   82846   432637  1074942 |   497860    38723     53 |  0.000 % |
24.14/24.55	c 24	|     58186 |   82846   432637  1074942 |   547646    58186     64 |  0.000 % |
41.08/41.68	c 41	|     87378 |   82846   432637  1074942 |   602410    87378     62 |  0.000 % |
76.34/77.26	c 77	|    131168 |   82846   432637  1074942 |   662651   131168     61 |  0.000 % |
145.59/147.11	c 147	|    196853 |   82846   432637  1074942 |   728916   196853     63 |  0.000 % |
244.79/247.25	c 247	|    295380 |   82846   432637  1074942 |   801808   295380     55 |  0.000 % |
642.71/645.38	c 645	|    443169 |   82846   432637  1074942 |   881989   443169     68 |  0.000 % |
1293.84/1296.78	c 1296	|    664852 |   82846   432637  1074942 |   970188   664852     70 |  0.000 % |
1800.03/1803.12	c ERROR INTERRUPTED
1800.03/1803.15	s UNKNOWN
1800.03/1803.15	c 1803	CPU 4.79 (0.04 0.01 4.75 0.18)
1800.03/1803.15	c 1803	END Fri Jul  4 03:44:30 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-1062237-1215134066/watcher-1062237-1215134066 -o /tmp/evaluation-result-1062237-1215134066/solver-1062237-1215134066 -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-1062237-1215134066.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: 1.94 2.07 2.00 4/81 20254
/proc/meminfo: memFree=1486136/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=12132 CPUtime=0
/proc/20254/stat : 20254 (sugar) R 20252 20254 19876 0 -1 4194304 218 0 0 0 0 0 0 0 20 0 1 0 1992375393 12423168 186 996147200 4194304 4206940 548682068608 18446744073709551615 231962219233 0 0 4224 0 0 0 0 17 1 0 0
/proc/20254/statm: 3033 186 142 3 0 133 0

[startup+0.090745 s]
/proc/loadavg: 1.94 2.07 2.00 4/81 20254
/proc/meminfo: memFree=1486136/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=13600 CPUtime=0.03
/proc/20254/stat : 20254 (sugar) S 20252 20254 19876 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1992375393 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20254/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101746 s]
/proc/loadavg: 1.94 2.07 2.00 4/81 20254
/proc/meminfo: memFree=1486136/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=13600 CPUtime=0.03
/proc/20254/stat : 20254 (sugar) S 20252 20254 19876 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1992375393 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20254/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301769 s]
/proc/loadavg: 1.94 2.07 2.00 4/81 20254
/proc/meminfo: memFree=1486136/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=13600 CPUtime=0.03
/proc/20254/stat : 20254 (sugar) S 20252 20254 19876 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1992375393 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20254/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701827 s]
/proc/loadavg: 1.94 2.07 2.00 4/81 20254
/proc/meminfo: memFree=1486136/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=13600 CPUtime=0.03
/proc/20254/stat : 20254 (sugar) S 20252 20254 19876 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1992375393 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20254/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50994 s]
/proc/loadavg: 1.94 2.07 2.00 3/92 20276
/proc/meminfo: memFree=1477920/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=13600 CPUtime=0.68
/proc/20254/stat : 20254 (sugar) S 20252 20254 19876 0 -1 4194304 974 5311 0 1 2 1 62 3 15 0 1 0 1992375393 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20254/statm: 3400 797 370 3 0 500 0
[pid=20267] ppid=20254 vsize=5356 CPUtime=0
/proc/20267/stat : 20267 (sh) S 20254 20254 19876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992375471 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20267/statm: 1339 233 193 169 0 50 0
[pid=20268] ppid=20267 vsize=868276 CPUtime=0.72
/proc/20268/stat : 20268 (java) S 20267 20254 19876 0 -1 0 6096 0 1 0 68 4 0 0 18 0 9 0 1992375471 889114624 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20268/statm: 217069 5454 1839 9 0 211644 0
[pid=20268/tid=20269] ppid=20267 vsize=868276 CPUtime=0.43
/proc/20268/task/20269/stat : 20269 (java) R 20267 20254 19876 0 -1 64 2679 0 1 0 41 2 0 0 22 0 9 0 1992375472 889114624 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20268/tid=20270] ppid=20267 vsize=868276 CPUtime=0.07
/proc/20268/task/20270/stat : 20270 (java) R 20267 20254 19876 0 -1 64 1260 0 0 0 7 0 0 0 16 0 9 0 1992375473 889114624 5454 996147200 134512640 134550740 4294955952 18446744073709551615 102469658 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20268/tid=20271] ppid=20267 vsize=868276 CPUtime=0
/proc/20268/task/20271/stat : 20271 (java) S 20267 20254 19876 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1992375473 889114624 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20268/tid=20272] ppid=20267 vsize=868276 CPUtime=0
/proc/20268/task/20272/stat : 20272 (java) S 20267 20254 19876 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1992375473 889114624 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20268/tid=20273] ppid=20267 vsize=868276 CPUtime=0
/proc/20268/task/20273/stat : 20273 (java) S 20267 20254 19876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992375475 889114624 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20268/tid=20274] ppid=20267 vsize=868276 CPUtime=0.19
/proc/20268/task/20274/stat : 20274 (java) S 20267 20254 19876 0 -1 64 1466 0 0 0 19 0 0 0 16 0 9 0 1992375475 889114624 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20268/tid=20275] ppid=20267 vsize=868276 CPUtime=0
/proc/20268/task/20275/stat : 20275 (java) S 20267 20254 19876 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992375475 889114624 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20268/tid=20276] ppid=20267 vsize=868276 CPUtime=0
/proc/20268/task/20276/stat : 20276 (java) R 20267 20254 19876 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992375475 889114624 5454 996147200 134512640 134550740 4294955952 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) 887232

[startup+3.10315 s]
/proc/loadavg: 1.94 2.07 2.00 4/92 20276
/proc/meminfo: memFree=1460448/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=13600 CPUtime=0.68
/proc/20254/stat : 20254 (sugar) S 20252 20254 19876 0 -1 4194304 974 5311 0 1 2 1 62 3 15 0 1 0 1992375393 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20254/statm: 3400 797 370 3 0 500 0
[pid=20267] ppid=20254 vsize=5356 CPUtime=0
/proc/20267/stat : 20267 (sh) S 20254 20254 19876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992375471 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20267/statm: 1339 233 193 169 0 50 0
[pid=20268] ppid=20267 vsize=868392 CPUtime=2.29
/proc/20268/stat : 20268 (java) S 20267 20254 19876 0 -1 0 13049 0 1 0 221 8 0 0 18 0 9 0 1992375471 889233408 12061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20268/statm: 217098 12061 2541 9 0 211673 0
[pid=20268/tid=20269] ppid=20267 vsize=868392 CPUtime=1.42
/proc/20268/task/20269/stat : 20269 (java) R 20267 20254 19876 0 -1 64 3023 0 1 0 140 2 0 0 25 0 9 0 1992375472 889233408 12061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20268/tid=20270] ppid=20267 vsize=868392 CPUtime=0.64
/proc/20268/task/20270/stat : 20270 (java) R 20267 20254 19876 0 -1 64 7865 0 0 0 60 4 0 0 15 0 9 0 1992375473 889233408 12061 996147200 134512640 134550740 4294955952 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20268/tid=20271] ppid=20267 vsize=868392 CPUtime=0
/proc/20268/task/20271/stat : 20271 (java) S 20267 20254 19876 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992375473 889233408 12061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20268/tid=20272] ppid=20267 vsize=868392 CPUtime=0
/proc/20268/task/20272/stat : 20272 (java) S 20267 20254 19876 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992375473 889233408 12061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20268/tid=20273] ppid=20267 vsize=868392 CPUtime=0
/proc/20268/task/20273/stat : 20273 (java) S 20267 20254 19876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992375475 889233408 12061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20268/tid=20274] ppid=20267 vsize=868392 CPUtime=0.19
/proc/20268/task/20274/stat : 20274 (java) S 20267 20254 19876 0 -1 64 1469 0 0 0 19 0 0 0 16 0 9 0 1992375475 889233408 12061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20268/tid=20275] ppid=20267 vsize=868392 CPUtime=0
/proc/20268/task/20275/stat : 20275 (java) S 20267 20254 19876 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992375475 889233408 12061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20268/tid=20276] ppid=20267 vsize=868392 CPUtime=0
/proc/20268/task/20276/stat : 20276 (java) S 20267 20254 19876 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992375475 889233408 12061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887348

[startup+6.30259 s]
/proc/loadavg: 1.94 2.07 2.00 3/84 20278
/proc/meminfo: memFree=1452896/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=13600 CPUtime=4.96
/proc/20254/stat : 20254 (sugar) S 20252 20254 19876 0 -1 4194304 1033 19390 0 2 3 1 474 18 15 0 1 0 1992375393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20254/statm: 3400 799 370 3 0 500 0
[pid=20277] ppid=20254 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20254 20254 19876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992375906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=26036 CPUtime=1.15
/proc/20278/stat : 20278 (minisat) R 20277 20254 19876 0 -1 4194304 6213 0 0 0 112 3 0 0 25 0 1 0 1992375907 26660864 6199 996147200 134512640 135127466 4294956272 18446744073709551615 134530590 0 0 4096 3 0 0 0 17 1 0 0
/proc/20278/statm: 6509 6199 76 150 0 6356 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 44992

[startup+12.7015 s]
/proc/loadavg: 1.95 2.06 2.00 3/84 20278
/proc/meminfo: memFree=1444384/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=13600 CPUtime=4.97
/proc/20254/stat : 20254 (sugar) S 20252 20254 19876 0 -1 4194304 1033 19390 0 2 4 1 474 18 16 0 1 0 1992375393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20254/statm: 3400 799 370 3 0 500 0
[pid=20277] ppid=20254 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20254 20254 19876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992375906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=33300 CPUtime=7.47
/proc/20278/stat : 20278 (minisat) R 20277 20254 19876 0 -1 4194304 8019 0 0 0 744 3 0 0 25 0 1 0 1992375907 34099200 8005 996147200 134512640 135127466 4294956272 18446744073709551615 134521712 0 0 4096 3 0 0 0 17 1 0 0
/proc/20278/statm: 8325 8005 76 150 0 8172 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 52256

[startup+25.5012 s]
/proc/loadavg: 1.96 2.06 2.00 3/84 20278
/proc/meminfo: memFree=1434720/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=13600 CPUtime=4.97
/proc/20254/stat : 20254 (sugar) S 20252 20254 19876 0 -1 4194304 1033 19390 0 2 4 1 474 18 16 0 1 0 1992375393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20254/statm: 3400 799 370 3 0 500 0
[pid=20277] ppid=20254 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20254 20254 19876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992375906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=42624 CPUtime=20.16
/proc/20278/stat : 20278 (minisat) R 20277 20254 19876 0 -1 4194304 10361 0 0 0 2010 6 0 0 25 0 1 0 1992375907 43646976 10347 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20278/statm: 10656 10347 76 150 0 10503 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 61580

[startup+51.1027 s]
/proc/loadavg: 1.97 2.05 2.00 3/84 20278
/proc/meminfo: memFree=1423072/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=13600 CPUtime=4.97
/proc/20254/stat : 20254 (sugar) S 20252 20254 19876 0 -1 4194304 1033 19390 0 2 4 1 474 18 16 0 1 0 1992375393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20254/statm: 3400 799 370 3 0 500 0
[pid=20277] ppid=20254 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20254 20254 19876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992375906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=54588 CPUtime=45.51
/proc/20278/stat : 20278 (minisat) R 20277 20254 19876 0 -1 4194304 13305 0 0 0 4543 8 0 0 25 0 1 0 1992375907 55898112 13291 996147200 134512640 135127466 4294956272 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/20278/statm: 13647 13291 76 150 0 13494 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 73544

[startup+102.308 s]
/proc/loadavg: 1.99 2.04 2.00 3/84 20278
/proc/meminfo: memFree=1405728/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=13600 CPUtime=4.97
/proc/20254/stat : 20254 (sugar) S 20252 20254 19876 0 -1 4194304 1033 19390 0 2 4 1 474 18 16 0 1 0 1992375393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20254/statm: 3400 799 370 3 0 500 0
[pid=20277] ppid=20254 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20254 20254 19876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992375906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=71756 CPUtime=96.24
/proc/20278/stat : 20278 (minisat) R 20277 20254 19876 0 -1 4194304 17566 0 0 0 9611 13 0 0 25 0 1 0 1992375907 73478144 17552 996147200 134512640 135127466 4294956272 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/20278/statm: 17939 17552 76 150 0 17786 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 90712

[startup+162.303 s]
/proc/loadavg: 1.99 2.03 2.00 3/84 20278
/proc/meminfo: memFree=1391648/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=13600 CPUtime=4.97
/proc/20254/stat : 20254 (sugar) S 20252 20254 19876 0 -1 4194304 1033 19390 0 2 4 1 474 18 16 0 1 0 1992375393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20254/statm: 3400 799 370 3 0 500 0
[pid=20277] ppid=20254 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1281128/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=13600 CPUtime=4.97
/proc/20254/stat : 20254 (sugar) S 20252 20254 19876 0 -1 4194304 1033 19390 0 2 4 1 474 18 16 0 1 0 1992375393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20254/statm: 3400 799 370 3 0 500 0
[pid=20277] ppid=20254 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20254 20254 19876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992375906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=251696 CPUtime=1354.44
/proc/20278/stat : 20278 (minisat) R 20277 20254 19876 0 -1 4194304 62073 0 0 0 135381 63 0 0 25 0 1 0 1992375907 257736704 62059 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 62924 62059 76 150 0 62771 0
Current children cumulated CPU time (s) 1359.41
Current children cumulated vsize (KiB) 270652

[startup+1422.31 s]
/proc/loadavg: 2.04 2.02 2.00 3/84 20320
/proc/meminfo: memFree=1271272/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=13600 CPUtime=4.97
/proc/20254/stat : 20254 (sugar) S 20252 20254 19876 0 -1 4194304 1033 19390 0 2 4 1 474 18 16 0 1 0 1992375393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20254/statm: 3400 799 370 3 0 500 0
[pid=20277] ppid=20254 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20254 20254 19876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992375906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=262648 CPUtime=1414.42
/proc/20278/stat : 20278 (minisat) R 20277 20254 19876 0 -1 4194304 64496 0 0 0 141377 65 0 0 25 0 1 0 1992375907 268951552 64482 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 65662 64482 76 150 0 65509 0
Current children cumulated CPU time (s) 1419.39
Current children cumulated vsize (KiB) 281604

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 20320
/proc/meminfo: memFree=1262120/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=13600 CPUtime=4.97
/proc/20254/stat : 20254 (sugar) S 20252 20254 19876 0 -1 4194304 1033 19390 0 2 4 1 474 18 16 0 1 0 1992375393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20254/statm: 3400 799 370 3 0 500 0
[pid=20277] ppid=20254 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20254 20254 19876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992375906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=271784 CPUtime=1474.39
/proc/20278/stat : 20278 (minisat) R 20277 20254 19876 0 -1 4194304 66780 0 0 0 147371 68 0 0 25 0 1 0 1992375907 278306816 66766 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 67946 66766 76 150 0 67793 0
Current children cumulated CPU time (s) 1479.36
Current children cumulated vsize (KiB) 290740

[startup+1542.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/84 20320
/proc/meminfo: memFree=1253288/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=13600 CPUtime=4.97
/proc/20254/stat : 20254 (sugar) S 20252 20254 19876 0 -1 4194304 1033 19390 0 2 4 1 474 18 16 0 1 0 1992375393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20254/statm: 3400 799 370 3 0 500 0
[pid=20277] ppid=20254 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20254 20254 19876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992375906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=280624 CPUtime=1534.36
/proc/20278/stat : 20278 (minisat) R 20277 20254 19876 0 -1 4194304 68968 0 0 0 153365 71 0 0 25 0 1 0 1992375907 287358976 68954 996147200 134512640 135127466 4294956272 18446744073709551615 134530825 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 70156 68954 76 150 0 70003 0
Current children cumulated CPU time (s) 1539.33
Current children cumulated vsize (KiB) 299580

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/84 20320
/proc/meminfo: memFree=1245032/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=13600 CPUtime=4.97
/proc/20254/stat : 20254 (sugar) S 20252 20254 19876 0 -1 4194304 1033 19390 0 2 4 1 474 18 16 0 1 0 1992375393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20254/statm: 3400 799 370 3 0 500 0
[pid=20277] ppid=20254 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20254 20254 19876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992375906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=288896 CPUtime=1594.34
/proc/20278/stat : 20278 (minisat) R 20277 20254 19876 0 -1 4194304 71028 0 0 0 159361 73 0 0 25 0 1 0 1992375907 295829504 71014 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 72224 71014 76 150 0 72071 0
Current children cumulated CPU time (s) 1599.31
Current children cumulated vsize (KiB) 307852

[startup+1662.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/84 20320
/proc/meminfo: memFree=1236264/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=13600 CPUtime=4.97
/proc/20254/stat : 20254 (sugar) S 20252 20254 19876 0 -1 4194304 1033 19390 0 2 4 1 474 18 16 0 1 0 1992375393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20254/statm: 3400 799 370 3 0 500 0
[pid=20277] ppid=20254 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20254 20254 19876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992375906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=297544 CPUtime=1654.31
/proc/20278/stat : 20278 (minisat) R 20277 20254 19876 0 -1 4194304 73206 0 0 0 165356 75 0 0 25 0 1 0 1992375907 304685056 73192 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 74386 73192 76 150 0 74233 0
Current children cumulated CPU time (s) 1659.28
Current children cumulated vsize (KiB) 316500

[startup+1722.3 s]
/proc/loadavg: 2.22 2.08 2.02 3/84 20320
/proc/meminfo: memFree=1228712/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=13600 CPUtime=4.97
/proc/20254/stat : 20254 (sugar) S 20252 20254 19876 0 -1 4194304 1033 19390 0 2 4 1 474 18 16 0 1 0 1992375393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20254/statm: 3400 799 370 3 0 500 0
[pid=20277] ppid=20254 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20254 20254 19876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992375906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=305152 CPUtime=1714.29
/proc/20278/stat : 20278 (minisat) R 20277 20254 19876 0 -1 4194304 75099 0 0 0 171351 78 0 0 25 0 1 0 1992375907 312475648 75085 996147200 134512640 135127466 4294956272 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 76288 75085 76 150 0 76135 0
Current children cumulated CPU time (s) 1719.26
Current children cumulated vsize (KiB) 324108

[startup+1782.3 s]
/proc/loadavg: 2.19 2.10 2.03 3/84 20320
/proc/meminfo: memFree=1221736/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=13600 CPUtime=4.97
/proc/20254/stat : 20254 (sugar) S 20252 20254 19876 0 -1 4194304 1033 19390 0 2 4 1 474 18 16 0 1 0 1992375393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20254/statm: 3400 799 370 3 0 500 0
[pid=20277] ppid=20254 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20254 20254 19876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992375906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=312128 CPUtime=1774.27
/proc/20278/stat : 20278 (minisat) R 20277 20254 19876 0 -1 4194304 76786 0 0 0 177348 79 0 0 25 0 1 0 1992375907 319619072 76772 996147200 134512640 135127466 4294956272 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 78032 76772 76 150 0 77879 0
Current children cumulated CPU time (s) 1779.24
Current children cumulated vsize (KiB) 331084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.1 s]
/proc/loadavg: 2.13 2.09 2.02 4/84 20320
/proc/meminfo: memFree=1218984/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=13600 CPUtime=4.97
/proc/20254/stat : 20254 (sugar) S 20252 20254 19876 0 -1 4194304 1033 19390 0 2 4 1 474 18 16 0 1 0 1992375393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20254/statm: 3400 799 370 3 0 500 0
[pid=20277] ppid=20254 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20254 20254 19876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992375906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=314768 CPUtime=1795.06
/proc/20278/stat : 20278 (minisat) R 20277 20254 19876 0 -1 4194304 77461 0 0 0 179427 79 0 0 25 0 1 0 1992375907 322322432 77447 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 78692 77447 76 150 0 78539 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 333724

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

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

[startup+1803.1 s]
/proc/loadavg: 2.13 2.09 2.02 4/84 20320
/proc/meminfo: memFree=1218984/2055920 swapFree=4180436/4192956
[pid=20254] ppid=20252 vsize=13600 CPUtime=4.97
/proc/20254/stat : 20254 (sugar) S 20252 20254 19876 0 -1 4194304 1033 19390 0 2 4 1 474 18 16 0 1 0 1992375393 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20254/statm: 3400 799 370 3 0 500 0
[pid=20277] ppid=20254 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20254 20254 19876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992375906 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=314768 CPUtime=1795.06
/proc/20278/stat : 20278 (minisat) R 20277 20254 19876 0 -1 4194304 77461 0 0 0 179427 79 0 0 25 0 1 0 1992375907 322322432 77447 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 78692 77447 76 150 0 78539 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 333724

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20254 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=794271
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=211967
# CPU time returned by wait4() is 5.00624
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.16
CPU time (s): 1800.03
CPU user time (s): 1799.05
CPU system time (s): 0.98
CPU usage (%): 99.8264
Max. virtual memory (cumulated for all children) (KiB): 887852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.79427
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20767
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= 4002
involuntary context switches= 3913

runsolver used 2.07868 second user time and 6.14107 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-04 03:14:27
IDJOB=1062237
IDBENCH=54621
IDSOLVER=346
FILE ID=node71/1062237-1215134066
PBS_JOBID= 7877347
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/fpga/normalized-fpga-35-35.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-1062237-1215134066/watcher-1062237-1215134066 -o /tmp/evaluation-result-1062237-1215134066/solver-1062237-1215134066 -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-1062237-1215134066.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bad9d59072659d000ac9ffef6357e1cf
RANDOM SEED=1983625198

node71.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.209
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.209
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:       1486616 kB
Buffers:         44176 kB
Cached:         384884 kB
SwapCached:       6480 kB
Active:         165936 kB
Inactive:       342760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1486616 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            1780 kB
Writeback:           0 kB
Mapped:          95792 kB
Slab:            45604 kB
Committed_AS:  4285828 kB
PageTables:       2068 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= 66548 MiB
End job on node71 at 2008-07-04 03:44:32