Trace number 1064358

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? (MO) 1682.37 1708.5

General information on the benchmark

Namecsp/tdsp/
normalized-C5-3-91.xml
MD5SUM9dd9a7613f57790269389339b38e48da
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables221
Number of constraints2774
Maximum constraint arity6
Maximum domain size92
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2774
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 05:06:14 2008
0.00/0.04	c 0	PID 4076
0.00/0.05	c 0	HOST node28.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1064358-1215140774.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-1064358-1215140774.xml' 'HOME/temp.csp'
0.03/0.76	c 1	5 domains, 221 variables, 2 predicates, 0 relations, 2774 constraints
0.03/0.80	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.80	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.03/0.88	c 1	Parsing HOME/temp.csp
0.99/1.13	c 1	parsed 3002 expressions
0.99/1.13	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.99/1.13	c 1	Converting to clausal form CSP
1.09/1.29	c 2	converted 301 (10%) expressions
1.19/1.36	c 2	converted 601 (20%) expressions
1.19/1.39	c 2	converted 901 (30%) expressions
1.28/1.42	c 2	converted 1201 (40%) expressions
1.28/1.44	c 2	converted 1501 (50%) expressions
1.28/1.46	c 2	converted 1802 (60%) expressions
1.28/1.48	c 2	converted 2102 (70%) expressions
1.38/1.54	c 2	converted 2402 (80%) expressions
1.38/1.56	c 2	converted 2702 (90%) expressions
1.38/1.59	c 2	converted 3002 (100%) expressions
1.38/1.59	c 2	CSP : 364 integers, 0 booleans, 3054 clauses, largest domain size 92
1.38/1.59	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.38/1.59	c 2	Propagation in CSP
1.48/1.63	c 2	786 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.48/1.63	c 2	CSP : 364 integers, 0 booleans, 3054 clauses, largest domain size 91
1.48/1.63	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.48/1.63	c 2	Simplifing CSP by introducing new Boolean variables
1.59/1.74	c 2	CSP : 364 integers, 10512 booleans, 13566 clauses, largest domain size 91
1.59/1.74	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.68/1.80	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.68/1.82	c 2	37 (10%) CSP integer variables are encoded (1638 clauses, 19191 bytes)
1.68/1.83	c 2	73 (20%) CSP integer variables are encoded (3298 clauses, 40771 bytes)
1.68/1.83	c 2	110 (30%) CSP integer variables are encoded (4976 clauses, 62585 bytes)
1.68/1.83	c 2	146 (40%) CSP integer variables are encoded (6648 clauses, 84321 bytes)
1.68/1.83	c 2	182 (50%) CSP integer variables are encoded (8304 clauses, 105849 bytes)
1.68/1.83	c 2	219 (60%) CSP integer variables are encoded (10006 clauses, 128412 bytes)
1.68/1.84	c 2	255 (70%) CSP integer variables are encoded (10276 clauses, 132462 bytes)
1.68/1.84	c 2	292 (80%) CSP integer variables are encoded (10452 clauses, 135102 bytes)
1.68/1.84	c 2	328 (90%) CSP integer variables are encoded (10667 clauses, 138327 bytes)
1.68/1.84	c 2	364 (100%) CSP integer variables are encoded (10857 clauses, 141177 bytes)
2.84/4.05	c 4	1357 (10%) CSP clauses are encoded (475709 clauses, 11106485 bytes)
3.84/5.08	c 5	2714 (20%) CSP clauses are encoded (942894 clauses, 22285902 bytes)
5.33/6.51	c 7	4070 (30%) CSP clauses are encoded (1569680 clauses, 37985764 bytes)
6.01/7.29	c 8	5427 (40%) CSP clauses are encoded (1910860 clauses, 46384064 bytes)
12.39/24.00	c 24	6783 (50%) CSP clauses are encoded (2438968 clauses, 59618722 bytes)
13.48/25.09	c 25	8140 (60%) CSP clauses are encoded (2925548 clauses, 71769932 bytes)
14.28/25.84	c 26	9497 (70%) CSP clauses are encoded (3265128 clauses, 80121093 bytes)
15.17/26.75	c 27	10853 (80%) CSP clauses are encoded (3675621 clauses, 90319155 bytes)
16.47/28.00	c 28	12210 (90%) CSP clauses are encoded (4233721 clauses, 104353309 bytes)
17.36/28.96	c 29	13566 (100%) CSP clauses are encoded (4645055 clauses, 114648445 bytes)
17.36/28.96	c 29	13566 CSP clauses encoded
17.36/28.96	c 29	Writing map file : HOME/temp.map
17.36/28.97	c 29	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.36/28.97	c 29	SAT : 21728 SAT variables, 4645055 SAT clauses, 114648445 bytes
17.36/28.97	c 29	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.43/29.05	c 29	SOLVING HOME/temp.cnf
17.43/29.05	c 29	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
17.43/29.05	c 29	This is MiniSat 2.0 beta
17.43/29.05	c 29	WARNING: for repeatability, setting FPU to use double precision
17.43/29.05	c 29	============================[ Problem Statistics ]=============================
17.43/29.05	c 29	|                                                                             |
17.43/29.05	c 29	|  Number of variables:  21728                                                |
17.43/29.05	c 29	|  Number of clauses:    4645055                                              |
20.05/34.36	c 35	|  Parsing time:         2.32         s                                       |
20.49/37.77	c 38	============================[ Search Statistics ]==============================
20.49/37.77	c 38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.49/37.77	c 38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.49/37.77	c 38	===============================================================================
20.49/37.77	c 38	|         0 |   21728  4645055 17703150 |  1548351        0    nan |  0.000 % |
20.94/38.61	c 39	|       100 |   21728  4645055 17703150 |  1703186      100     19 |  0.000 % |
21.71/39.10	c 39	|       250 |   21728  4645055 17703150 |  1873505      250     20 |  0.000 % |
22.52/39.80	c 40	|       476 |   21728  4645055 17703150 |  2060856      476     20 |  0.000 % |
23.21/40.57	c 41	|       814 |   21728  4645055 17703150 |  2266941      814     21 |  0.000 % |
24.61/41.93	c 42	|      1320 |   21728  4645055 17703150 |  2493635     1320     22 |  0.000 % |
26.19/43.52	c 44	|      2079 |   21728  4645055 17703150 |  2742999     2079     24 |  0.000 % |
28.56/45.91	c 46	|      3218 |   21728  4645055 17703150 |  3017299     3218     25 |  0.000 % |
30.95/48.33	c 49	|      4927 |   21728  4645055 17703150 |  3319029     4927     32 |  0.000 % |
34.22/51.67	c 52	|      7489 |   21728  4645055 17703150 |  3650932     7489     36 |  0.000 % |
39.67/57.14	c 57	|     11333 |   21728  4645055 17703150 |  4016025    11333     44 |  0.000 % |
48.30/65.82	c 66	|     17099 |   21728  4645055 17703150 |  4417628    17099     51 |  0.000 % |
59.02/76.69	c 77	|     25748 |   21728  4645055 17703150 |  4859390    25748     63 |  0.000 % |
76.96/94.73	c 95	|     38722 |   21728  4645055 17703150 |  5345329    38722     70 |  0.000 % |
106.71/124.73	c 125	|     58183 |   21728  4645055 17703150 |  5879862    58183     87 |  0.000 % |
150.26/168.66	c 169	|     87376 |   21728  4645055 17703150 |  6467849    87376    106 |  0.000 % |
259.28/278.58	c 279	|    131166 |   21728  4645055 17703150 |  7114634   131166    184 |  0.000 % |
398.26/418.69	c 419	|    196851 |   21728  4645055 17703150 |  7826097   196851    204 |  0.000 % |
612.47/633.97	c 634	|    295377 |   21728  4645055 17703150 |  8608707   295377    231 |  0.000 % |
1143.48/1167.27	c 1168	|    443166 |   21728  4645055 17703150 |  9469577   443166    271 |  0.000 % |
1682.26/1708.32	c ERROR INTERRUPTED
1682.37/1708.44	s UNKNOWN
1682.37/1708.44	c 1709	CPU 15.2 (0.03 0.01 15.17 2.24)
1682.37/1708.44	c 1709	END Fri Jul  4 05:34:43 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-1064358-1215140774/watcher-1064358-1215140774 -o /tmp/evaluation-result-1064358-1215140774/solver-1064358-1215140774 -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-1064358-1215140774.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.90 1.97 1.99 4/73 4076
/proc/meminfo: memFree=1693544/2055920 swapFree=4192812/4192956
[pid=4076] ppid=4074 vsize=12268 CPUtime=0
/proc/4076/stat : 4076 (sugar) R 4074 4076 1224 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 141462748 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 217871776357 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/4076/statm: 3067 316 241 3 0 167 0

