Trace number 1062447

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.1 1803.66

General information on the benchmark

Namecsp/pseudo/fpga/
normalized-fpga-35-34.xml
MD5SUMef8345fada12adb2850fe015ab88eae1
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 benchmark10.8374
Satisfiable
(Un)Satisfiability was proved
Number of variables1785
Number of constraints1293
Maximum constraint arity35
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1293
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:30:15 2008
0.00/0.04	c 0	PID 26727
0.00/0.05	c 0	HOST node2.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1062447-1215135015.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-1062447-1215135015.xml' 'HOME/temp.csp'
0.04/0.52	c 0	1 domains, 1785 variables, 5 predicates, 0 relations, 1293 constraints
0.04/0.53	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.53	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.50/0.61	c 0	Parsing HOME/temp.csp
0.50/0.90	c 1	parsed 3084 expressions
0.50/0.91	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.50/0.91	c 1	Converting to clausal form CSP
0.50/0.93	c 1	converted 309 (10%) expressions
0.50/0.94	c 1	converted 617 (20%) expressions
0.50/0.94	c 1	converted 926 (30%) expressions
0.50/0.95	c 1	converted 1234 (40%) expressions
0.50/0.96	c 1	converted 1542 (50%) expressions
1.14/1.22	c 1	converted 1851 (60%) expressions
1.54/1.60	c 1	converted 2159 (70%) expressions
1.84/1.98	c 2	converted 2468 (80%) expressions
2.14/2.28	c 2	converted 2776 (90%) expressions
2.63/2.77	c 3	converted 3084 (100%) expressions
2.63/2.78	c 3	CSP : 23594 integers, 0 booleans, 44911 clauses, largest domain size 19
2.63/2.78	c 3	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.63/2.78	c 3	Propagation in CSP
3.02/3.18	c 3	5140 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.02/3.19	c 3	CSP : 23594 integers, 0 booleans, 44911 clauses, largest domain size 19
3.02/3.19	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.12/3.21	c 3	Simplifing CSP by introducing new Boolean variables
3.12/3.23	c 3	CSP : 23594 integers, 0 booleans, 44911 clauses, largest domain size 19
3.12/3.23	c 3	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.32/3.40	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.32/3.44	c 3	2360 (10%) CSP integer variables are encoded (840 clauses, 10984 bytes)
3.32/3.46	c 3	4719 (20%) CSP integer variables are encoded (7027 clauses, 93944 bytes)
3.32/3.47	c 3	7079 (30%) CSP integer variables are encoded (13222 clauses, 186869 bytes)
3.32/3.48	c 3	9438 (40%) CSP integer variables are encoded (19414 clauses, 279749 bytes)
3.32/3.49	c 3	11797 (50%) CSP integer variables are encoded (25608 clauses, 372659 bytes)
3.41/3.50	c 3	14157 (60%) CSP integer variables are encoded (31803 clauses, 465584 bytes)
3.41/3.51	c 3	16516 (70%) CSP integer variables are encoded (37997 clauses, 558494 bytes)
3.41/3.52	c 3	18876 (80%) CSP integer variables are encoded (44192 clauses, 651419 bytes)
3.41/3.53	c 3	21235 (90%) CSP integer variables are encoded (49980 clauses, 738239 bytes)
3.41/3.54	c 3	23594 (100%) CSP integer variables are encoded (53822 clauses, 795869 bytes)
3.51/3.68	c 3	4492 (10%) CSP clauses are encoded (86198 clauses, 1312054 bytes)
3.61/3.78	c 4	8983 (20%) CSP clauses are encoded (121719 clauses, 1951089 bytes)
3.71/3.88	c 4	13474 (30%) CSP clauses are encoded (157224 clauses, 2599948 bytes)
3.81/3.98	c 4	17965 (40%) CSP clauses are encoded (192739 clauses, 3249011 bytes)
3.91/4.08	c 4	22456 (50%) CSP clauses are encoded (228296 clauses, 3898905 bytes)
4.01/4.18	c 4	26947 (60%) CSP clauses are encoded (263805 clauses, 4547842 bytes)
4.11/4.28	c 4	31438 (70%) CSP clauses are encoded (299318 clauses, 5196864 bytes)
4.21/4.38	c 4	35929 (80%) CSP clauses are encoded (334831 clauses, 5846176 bytes)
4.31/4.48	c 4	40420 (90%) CSP clauses are encoded (366678 clauses, 6425382 bytes)
4.40/4.58	c 4	44911 (100%) CSP clauses are encoded (400683 clauses, 7053386 bytes)
4.40/4.58	c 4	44911 CSP clauses encoded
4.40/4.58	c 4	Writing map file : HOME/temp.map
4.50/4.63	c 4	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.50/4.63	c 4	SAT : 77416 SAT variables, 400683 SAT clauses, 7053386 bytes
4.50/4.63	c 4	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.50/4.67	c 4	SOLVING HOME/temp.cnf
4.50/4.67	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.50/4.67	c 4	This is MiniSat 2.0 beta
4.50/4.67	c 4	WARNING: for repeatability, setting FPU to use double precision
4.50/4.67	c 4	============================[ Problem Statistics ]=============================
4.50/4.67	c 4	|                                                                             |
4.50/4.67	c 4	|  Number of variables:  77416                                                |
4.50/4.67	c 4	|  Number of clauses:    400683                                               |
4.55/4.90	c 5	|  Parsing time:         0.19         s                                       |
4.55/4.91	c 5	============================[ Search Statistics ]==============================
4.55/4.91	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.55/4.91	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.55/4.91	c 5	===============================================================================
4.55/4.91	c 5	|         0 |   77416   400683   994025 |   133561        0    nan |  0.000 % |
4.55/4.95	c 5	|       100 |   77416   400683   994025 |   146917      100     19 |  0.000 % |
4.55/5.00	c 5	|       250 |   77416   400683   994025 |   161608      250     20 |  0.000 % |
4.55/5.10	c 5	|       475 |   77416   400683   994025 |   177769      475     25 |  0.000 % |
4.55/5.18	c 5	|       812 |   77416   400683   994025 |   195546      812     27 |  0.000 % |
5.95/6.14	c 6	|      1318 |   77416   400683   994025 |   215101     1318     30 |  0.000 % |
6.25/6.47	c 6	|      2079 |   77416   400683   994025 |   236611     2079     31 |  0.000 % |
6.84/7.09	c 7	|      3219 |   77416   400683   994025 |   260272     3219     43 |  0.000 % |
7.14/7.36	c 7	|      4928 |   77416   400683   994025 |   286299     4928     43 |  0.000 % |
7.83/8.03	c 8	|      7490 |   77416   400683   994025 |   314929     7490     59 |  0.000 % |
8.62/8.84	c 9	|     11336 |   77416   400683   994025 |   346422    11336     56 |  0.000 % |
10.40/10.60	c 10	|     17102 |   77416   400683   994025 |   381065    17102     63 |  0.000 % |
13.87/14.10	c 14	|     25751 |   77416   400683   994025 |   419171    25751     67 |  0.000 % |
18.13/18.43	c 18	|     38728 |   77416   400683   994025 |   461088    38728     63 |  0.000 % |
32.29/32.70	c 33	|     58190 |   77416   400683   994025 |   507197    58190     68 |  0.000 % |
49.23/49.82	c 50	|     87383 |   77416   400683   994025 |   557917    87383     68 |  0.000 % |
78.45/79.36	c 79	|    131172 |   77416   400683   994025 |   613709   131172     62 |  0.000 % |
155.13/156.77	c 157	|    196856 |   77416   400683   994025 |   675080   196856     68 |  0.000 % |
329.63/332.61	c 332	|    295382 |   77416   400683   994025 |   742588   295382     71 |  0.000 % |
621.72/624.85	c 625	|    443171 |   77416   400683   994025 |   816846   443171     76 |  0.000 % |
1363.45/1366.80	c 1367	|    664854 |   77416   400683   994025 |   898531   664854     81 |  0.000 % |
1800.10/1803.62	c ERROR INTERRUPTED
1800.10/1803.65	s UNKNOWN
1800.10/1803.65	c 1803	CPU 4.35 (0.03 0.01 4.32 0.19)
1800.10/1803.65	c 1803	END Fri Jul  4 04:00:18 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-1062447-1215135015/watcher-1062447-1215135015 -o /tmp/evaluation-result-1062447-1215135015/solver-1062447-1215135015 -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-1062447-1215135015.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.91 1.95 1.99 4/83 26727
/proc/meminfo: memFree=1515136/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=12268 CPUtime=0
/proc/26727/stat : 26727 (sugar) R 26725 26727 24795 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 997906096 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 206381480549 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26727/statm: 3067 316 241 3 0 167 0

