Trace number 2063173

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.08 1800.93

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-37_ext.xml
MD5SUMe32f1b4415a9590afaa49b54ba5a3b59
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1700.61
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 18:45:21 2009
0.00/0.07	c 0	PID 14915
0.00/0.07	c 0	HOST node75.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2063173-1247330720.xml TO HOME/temp.csp
0.00/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-2063173-1247330720.xml' 'HOME/temp.csp'
1.15/1.25	c 1	1 domains, 24 variables, 0 predicates, 75 relations, 75 constraints
1.15/1.28	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.28	c 1	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'
1.23/1.35	c 1	Parsing HOME/temp.csp
3.54/3.61	c 3	parsed 175 expressions
3.54/3.62	c 3	Heap : 41 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.54/3.62	c 3	Converting to clausal form CSP
3.54/3.64	c 3	converted 18 (10%) expressions
3.54/3.65	c 3	converted 35 (20%) expressions
3.54/3.68	c 3	converted 53 (30%) expressions
3.63/3.71	c 3	converted 70 (40%) expressions
3.63/3.72	c 3	converted 88 (50%) expressions
3.73/3.82	c 3	converted 105 (60%) expressions
4.24/4.32	c 4	converted 123 (70%) expressions
4.43/4.60	c 4	converted 140 (80%) expressions
4.72/4.80	c 4	converted 158 (90%) expressions
4.92/5.04	c 5	converted 175 (100%) expressions
4.92/5.04	c 5	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
4.92/5.04	c 5	Heap : 79 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.92/5.04	c 5	Propagation in CSP
4.92/5.04	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.92/5.04	c 5	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
4.92/5.04	c 5	Heap : 79 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.92/5.05	c 5	Simplifing CSP by introducing new Boolean variables
4.92/5.05	c 5	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
4.92/5.05	c 5	Heap : 80 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.13/5.26	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.13/5.27	c 5	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.13/5.27	c 5	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.13/5.27	c 5	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.13/5.27	c 5	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.13/5.27	c 5	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.13/5.28	c 5	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.13/5.28	c 5	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.13/5.28	c 5	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.13/5.28	c 5	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.13/5.28	c 5	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
5.53/5.67	c 5	8 (10%) CSP clauses are encoded (25265 clauses, 592271 bytes)
5.82/5.95	c 5	15 (20%) CSP clauses are encoded (45694 clauses, 1093782 bytes)
6.13/6.28	c 6	23 (30%) CSP clauses are encoded (70330 clauses, 1712242 bytes)
6.43/6.57	c 6	30 (40%) CSP clauses are encoded (91840 clauses, 2254862 bytes)
6.82/6.91	c 6	38 (50%) CSP clauses are encoded (116550 clauses, 2907805 bytes)
7.12/7.20	c 7	45 (60%) CSP clauses are encoded (138099 clauses, 3492556 bytes)
7.42/7.53	c 7	53 (70%) CSP clauses are encoded (162842 clauses, 4163643 bytes)
7.72/7.83	c 7	60 (80%) CSP clauses are encoded (184353 clauses, 4746916 bytes)
8.02/8.16	c 8	68 (90%) CSP clauses are encoded (209054 clauses, 5416961 bytes)
8.33/8.45	c 8	75 (100%) CSP clauses are encoded (230679 clauses, 6003112 bytes)
8.33/8.45	c 8	75 CSP clauses encoded
8.33/8.46	c 8	Writing map file : HOME/temp.map
8.33/8.46	c 8	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.33/8.46	c 8	SAT : 552 SAT variables, 230679 SAT clauses, 6003112 bytes
8.33/8.46	c 8	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.33/8.48	c 8	SOLVING HOME/temp.cnf
8.33/8.48	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.33/8.48	c 8	This is MiniSat 2.0 beta
8.33/8.48	c 8	WARNING: for repeatability, setting FPU to use double precision
8.33/8.48	c 8	============================[ Problem Statistics ]=============================
8.33/8.48	c 8	|                                                                             |
8.33/8.48	c 8	|  Number of variables:  552                                                  |
8.33/8.48	c 8	|  Number of clauses:    230679                                               |
8.41/8.62	c 8	|  Parsing time:         0.12         s                                       |
8.41/8.63	c 8	============================[ Search Statistics ]==============================
8.41/8.63	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.41/8.63	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.41/8.63	c 8	===============================================================================
8.41/8.63	c 8	|         0 |     552   230679  1285553 |    76893        0    nan |  0.000 % |
8.63/8.73	c 8	|       101 |     552   230679  1285553 |    84582      101     10 |  0.000 % |
8.73/8.85	c 8	|       252 |     552   230679  1285553 |    93040      252     11 |  0.008 % |
8.92/9.09	c 9	|       477 |     552   230679  1285553 |   102344      477     11 |  0.008 % |
9.22/9.34	c 9	|       814 |     552   230679  1285553 |   112579      814     12 |  0.008 % |
9.62/9.79	c 9	|      1320 |     552   230679  1285553 |   123836     1320     12 |  0.008 % |
10.32/10.45	c 10	|      2080 |     552   230679  1285553 |   136220     2080     12 |  0.008 % |
11.33/11.48	c 11	|      3219 |     552   230679  1285553 |   149842     3219     13 |  0.007 % |
13.13/13.22	c 13	|      4927 |     552   230679  1285553 |   164826     4927     13 |  0.008 % |
15.42/15.55	c 15	|      7489 |     552   230679  1285553 |   181309     7489     14 |  0.008 % |
19.12/19.21	c 19	|     11334 |     552   230679  1285553 |   199440    11334     14 |  0.008 % |
24.82/24.92	c 24	|     17102 |     552   230679  1285553 |   219384    17102     14 |  0.008 % |
31.82/31.92	c 31	|     25753 |     552   230679  1285553 |   241323    25753     15 |  0.008 % |
43.01/43.17	c 43	|     38727 |     552   230679  1285553 |   265455    38727     15 |  0.008 % |
66.70/66.84	c 66	|     58189 |     552   230679  1285553 |   292001    58189     16 |  0.008 % |
95.69/95.87	c 95	|     87382 |     552   230679  1285553 |   321201    87382     17 |  0.008 % |
159.86/160.01	c 159	|    131171 |     552   230679  1285553 |   353321   131171     17 |  0.008 % |
278.51/278.75	c 278	|    196855 |     552   230679  1285553 |   388653   196855     17 |  0.008 % |
495.23/495.59	c 495	|    295381 |     552   230679  1285553 |   427518   295381     18 |  0.004 % |
906.98/907.44	c 907	|    443170 |     552   230679  1285553 |   470270    37624     18 |  0.009 % |
1330.07/1330.78	c 1330	|    664853 |     552   230679  1285553 |   517297   259307     20 |  0.009 % |
1800.08/1800.91	c 1800	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1800.91	c 1800	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.08/1800.92	c ERROR INTERRUPTED
1800.08/1800.92	s UNKNOWN
1800.08/1800.92	c 1800	CPU 8.43 (0.06 0.02 8.06 0.29)
1800.08/1800.92	c 1800	END Sat Jul 11 19:15:21 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-2063173-1247330720/watcher-2063173-1247330720 -o /tmp/evaluation-result-2063173-1247330720/solver-2063173-1247330720 -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-2063173-1247330720.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: 1.99 1.97 1.94 4/72 14915
/proc/meminfo: memFree=1081584/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=12268 CPUtime=0
/proc/14915/stat : 14915 (sugar) R 14913 14915 13301 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 20136498 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231891581950 0 0 4224 0 0 0 0 17 0 0 0
/proc/14915/statm: 3067 317 241 3 0 167 0