[startup+0.0610201 s]
/proc/loadavg: 1.90 1.97 1.99 4/73 4076
/proc/meminfo: memFree=1693544/2055920 swapFree=4192812/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=0.03
/proc/4076/stat : 4076 (sugar) S 4074 4076 1224 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 141462748 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101338 s]
/proc/loadavg: 1.90 1.97 1.99 4/73 4076
/proc/meminfo: memFree=1693544/2055920 swapFree=4192812/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=0.03
/proc/4076/stat : 4076 (sugar) S 4074 4076 1224 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 141462748 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.311021 s]
/proc/loadavg: 1.90 1.97 1.99 4/73 4076
/proc/meminfo: memFree=1693544/2055920 swapFree=4192812/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=0.03
/proc/4076/stat : 4076 (sugar) S 4074 4076 1224 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 141462748 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701369 s]
/proc/loadavg: 1.90 1.97 1.99 4/73 4076
/proc/meminfo: memFree=1693544/2055920 swapFree=4192812/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=0.03
/proc/4076/stat : 4076 (sugar) S 4074 4076 1224 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 141462748 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50247 s]
/proc/loadavg: 1.90 1.97 1.99 4/84 4098
/proc/meminfo: memFree=1685640/2055920 swapFree=4192812/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=0.71
/proc/4076/stat : 4076 (sugar) S 4074 4076 1224 0 -1 4194304 973 5450 0 1 3 1 63 4 15 0 1 0 141462748 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3400 797 370 3 0 500 0
[pid=4089] ppid=4076 vsize=5356 CPUtime=0
/proc/4089/stat : 4089 (sh) S 4076 4076 1224 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 141462828 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4089/statm: 1339 233 193 169 0 50 0
[pid=4090] ppid=4089 vsize=868352 CPUtime=0.67
/proc/4090/stat : 4090 (java) S 4089 4076 1224 0 -1 0 6062 0 1 0 63 4 0 0 18 0 9 0 141462829 889192448 5429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4090/statm: 217088 5429 1839 9 0 211663 0
[pid=4090/tid=4091] ppid=4089 vsize=868352 CPUtime=0.42
/proc/4090/task/4091/stat : 4091 (java) R 4089 4076 1224 0 -1 64 2670 0 1 0 40 2 0 0 19 0 9 0 141462830 889192448 5429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4092] ppid=4089 vsize=868352 CPUtime=0.06
/proc/4090/task/4092/stat : 4092 (java) R 4089 4076 1224 0 -1 64 1261 0 0 0 6 0 0 0 16 0 9 0 141462831 889192448 5429 996147200 134512640 134550740 4294955952 18446744073709551615 102721920 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4093] ppid=4089 vsize=868352 CPUtime=0
/proc/4090/task/4093/stat : 4093 (java) S 4089 4076 1224 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 141462831 889192448 5429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4094] ppid=4089 vsize=868352 CPUtime=0
/proc/4090/task/4094/stat : 4094 (java) S 4089 4076 1224 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 141462831 889192448 5429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4095] ppid=4089 vsize=868352 CPUtime=0
/proc/4090/task/4095/stat : 4095 (java) S 4089 4076 1224 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 141462833 889192448 5429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4096] ppid=4089 vsize=868352 CPUtime=0.16
/proc/4090/task/4096/stat : 4096 (java) S 4089 4076 1224 0 -1 64 1440 0 0 0 16 0 0 0 16 0 9 0 141462833 889192448 5429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4097] ppid=4089 vsize=868352 CPUtime=0
/proc/4090/task/4097/stat : 4097 (java) S 4089 4076 1224 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 141462833 889192448 5429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4098] ppid=4089 vsize=868352 CPUtime=0
/proc/4090/task/4098/stat : 4098 (java) S 4089 4076 1224 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 141462833 889192448 5429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 887308

