Trace number 1071993

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.09 1813.53

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-42_ext.xml
MD5SUM3218b2b39d653cbd3ae60435a9373695
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark94.5386
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 13:23:20 2008
0.00/0.05	c 0	PID 31739
0.04/0.05	c 0	HOST node78.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1071993-1215170600.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1071993-1215170600.xml' 'HOME/temp.csp'
1.36/1.48	c 2	1 domains, 24 variables, 0 predicates, 72 relations, 72 constraints
1.44/1.51	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.44/1.51	c 2	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'
1.44/1.60	c 2	Parsing HOME/temp.csp
3.79/3.95	c 4	parsed 169 expressions
3.79/3.95	c 4	Heap : 42 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.79/3.95	c 4	Converting to clausal form CSP
3.79/3.97	c 4	converted 17 (10%) expressions
3.79/3.99	c 4	converted 34 (20%) expressions
3.89/4.02	c 4	converted 51 (30%) expressions
3.89/4.03	c 4	converted 68 (40%) expressions
3.89/4.06	c 4	converted 85 (50%) expressions
3.99/4.18	c 4	converted 102 (60%) expressions
4.18/4.39	c 4	converted 119 (70%) expressions
4.87/5.01	c 5	converted 136 (80%) expressions
5.08/5.23	c 5	converted 153 (90%) expressions
5.27/5.45	c 5	converted 169 (100%) expressions
5.27/5.45	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
5.27/5.45	c 5	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.27/5.45	c 5	Propagation in CSP
5.27/5.45	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.27/5.45	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
5.27/5.45	c 5	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.27/5.45	c 5	Simplifing CSP by introducing new Boolean variables
5.27/5.46	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
5.27/5.46	c 5	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.47/5.68	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.47/5.69	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.47/5.69	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.47/5.69	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.47/5.70	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.57/5.70	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.57/5.70	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.57/5.70	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.57/5.70	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.57/5.70	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.57/5.70	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
5.97/6.16	c 6	8 (10%) CSP clauses are encoded (25137 clauses, 590798 bytes)
6.26/6.47	c 7	15 (20%) CSP clauses are encoded (45516 clauses, 1084605 bytes)
6.56/6.77	c 7	22 (30%) CSP clauses are encoded (64740 clauses, 1564415 bytes)
6.95/7.11	c 7	29 (40%) CSP clauses are encoded (86385 clauses, 2110726 bytes)
7.25/7.45	c 7	36 (50%) CSP clauses are encoded (107964 clauses, 2659197 bytes)
7.65/7.85	c 8	44 (60%) CSP clauses are encoded (132618 clauses, 3319604 bytes)
7.94/8.17	c 8	51 (70%) CSP clauses are encoded (153096 clauses, 3872242 bytes)
8.34/8.51	c 9	58 (80%) CSP clauses are encoded (174664 clauses, 4457583 bytes)
8.64/8.85	c 9	65 (90%) CSP clauses are encoded (196184 clauses, 5041491 bytes)
9.03/9.20	c 9	72 (100%) CSP clauses are encoded (217801 clauses, 5627946 bytes)
9.03/9.20	c 9	72 CSP clauses encoded
9.03/9.20	c 9	Writing map file : HOME/temp.map
9.03/9.20	c 9	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.03/9.20	c 9	SAT : 552 SAT variables, 217801 SAT clauses, 5627946 bytes
9.03/9.20	c 9	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.03/9.24	c 9	SOLVING HOME/temp.cnf
9.03/9.24	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.03/9.25	c 9	This is MiniSat 2.0 beta
9.03/9.25	c 9	WARNING: for repeatability, setting FPU to use double precision
9.03/9.25	c 9	============================[ Problem Statistics ]=============================
9.03/9.25	c 9	|                                                                             |
9.03/9.25	c 9	|  Number of variables:  552                                                  |
9.03/9.25	c 9	|  Number of clauses:    217801                                               |
9.06/9.39	c 9	|  Parsing time:         0.12         s                                       |
9.06/9.40	c 9	============================[ Search Statistics ]==============================
9.06/9.40	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.06/9.40	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.06/9.40	c 9	===============================================================================
9.06/9.40	c 9	|         0 |     552   217801  1211946 |    72600        0    nan |  0.000 % |
9.06/9.51	c 10	|       101 |     552   217801  1211946 |    79860      101     12 |  0.000 % |
9.06/9.68	c 10	|       251 |     552   217801  1211946 |    87846      251     14 |  0.008 % |
9.60/9.84	c 10	|       476 |     552   217801  1211946 |    96631      476     14 |  0.008 % |
9.80/10.02	c 10	|       813 |     552   217801  1211946 |   106294      813     13 |  0.007 % |
10.19/10.44	c 10	|      1319 |     552   217801  1211946 |   116923     1319     13 |  0.008 % |
10.69/10.97	c 11	|      2078 |     552   217801  1211946 |   128615     2078     13 |  0.008 % |
11.48/11.79	c 12	|      3217 |     552   217801  1211946 |   141477     3217     13 |  0.008 % |
12.87/13.12	c 13	|      4925 |     552   217801  1211946 |   155625     4925     13 |  0.007 % |
15.04/15.31	c 15	|      7487 |     552   217801  1211946 |   171187     7487     13 |  0.008 % |
17.81/18.15	c 18	|     11331 |     552   217801  1211946 |   188306    11331     14 |  0.008 % |
22.77/23.19	c 23	|     17097 |     552   217801  1211946 |   207137    17097     14 |  0.008 % |
30.89/31.39	c 31	|     25746 |     552   217801  1211946 |   227850    25746     15 |  0.008 % |
42.87/43.43	c 43	|     38720 |     552   217801  1211946 |   250636    38720     15 |  0.009 % |
63.78/64.54	c 65	|     58181 |     552   217801  1211946 |   275699    58181     16 |  0.006 % |
100.22/101.22	c 101	|     87374 |     552   217801  1211946 |   303269    87374     16 |  0.009 % |
165.59/166.67	c 167	|    131164 |     552   217801  1211946 |   333596   131164     16 |  0.012 % |
236.46/237.52	c 238	|    196848 |     551   216950  1207991 |   366956    82987     16 |  0.181 % |
383.61/384.76	c 385	|    295374 |     551   216950  1207991 |   403651   181513     18 |  0.188 % |
736.53/739.98	c 740	|    443163 |     551   216950  1207991 |   444017   329302     18 |  0.191 % |
1210.15/1218.05	c 1218	|    664847 |     549   214707  1196590 |   488418   298715     18 |  0.544 % |
1800.09/1813.51	c ERROR INTERRUPTED
1800.09/1813.52	s UNKNOWN
1800.09/1813.52	c 1814	CPU 8.76 (0.03 0.01 8.73 0.29)
1800.09/1813.52	c 1814	END Fri Jul  4 13:53:34 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-1071993-1215170600/watcher-1071993-1215170600 -o /tmp/evaluation-result-1071993-1215170600/solver-1071993-1215170600 -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-1071993-1215170600.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.92 1.98 1.99 4/81 31739
/proc/meminfo: memFree=1634400/2055912 swapFree=4178532/4192956
[pid=31739] ppid=31737 vsize=12268 CPUtime=0
/proc/31739/stat : 31739 (sugar) R 31737 31739 30229 0 -1 4194304 343 0 0 0 0 0 0 0 22 0 1 0 241155016 12562432 311 996147200 4194304 4206940 548682068608 18446744073709551615 255390770992 0 0 4224 0 0 0 0 17 1 0 0
/proc/31739/statm: 3067 311 236 3 0 167 0