[startup+0.089337 s]
/proc/loadavg: 1.99 1.97 1.94 4/72 14915
/proc/meminfo: memFree=1081584/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=0.06
/proc/14915/stat : 14915 (sugar) S 14913 14915 13301 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20136498 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101339 s]
/proc/loadavg: 1.99 1.97 1.94 4/72 14915
/proc/meminfo: memFree=1081584/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=0.06
/proc/14915/stat : 14915 (sugar) S 14913 14915 13301 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20136498 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301364 s]
/proc/loadavg: 1.99 1.97 1.94 4/72 14915
/proc/meminfo: memFree=1081584/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=0.06
/proc/14915/stat : 14915 (sugar) S 14913 14915 13301 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20136498 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701409 s]
/proc/loadavg: 1.99 1.97 1.94 4/72 14915
/proc/meminfo: memFree=1081584/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=0.06
/proc/14915/stat : 14915 (sugar) S 14913 14915 13301 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20136498 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5015 s]
/proc/loadavg: 1.99 1.97 1.94 3/83 14927
/proc/meminfo: memFree=1054232/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=1.23
/proc/14915/stat : 14915 (sugar) S 14913 14915 13301 0 -1 4194304 1309 9578 0 1 5 1 107 10 15 0 1 0 20136498 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 16868