[startup+3.10246 s]
/proc/loadavg: 1.90 1.97 1.99 5/84 4098
/proc/meminfo: memFree=1669768/2055920 swapFree=4192812/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=0.71
/proc/4076/stat : 4076 (sugar) S 4074 4076 1224 0 -1 4194304 974 5450 0 1 3 1 63 4 15 0 1 0 141462748 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3400 797 370 3 0 500 0
[pid=4089] ppid=4076 vsize=5356 CPUtime=0
/proc/4089/stat : 4089 (sh) S 4076 4076 1224 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 141462828 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4089/statm: 1339 233 193 169 0 50 0
[pid=4090] ppid=4089 vsize=868464 CPUtime=1.28
/proc/4090/stat : 4090 (java) S 4089 4076 1224 0 -1 0 8219 0 1 0 118 10 0 0 18 0 9 0 141462829 889307136 7357 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4090/statm: 217116 7357 2564 9 0 211663 0
[pid=4090/tid=4091] ppid=4089 vsize=868464 CPUtime=0.76
/proc/4090/task/4091/stat : 4091 (java) R 4089 4076 1224 0 -1 64 2794 0 1 0 72 4 0 0 19 0 9 0 141462830 889307136 7357 996147200 134512640 134550740 4294955952 18446744073709551615 103280346 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4092] ppid=4089 vsize=868464 CPUtime=0.26
/proc/4090/task/4092/stat : 4092 (java) S 4089 4076 1224 0 -1 64 3269 0 0 0 24 2 0 0 16 0 9 0 141462831 889307136 7357 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4093] ppid=4089 vsize=868464 CPUtime=0
/proc/4090/task/4093/stat : 4093 (java) S 4089 4076 1224 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 141462831 889307136 7357 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4094] ppid=4089 vsize=868464 CPUtime=0
/proc/4090/task/4094/stat : 4094 (java) S 4089 4076 1224 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 141462831 889307136 7357 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4095] ppid=4089 vsize=868464 CPUtime=0
/proc/4090/task/4095/stat : 4095 (java) S 4089 4076 1224 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 141462833 889307136 7357 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4096] ppid=4089 vsize=868464 CPUtime=0.21
/proc/4090/task/4096/stat : 4096 (java) S 4089 4076 1224 0 -1 64 1463 0 0 0 20 1 0 0 16 0 9 0 141462833 889307136 7357 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4097] ppid=4089 vsize=868464 CPUtime=0
/proc/4090/task/4097/stat : 4097 (java) S 4089 4076 1224 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 141462833 889307136 7357 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4098] ppid=4089 vsize=868464 CPUtime=0
/proc/4090/task/4098/stat : 4098 (java) S 4089 4076 1224 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 141462833 889307136 7357 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 887420