[startup+0.0535671 s]
/proc/loadavg: 1.91 1.95 1.99 4/83 26727
/proc/meminfo: memFree=1515136/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=13600 CPUtime=0.04
/proc/26727/stat : 26727 (sugar) S 26725 26727 24795 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 997906096 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26727/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101911 s]
/proc/loadavg: 1.91 1.95 1.99 4/83 26727
/proc/meminfo: memFree=1515136/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=13600 CPUtime=0.04
/proc/26727/stat : 26727 (sugar) S 26725 26727 24795 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 997906096 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26727/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302933 s]
/proc/loadavg: 1.91 1.95 1.99 4/83 26727
/proc/meminfo: memFree=1515136/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=13600 CPUtime=0.04
/proc/26727/stat : 26727 (sugar) S 26725 26727 24795 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 997906096 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26727/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702973 s]
/proc/loadavg: 1.91 1.95 1.99 4/83 26727
/proc/meminfo: memFree=1515136/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=13600 CPUtime=0.5
/proc/26727/stat : 26727 (sugar) S 26725 26727 24795 0 -1 4194304 973 5260 0 1 3 1 43 3 16 0 1 0 997906096 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26727/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13600

[startup+1.50106 s]
/proc/loadavg: 1.91 1.95 1.99 3/94 26749
/proc/meminfo: memFree=1504360/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=13600 CPUtime=0.5
/proc/26727/stat : 26727 (sugar) S 26725 26727 24795 0 -1 4194304 974 5260 0 1 3 1 43 3 15 0 1 0 997906096 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26727/statm: 3400 797 370 3 0 500 0
[pid=26740] ppid=26727 vsize=5356 CPUtime=0
/proc/26740/stat : 26740 (sh) S 26727 26727 24795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 997906150 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26740/statm: 1339 233 193 169 0 50 0
[pid=26741] ppid=26740 vsize=868400 CPUtime=0.94
/proc/26741/stat : 26741 (java) S 26740 26727 24795 0 -1 0 7835 0 1 0 90 4 0 0 19 0 9 0 997906150 889241600 7030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26741/statm: 217100 7030 2541 9 0 211675 0
[pid=26741/tid=26742] ppid=26740 vsize=868400 CPUtime=0.55
/proc/26741/task/26742/stat : 26742 (java) R 26740 26727 24795 0 -1 64 2702 0 1 0 54 1 0 0 20 0 9 0 997906151 889241600 7030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26741/tid=26743] ppid=26740 vsize=868400 CPUtime=0.16
/proc/26741/task/26743/stat : 26743 (java) R 26740 26727 24795 0 -1 64 2962 0 0 0 15 1 0 0 16 0 9 0 997906152 889241600 7030 996147200 134512640 134550740 4294955952 18446744073709551615 102687691 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26741/tid=26744] ppid=26740 vsize=868400 CPUtime=0
/proc/26741/task/26744/stat : 26744 (java) S 26740 26727 24795 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 997906152 889241600 7030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26741/tid=26745] ppid=26740 vsize=868400 CPUtime=0
/proc/26741/task/26745/stat : 26745 (java) S 26740 26727 24795 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 997906152 889241600 7030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26741/tid=26746] ppid=26740 vsize=868400 CPUtime=0
/proc/26741/task/26746/stat : 26746 (java) S 26740 26727 24795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 997906154 889241600 7030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26741/tid=26747] ppid=26740 vsize=868400 CPUtime=0.2
/proc/26741/task/26747/stat : 26747 (java) S 26740 26727 24795 0 -1 64 1478 0 0 0 19 1 0 0 16 0 9 0 997906154 889241600 7030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26741/tid=26748] ppid=26740 vsize=868400 CPUtime=0
/proc/26741/task/26748/stat : 26748 (java) S 26740 26727 24795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 997906154 889241600 7030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26741/tid=26749] ppid=26740 vsize=868400 CPUtime=0
/proc/26741/task/26749/stat : 26749 (java) S 26740 26727 24795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 997906154 889241600 7030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887356