[startup+0.050556 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 31739
/proc/meminfo: memFree=1634400/2055912 swapFree=4178532/4192956
[pid=31739] ppid=31737 vsize=13600 CPUtime=0.04
/proc/31739/stat : 31739 (sugar) S 31737 31739 30229 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 241155016 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31739/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102248 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 31739
/proc/meminfo: memFree=1634400/2055912 swapFree=4178532/4192956
[pid=31739] ppid=31737 vsize=13600 CPUtime=0.04
/proc/31739/stat : 31739 (sugar) S 31737 31739 30229 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 241155016 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31739/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301286 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 31739
/proc/meminfo: memFree=1634400/2055912 swapFree=4178532/4192956
[pid=31739] ppid=31737 vsize=13600 CPUtime=0.04
/proc/31739/stat : 31739 (sugar) S 31737 31739 30229 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 241155016 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31739/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701334 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 31739
/proc/meminfo: memFree=1634400/2055912 swapFree=4178532/4192956
[pid=31739] ppid=31737 vsize=13600 CPUtime=0.04
/proc/31739/stat : 31739 (sugar) S 31737 31739 30229 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 241155016 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31739/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50241 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 31751
/proc/meminfo: memFree=1611712/2055912 swapFree=4178532/4192956
[pid=31739] ppid=31737 vsize=13600 CPUtime=0.04
/proc/31739/stat : 31739 (sugar) S 31737 31739 30229 0 -1 4194304 918 127 0 0 3 1 0 0 16 0 1 0 241155016 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31739/statm: 3400 796 370 3 0 500 0
[pid=31742] ppid=31739 vsize=5356 CPUtime=0
/proc/31742/stat : 31742 (sh) S 31739 31739 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 241155022 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31742/statm: 1339 233 193 169 0 50 0
[pid=31743] ppid=31742 vsize=864148 CPUtime=1.4
/proc/31743/stat : 31743 (java) S 31742 31739 30229 0 -1 0 8815 0 1 0 132 8 0 0 18 0 9 0 241155022 884887552 7956 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31743/statm: 216037 7956 2527 9 0 210619 0
[pid=31743/tid=31744] ppid=31742 vsize=864148 CPUtime=1.16
/proc/31743/task/31744/stat : 31744 (java) S 31742 31739 30229 0 -1 64 2886 0 1 0 111 5 0 0 25 0 9 0 241155023 884887552 7956 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31743/tid=31745] ppid=31742 vsize=864148 CPUtime=0.16
/proc/31743/task/31745/stat : 31745 (java) S 31742 31739 30229 0 -1 64 4917 0 0 0 14 2 0 0 16 0 9 0 241155024 884887552 7956 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31743/tid=31746] ppid=31742 vsize=864148 CPUtime=0
/proc/31743/task/31746/stat : 31746 (java) S 31742 31739 30229 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 241155024 884887552 7956 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31743/tid=31747] ppid=31742 vsize=864148 CPUtime=0
/proc/31743/task/31747/stat : 31747 (java) S 31742 31739 30229 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 241155024 884887552 7956 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31743/tid=31748] ppid=31742 vsize=864148 CPUtime=0
/proc/31743/task/31748/stat : 31748 (java) S 31742 31739 30229 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 241155027 884887552 7956 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31743/tid=31749] ppid=31742 vsize=864148 CPUtime=0.05
/proc/31743/task/31749/stat : 31749 (java) S 31742 31739 30229 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 241155027 884887552 7956 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31743/tid=31750] ppid=31742 vsize=864148 CPUtime=0
/proc/31743/task/31750/stat : 31750 (java) S 31742 31739 30229 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 241155027 884887552 7956 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31743/tid=31751] ppid=31742 vsize=864148 CPUtime=0
/proc/31743/task/31751/stat : 31751 (java) S 31742 31739 30229 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 241155027 884887552 7956 996147200 134512640 134550740 4294956000 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) 883104