[startup+6.30284 s]
/proc/loadavg: 1.91 1.97 1.99 3/84 4098
/proc/meminfo: memFree=1645768/2055920 swapFree=4192812/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=0.71
/proc/4076/stat : 4076 (sugar) S 4074 4076 1224 0 -1 4194304 974 5450 0 1 3 1 63 4 16 0 1 0 141462748 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3400 797 370 3 0 500 0
[pid=4089] ppid=4076 vsize=5356 CPUtime=0
/proc/4089/stat : 4089 (sh) S 4076 4076 1224 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 141462828 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4089/statm: 1339 233 193 169 0 50 0
[pid=4090] ppid=4089 vsize=868464 CPUtime=4.42
/proc/4090/stat : 4090 (java) S 4089 4076 1224 0 -1 0 9166 0 1 0 407 35 0 0 18 0 9 0 141462829 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4090/statm: 217116 7376 2565 9 0 211663 0
[pid=4090/tid=4091] ppid=4089 vsize=868464 CPUtime=3.66
/proc/4090/task/4091/stat : 4091 (java) R 4089 4076 1224 0 -1 64 3724 0 1 0 342 24 0 0 25 0 9 0 141462830 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4126928842 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4092] ppid=4089 vsize=868464 CPUtime=0.48
/proc/4090/task/4092/stat : 4092 (java) S 4089 4076 1224 0 -1 64 3269 0 0 0 40 8 0 0 16 0 9 0 141462831 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4093] ppid=4089 vsize=868464 CPUtime=0
/proc/4090/task/4093/stat : 4093 (java) S 4089 4076 1224 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 141462831 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4094] ppid=4089 vsize=868464 CPUtime=0
/proc/4090/task/4094/stat : 4094 (java) S 4089 4076 1224 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 141462831 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4095] ppid=4089 vsize=868464 CPUtime=0
/proc/4090/task/4095/stat : 4095 (java) S 4089 4076 1224 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 141462833 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4096] ppid=4089 vsize=868464 CPUtime=0.24
/proc/4090/task/4096/stat : 4096 (java) S 4089 4076 1224 0 -1 64 1480 0 0 0 23 1 0 0 15 0 9 0 141462833 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4097] ppid=4089 vsize=868464 CPUtime=0
/proc/4090/task/4097/stat : 4097 (java) S 4089 4076 1224 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 141462833 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4098] ppid=4089 vsize=868464 CPUtime=0
/proc/4090/task/4098/stat : 4098 (java) S 4089 4076 1224 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 141462833 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.13
Current children cumulated vsize (KiB) 887420

