Trace number 2067320

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.14.6+minisat? (TO) 1800 1813.72

General information on the benchmark

Namecsp/pseudo/fpga/
normalized-fpga-40-39.xml
MD5SUM955b84cc7f376fd02a2d68e4f3da3bab
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 benchmark30.0574
Satisfiable
(Un)Satisfiability was proved
Number of variables2340
Number of constraints1678
Maximum constraint arity40
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1678
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sat Jul 11 22:30:23 2009
0.05/0.07	c 0	PID 16949
0.05/0.07	c 0	HOST node80.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2067320-1247344223.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2067320-1247344223.xml' 'HOME/temp.csp'
0.06/0.59	c 0	1 domains, 2340 variables, 5 predicates, 0 relations, 1678 constraints
0.06/0.59	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.60	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.56/0.67	c 1	Parsing HOME/temp.csp
0.57/0.87	c 1	parsed 4024 expressions
0.57/0.87	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.57/0.87	c 1	Converting to clausal form CSP
0.57/0.90	c 1	converted 403 (10%) expressions
0.57/0.90	c 1	converted 805 (20%) expressions
0.57/0.91	c 1	converted 1208 (30%) expressions
0.57/0.92	c 1	converted 1610 (40%) expressions
0.57/0.92	c 1	converted 2012 (50%) expressions
0.94/1.08	c 1	converted 2415 (60%) expressions
1.34/1.43	c 1	converted 2817 (70%) expressions
1.54/1.69	c 2	converted 3220 (80%) expressions
1.83/1.91	c 2	converted 3622 (90%) expressions
2.14/2.27	c 2	converted 4024 (100%) expressions
2.14/2.27	c 2	CSP : 7848 integers, 0 booleans, 12694 clauses, largest domain size 15
2.14/2.27	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.14/2.27	c 2	Propagation in CSP
2.43/2.54	c 2	1320 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.43/2.55	c 2	CSP : 7848 integers, 0 booleans, 12694 clauses, largest domain size 15
2.43/2.55	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.43/2.56	c 2	Simplifing CSP by introducing new Boolean variables
2.43/2.57	c 2	CSP : 7848 integers, 0 booleans, 12694 clauses, largest domain size 15
2.43/2.57	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.53/2.65	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.53/2.66	c 3	785 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.53/2.67	c 3	1570 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.53/2.67	c 3	2355 (30%) CSP integer variables are encoded (85 clauses, 1169 bytes)
2.53/2.68	c 3	3140 (40%) CSP integer variables are encoded (4534 clauses, 59006 bytes)
2.53/2.69	c 3	3924 (50%) CSP integer variables are encoded (8976 clauses, 121683 bytes)
2.53/2.70	c 3	4709 (60%) CSP integer variables are encoded (13260 clauses, 185943 bytes)
2.63/2.70	c 3	5494 (70%) CSP integer variables are encoded (17442 clauses, 248673 bytes)
2.63/2.72	c 3	6279 (80%) CSP integer variables are encoded (22152 clauses, 319323 bytes)
2.63/2.73	c 3	7064 (90%) CSP integer variables are encoded (26862 clauses, 389973 bytes)
2.63/2.73	c 3	7848 (100%) CSP integer variables are encoded (30069 clauses, 438078 bytes)
3.48/4.28	c 4	1270 (10%) CSP clauses are encoded (145385 clauses, 3446108 bytes)
4.37/5.17	c 5	2539 (20%) CSP clauses are encoded (260510 clauses, 6457857 bytes)
5.27/6.04	c 6	3809 (30%) CSP clauses are encoded (375636 clauses, 9577819 bytes)
6.16/6.92	c 7	5078 (40%) CSP clauses are encoded (490825 clauses, 12730079 bytes)
7.04/7.81	c 8	6347 (50%) CSP clauses are encoded (595622 clauses, 15572814 bytes)
8.12/8.92	c 9	7617 (60%) CSP clauses are encoded (733980 clauses, 19408614 bytes)
9.21/10.04	c 10	8886 (70%) CSP clauses are encoded (872337 clauses, 23244394 bytes)
10.30/11.16	c 11	10156 (80%) CSP clauses are encoded (1010821 clauses, 27100901 bytes)
11.29/12.12	c 12	11425 (90%) CSP clauses are encoded (1125813 clauses, 30276926 bytes)
11.79/12.61	c 12	12694 (100%) CSP clauses are encoded (1193451 clauses, 31840824 bytes)
11.79/12.61	c 12	12694 CSP clauses encoded
11.79/12.61	c 12	Writing map file : HOME/temp.map
11.79/12.62	c 12	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.79/12.62	c 12	SAT : 37917 SAT variables, 1193451 SAT clauses, 31840824 bytes
11.79/12.62	c 12	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.79/12.65	c 13	SOLVING HOME/temp.cnf
11.79/12.65	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.79/12.65	c 13	This is MiniSat 2.0 beta
11.79/12.65	c 13	WARNING: for repeatability, setting FPU to use double precision
11.79/12.65	c 13	============================[ Problem Statistics ]=============================
11.79/12.65	c 13	|                                                                             |
11.79/12.66	c 13	|  Number of variables:  37917                                                |
11.79/12.66	c 13	|  Number of clauses:    1193451                                              |
12.46/13.33	c 13	|  Parsing time:         0.57         s                                       |
12.46/13.38	c 13	============================[ Search Statistics ]==============================
12.46/13.38	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.46/13.38	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.46/13.38	c 13	===============================================================================
12.46/13.39	c 13	|         0 |   37917  1193451  5226294 |   397817        0    nan |  0.000 % |
12.56/13.41	c 13	|       101 |   37917  1193451  5226294 |   437598      101     27 |  0.000 % |
12.56/13.44	c 13	|       251 |   37917  1193451  5226294 |   481358      251     28 |  0.000 % |
12.56/13.49	c 13	|       477 |   37917  1193451  5226294 |   529494      477     29 |  0.000 % |
13.25/14.13	c 14	|       814 |   37917  1193451  5226294 |   582443      814     25 |  0.000 % |
13.45/14.34	c 14	|      1320 |   37917  1193451  5226294 |   640688     1320     48 |  0.000 % |
14.84/15.79	c 16	|      2079 |   37917  1193451  5226294 |   704757     2079     38 |  0.000 % |
16.52/17.46	c 17	|      3219 |   37917  1193451  5226294 |   775232     3219     34 |  0.000 % |
16.92/17.88	c 18	|      4927 |   37917  1193451  5226294 |   852756     4927     82 |  0.000 % |
21.87/22.86	c 23	|      7489 |   37917  1193451  5226294 |   938031     7489     79 |  0.000 % |
25.85/26.86	c 27	|     11333 |   37917  1193451  5226294 |  1031834    11333     60 |  0.000 % |
37.54/38.69	c 39	|     17100 |   37917  1193451  5226294 |  1135018    17100     58 |  0.000 % |
40.52/41.62	c 41	|     25749 |   37917  1193451  5226294 |  1248520    25749    101 |  0.000 % |
62.41/63.79	c 64	|     38723 |   37917  1193451  5226294 |  1373372    38723     82 |  0.000 % |
71.14/72.56	c 72	|     58184 |   37917  1193451  5226294 |  1510709    58184    109 |  0.000 % |
90.96/92.55	c 92	|     87377 |   37917  1193451  5226294 |  1661780    87377    134 |  0.000 % |
122.09/123.97	c 124	|    131166 |   37917  1193451  5226294 |  1827958   131166    142 |  0.000 % |
212.38/215.07	c 215	|    196850 |   37917  1193451  5226294 |  2010754   196850    162 |  0.000 % |
422.72/427.21	c 427	|    295376 |   37917  1193451  5226294 |  2211829   295376    167 |  0.000 % |
739.88/747.21	c 747	|    443165 |   37917  1193451  5226294 |  2433012   443165    161 |  0.000 % |
1492.22/1504.37	c 1504	|    664848 |   37917  1193451  5226294 |  2676313   664848    155 |  0.000 % |
1800.00/1813.62	c ERROR INTERRUPTED
1800.00/1813.70	s UNKNOWN
1800.00/1813.70	c 1814	CPU 11.84 (0.05 0.02 11.4 0.37)
1800.00/1813.70	c 1814	END Sat Jul 11 23:00:37 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2067320-1247344223/watcher-2067320-1247344223 -o /tmp/evaluation-result-2067320-1247344223/solver-2067320-1247344223 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2067320-1247344223.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 16949
/proc/meminfo: memFree=1374440/2055920 swapFree=4192956/4192956
[pid=16949] ppid=16947 vsize=12272 CPUtime=0
/proc/16949/stat : 16949 (sugar) R 16947 16949 15498 0 -1 4194304 394 0 0 0 0 0 0 0 20 0 1 0 21486867 12566528 362 996147200 4194304 4206940 548682068608 18446744073709551615 226704809200 0 0 4224 0 0 0 0 17 1 0 0
/proc/16949/statm: 3068 362 272 3 0 168 0