[startup+3.10258 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 31761
/proc/meminfo: memFree=1614272/2055912 swapFree=4178532/4192956
[pid=31739] ppid=31737 vsize=13600 CPUtime=1.45
/proc/31739/stat : 31739 (sugar) S 31737 31739 30229 0 -1 4194304 973 9232 0 1 3 1 132 9 16 0 1 0 241155016 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31739/statm: 3400 797 370 3 0 500 0
[pid=31752] ppid=31739 vsize=5356 CPUtime=0
/proc/31752/stat : 31752 (sh) S 31739 31739 30229 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 241155168 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 1339 233 193 169 0 50 0
[pid=31753] ppid=31752 vsize=864076 CPUtime=1.55
/proc/31753/stat : 31753 (java) S 31752 31739 30229 0 -1 0 11734 0 1 0 148 7 0 0 18 0 9 0 241155168 884813824 10999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31753/statm: 216019 10999 2532 9 0 210601 0
[pid=31753/tid=31754] ppid=31752 vsize=864076 CPUtime=0.92
/proc/31753/task/31754/stat : 31754 (java) R 31752 31739 30229 0 -1 64 2769 0 1 0 90 2 0 0 25 0 9 0 241155169 884813824 10999 996147200 134512640 134550740 4294955952 18446744073709551615 4126415715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31753/tid=31755] ppid=31752 vsize=864076 CPUtime=0.58
/proc/31753/task/31755/stat : 31755 (java) S 31752 31739 30229 0 -1 64 7953 0 0 0 54 4 0 0 16 0 9 0 241155170 884813824 10999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31753/tid=31756] ppid=31752 vsize=864076 CPUtime=0
/proc/31753/task/31756/stat : 31756 (java) S 31752 31739 30229 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 241155171 884813824 10999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31753/tid=31757] ppid=31752 vsize=864076 CPUtime=0
/proc/31753/task/31757/stat : 31757 (java) S 31752 31739 30229 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 241155171 884813824 10999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31753/tid=31758] ppid=31752 vsize=864076 CPUtime=0
/proc/31753/task/31758/stat : 31758 (java) S 31752 31739 30229 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 241155173 884813824 10999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31753/tid=31759] ppid=31752 vsize=864076 CPUtime=0.03
/proc/31753/task/31759/stat : 31759 (java) S 31752 31739 30229 0 -1 64 315 0 0 0 3 0 0 0 16 0 9 0 241155173 884813824 10999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31753/tid=31760] ppid=31752 vsize=864076 CPUtime=0
/proc/31753/task/31760/stat : 31760 (java) S 31752 31739 30229 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 241155173 884813824 10999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31753/tid=31761] ppid=31752 vsize=864076 CPUtime=0
/proc/31753/task/31761/stat : 31761 (java) S 31752 31739 30229 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 241155173 884813824 10999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883032