[startup+12.7028 s]
/proc/loadavg: 2.08 2.00 2.00 3/84 4098
/proc/meminfo: memFree=1614024/2055920 swapFree=4192812/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=0.71
/proc/4076/stat : 4076 (sugar) S 4074 4076 1224 0 -1 4194304 974 5450 0 1 3 1 63 4 15 0 1 0 141462748 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3400 797 370 3 0 500 0
[pid=4089] ppid=4076 vsize=5356 CPUtime=0
/proc/4089/stat : 4089 (sh) S 4076 4076 1224 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 141462828 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4089/statm: 1339 233 193 169 0 50 0
[pid=4090] ppid=4089 vsize=868464 CPUtime=7.03
/proc/4090/stat : 4090 (java) S 4089 4076 1224 0 -1 0 9694 0 1 0 638 65 0 0 18 0 9 0 141462829 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4090/statm: 217116 7376 2565 9 0 211663 0
[pid=4090/tid=4091] ppid=4089 vsize=868464 CPUtime=6.06
/proc/4090/task/4091/stat : 4091 (java) R 4089 4076 1224 0 -1 64 4252 0 1 0 560 46 0 0 25 0 9 0 141462830 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4126928877 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4090/tid=4092] ppid=4089 vsize=868464 CPUtime=0.67
/proc/4090/task/4092/stat : 4092 (java) S 4089 4076 1224 0 -1 64 3269 0 0 0 53 14 0 0 16 0 9 0 141462831 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4090/tid=4093] ppid=4089 vsize=868464 CPUtime=0
/proc/4090/task/4093/stat : 4093 (java) S 4089 4076 1224 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 141462831 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4094] ppid=4089 vsize=868464 CPUtime=0
/proc/4090/task/4094/stat : 4094 (java) S 4089 4076 1224 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 141462831 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4095] ppid=4089 vsize=868464 CPUtime=0
/proc/4090/task/4095/stat : 4095 (java) S 4089 4076 1224 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 141462833 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4096] ppid=4089 vsize=868464 CPUtime=0.24
/proc/4090/task/4096/stat : 4096 (java) S 4089 4076 1224 0 -1 64 1480 0 0 0 23 1 0 0 15 0 9 0 141462833 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4097] ppid=4089 vsize=868464 CPUtime=0
/proc/4090/task/4097/stat : 4097 (java) S 4089 4076 1224 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 141462833 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4098] ppid=4089 vsize=868464 CPUtime=0.01
/proc/4090/task/4098/stat : 4098 (java) S 4089 4076 1224 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 141462833 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 887420