[startup+0.069964 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 16949
/proc/meminfo: memFree=1374440/2055920 swapFree=4192956/4192956
[pid=16949] ppid=16947 vsize=16740 CPUtime=0.05
/proc/16949/stat : 16949 (sugar) R 16947 16949 15498 0 -1 4194304 1103 0 0 0 4 1 0 0 20 0 1 0 21486867 17141760 1071 996147200 4194304 4206940 548682068608 18446744073709551615 226704770352 0 0 4224 0 0 0 0 17 0 0 0
/proc/16949/statm: 4185 1071 380 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.102976 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 16949
/proc/meminfo: memFree=1374440/2055920 swapFree=4192956/4192956
[pid=16949] ppid=16947 vsize=16868 CPUtime=0.06
/proc/16949/stat : 16949 (sugar) S 16947 16949 15498 0 -1 4194304 1227 128 0 0 4 2 0 0 22 0 1 0 21486867 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16949/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.303013 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 16949
/proc/meminfo: memFree=1374440/2055920 swapFree=4192956/4192956
[pid=16949] ppid=16947 vsize=16868 CPUtime=0.06
/proc/16949/stat : 16949 (sugar) S 16947 16949 15498 0 -1 4194304 1227 128 0 0 4 2 0 0 22 0 1 0 21486867 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16949/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70209 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 16949
/proc/meminfo: memFree=1374440/2055920 swapFree=4192956/4192956
[pid=16949] ppid=16947 vsize=16868 CPUtime=0.57
/proc/16949/stat : 16949 (sugar) S 16947 16949 15498 0 -1 4194304 1309 6789 0 1 5 2 47 3 15 0 1 0 21486867 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16949/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 16868

[startup+1.50126 s]
/proc/loadavg: 2.08 2.02 2.01 3/95 16971
/proc/meminfo: memFree=1361232/2055920 swapFree=4192956/4192956
[pid=16949] ppid=16947 vsize=16868 CPUtime=0.57
/proc/16949/stat : 16949 (sugar) S 16947 16949 15498 0 -1 4194304 1309 6789 0 1 5 2 47 3 16 0 1 0 21486867 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16949/statm: 4217 1111 409 3 0 796 0
[pid=16962] ppid=16949 vsize=5356 CPUtime=0
/proc/16962/stat : 16962 (sh) S 16949 16949 15498 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21486927 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16962/statm: 1339 233 193 169 0 50 0
[pid=16963] ppid=16962 vsize=868596 CPUtime=0.88
/proc/16963/stat : 16963 (java) S 16962 16949 15498 0 -1 0 7764 0 1 0 83 5 0 0 20 0 9 0 21486928 889442304 6979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16963/statm: 217149 6979 2566 9 0 211654 0
[pid=16963/tid=16964] ppid=16962 vsize=868596 CPUtime=0.57
/proc/16963/task/16964/stat : 16964 (java) R 16962 16949 15498 0 -1 64 2704 0 1 0 56 1 0 0 25 0 9 0 21486928 889442304 6979 996147200 134512640 134550932 4294955936 18446744073709551615 4126604350 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16963/tid=16965] ppid=16962 vsize=868596 CPUtime=0.1
/proc/16963/task/16965/stat : 16965 (java) S 16962 16949 15498 0 -1 64 2873 0 0 0 9 1 0 0 16 0 9 0 21486929 889442304 6979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16963/tid=16966] ppid=16962 vsize=868596 CPUtime=0
/proc/16963/task/16966/stat : 16966 (java) S 16962 16949 15498 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21486930 889442304 6979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16963/tid=16967] ppid=16962 vsize=868596 CPUtime=0
/proc/16963/task/16967/stat : 16967 (java) S 16962 16949 15498 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21486930 889442304 6979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16963/tid=16968] ppid=16962 vsize=868596 CPUtime=0
/proc/16963/task/16968/stat : 16968 (java) S 16962 16949 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21486932 889442304 6979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16963/tid=16969] ppid=16962 vsize=868596 CPUtime=0.17
/proc/16963/task/16969/stat : 16969 (java) S 16962 16949 15498 0 -1 64 1488 0 0 0 17 0 0 0 16 0 9 0 21486932 889442304 6979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16963/tid=16970] ppid=16962 vsize=868596 CPUtime=0
/proc/16963/task/16970/stat : 16970 (java) S 16962 16949 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21486932 889442304 6979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16963/tid=16971] ppid=16962 vsize=868596 CPUtime=0
/proc/16963/task/16971/stat : 16971 (java) S 16962 16949 15498 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21486932 889442304 6979 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 890820