[startup+6.30192 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 31761
/proc/meminfo: memFree=1540488/2055912 swapFree=4178532/4192956
[pid=31739] ppid=31737 vsize=13600 CPUtime=1.45
/proc/31739/stat : 31739 (sugar) S 31737 31739 30229 0 -1 4194304 974 9232 0 1 3 1 132 9 15 0 1 0 241155016 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31739/statm: 3400 797 370 3 0 500 0
[pid=31752] ppid=31739 vsize=5356 CPUtime=0
/proc/31752/stat : 31752 (sh) S 31739 31739 30229 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 241155168 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 1339 233 193 169 0 50 0
[pid=31753] ppid=31752 vsize=864276 CPUtime=4.71
/proc/31753/stat : 31753 (java) S 31752 31739 30229 0 -1 0 25335 0 1 0 457 14 0 0 18 0 9 0 241155168 885018624 24521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31753/statm: 216069 24521 2564 9 0 210616 0
[pid=31753/tid=31754] ppid=31752 vsize=864276 CPUtime=2.55
/proc/31753/task/31754/stat : 31754 (java) R 31752 31739 30229 0 -1 64 3679 0 1 0 252 3 0 0 25 0 9 0 241155169 885018624 24521 996147200 134512640 134550740 4294955952 18446744073709551615 4126574952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31753/tid=31755] ppid=31752 vsize=864276 CPUtime=2.05
/proc/31753/task/31755/stat : 31755 (java) S 31752 31739 30229 0 -1 64 20605 0 0 0 195 10 0 0 16 0 9 0 241155170 885018624 24521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31753/tid=31756] ppid=31752 vsize=864276 CPUtime=0
/proc/31753/task/31756/stat : 31756 (java) S 31752 31739 30229 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 241155171 885018624 24521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31753/tid=31757] ppid=31752 vsize=864276 CPUtime=0
/proc/31753/task/31757/stat : 31757 (java) S 31752 31739 30229 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 241155171 885018624 24521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31753/tid=31758] ppid=31752 vsize=864276 CPUtime=0
/proc/31753/task/31758/stat : 31758 (java) S 31752 31739 30229 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 241155173 885018624 24521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31753/tid=31759] ppid=31752 vsize=864276 CPUtime=0.09
/proc/31753/task/31759/stat : 31759 (java) S 31752 31739 30229 0 -1 64 354 0 0 0 9 0 0 0 16 0 9 0 241155173 885018624 24521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31753/tid=31760] ppid=31752 vsize=864276 CPUtime=0
/proc/31753/task/31760/stat : 31760 (java) S 31752 31739 30229 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 241155173 885018624 24521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31753/tid=31761] ppid=31752 vsize=864276 CPUtime=0
/proc/31753/task/31761/stat : 31761 (java) S 31752 31739 30229 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 241155173 885018624 24521 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883232