[startup+25.5011 s]
/proc/loadavg: 2.20 2.03 2.01 3/84 4098
/proc/meminfo: memFree=1599880/2055920 swapFree=4192812/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=0.71
/proc/4076/stat : 4076 (sugar) S 4074 4076 1224 0 -1 4194304 974 5450 0 1 3 1 63 4 16 0 1 0 141462748 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3400 797 370 3 0 500 0
[pid=4089] ppid=4076 vsize=5356 CPUtime=0
/proc/4089/stat : 4089 (sh) S 4076 4076 1224 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 141462828 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4089/statm: 1339 233 193 169 0 50 0
[pid=4090] ppid=4089 vsize=868464 CPUtime=13.27
/proc/4090/stat : 4090 (java) S 4089 4076 1224 0 -1 0 10249 0 1 0 1140 187 0 0 18 0 9 0 141462829 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4090/statm: 217116 7376 2565 9 0 211663 0
[pid=4090/tid=4091] ppid=4089 vsize=868464 CPUtime=11.07
/proc/4090/task/4091/stat : 4091 (java) R 4089 4076 1224 0 -1 64 4807 0 1 0 998 109 0 0 25 0 9 0 141462830 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4126371443 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4092] ppid=4089 vsize=868464 CPUtime=1.34
/proc/4090/task/4092/stat : 4092 (java) S 4089 4076 1224 0 -1 64 3269 0 0 0 100 34 0 0 16 0 9 0 141462831 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4093] ppid=4089 vsize=868464 CPUtime=0
/proc/4090/task/4093/stat : 4093 (java) S 4089 4076 1224 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 141462831 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4094] ppid=4089 vsize=868464 CPUtime=0
/proc/4090/task/4094/stat : 4094 (java) S 4089 4076 1224 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 141462831 889307136 7376 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=989432/2055920 swapFree=4192812/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=17.44
/proc/4076/stat : 4076 (sugar) S 4074 4076 1224 0 -1 4194304 1034 17023 0 2 3 1 1517 223 16 0 1 0 141462748 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4076/statm: 3400 799 370 3 0 500 0
[pid=4099] ppid=4076 vsize=5356 CPUtime=0
/proc/4099/stat : 4099 (sh) S 4076 4076 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141465653 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4099/statm: 1339 232 193 169 0 50 0
[pid=4100] ppid=4099 vsize=745248 CPUtime=1200.81
/proc/4100/stat : 4100 (minisat) R 4099 4076 1224 0 -1 4194304 185153 0 0 0 119919 162 0 0 25 0 1 0 141465653 763133952 185139 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/4100/statm: 186312 185139 76 150 0 186159 0
Current children cumulated CPU time (s) 1218.25
Current children cumulated vsize (KiB) 764204