[startup+3.10222 s]
/proc/loadavg: 1.91 1.95 1.99 3/94 26749
/proc/meminfo: memFree=1484776/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=13600 CPUtime=0.5
/proc/26727/stat : 26727 (sugar) S 26725 26727 24795 0 -1 4194304 974 5260 0 1 3 1 43 3 15 0 1 0 997906096 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26727/statm: 3400 797 370 3 0 500 0
[pid=26740] ppid=26727 vsize=5356 CPUtime=0
/proc/26740/stat : 26740 (sh) S 26727 26727 24795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 997906150 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26740/statm: 1339 233 193 169 0 50 0
[pid=26741] ppid=26740 vsize=868400 CPUtime=2.52
/proc/26741/stat : 26741 (java) S 26740 26727 24795 0 -1 0 12959 0 1 0 244 8 0 0 19 0 9 0 997906150 889241600 11948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26741/statm: 217100 11948 2541 9 0 211675 0
[pid=26741/tid=26742] ppid=26740 vsize=868400 CPUtime=1.63
/proc/26741/task/26742/stat : 26742 (java) R 26740 26727 24795 0 -1 64 3039 0 1 0 162 1 0 0 25 0 9 0 997906151 889241600 11948 996147200 134512640 134550740 4294955952 18446744073709551615 4126955631 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26741/tid=26743] ppid=26740 vsize=868400 CPUtime=0.65
/proc/26741/task/26743/stat : 26743 (java) S 26740 26727 24795 0 -1 64 7739 0 0 0 60 5 0 0 16 0 9 0 997906152 889241600 11948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26741/tid=26744] ppid=26740 vsize=868400 CPUtime=0
/proc/26741/task/26744/stat : 26744 (java) S 26740 26727 24795 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 997906152 889241600 11948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26741/tid=26745] ppid=26740 vsize=868400 CPUtime=0
/proc/26741/task/26745/stat : 26745 (java) S 26740 26727 24795 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 997906152 889241600 11948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26741/tid=26746] ppid=26740 vsize=868400 CPUtime=0
/proc/26741/task/26746/stat : 26746 (java) S 26740 26727 24795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 997906154 889241600 11948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26741/tid=26747] ppid=26740 vsize=868400 CPUtime=0.22
/proc/26741/task/26747/stat : 26747 (java) S 26740 26727 24795 0 -1 64 1488 0 0 0 21 1 0 0 16 0 9 0 997906154 889241600 11948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26741/tid=26748] ppid=26740 vsize=868400 CPUtime=0
/proc/26741/task/26748/stat : 26748 (java) S 26740 26727 24795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 997906154 889241600 11948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26741/tid=26749] ppid=26740 vsize=868400 CPUtime=0
/proc/26741/task/26749/stat : 26749 (java) S 26740 26727 24795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 997906154 889241600 11948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887356