[startup+3.10265 s]
/proc/loadavg: 2.08 2.02 2.01 3/95 16971
/proc/meminfo: memFree=1347920/2055920 swapFree=4192956/4192956
[pid=16949] ppid=16947 vsize=16868 CPUtime=0.57
/proc/16949/stat : 16949 (sugar) S 16947 16949 15498 0 -1 4194304 1310 6789 0 1 5 2 47 3 15 0 1 0 21486867 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16949/statm: 4217 1111 409 3 0 796 0
[pid=16962] ppid=16949 vsize=5356 CPUtime=0
/proc/16962/stat : 16962 (sh) S 16949 16949 15498 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21486927 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16962/statm: 1339 233 193 169 0 50 0
[pid=16963] ppid=16962 vsize=868708 CPUtime=2.45
/proc/16963/stat : 16963 (java) S 16962 16949 15498 0 -1 0 9802 0 1 0 237 8 0 0 20 0 9 0 21486928 889556992 8747 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16963/statm: 217177 8747 2590 9 0 211654 0
[pid=16963/tid=16964] ppid=16962 vsize=868708 CPUtime=1.76
/proc/16963/task/16964/stat : 16964 (java) R 16962 16949 15498 0 -1 64 3017 0 1 0 173 3 0 0 25 0 9 0 21486928 889556992 8747 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16963/tid=16965] ppid=16962 vsize=868708 CPUtime=0.45
/proc/16963/task/16965/stat : 16965 (java) S 16962 16949 15498 0 -1 64 4563 0 0 0 42 3 0 0 15 0 9 0 21486929 889556992 8747 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16963/tid=16966] ppid=16962 vsize=868708 CPUtime=0
/proc/16963/task/16966/stat : 16966 (java) S 16962 16949 15498 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21486930 889556992 8747 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16963/tid=16967] ppid=16962 vsize=868708 CPUtime=0
/proc/16963/task/16967/stat : 16967 (java) S 16962 16949 15498 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21486930 889556992 8747 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16963/tid=16968] ppid=16962 vsize=868708 CPUtime=0
/proc/16963/task/16968/stat : 16968 (java) S 16962 16949 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21486932 889556992 8747 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16963/tid=16969] ppid=16962 vsize=868708 CPUtime=0.21
/proc/16963/task/16969/stat : 16969 (java) S 16962 16949 15498 0 -1 64 1523 0 0 0 21 0 0 0 16 0 9 0 21486932 889556992 8747 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16963/tid=16970] ppid=16962 vsize=868708 CPUtime=0
/proc/16963/task/16970/stat : 16970 (java) S 16962 16949 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21486932 889556992 8747 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16963/tid=16971] ppid=16962 vsize=868708 CPUtime=0
/proc/16963/task/16971/stat : 16971 (java) S 16962 16949 15498 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21486932 889556992 8747 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890932