[startup+1302.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4132
/proc/meminfo: memFree=971000/2055920 swapFree=4192812/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=17.44
/proc/4076/stat : 4076 (sugar) S 4074 4076 1224 0 -1 4194304 1034 17023 0 2 3 1 1517 223 16 0 1 0 141462748 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4076/statm: 3400 799 370 3 0 500 0
[pid=4099] ppid=4076 vsize=5356 CPUtime=0
/proc/4099/stat : 4099 (sh) S 4076 4076 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141465653 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4099/statm: 1339 232 193 169 0 50 0
[pid=4100] ppid=4099 vsize=763332 CPUtime=1260.56
/proc/4100/stat : 4100 (minisat) R 4099 4076 1224 0 -1 4194304 189716 0 0 0 125889 167 0 0 25 0 1 0 141465653 781651968 189702 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4100/statm: 190833 189702 76 150 0 190680 0
Current children cumulated CPU time (s) 1278
Current children cumulated vsize (KiB) 782288

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4133
/proc/meminfo: memFree=948592/2055920 swapFree=4192812/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=17.44
/proc/4076/stat : 4076 (sugar) S 4074 4076 1224 0 -1 4194304 1034 17023 0 2 3 1 1517 223 16 0 1 0 141462748 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4076/statm: 3400 799 370 3 0 500 0
[pid=4099] ppid=4076 vsize=5356 CPUtime=0
/proc/4099/stat : 4099 (sh) S 4076 4076 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141465653 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4099/statm: 1339 232 193 169 0 50 0
[pid=4100] ppid=4099 vsize=785904 CPUtime=1320.3
/proc/4100/stat : 4100 (minisat) R 4099 4076 1224 0 -1 4194304 195374 0 0 0 131859 171 0 0 25 0 1 0 141465653 804765696 195360 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4100/statm: 196476 195360 76 150 0 196323 0
Current children cumulated CPU time (s) 1337.74
Current children cumulated vsize (KiB) 804860

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4133
/proc/meminfo: memFree=924720/2055920 swapFree=4192812/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=17.44
/proc/4076/stat : 4076 (sugar) S 4074 4076 1224 0 -1 4194304 1034 17023 0 2 3 1 1517 223 16 0 1 0 141462748 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4076/statm: 3400 799 370 3 0 500 0
[pid=4099] ppid=4076 vsize=5356 CPUtime=0
/proc/4099/stat : 4099 (sh) S 4076 4076 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141465653 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4099/statm: 1339 232 193 169 0 50 0
[pid=4100] ppid=4099 vsize=809400 CPUtime=1380.04
/proc/4100/stat : 4100 (minisat) R 4099 4076 1224 0 -1 4194304 201257 0 0 0 137828 176 0 0 25 0 1 0 141465653 828825600 201243 996147200 134512640 135127466 4294956272 18446744073709551615 134527248 0 0 4096 3 0 0 0 17 0 0 0
/proc/4100/statm: 202350 201243 76 150 0 202197 0
Current children cumulated CPU time (s) 1397.48
Current children cumulated vsize (KiB) 828356

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4133
/proc/meminfo: memFree=903280/2055920 swapFree=4192812/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=17.44
/proc/4076/stat : 4076 (sugar) S 4074 4076 1224 0 -1 4194304 1034 17023 0 2 3 1 1517 223 16 0 1 0 141462748 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4076/statm: 3400 799 370 3 0 500 0
[pid=4099] ppid=4076 vsize=5356 CPUtime=0
/proc/4099/stat : 4099 (sh) S 4076 4076 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141465653 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4099/statm: 1339 232 193 169 0 50 0
[pid=4100] ppid=4099 vsize=830920 CPUtime=1439.79
/proc/4100/stat : 4100 (minisat) R 4099 4076 1224 0 -1 4194304 206664 0 0 0 143799 180 0 0 25 0 1 0 141465653 850862080 206650 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4100/statm: 207730 206650 76 150 0 207577 0
Current children cumulated CPU time (s) 1457.23
Current children cumulated vsize (KiB) 849876

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4133
/proc/meminfo: memFree=881392/2055920 swapFree=4192812/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=17.44
/proc/4076/stat : 4076 (sugar) S 4074 4076 1224 0 -1 4194304 1034 17023 0 2 3 1 1517 223 16 0 1 0 141462748 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4076/statm: 3400 799 370 3 0 500 0
[pid=4099] ppid=4076 vsize=5356 CPUtime=0
/proc/4099/stat : 4099 (sh) S 4076 4076 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141465653 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4099/statm: 1339 232 193 169 0 50 0
[pid=4100] ppid=4099 vsize=852492 CPUtime=1499.52
/proc/4100/stat : 4100 (minisat) R 4099 4076 1224 0 -1 4194304 212055 0 0 0 149767 185 0 0 25 0 1 0 141465653 872951808 212041 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4100/statm: 213123 212041 76 150 0 212970 0
Current children cumulated CPU time (s) 1516.96
Current children cumulated vsize (KiB) 871448

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4133
/proc/meminfo: memFree=863664/2055920 swapFree=4192812/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=17.44
/proc/4076/stat : 4076 (sugar) S 4074 4076 1224 0 -1 4194304 1034 17023 0 2 3 1 1517 223 16 0 1 0 141462748 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4076/statm: 3400 799 370 3 0 500 0
[pid=4099] ppid=4076 vsize=5356 CPUtime=0
/proc/4099/stat : 4099 (sh) S 4076 4076 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141465653 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4099/statm: 1339 232 193 169 0 50 0
[pid=4100] ppid=4099 vsize=870100 CPUtime=1559.26
/proc/4100/stat : 4100 (minisat) R 4099 4076 1224 0 -1 4194304 216484 0 0 0 155736 190 0 0 25 0 1 0 141465653 890982400 216470 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4100/statm: 217525 216470 76 150 0 217372 0
Current children cumulated CPU time (s) 1576.7
Current children cumulated vsize (KiB) 889056

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4133
/proc/meminfo: memFree=847152/2055920 swapFree=4192812/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=17.44
/proc/4076/stat : 4076 (sugar) S 4074 4076 1224 0 -1 4194304 1034 17023 0 2 3 1 1517 223 16 0 1 0 141462748 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4076/statm: 3400 799 370 3 0 500 0
[pid=4099] ppid=4076 vsize=5356 CPUtime=0
/proc/4099/stat : 4099 (sh) S 4076 4076 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141465653 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4099/statm: 1339 232 193 169 0 50 0
[pid=4100] ppid=4099 vsize=886468 CPUtime=1619.02
/proc/4100/stat : 4100 (minisat) R 4099 4076 1224 0 -1 4194304 220567 0 0 0 161707 195 0 0 25 0 1 0 141465653 907743232 220553 996147200 134512640 135127466 4294956272 18446744073709551615 134530684 0 0 4096 3 0 0 0 17 0 0 0
/proc/4100/statm: 221617 220553 76 150 0 221464 0
Current children cumulated CPU time (s) 1636.46
Current children cumulated vsize (KiB) 905424



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1708.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4133
/proc/meminfo: memFree=830640/2055920 swapFree=4192812/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=17.44
/proc/4076/stat : 4076 (sugar) S 4074 4076 1224 0 -1 4194304 1034 17023 0 2 3 1 1517 223 16 0 1 0 141462748 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4076/statm: 3400 799 370 3 0 500 0
[pid=4099] ppid=4076 vsize=5356 CPUtime=0
/proc/4099/stat : 4099 (sh) S 4076 4076 1224 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141465653 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4099/statm: 1339 232 193 169 0 50 0
[pid=4100] ppid=4099 vsize=902704 CPUtime=1664.82
/proc/4100/stat : 4100 (minisat) R 4099 4076 1224 0 -1 4194304 224634 0 0 0 166282 200 0 0 25 0 1 0 141465653 924368896 224620 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4100/statm: 225676 224620 76 150 0 225523 0
Current children cumulated CPU time (s) 1682.26
Current children cumulated vsize (KiB) 921660

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

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

[startup+1708.42 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4133
/proc/meminfo: memFree=830640/2055920 swapFree=4192812/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=17.44
/proc/4076/stat : 4076 (sugar) S 4074 4076 1224 0 -1 4194304 1045 17023 0 2 3 1 1517 223 16 0 1 0 141462748 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/4076/statm: 3400 799 370 3 0 500 0
[pid=4099] ppid=4076 vsize=0 CPUtime=0
/proc/4099/stat : 4099 (sh) Z 4076 4076 1224 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 141465653 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/4099/statm: 0 0 0 0 0 0 0
[pid=4100] ppid=1 vsize=0 CPUtime=1664.93
/proc/4100/stat : 4100 (minisat) R 1 4076 1224 0 -1 4195332 224634 0 0 0 166282 211 0 0 25 0 1 0 141465653 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/4100/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1682.37
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4076 and gives
#  childrusage.ru_utime.tv_sec=15
#  childrusage.ru_utime.tv_usec=211687
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=311648
# CPU time returned by wait4() is 17.5233
# while last known CPU time is 1682.37
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1708.5
CPU time (s): 1682.37
CPU user time (s): 1678.02
CPU system time (s): 4.35
CPU usage (%): 98.4708
Max. virtual memory (cumulated for all children) (KiB): 921660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.2117
system time used= 2.31165
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18400
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= 24202
involuntary context switches= 23772

runsolver used 1.88671 second user time and 5.75413 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-04 05:06:14
IDJOB=1064358
IDBENCH=54939
IDSOLVER=346
FILE ID=node28/1064358-1215140774
PBS_JOBID= 7877261
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tdsp/normalized-C5-3-91.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-1064358-1215140774/watcher-1064358-1215140774 -o /tmp/evaluation-result-1064358-1215140774/solver-1064358-1215140774 -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-1064358-1215140774.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9dd9a7613f57790269389339b38e48da
RANDOM SEED=834014773

node28.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.231
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.231
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:       1694024 kB
Buffers:          9316 kB
Cached:         125052 kB
SwapCached:          0 kB
Active:         234584 kB
Inactive:        74708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1740 kB
Writeback:           0 kB
Mapped:         185548 kB
Slab:            37324 kB
Committed_AS:   518008 kB
PageTables:       2316 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node28 at 2008-07-04 05:34:45