[startup+3.10268 s]
/proc/loadavg: 1.99 1.97 1.94 3/83 14937
/proc/meminfo: memFree=1055960/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=1.23
/proc/14915/stat : 14915 (sugar) S 14913 14915 13301 0 -1 4194304 1309 9578 0 1 5 1 107 10 15 0 1 0 20136498 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14915/statm: 4217 1111 409 3 0 796 0
[pid=14928] ppid=14915 vsize=5356 CPUtime=0
/proc/14928/stat : 14928 (sh) S 14915 14915 13301 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20136627 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14928/statm: 1339 233 193 169 0 50 0
[pid=14929] ppid=14928 vsize=862288 CPUtime=1.81
/proc/14929/stat : 14929 (java) S 14928 14915 13301 0 -1 0 13307 0 1 0 174 7 0 0 20 0 9 0 20136627 882982912 12557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14929/statm: 215572 12557 2158 9 0 210485 0
[pid=14929/tid=14930] ppid=14928 vsize=862288 CPUtime=1.14
/proc/14929/task/14930/stat : 14930 (java) R 14928 14915 13301 0 -1 64 2328 0 1 0 113 1 0 0 25 0 9 0 20136628 882982912 12557 996147200 134512640 134550932 4294955936 18446744073709551615 4126415140 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14929/tid=14931] ppid=14928 vsize=862288 CPUtime=0.6
/proc/14929/task/14931/stat : 14931 (java) S 14928 14915 13301 0 -1 64 9971 0 0 0 56 4 0 0 16 0 9 0 20136629 882982912 12557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14929/tid=14932] ppid=14928 vsize=862288 CPUtime=0
/proc/14929/task/14932/stat : 14932 (java) S 14928 14915 13301 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20136629 882982912 12557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14929/tid=14933] ppid=14928 vsize=862288 CPUtime=0
/proc/14929/task/14933/stat : 14933 (java) S 14928 14915 13301 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20136629 882982912 12557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14929/tid=14934] ppid=14928 vsize=862288 CPUtime=0
/proc/14929/task/14934/stat : 14934 (java) S 14928 14915 13301 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20136631 882982912 12557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14929/tid=14935] ppid=14928 vsize=862288 CPUtime=0.03
/proc/14929/task/14935/stat : 14935 (java) S 14928 14915 13301 0 -1 64 305 0 0 0 3 0 0 0 16 0 9 0 20136631 882982912 12557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14929/tid=14936] ppid=14928 vsize=862288 CPUtime=0
/proc/14929/task/14936/stat : 14936 (java) S 14928 14915 13301 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20136631 882982912 12557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14929/tid=14937] ppid=14928 vsize=862288 CPUtime=0
/proc/14929/task/14937/stat : 14937 (java) S 14928 14915 13301 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20136631 882982912 12557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 884512