[startup+6.30156 s]
/proc/loadavg: 1.92 1.95 1.99 3/86 26751
/proc/meminfo: memFree=1483176/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=13600 CPUtime=4.55
/proc/26727/stat : 26727 (sugar) S 26725 26727 24795 0 -1 4194304 1033 18934 0 2 3 1 432 19 16 0 1 0 997906096 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26727/statm: 3400 799 370 3 0 500 0
[pid=26750] ppid=26727 vsize=5356 CPUtime=0
/proc/26750/stat : 26750 (sh) S 26727 26727 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997906564 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26750/statm: 1339 232 193 169 0 50 0
[pid=26751] ppid=26750 vsize=24260 CPUtime=1.6
/proc/26751/stat : 26751 (minisat) R 26750 26727 24795 0 -1 4194304 5657 0 0 0 157 3 0 0 25 0 1 0 997906564 24842240 5643 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26751/statm: 6065 5643 76 150 0 5912 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 43216

[startup+12.7012 s]
/proc/loadavg: 1.93 1.95 1.99 3/86 26751
/proc/meminfo: memFree=1476776/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=13600 CPUtime=4.55
/proc/26727/stat : 26727 (sugar) S 26725 26727 24795 0 -1 4194304 1033 18934 0 2 3 1 432 19 16 0 1 0 997906096 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26727/statm: 3400 799 370 3 0 500 0
[pid=26750] ppid=26727 vsize=5356 CPUtime=0
/proc/26750/stat : 26750 (sh) S 26727 26727 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997906564 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26750/statm: 1339 232 193 169 0 50 0
[pid=26751] ppid=26750 vsize=31152 CPUtime=7.93
/proc/26751/stat : 26751 (minisat) R 26750 26727 24795 0 -1 4194304 7376 0 0 0 789 4 0 0 25 0 1 0 997906564 31899648 7362 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/26751/statm: 7788 7362 76 150 0 7635 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 50108