[startup+12.7026 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 31763
/proc/meminfo: memFree=1608584/2055912 swapFree=4178532/4192956
[pid=31739] ppid=31737 vsize=13600 CPUtime=9.06
/proc/31739/stat : 31739 (sugar) S 31737 31739 30229 0 -1 4194304 1031 34925 0 2 3 1 873 29 15 0 1 0 241155016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31739/statm: 3400 798 370 3 0 500 0
[pid=31762] ppid=31739 vsize=5356 CPUtime=0
/proc/31762/stat : 31762 (sh) S 31739 31739 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 241155941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31762/statm: 1339 232 193 169 0 50 0
[pid=31763] ppid=31762 vsize=15368 CPUtime=3.41
/proc/31763/stat : 31763 (minisat) R 31762 31739 30229 0 -1 4194304 3684 0 0 0 339 2 0 0 25 0 1 0 241155941 15736832 3670 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31763/statm: 3842 3670 75 150 0 3689 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 34324

[startup+25.5019 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 31763
/proc/meminfo: memFree=1607240/2055912 swapFree=4178532/4192956
[pid=31739] ppid=31737 vsize=13600 CPUtime=9.06
/proc/31739/stat : 31739 (sugar) S 31737 31739 30229 0 -1 4194304 1031 34925 0 2 3 1 873 29 16 0 1 0 241155016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31739/statm: 3400 798 370 3 0 500 0
[pid=31762] ppid=31739 vsize=5356 CPUtime=0
/proc/31762/stat : 31762 (sh) S 31739 31739 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 241155941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31762/statm: 1339 232 193 169 0 50 0
[pid=31763] ppid=31762 vsize=16900 CPUtime=16.09
/proc/31763/stat : 31763 (minisat) R 31762 31739 30229 0 -1 4194304 4033 0 0 0 1606 3 0 0 25 0 1 0 241155941 17305600 4019 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31763/statm: 4225 4019 75 150 0 4072 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 35856

[startup+51.1016 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 31763
/proc/meminfo: memFree=1604744/2055912 swapFree=4178532/4192956
[pid=31739] ppid=31737 vsize=13600 CPUtime=9.06
/proc/31739/stat : 31739 (sugar) S 31737 31739 30229 0 -1 4194304 1031 34925 0 2 3 1 873 29 16 0 1 0 241155016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31739/statm: 3400 798 370 3 0 500 0
[pid=31762] ppid=31739 vsize=5356 CPUtime=0
/proc/31762/stat : 31762 (sh) S 31739 31739 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 241155941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31762/statm: 1339 232 193 169 0 50 0
[pid=31763] ppid=31762 vsize=19544 CPUtime=41.45
/proc/31763/stat : 31763 (minisat) R 31762 31739 30229 0 -1 4194304 4683 0 0 0 4141 4 0 0 25 0 1 0 241155941 20013056 4669 996147200 134512640 135127466 4294956256 18446744073709551615 134530722 0 0 4096 3 0 0 0 17 1 0 0
/proc/31763/statm: 4886 4669 75 150 0 4733 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 38500

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 31792
/proc/meminfo: memFree=1674648/2055912 swapFree=4178532/4192956
[pid=31739] ppid=31737 vsize=13600 CPUtime=9.06
/proc/31739/stat : 31739 (sugar) S 31737 31739 30229 0 -1 4194304 1031 34925 0 2 3 1 873 29 16 0 1 0 241155016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31739/statm: 3400 798 370 3 0 500 0

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

/proc/meminfo: memFree=1621904/2055912 swapFree=4178532/4192956
[pid=31739] ppid=31737 vsize=13600 CPUtime=9.06
/proc/31739/stat : 31739 (sugar) S 31737 31739 30229 0 -1 4194304 1031 34925 0 2 3 1 873 29 16 0 1 0 241155016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31739/statm: 3400 798 370 3 0 500 0
[pid=31762] ppid=31739 vsize=5356 CPUtime=0
/proc/31762/stat : 31762 (sh) S 31739 31739 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 241155941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31762/statm: 1339 232 193 169 0 50 0
[pid=31763] ppid=31762 vsize=56972 CPUtime=1344.05
/proc/31763/stat : 31763 (minisat) R 31762 31739 30229 0 -1 4194304 13724 0 0 0 134388 17 0 0 25 0 1 0 241155941 58339328 13710 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31763/statm: 14243 13710 75 150 0 14090 0
Current children cumulated CPU time (s) 1353.11
Current children cumulated vsize (KiB) 75928

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31833
/proc/meminfo: memFree=1620432/2055912 swapFree=4178532/4192956
[pid=31739] ppid=31737 vsize=13600 CPUtime=9.06
/proc/31739/stat : 31739 (sugar) S 31737 31739 30229 0 -1 4194304 1031 34925 0 2 3 1 873 29 16 0 1 0 241155016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31739/statm: 3400 798 370 3 0 500 0
[pid=31762] ppid=31739 vsize=5356 CPUtime=0
/proc/31762/stat : 31762 (sh) S 31739 31739 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 241155941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31762/statm: 1339 232 193 169 0 50 0
[pid=31763] ppid=31762 vsize=58336 CPUtime=1403.49
/proc/31763/stat : 31763 (minisat) R 31762 31739 30229 0 -1 4194304 14079 0 0 0 140332 17 0 0 25 0 1 0 241155941 59736064 14065 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31763/statm: 14584 14065 75 150 0 14431 0
Current children cumulated CPU time (s) 1412.55
Current children cumulated vsize (KiB) 77292

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31833
/proc/meminfo: memFree=1618384/2055912 swapFree=4178532/4192956
[pid=31739] ppid=31737 vsize=13600 CPUtime=9.06
/proc/31739/stat : 31739 (sugar) S 31737 31739 30229 0 -1 4194304 1031 34925 0 2 3 1 873 29 16 0 1 0 241155016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31739/statm: 3400 798 370 3 0 500 0
[pid=31762] ppid=31739 vsize=5356 CPUtime=0
/proc/31762/stat : 31762 (sh) S 31739 31739 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 241155941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31762/statm: 1339 232 193 169 0 50 0
[pid=31763] ppid=31762 vsize=60208 CPUtime=1462.92
/proc/31763/stat : 31763 (minisat) R 31762 31739 30229 0 -1 4194304 14579 0 0 0 146274 18 0 0 25 0 1 0 241155941 61652992 14565 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31763/statm: 15052 14565 75 150 0 14899 0
Current children cumulated CPU time (s) 1471.98
Current children cumulated vsize (KiB) 79164

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31833
/proc/meminfo: memFree=1616272/2055912 swapFree=4178532/4192956
[pid=31739] ppid=31737 vsize=13600 CPUtime=9.06
/proc/31739/stat : 31739 (sugar) S 31737 31739 30229 0 -1 4194304 1031 34925 0 2 3 1 873 29 16 0 1 0 241155016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31739/statm: 3400 798 370 3 0 500 0
[pid=31762] ppid=31739 vsize=5356 CPUtime=0
/proc/31762/stat : 31762 (sh) S 31739 31739 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 241155941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31762/statm: 1339 232 193 169 0 50 0
[pid=31763] ppid=31762 vsize=62244 CPUtime=1522.36
/proc/31763/stat : 31763 (minisat) R 31762 31739 30229 0 -1 4194304 15105 0 0 0 152217 19 0 0 25 0 1 0 241155941 63737856 15091 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/31763/statm: 15561 15091 75 150 0 15408 0
Current children cumulated CPU time (s) 1531.42
Current children cumulated vsize (KiB) 81200

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31833
/proc/meminfo: memFree=1614352/2055912 swapFree=4178532/4192956
[pid=31739] ppid=31737 vsize=13600 CPUtime=9.06
/proc/31739/stat : 31739 (sugar) S 31737 31739 30229 0 -1 4194304 1031 34925 0 2 3 1 873 29 16 0 1 0 241155016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31739/statm: 3400 798 370 3 0 500 0
[pid=31762] ppid=31739 vsize=5356 CPUtime=0
/proc/31762/stat : 31762 (sh) S 31739 31739 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 241155941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31762/statm: 1339 232 193 169 0 50 0
[pid=31763] ppid=31762 vsize=64148 CPUtime=1581.81
/proc/31763/stat : 31763 (minisat) R 31762 31739 30229 0 -1 4194304 15584 0 0 0 158161 20 0 0 25 0 1 0 241155941 65687552 15570 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/31763/statm: 16037 15570 75 150 0 15884 0
Current children cumulated CPU time (s) 1590.87
Current children cumulated vsize (KiB) 83104

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 31833
/proc/meminfo: memFree=1612432/2055912 swapFree=4178532/4192956
[pid=31739] ppid=31737 vsize=13600 CPUtime=9.06
/proc/31739/stat : 31739 (sugar) S 31737 31739 30229 0 -1 4194304 1031 34925 0 2 3 1 873 29 16 0 1 0 241155016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31739/statm: 3400 798 370 3 0 500 0
[pid=31762] ppid=31739 vsize=5356 CPUtime=0
/proc/31762/stat : 31762 (sh) S 31739 31739 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 241155941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31762/statm: 1339 232 193 169 0 50 0
[pid=31763] ppid=31762 vsize=66000 CPUtime=1641.24
/proc/31763/stat : 31763 (minisat) R 31762 31739 30229 0 -1 4194304 16049 0 0 0 164104 20 0 0 25 0 1 0 241155941 67584000 16035 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31763/statm: 16500 16035 75 150 0 16347 0
Current children cumulated CPU time (s) 1650.3
Current children cumulated vsize (KiB) 84956

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31833
/proc/meminfo: memFree=1610512/2055912 swapFree=4178532/4192956
[pid=31739] ppid=31737 vsize=13600 CPUtime=9.06
/proc/31739/stat : 31739 (sugar) S 31737 31739 30229 0 -1 4194304 1031 34925 0 2 3 1 873 29 16 0 1 0 241155016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31739/statm: 3400 798 370 3 0 500 0
[pid=31762] ppid=31739 vsize=5356 CPUtime=0
/proc/31762/stat : 31762 (sh) S 31739 31739 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 241155941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31762/statm: 1339 232 193 169 0 50 0
[pid=31763] ppid=31762 vsize=67736 CPUtime=1700.68
/proc/31763/stat : 31763 (minisat) R 31762 31739 30229 0 -1 4194304 16506 0 0 0 170047 21 0 0 25 0 1 0 241155941 69361664 16492 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/31763/statm: 16934 16492 75 150 0 16781 0
Current children cumulated CPU time (s) 1709.74
Current children cumulated vsize (KiB) 86692

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31833
/proc/meminfo: memFree=1608592/2055912 swapFree=4178532/4192956
[pid=31739] ppid=31737 vsize=13600 CPUtime=9.06
/proc/31739/stat : 31739 (sugar) S 31737 31739 30229 0 -1 4194304 1031 34925 0 2 3 1 873 29 16 0 1 0 241155016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31739/statm: 3400 798 370 3 0 500 0
[pid=31762] ppid=31739 vsize=5356 CPUtime=0
/proc/31762/stat : 31762 (sh) S 31739 31739 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 241155941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31762/statm: 1339 232 193 169 0 50 0
[pid=31763] ppid=31762 vsize=70476 CPUtime=1760.12
/proc/31763/stat : 31763 (minisat) R 31762 31739 30229 0 -1 4194304 16959 0 0 0 175990 22 0 0 25 0 1 0 241155941 72167424 16945 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31763/statm: 17619 16945 75 150 0 17466 0
Current children cumulated CPU time (s) 1769.18
Current children cumulated vsize (KiB) 89432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31833
/proc/meminfo: memFree=1607568/2055912 swapFree=4178532/4192956
[pid=31739] ppid=31737 vsize=13600 CPUtime=9.06
/proc/31739/stat : 31739 (sugar) S 31737 31739 30229 0 -1 4194304 1031 34925 0 2 3 1 873 29 16 0 1 0 241155016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31739/statm: 3400 798 370 3 0 500 0
[pid=31762] ppid=31739 vsize=5356 CPUtime=0
/proc/31762/stat : 31762 (sh) S 31739 31739 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 241155941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31762/statm: 1339 232 193 169 0 50 0
[pid=31763] ppid=31762 vsize=71504 CPUtime=1791.03
/proc/31763/stat : 31763 (minisat) R 31762 31739 30229 0 -1 4194304 17228 0 0 0 179081 22 0 0 25 0 1 0 241155941 73220096 17214 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31763/statm: 17876 17214 75 150 0 17723 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 90460

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

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

[startup+1813.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 31833
/proc/meminfo: memFree=1607568/2055912 swapFree=4178532/4192956
[pid=31739] ppid=31737 vsize=13600 CPUtime=9.06
/proc/31739/stat : 31739 (sugar) S 31737 31739 30229 0 -1 4194304 1031 34925 0 2 3 1 873 29 16 0 1 0 241155016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31739/statm: 3400 798 370 3 0 500 0
[pid=31762] ppid=31739 vsize=5356 CPUtime=0
/proc/31762/stat : 31762 (sh) S 31739 31739 30229 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 241155941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31762/statm: 1339 232 193 169 0 50 0
[pid=31763] ppid=31762 vsize=71504 CPUtime=1791.03
/proc/31763/stat : 31763 (minisat) R 31762 31739 30229 0 -1 4194304 17228 0 0 0 179081 22 0 0 25 0 1 0 241155941 73220096 17214 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31763/statm: 17876 17214 75 150 0 17723 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 90460

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31739 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=776665
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=318951
# CPU time returned by wait4() is 9.09562
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.53
CPU time (s): 1800.09
CPU user time (s): 1799.57
CPU system time (s): 0.52
CPU usage (%): 99.2591
Max. virtual memory (cumulated for all children) (KiB): 883232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.77666
system time used= 0.318951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36300
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= 3241
involuntary context switches= 3277

runsolver used 1.89671 second user time and 6.36403 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-04 13:23:20
IDJOB=1071993
IDBENCH=56218
IDSOLVER=346
FILE ID=node78/1071993-1215170600
PBS_JOBID= 7881444
Free space on /tmp= 126788 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-42_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1071993-1215170600/watcher-1071993-1215170600 -o /tmp/evaluation-result-1071993-1215170600/solver-1071993-1215170600 -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-1071993-1215170600.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3218b2b39d653cbd3ae60435a9373695
RANDOM SEED=696113820

node78.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.247
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.247
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:      2055912 kB
MemFree:       1634880 kB
Buffers:         47940 kB
Cached:         227696 kB
SwapCached:       7584 kB
Active:         289680 kB
Inactive:        76632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1634880 kB
SwapTotal:     4192956 kB
SwapFree:      4178532 kB
Dirty:            3952 kB
Writeback:           0 kB
Mapped:         107724 kB
Slab:            39820 kB
Committed_AS:  1401656 kB
PageTables:       1772 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= 126788 MiB
End job on node78 at 2008-07-04 13:53:36