[startup+6.30206 s]
/proc/loadavg: 2.07 1.99 1.95 3/83 14937
/proc/meminfo: memFree=980120/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=1.23
/proc/14915/stat : 14915 (sugar) S 14913 14915 13301 0 -1 4194304 1310 9578 0 1 5 1 107 10 15 0 1 0 20136498 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14915/statm: 4217 1111 409 3 0 796 0
[pid=14928] ppid=14915 vsize=5356 CPUtime=0
/proc/14928/stat : 14928 (sh) S 14915 14915 13301 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20136627 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14928/statm: 1339 233 193 169 0 50 0
[pid=14929] ppid=14928 vsize=864500 CPUtime=5
/proc/14929/stat : 14929 (java) S 14928 14915 13301 0 -1 0 26858 0 1 0 486 14 0 0 20 0 9 0 20136627 885248000 26042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14929/statm: 216125 26042 2590 9 0 210602 0
[pid=14929/tid=14930] ppid=14928 vsize=864500 CPUtime=2.97
/proc/14929/task/14930/stat : 14930 (java) R 14928 14915 13301 0 -1 64 3730 0 1 0 295 2 0 0 25 0 9 0 20136628 885248000 26042 996147200 134512640 134550932 4294955936 18446744073709551615 4126576876 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14929/tid=14931] ppid=14928 vsize=864500 CPUtime=1.91
/proc/14929/task/14931/stat : 14931 (java) S 14928 14915 13301 0 -1 64 22087 0 0 0 182 9 0 0 16 0 9 0 20136629 885248000 26042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14929/tid=14932] ppid=14928 vsize=864500 CPUtime=0
/proc/14929/task/14932/stat : 14932 (java) S 14928 14915 13301 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20136629 885248000 26042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14929/tid=14933] ppid=14928 vsize=864500 CPUtime=0
/proc/14929/task/14933/stat : 14933 (java) S 14928 14915 13301 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20136629 885248000 26042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14929/tid=14934] ppid=14928 vsize=864500 CPUtime=0
/proc/14929/task/14934/stat : 14934 (java) S 14928 14915 13301 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20136631 885248000 26042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14929/tid=14935] ppid=14928 vsize=864500 CPUtime=0.07
/proc/14929/task/14935/stat : 14935 (java) S 14928 14915 13301 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 20136631 885248000 26042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14929/tid=14936] ppid=14928 vsize=864500 CPUtime=0
/proc/14929/task/14936/stat : 14936 (java) S 14928 14915 13301 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20136631 885248000 26042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14929/tid=14937] ppid=14928 vsize=864500 CPUtime=0
/proc/14929/task/14937/stat : 14937 (java) S 14928 14915 13301 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20136631 885248000 26042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 886724

[startup+12.7018 s]
/proc/loadavg: 2.07 1.99 1.95 3/75 14939
/proc/meminfo: memFree=1053400/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=8.42
/proc/14915/stat : 14915 (sugar) S 14913 14915 13301 0 -1 4194304 1374 36787 0 2 6 2 806 28 16 0 1 0 20136498 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14915/statm: 4217 1112 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20137347 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=16144 CPUtime=4.21
/proc/14939/stat : 14939 (minisat) R 14938 14915 13301 0 -1 4194304 3877 0 0 0 419 2 0 0 25 0 1 0 20137347 16531456 3863 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14939/statm: 4036 3863 75 150 0 3883 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 38368

[startup+25.5013 s]
/proc/loadavg: 2.05 1.99 1.95 3/75 14939
/proc/meminfo: memFree=1052504/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=8.42
/proc/14915/stat : 14915 (sugar) S 14913 14915 13301 0 -1 4194304 1374 36787 0 2 6 2 806 28 16 0 1 0 20136498 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14915/statm: 4217 1112 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20137347 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=17252 CPUtime=17
/proc/14939/stat : 14939 (minisat) R 14938 14915 13301 0 -1 4194304 4152 0 0 0 1698 2 0 0 25 0 1 0 20137347 17666048 4138 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14939/statm: 4313 4138 75 150 0 4160 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 39476

[startup+51.1013 s]
/proc/loadavg: 2.03 1.99 1.95 3/75 14939
/proc/meminfo: memFree=1049688/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=8.42
/proc/14915/stat : 14915 (sugar) S 14913 14915 13301 0 -1 4194304 1374 36787 0 2 6 2 806 28 16 0 1 0 20136498 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14915/statm: 4217 1112 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20137347 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=20132 CPUtime=42.59
/proc/14939/stat : 14939 (minisat) R 14938 14915 13301 0 -1 4194304 4860 0 0 0 4256 3 0 0 25 0 1 0 20137347 20615168 4846 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/14939/statm: 5033 4846 75 150 0 4880 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 42356

[startup+102.305 s]
/proc/loadavg: 2.01 1.99 1.95 3/75 14939
/proc/meminfo: memFree=1044824/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=8.42
/proc/14915/stat : 14915 (sugar) S 14913 14915 13301 0 -1 4194304 1374 36787 0 2 6 2 806 28 16 0 1 0 20136498 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14915/statm: 4217 1112 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20137347 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=25132 CPUtime=93.77
/proc/14939/stat : 14939 (minisat) R 14938 14915 13301 0 -1 4194304 6073 0 0 0 9373 4 0 0 25 0 1 0 20137347 25735168 6059 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14939/statm: 6283 6059 75 150 0 6130 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 47356

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.95 3/75 14939
/proc/meminfo: memFree=1040856/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=8.42
/proc/14915/stat : 14915 (sugar) S 14913 14915 13301 0 -1 4194304 1374 36787 0 2 6 2 806 28 16 0 1 0 20136498 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14915/statm: 4217 1112 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20137347 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=29028 CPUtime=153.75
/proc/14939/stat : 14939 (minisat) R 14938 14915 13301 0 -1 4194304 7063 0 0 0 15369 6 0 0 25 0 1 0 20137347 29724672 7049 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14939/statm: 7257 7049 75 150 0 7104 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 51252

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