[startup+25.5025 s]
/proc/loadavg: 1.94 1.96 1.99 3/86 26751
/proc/meminfo: memFree=1468136/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=13600 CPUtime=4.55
/proc/26727/stat : 26727 (sugar) S 26725 26727 24795 0 -1 4194304 1033 18934 0 2 3 1 432 19 16 0 1 0 997906096 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26727/statm: 3400 799 370 3 0 500 0
[pid=26750] ppid=26727 vsize=5356 CPUtime=0
/proc/26750/stat : 26750 (sh) S 26727 26727 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997906564 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26750/statm: 1339 232 193 169 0 50 0
[pid=26751] ppid=26750 vsize=39732 CPUtime=20.61
/proc/26751/stat : 26751 (minisat) R 26750 26727 24795 0 -1 4194304 9527 0 0 0 2055 6 0 0 25 0 1 0 997906564 40685568 9513 996147200 134512640 135127466 4294956272 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 1 0 0
/proc/26751/statm: 9933 9513 76 150 0 9780 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 58688

[startup+51.1022 s]
/proc/loadavg: 1.96 1.96 1.99 3/86 26751
/proc/meminfo: memFree=1455336/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=13600 CPUtime=4.55
/proc/26727/stat : 26727 (sugar) S 26725 26727 24795 0 -1 4194304 1033 18934 0 2 3 1 432 19 16 0 1 0 997906096 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26727/statm: 3400 799 370 3 0 500 0
[pid=26750] ppid=26727 vsize=5356 CPUtime=0
/proc/26750/stat : 26750 (sh) S 26727 26727 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997906564 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26750/statm: 1339 232 193 169 0 50 0
[pid=26751] ppid=26750 vsize=52492 CPUtime=45.97
/proc/26751/stat : 26751 (minisat) R 26750 26727 24795 0 -1 4194304 12720 0 0 0 4589 8 0 0 25 0 1 0 997906564 53751808 12706 996147200 134512640 135127466 4294956272 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/26751/statm: 13123 12706 76 150 0 12970 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 71448