[startup+6.30123 s]
/proc/loadavg: 2.08 2.01 2.01 3/95 16971
/proc/meminfo: memFree=1338384/2055920 swapFree=4192956/4192956
[pid=16949] ppid=16947 vsize=16868 CPUtime=0.57
/proc/16949/stat : 16949 (sugar) S 16947 16949 15498 0 -1 4194304 1310 6789 0 1 5 2 47 3 16 0 1 0 21486867 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16949/statm: 4217 1111 409 3 0 796 0
[pid=16962] ppid=16949 vsize=5356 CPUtime=0
/proc/16962/stat : 16962 (sh) S 16949 16949 15498 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21486927 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16962/statm: 1339 233 193 169 0 50 0
[pid=16963] ppid=16962 vsize=868708 CPUtime=4.98
/proc/16963/stat : 16963 (java) S 16962 16949 15498 0 -1 0 10032 0 1 0 483 15 0 0 20 0 9 0 21486928 889556992 8757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16963/statm: 217177 8757 2590 9 0 211654 0
[pid=16963/tid=16964] ppid=16962 vsize=868708 CPUtime=4.21
/proc/16963/task/16964/stat : 16964 (java) R 16962 16949 15498 0 -1 64 3238 0 1 0 412 9 0 0 25 0 9 0 21486928 889556992 8757 996147200 134512640 134550932 4294955936 18446744073709551615 4126552787 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16963/tid=16965] ppid=16962 vsize=868708 CPUtime=0.52
/proc/16963/task/16965/stat : 16965 (java) S 16962 16949 15498 0 -1 64 4563 0 0 0 47 5 0 0 16 0 9 0 21486929 889556992 8757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16963/tid=16966] ppid=16962 vsize=868708 CPUtime=0
/proc/16963/task/16966/stat : 16966 (java) S 16962 16949 15498 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21486930 889556992 8757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16963/tid=16967] ppid=16962 vsize=868708 CPUtime=0
/proc/16963/task/16967/stat : 16967 (java) S 16962 16949 15498 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21486930 889556992 8757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16963/tid=16968] ppid=16962 vsize=868708 CPUtime=0
/proc/16963/task/16968/stat : 16968 (java) S 16962 16949 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21486932 889556992 8757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16963/tid=16969] ppid=16962 vsize=868708 CPUtime=0.23
/proc/16963/task/16969/stat : 16969 (java) S 16962 16949 15498 0 -1 64 1532 0 0 0 23 0 0 0 16 0 9 0 21486932 889556992 8757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16963/tid=16970] ppid=16962 vsize=868708 CPUtime=0
/proc/16963/task/16970/stat : 16970 (java) S 16962 16949 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21486932 889556992 8757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16963/tid=16971] ppid=16962 vsize=868708 CPUtime=0
/proc/16963/task/16971/stat : 16971 (java) S 16962 16949 15498 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21486932 889556992 8757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 890932