/proc/meminfo: memFree=957272/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=8.42
/proc/14915/stat : 14915 (sugar) S 14913 14915 13301 0 -1 4194304 1374 36787 0 2 6 2 806 28 16 0 1 0 20136498 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14915/statm: 4217 1112 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20137347 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=62692 CPUtime=1353.24
/proc/14939/stat : 14939 (minisat) R 14938 14915 13301 0 -1 4194304 15320 0 0 0 135308 16 0 0 25 0 1 0 20137347 64196608 15306 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14939/statm: 15673 15306 75 150 0 15520 0
Current children cumulated CPU time (s) 1361.66
Current children cumulated vsize (KiB) 84916

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 14982
/proc/meminfo: memFree=956952/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=8.42
/proc/14915/stat : 14915 (sugar) S 14913 14915 13301 0 -1 4194304 1374 36787 0 2 6 2 806 28 16 0 1 0 20136498 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14915/statm: 4217 1112 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20137347 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=63004 CPUtime=1413.22
/proc/14939/stat : 14939 (minisat) R 14938 14915 13301 0 -1 4194304 15398 0 0 0 141306 16 0 0 25 0 1 0 20137347 64516096 15384 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/14939/statm: 15751 15384 75 150 0 15598 0
Current children cumulated CPU time (s) 1421.64
Current children cumulated vsize (KiB) 85228

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 14982
/proc/meminfo: memFree=956568/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=8.42
/proc/14915/stat : 14915 (sugar) S 14913 14915 13301 0 -1 4194304 1374 36787 0 2 6 2 806 28 16 0 1 0 20136498 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14915/statm: 4217 1112 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20137347 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=63484 CPUtime=1473.19
/proc/14939/stat : 14939 (minisat) R 14938 14915 13301 0 -1 4194304 15492 0 0 0 147303 16 0 0 25 0 1 0 20137347 65007616 15478 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14939/statm: 15871 15478 75 150 0 15718 0
Current children cumulated CPU time (s) 1481.61
Current children cumulated vsize (KiB) 85708

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 14982
/proc/meminfo: memFree=956248/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=8.42
/proc/14915/stat : 14915 (sugar) S 14913 14915 13301 0 -1 4194304 1374 36787 0 2 6 2 806 28 16 0 1 0 20136498 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14915/statm: 4217 1112 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20137347 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=63800 CPUtime=1533.16
/proc/14939/stat : 14939 (minisat) R 14938 14915 13301 0 -1 4194304 15561 0 0 0 153300 16 0 0 25 0 1 0 20137347 65331200 15547 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14939/statm: 15950 15547 75 150 0 15797 0
Current children cumulated CPU time (s) 1541.58
Current children cumulated vsize (KiB) 86024

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 14982
/proc/meminfo: memFree=955992/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=8.42
/proc/14915/stat : 14915 (sugar) S 14913 14915 13301 0 -1 4194304 1374 36787 0 2 6 2 806 28 16 0 1 0 20136498 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14915/statm: 4217 1112 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20137347 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=63936 CPUtime=1593.14
/proc/14939/stat : 14939 (minisat) R 14938 14915 13301 0 -1 4194304 15617 0 0 0 159298 16 0 0 25 0 1 0 20137347 65470464 15603 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14939/statm: 15984 15603 75 150 0 15831 0
Current children cumulated CPU time (s) 1601.56
Current children cumulated vsize (KiB) 86160

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 14982
/proc/meminfo: memFree=954776/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=8.42
/proc/14915/stat : 14915 (sugar) S 14913 14915 13301 0 -1 4194304 1374 36787 0 2 6 2 806 28 16 0 1 0 20136498 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14915/statm: 4217 1112 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20137347 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=65124 CPUtime=1653.12
/proc/14939/stat : 14939 (minisat) R 14938 14915 13301 0 -1 4194304 15884 0 0 0 165296 16 0 0 25 0 1 0 20137347 66686976 15870 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/14939/statm: 16281 15870 75 150 0 16128 0
Current children cumulated CPU time (s) 1661.54
Current children cumulated vsize (KiB) 87348

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 14982
/proc/meminfo: memFree=954584/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=8.42
/proc/14915/stat : 14915 (sugar) S 14913 14915 13301 0 -1 4194304 1374 36787 0 2 6 2 806 28 16 0 1 0 20136498 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14915/statm: 4217 1112 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20137347 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=65288 CPUtime=1713.09
/proc/14939/stat : 14939 (minisat) R 14938 14915 13301 0 -1 4194304 15918 0 0 0 171293 16 0 0 25 0 1 0 20137347 66854912 15904 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14939/statm: 16322 15904 75 150 0 16169 0
Current children cumulated CPU time (s) 1721.51
Current children cumulated vsize (KiB) 87512

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 14982
/proc/meminfo: memFree=954328/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=8.42
/proc/14915/stat : 14915 (sugar) S 14913 14915 13301 0 -1 4194304 1374 36787 0 2 6 2 806 28 16 0 1 0 20136498 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14915/statm: 4217 1112 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20137347 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=65696 CPUtime=1773.07
/proc/14939/stat : 14939 (minisat) R 14938 14915 13301 0 -1 4194304 15993 0 0 0 177291 16 0 0 25 0 1 0 20137347 67272704 15979 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14939/statm: 16424 15979 75 150 0 16271 0
Current children cumulated CPU time (s) 1781.49
Current children cumulated vsize (KiB) 87920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 14982
/proc/meminfo: memFree=954328/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=8.42
/proc/14915/stat : 14915 (sugar) S 14913 14915 13301 0 -1 4194304 1374 36787 0 2 6 2 806 28 16 0 1 0 20136498 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14915/statm: 4217 1112 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20137347 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=65696 CPUtime=1791.66
/proc/14939/stat : 14939 (minisat) R 14938 14915 13301 0 -1 4194304 15995 0 0 0 179150 16 0 0 25 0 1 0 20137347 67272704 15981 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/14939/statm: 16424 15981 75 150 0 16271 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 87920

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

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

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 14982
/proc/meminfo: memFree=954328/2055920 swapFree=4192956/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=8.42
/proc/14915/stat : 14915 (sugar) S 14913 14915 13301 0 -1 4194304 1374 36787 0 2 6 2 806 28 16 0 1 0 20136498 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14915/statm: 4217 1112 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 13301 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20137347 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=65696 CPUtime=1791.66
/proc/14939/stat : 14939 (minisat) R 14938 14915 13301 0 -1 4194304 15995 0 0 0 179150 16 0 0 25 0 1 0 20137347 67272704 15981 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/14939/statm: 16424 15981 75 150 0 16271 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 87920