[startup+102.306 s]
/proc/loadavg: 1.98 1.96 1.99 3/86 26751
/proc/meminfo: memFree=1437160/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=13600 CPUtime=4.55
/proc/26727/stat : 26727 (sugar) S 26725 26727 24795 0 -1 4194304 1033 18934 0 2 3 1 432 19 16 0 1 0 997906096 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26727/statm: 3400 799 370 3 0 500 0
[pid=26750] ppid=26727 vsize=5356 CPUtime=0
/proc/26750/stat : 26750 (sh) S 26727 26727 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997906564 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26750/statm: 1339 232 193 169 0 50 0
[pid=26751] ppid=26750 vsize=70664 CPUtime=96.69
/proc/26751/stat : 26751 (minisat) R 26750 26727 24795 0 -1 4194304 17198 0 0 0 9657 12 0 0 25 0 1 0 997906564 72359936 17184 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26751/statm: 17666 17184 76 150 0 17513 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 89620

[startup+162.303 s]
/proc/loadavg: 2.04 1.98 1.99 3/86 26751
/proc/meminfo: memFree=1423976/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=13600 CPUtime=4.55
/proc/26727/stat : 26727 (sugar) S 26725 26727 24795 0 -1 4194304 1033 18934 0 2 3 1 432 19 16 0 1 0 997906096 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26727/statm: 3400 799 370 3 0 500 0
[pid=26750] ppid=26727 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1353472/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=13600 CPUtime=4.55
/proc/26727/stat : 26727 (sugar) S 26725 26727 24795 0 -1 4194304 1033 18934 0 2 3 1 432 19 16 0 1 0 997906096 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26727/statm: 3400 799 370 3 0 500 0
[pid=26750] ppid=26727 vsize=5356 CPUtime=0
/proc/26750/stat : 26750 (sh) S 26727 26727 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997906564 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26750/statm: 1339 232 193 169 0 50 0
[pid=26751] ppid=26750 vsize=256984 CPUtime=1294.42
/proc/26751/stat : 26751 (minisat) R 26750 26727 24795 0 -1 4194304 63472 0 0 0 129379 63 0 0 25 0 1 0 997906564 263151616 63458 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26751/statm: 64246 63458 76 150 0 64093 0
Current children cumulated CPU time (s) 1298.97
Current children cumulated vsize (KiB) 275940

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26781
/proc/meminfo: memFree=1347776/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=13600 CPUtime=4.55
/proc/26727/stat : 26727 (sugar) S 26725 26727 24795 0 -1 4194304 1033 18934 0 2 3 1 432 19 16 0 1 0 997906096 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26727/statm: 3400 799 370 3 0 500 0
[pid=26750] ppid=26727 vsize=5356 CPUtime=0
/proc/26750/stat : 26750 (sh) S 26727 26727 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997906564 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26750/statm: 1339 232 193 169 0 50 0
[pid=26751] ppid=26750 vsize=262664 CPUtime=1354.4
/proc/26751/stat : 26751 (minisat) R 26750 26727 24795 0 -1 4194304 64894 0 0 0 135376 64 0 0 25 0 1 0 997906564 268967936 64880 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26751/statm: 65666 64880 76 150 0 65513 0
Current children cumulated CPU time (s) 1358.95
Current children cumulated vsize (KiB) 281620

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26781
/proc/meminfo: memFree=1339840/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=13600 CPUtime=4.55
/proc/26727/stat : 26727 (sugar) S 26725 26727 24795 0 -1 4194304 1033 18934 0 2 3 1 432 19 16 0 1 0 997906096 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26727/statm: 3400 799 370 3 0 500 0
[pid=26750] ppid=26727 vsize=5356 CPUtime=0
/proc/26750/stat : 26750 (sh) S 26727 26727 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997906564 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26750/statm: 1339 232 193 169 0 50 0
[pid=26751] ppid=26750 vsize=270648 CPUtime=1414.39
/proc/26751/stat : 26751 (minisat) R 26750 26727 24795 0 -1 4194304 66872 0 0 0 141373 66 0 0 25 0 1 0 997906564 277143552 66858 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26751/statm: 67662 66858 76 150 0 67509 0
Current children cumulated CPU time (s) 1418.94
Current children cumulated vsize (KiB) 289604

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26781
/proc/meminfo: memFree=1332352/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=13600 CPUtime=4.55
/proc/26727/stat : 26727 (sugar) S 26725 26727 24795 0 -1 4194304 1033 18934 0 2 3 1 432 19 16 0 1 0 997906096 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26727/statm: 3400 799 370 3 0 500 0
[pid=26750] ppid=26727 vsize=5356 CPUtime=0
/proc/26750/stat : 26750 (sh) S 26727 26727 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997906564 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26750/statm: 1339 232 193 169 0 50 0
[pid=26751] ppid=26750 vsize=279480 CPUtime=1474.34
/proc/26751/stat : 26751 (minisat) R 26750 26727 24795 0 -1 4194304 68764 0 0 0 147367 67 0 0 25 0 1 0 997906564 286187520 68750 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26751/statm: 69870 68750 76 150 0 69717 0
Current children cumulated CPU time (s) 1478.89
Current children cumulated vsize (KiB) 298436

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26781
/proc/meminfo: memFree=1326080/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=13600 CPUtime=4.55
/proc/26727/stat : 26727 (sugar) S 26725 26727 24795 0 -1 4194304 1033 18934 0 2 3 1 432 19 16 0 1 0 997906096 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26727/statm: 3400 799 370 3 0 500 0
[pid=26750] ppid=26727 vsize=5356 CPUtime=0
/proc/26750/stat : 26750 (sh) S 26727 26727 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997906564 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26750/statm: 1339 232 193 169 0 50 0
[pid=26751] ppid=26750 vsize=285540 CPUtime=1534.33
/proc/26751/stat : 26751 (minisat) R 26750 26727 24795 0 -1 4194304 70279 0 0 0 153364 69 0 0 25 0 1 0 997906564 292392960 70265 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/26751/statm: 71385 70265 76 150 0 71232 0
Current children cumulated CPU time (s) 1538.88
Current children cumulated vsize (KiB) 304496

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26782
/proc/meminfo: memFree=1319744/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=13600 CPUtime=4.55
/proc/26727/stat : 26727 (sugar) S 26725 26727 24795 0 -1 4194304 1033 18934 0 2 3 1 432 19 16 0 1 0 997906096 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26727/statm: 3400 799 370 3 0 500 0
[pid=26750] ppid=26727 vsize=5356 CPUtime=0
/proc/26750/stat : 26750 (sh) S 26727 26727 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997906564 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26750/statm: 1339 232 193 169 0 50 0
[pid=26751] ppid=26750 vsize=291852 CPUtime=1594.31
/proc/26751/stat : 26751 (minisat) R 26750 26727 24795 0 -1 4194304 71843 0 0 0 159360 71 0 0 25 0 1 0 997906564 298856448 71829 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26751/statm: 72963 71829 76 150 0 72810 0
Current children cumulated CPU time (s) 1598.86
Current children cumulated vsize (KiB) 310808

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26783
/proc/meminfo: memFree=1312896/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=13600 CPUtime=4.55
/proc/26727/stat : 26727 (sugar) S 26725 26727 24795 0 -1 4194304 1033 18934 0 2 3 1 432 19 16 0 1 0 997906096 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26727/statm: 3400 799 370 3 0 500 0
[pid=26750] ppid=26727 vsize=5356 CPUtime=0
/proc/26750/stat : 26750 (sh) S 26727 26727 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997906564 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26750/statm: 1339 232 193 169 0 50 0
[pid=26751] ppid=26750 vsize=298604 CPUtime=1654.29
/proc/26751/stat : 26751 (minisat) R 26750 26727 24795 0 -1 4194304 73542 0 0 0 165357 72 0 0 25 0 1 0 997906564 305770496 73528 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26751/statm: 74651 73528 76 150 0 74498 0
Current children cumulated CPU time (s) 1658.84
Current children cumulated vsize (KiB) 317560

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26783
/proc/meminfo: memFree=1306688/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=13600 CPUtime=4.55
/proc/26727/stat : 26727 (sugar) S 26725 26727 24795 0 -1 4194304 1033 18934 0 2 3 1 432 19 16 0 1 0 997906096 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26727/statm: 3400 799 370 3 0 500 0
[pid=26750] ppid=26727 vsize=5356 CPUtime=0
/proc/26750/stat : 26750 (sh) S 26727 26727 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997906564 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26750/statm: 1339 232 193 169 0 50 0
[pid=26751] ppid=26750 vsize=304888 CPUtime=1714.26
/proc/26751/stat : 26751 (minisat) R 26750 26727 24795 0 -1 4194304 75091 0 0 0 171353 73 0 0 25 0 1 0 997906564 312205312 75077 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26751/statm: 76222 75077 76 150 0 76069 0
Current children cumulated CPU time (s) 1718.81
Current children cumulated vsize (KiB) 323844

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26783
/proc/meminfo: memFree=1302784/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=13600 CPUtime=4.55
/proc/26727/stat : 26727 (sugar) S 26725 26727 24795 0 -1 4194304 1033 18934 0 2 3 1 432 19 16 0 1 0 997906096 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26727/statm: 3400 799 370 3 0 500 0
[pid=26750] ppid=26727 vsize=5356 CPUtime=0
/proc/26750/stat : 26750 (sh) S 26727 26727 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997906564 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26750/statm: 1339 232 193 169 0 50 0
[pid=26751] ppid=26750 vsize=308748 CPUtime=1774.24
/proc/26751/stat : 26751 (minisat) R 26750 26727 24795 0 -1 4194304 76061 0 0 0 177350 74 0 0 25 0 1 0 997906564 316157952 76047 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26751/statm: 77187 76047 76 150 0 77034 0
Current children cumulated CPU time (s) 1778.79
Current children cumulated vsize (KiB) 327704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26783
/proc/meminfo: memFree=1301056/2055920 swapFree=4180884/4192956
[pid=26727] ppid=26725 vsize=13600 CPUtime=4.55
/proc/26727/stat : 26727 (sugar) S 26725 26727 24795 0 -1 4194304 1033 18934 0 2 3 1 432 19 16 0 1 0 997906096 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26727/statm: 3400 799 370 3 0 500 0
[pid=26750] ppid=26727 vsize=5356 CPUtime=0
/proc/26750/stat : 26750 (sh) S 26727 26727 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997906564 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26750/statm: 1339 232 193 169 0 50 0
[pid=26751] ppid=26750 vsize=310264 CPUtime=1795.55
/proc/26751/stat : 26751 (minisat) R 26750 26727 24795 0 -1 4194304 76477 0 0 0 179480 75 0 0 25 0 1 0 997906564 317710336 76463 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26751/statm: 77566 76463 76 150 0 77413 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 329220

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

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

Child status: 0

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

Real time (s): 1803.66
CPU time (s): 1800.1
CPU user time (s): 1799.15
CPU system time (s): 0.95
CPU usage (%): 99.8027
Max. virtual memory (cumulated for all children) (KiB): 887860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.36734
system time used= 0.218966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20311
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= 4122
involuntary context switches= 4068

runsolver used 2.10768 second user time and 6.10607 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-04 03:30:15
IDJOB=1062447
IDBENCH=54642
IDSOLVER=346
FILE ID=node2/1062447-1215135015
PBS_JOBID= 7877248
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ef8345fada12adb2850fe015ab88eae1
RANDOM SEED=1993037640

node2.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.236
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.236
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:       1515616 kB
Buffers:         77896 kB
Cached:         278228 kB
SwapCached:       5908 kB
Active:         310696 kB
Inactive:       161244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1515616 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:            1800 kB
Writeback:           0 kB
Mapped:         127192 kB
Slab:            53308 kB
Committed_AS:  2222888 kB
PageTables:       2184 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 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 node2 at 2008-07-04 04:00:20