[startup+12.7025 s]
/proc/loadavg: 2.07 2.01 2.01 3/95 16971
/proc/meminfo: memFree=1315792/2055920 swapFree=4192956/4192956
[pid=16949] ppid=16947 vsize=16868 CPUtime=11.84
/proc/16949/stat : 16949 (sugar) S 16947 16949 15498 0 -1 4194304 1376 17652 0 2 5 2 1140 37 16 0 1 0 21486867 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16949/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 11.84
Current children cumulated vsize (KiB) 16868

[startup+25.5021 s]
/proc/loadavg: 2.06 2.01 2.01 3/87 16973
/proc/meminfo: memFree=1271824/2055920 swapFree=4192956/4192956
[pid=16949] ppid=16947 vsize=16868 CPUtime=11.84
/proc/16949/stat : 16949 (sugar) S 16947 16949 15498 0 -1 4194304 1376 17652 0 2 5 2 1140 37 16 0 1 0 21486867 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16949/statm: 4217 1113 409 3 0 796 0
[pid=16972] ppid=16949 vsize=5356 CPUtime=0
/proc/16972/stat : 16972 (sh) S 16949 16949 15498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21488133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16972/statm: 1339 232 193 169 0 50 0
[pid=16973] ppid=16972 vsize=69576 CPUtime=12.72
/proc/16973/stat : 16973 (minisat) R 16972 16949 15498 0 -1 4194304 16836 0 0 0 1261 11 0 0 25 0 1 0 21488133 71245824 16822 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/16973/statm: 17394 16822 76 150 0 17241 0
Current children cumulated CPU time (s) 24.56
Current children cumulated vsize (KiB) 91800