Child status: 0

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

Real time (s): 1800.93
CPU time (s): 1800.08
CPU user time (s): 1799.62
CPU system time (s): 0.46
CPU usage (%): 99.9529
Max. virtual memory (cumulated for all children) (KiB): 886724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.12876
system time used= 0.320951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38634
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= 3731
involuntary context switches= 3587

runsolver used 1.88571 second user time and 4.69728 second system time

The end

Launcher Data

Begin job on node75 at 2009-07-11 18:45:20
IDJOB=2063173
IDBENCH=53981
IDSOLVER=739
FILE ID=node75/2063173-1247330720
PBS_JOBID= 9506484
Free space on /tmp= 66252 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-37_ext.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-2063173-1247330720/watcher-2063173-1247330720 -o /tmp/evaluation-result-2063173-1247330720/solver-2063173-1247330720 -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-2063173-1247330720.xml

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

MD5SUM BENCH= e32f1b4415a9590afaa49b54ba5a3b59
RANDOM SEED=1995680590

node75.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.232
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.232
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:       1082064 kB
Buffers:         66096 kB
Cached:         813892 kB
SwapCached:          0 kB
Active:          82944 kB
Inactive:       821064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1082064 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4152 kB
Writeback:           0 kB
Mapped:          35456 kB
Slab:            55160 kB
Committed_AS:   165644 kB
PageTables:       1764 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= 66252 MiB
End job on node75 at 2009-07-11 19:15:23