[startup+51.1024 s]
/proc/loadavg: 2.04 2.01 2.00 3/87 16973
/proc/meminfo: memFree=1261968/2055920 swapFree=4192956/4192956
[pid=16949] ppid=16947 vsize=16868 CPUtime=11.84
/proc/16949/stat : 16949 (sugar) S 16947 16949 15498 0 -1 4194304 1376 17652 0 2 5 2 1140 37 16 0 1 0 21486867 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16949/statm: 4217 1113 409 3 0 796 0
[pid=16972] ppid=16949 vsize=5356 CPUtime=0
/proc/16972/stat : 16972 (sh) S 16949 16949 15498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21488133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16972/statm: 1339 232 193 169 0 50 0
[pid=16973] ppid=16972 vsize=79608 CPUtime=38.09
/proc/16973/stat : 16973 (minisat) R 16972 16949 15498 0 -1 4194304 19345 0 0 0 3796 13 0 0 25 0 1 0 21488133 81518592 19331 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16973/statm: 19902 19331 76 150 0 19749 0
Current children cumulated CPU time (s) 49.93
Current children cumulated vsize (KiB) 101832

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/87 16973
/proc/meminfo: memFree=1210576/2055920 swapFree=4192956/4192956
[pid=16949] ppid=16947 vsize=16868 CPUtime=11.84
/proc/16949/stat : 16949 (sugar) S 16947 16949 15498 0 -1 4194304 1376 17652 0 2 5 2 1140 37 16 0 1 0 21486867 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16949/statm: 4217 1113 409 3 0 796 0
[pid=16972] ppid=16949 vsize=5356 CPUtime=0
/proc/16972/stat : 16972 (sh) S 16949 16949 15498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21488133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16972/statm: 1339 232 193 169 0 50 0
[pid=16973] ppid=16972 vsize=130888 CPUtime=88.84
/proc/16973/stat : 16973 (minisat) R 16972 16949 15498 0 -1 4194304 32102 0 0 0 8861 23 0 0 25 0 1 0 21488133 134029312 32088 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16973/statm: 32722 32088 76 150 0 32569 0
Current children cumulated CPU time (s) 100.68

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

/proc/meminfo: memFree=856456/2055920 swapFree=4192956/4192956
[pid=16949] ppid=16947 vsize=16868 CPUtime=11.84
/proc/16949/stat : 16949 (sugar) S 16947 16949 15498 0 -1 4194304 1376 17652 0 2 5 2 1140 37 16 0 1 0 21486867 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16949/statm: 4217 1113 409 3 0 796 0
[pid=16972] ppid=16949 vsize=5356 CPUtime=0
/proc/16972/stat : 16972 (sh) S 16949 16949 15498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21488133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16972/statm: 1339 232 193 169 0 50 0
[pid=16973] ppid=16972 vsize=499004 CPUtime=1279.38
/proc/16973/stat : 16973 (minisat) R 16972 16949 15498 0 -1 4194304 122854 0 0 0 127827 111 0 0 25 0 1 0 21488133 510980096 122840 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/16973/statm: 124751 122840 76 150 0 124598 0
Current children cumulated CPU time (s) 1291.22
Current children cumulated vsize (KiB) 521228

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17092
/proc/meminfo: memFree=848264/2055920 swapFree=4192956/4192956
[pid=16949] ppid=16947 vsize=16868 CPUtime=11.84
/proc/16949/stat : 16949 (sugar) S 16947 16949 15498 0 -1 4194304 1376 17652 0 2 5 2 1140 37 16 0 1 0 21486867 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16949/statm: 4217 1113 409 3 0 796 0
[pid=16972] ppid=16949 vsize=5356 CPUtime=0
/proc/16972/stat : 16972 (sh) S 16949 16949 15498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21488133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16972/statm: 1339 232 193 169 0 50 0
[pid=16973] ppid=16972 vsize=506940 CPUtime=1339.08
/proc/16973/stat : 16973 (minisat) R 16972 16949 15498 0 -1 4194304 124823 0 0 0 133795 113 0 0 25 0 1 0 21488133 519106560 124809 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/16973/statm: 126735 124809 76 150 0 126582 0
Current children cumulated CPU time (s) 1350.92
Current children cumulated vsize (KiB) 529164

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17092
/proc/meminfo: memFree=840200/2055920 swapFree=4192956/4192956
[pid=16949] ppid=16947 vsize=16868 CPUtime=11.84
/proc/16949/stat : 16949 (sugar) S 16947 16949 15498 0 -1 4194304 1376 17652 0 2 5 2 1140 37 16 0 1 0 21486867 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16949/statm: 4217 1113 409 3 0 796 0
[pid=16972] ppid=16949 vsize=5356 CPUtime=0
/proc/16972/stat : 16972 (sh) S 16949 16949 15498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21488133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16972/statm: 1339 232 193 169 0 50 0
[pid=16973] ppid=16972 vsize=514564 CPUtime=1398.8
/proc/16973/stat : 16973 (minisat) R 16972 16949 15498 0 -1 4194304 126748 0 0 0 139764 116 0 0 25 0 1 0 21488133 526913536 126734 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/16973/statm: 128641 126734 76 150 0 128488 0
Current children cumulated CPU time (s) 1410.64
Current children cumulated vsize (KiB) 536788

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17092
/proc/meminfo: memFree=833032/2055920 swapFree=4192956/4192956
[pid=16949] ppid=16947 vsize=16868 CPUtime=11.84
/proc/16949/stat : 16949 (sugar) S 16947 16949 15498 0 -1 4194304 1376 17652 0 2 5 2 1140 37 16 0 1 0 21486867 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16949/statm: 4217 1113 409 3 0 796 0
[pid=16972] ppid=16949 vsize=5356 CPUtime=0
/proc/16972/stat : 16972 (sh) S 16949 16949 15498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21488133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16972/statm: 1339 232 193 169 0 50 0
[pid=16973] ppid=16972 vsize=521212 CPUtime=1458.49
/proc/16973/stat : 16973 (minisat) R 16972 16949 15498 0 -1 4194304 128422 0 0 0 145732 117 0 0 25 0 1 0 21488133 533721088 128408 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/16973/statm: 130303 128408 76 150 0 130150 0
Current children cumulated CPU time (s) 1470.33
Current children cumulated vsize (KiB) 543436

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17092
/proc/meminfo: memFree=815432/2055920 swapFree=4192956/4192956
[pid=16949] ppid=16947 vsize=16868 CPUtime=11.84
/proc/16949/stat : 16949 (sugar) S 16947 16949 15498 0 -1 4194304 1376 17652 0 2 5 2 1140 37 16 0 1 0 21486867 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16949/statm: 4217 1113 409 3 0 796 0
[pid=16972] ppid=16949 vsize=5356 CPUtime=0
/proc/16972/stat : 16972 (sh) S 16949 16949 15498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21488133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16972/statm: 1339 232 193 169 0 50 0
[pid=16973] ppid=16972 vsize=538600 CPUtime=1518.2
/proc/16973/stat : 16973 (minisat) R 16972 16949 15498 0 -1 4194304 132720 0 0 0 151700 120 0 0 25 0 1 0 21488133 551526400 132706 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16973/statm: 134650 132706 76 150 0 134497 0
Current children cumulated CPU time (s) 1530.04
Current children cumulated vsize (KiB) 560824

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17092
/proc/meminfo: memFree=795336/2055920 swapFree=4192956/4192956
[pid=16949] ppid=16947 vsize=16868 CPUtime=11.84
/proc/16949/stat : 16949 (sugar) S 16947 16949 15498 0 -1 4194304 1376 17652 0 2 5 2 1140 37 16 0 1 0 21486867 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16949/statm: 4217 1113 409 3 0 796 0
[pid=16972] ppid=16949 vsize=5356 CPUtime=0
/proc/16972/stat : 16972 (sh) S 16949 16949 15498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21488133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16972/statm: 1339 232 193 169 0 50 0
[pid=16973] ppid=16972 vsize=560176 CPUtime=1577.9
/proc/16973/stat : 16973 (minisat) R 16972 16949 15498 0 -1 4194304 137687 0 0 0 157666 124 0 0 25 0 1 0 21488133 573620224 137673 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16973/statm: 140044 137673 76 150 0 139891 0
Current children cumulated CPU time (s) 1589.74
Current children cumulated vsize (KiB) 582400

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17092
/proc/meminfo: memFree=777480/2055920 swapFree=4192956/4192956
[pid=16949] ppid=16947 vsize=16868 CPUtime=11.84
/proc/16949/stat : 16949 (sugar) S 16947 16949 15498 0 -1 4194304 1376 17652 0 2 5 2 1140 37 16 0 1 0 21486867 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16949/statm: 4217 1113 409 3 0 796 0
[pid=16972] ppid=16949 vsize=5356 CPUtime=0
/proc/16972/stat : 16972 (sh) S 16949 16949 15498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21488133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16972/statm: 1339 232 193 169 0 50 0
[pid=16973] ppid=16972 vsize=577328 CPUtime=1637.61
/proc/16973/stat : 16973 (minisat) R 16972 16949 15498 0 -1 4194304 141974 0 0 0 163633 128 0 0 25 0 1 0 21488133 591183872 141960 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/16973/statm: 144332 141960 76 150 0 144179 0
Current children cumulated CPU time (s) 1649.45
Current children cumulated vsize (KiB) 599552

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/87 17092
/proc/meminfo: memFree=759944/2055920 swapFree=4192956/4192956
[pid=16949] ppid=16947 vsize=16868 CPUtime=11.84
/proc/16949/stat : 16949 (sugar) S 16947 16949 15498 0 -1 4194304 1376 17652 0 2 5 2 1140 37 16 0 1 0 21486867 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16949/statm: 4217 1113 409 3 0 796 0
[pid=16972] ppid=16949 vsize=5356 CPUtime=0
/proc/16972/stat : 16972 (sh) S 16949 16949 15498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21488133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16972/statm: 1339 232 193 169 0 50 0
[pid=16973] ppid=16972 vsize=594604 CPUtime=1697.31
/proc/16973/stat : 16973 (minisat) R 16972 16949 15498 0 -1 4194304 146245 0 0 0 169598 133 0 0 25 0 1 0 21488133 608874496 146231 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16973/statm: 148651 146231 76 150 0 148498 0
Current children cumulated CPU time (s) 1709.15
Current children cumulated vsize (KiB) 616828

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/87 17092
/proc/meminfo: memFree=744520/2055920 swapFree=4192956/4192956
[pid=16949] ppid=16947 vsize=16868 CPUtime=11.84
/proc/16949/stat : 16949 (sugar) S 16947 16949 15498 0 -1 4194304 1376 17652 0 2 5 2 1140 37 16 0 1 0 21486867 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16949/statm: 4217 1113 409 3 0 796 0
[pid=16972] ppid=16949 vsize=5356 CPUtime=0
/proc/16972/stat : 16972 (sh) S 16949 16949 15498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21488133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16972/statm: 1339 232 193 169 0 50 0
[pid=16973] ppid=16972 vsize=609552 CPUtime=1757.02
/proc/16973/stat : 16973 (minisat) R 16972 16949 15498 0 -1 4194304 149906 0 0 0 175565 137 0 0 25 0 1 0 21488133 624181248 149892 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 1 0 0
/proc/16973/statm: 152388 149892 76 150 0 152235 0
Current children cumulated CPU time (s) 1768.86
Current children cumulated vsize (KiB) 631776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.6 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 17092
/proc/meminfo: memFree=738888/2055920 swapFree=4192956/4192956
[pid=16949] ppid=16947 vsize=16868 CPUtime=11.84
/proc/16949/stat : 16949 (sugar) S 16947 16949 15498 0 -1 4194304 1376 17652 0 2 5 2 1140 37 16 0 1 0 21486867 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16949/statm: 4217 1113 409 3 0 796 0
[pid=16972] ppid=16949 vsize=5356 CPUtime=0
/proc/16972/stat : 16972 (sh) S 16949 16949 15498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21488133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16972/statm: 1339 232 193 169 0 50 0
[pid=16973] ppid=16972 vsize=615380 CPUtime=1788.16
/proc/16973/stat : 16973 (minisat) R 16972 16949 15498 0 -1 4194304 151295 0 0 0 178678 138 0 0 25 0 1 0 21488133 630149120 151281 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/16973/statm: 153845 151281 76 150 0 153692 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 637604

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 16949 and gives
#  childrusage.ru_utime.tv_sec=11
#  childrusage.ru_utime.tv_usec=462257
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=420936
# CPU time returned by wait4() is 11.8832
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.72
CPU time (s): 1800
CPU user time (s): 1798.23
CPU system time (s): 1.77
CPU usage (%): 99.2437
Max. virtual memory (cumulated for all children) (KiB): 891072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.4623
system time used= 0.420936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19411
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= 10464
involuntary context switches= 10823

runsolver used 2.00469 second user time and 4.74728 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-11 22:30:23
IDJOB=2067320
IDBENCH=54638
IDSOLVER=739
FILE ID=node80/2067320-1247344223
PBS_JOBID= 9506797
Free space on /tmp= 66256 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/fpga/normalized-fpga-40-39.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2067320-1247344223/watcher-2067320-1247344223 -o /tmp/evaluation-result-2067320-1247344223/solver-2067320-1247344223 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2067320-1247344223.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 955b84cc7f376fd02a2d68e4f3da3bab
RANDOM SEED=1053983303

node80.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.285
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.285
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1374856 kB
Buffers:         57876 kB
Cached:         441516 kB
SwapCached:          0 kB
Active:         207556 kB
Inactive:       421312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1374856 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1980 kB
Writeback:           0 kB
Mapped:         145116 kB
Slab:            37132 kB
Committed_AS:   882292 kB
PageTables:       2008 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66256 MiB
End job on node80 at 2009-07-11 23:00:38