Trace number 2068057

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.14 1803.1

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-air04.xml
MD5SUM1c33d5c6f9f3c2f4aba8109c35a09670
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 benchmark905.456
Satisfiable
(Un)Satisfiability was proved
Number of variables8904
Number of constraints1646
Maximum constraint arity368
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1646
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 22:57:06 2009
0.00/0.08	c 0	PID 15047
0.07/0.08	c 0	HOST node30.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2068057-1247345826.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068057-1247345826.xml' 'HOME/temp.csp'
1.45/1.59	c 2	1 domains, 8904 variables, 422 predicates, 0 relations, 1646 constraints
1.53/1.60	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.53/1.60	c 2	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.53/1.68	c 2	Parsing HOME/temp.csp
2.81/2.96	c 3	parsed 10000 expressions
3.21/3.32	c 4	parsed 10973 expressions
3.21/3.33	c 4	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.21/3.33	c 4	Converting to clausal form CSP
3.21/3.36	c 4	converted 1098 (10%) expressions
3.21/3.39	c 4	converted 2195 (20%) expressions
3.21/3.39	c 4	converted 3292 (30%) expressions
3.21/3.39	c 4	converted 4390 (40%) expressions
3.21/3.39	c 4	converted 5487 (50%) expressions
3.21/3.39	c 4	converted 6584 (60%) expressions
3.21/3.39	c 4	converted 7682 (70%) expressions
3.21/3.40	c 4	converted 8779 (80%) expressions
4.39/4.55	c 5	converted 9876 (90%) expressions
9.63/9.82	c 10	converted 10973 (100%) expressions
9.63/9.83	c 10	CSP : 44244 integers, 0 booleans, 72326 clauses, largest domain size 124
9.63/9.83	c 10	Heap : 80 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.63/9.83	c 10	Propagation in CSP
11.41/11.68	c 12	151535 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.41/11.69	c 12	CSP : 44244 integers, 0 booleans, 72326 clauses, largest domain size 124
11.41/11.69	c 12	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.51/11.72	c 12	Simplifing CSP by introducing new Boolean variables
11.51/11.75	c 12	CSP : 44244 integers, 0 booleans, 72326 clauses, largest domain size 124
11.51/11.75	c 12	Heap : 79 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.92/12.13	c 12	Encoding CSP to SAT : HOME/temp.cnf
11.92/12.17	c 12	4425 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
11.92/12.17	c 12	8849 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
12.01/12.21	c 12	13274 (30%) CSP integer variables are encoded (19472 clauses, 290559 bytes)
12.01/12.24	c 12	17698 (40%) CSP integer variables are encoded (40266 clauses, 602469 bytes)
12.01/12.27	c 13	22122 (50%) CSP integer variables are encoded (65547 clauses, 981684 bytes)
12.10/12.33	c 13	26547 (60%) CSP integer variables are encoded (97218 clauses, 1498478 bytes)
12.10/12.36	c 13	30971 (70%) CSP integer variables are encoded (121772 clauses, 1915896 bytes)
12.19/12.40	c 13	35396 (80%) CSP integer variables are encoded (149533 clauses, 2387833 bytes)
12.19/12.45	c 13	39820 (90%) CSP integer variables are encoded (183321 clauses, 2962229 bytes)
12.30/12.51	c 13	44244 (100%) CSP integer variables are encoded (222008 clauses, 3619908 bytes)
24.97/25.35	c 26	7233 (10%) CSP clauses are encoded (881329 clauses, 22745890 bytes)
50.30/50.96	c 51	14466 (20%) CSP clauses are encoded (1855131 clauses, 53307229 bytes)
52.47/53.18	c 53	21698 (30%) CSP clauses are encoded (2210974 clauses, 61451516 bytes)
61.78/62.57	c 63	28931 (40%) CSP clauses are encoded (2961531 clauses, 81469616 bytes)
106.73/108.06	c 108	36163 (50%) CSP clauses are encoded (4652685 clauses, 136579930 bytes)
111.18/112.57	c 113	43396 (60%) CSP clauses are encoded (5096842 clauses, 148099989 bytes)
112.96/114.38	c 115	50629 (70%) CSP clauses are encoded (5524389 clauses, 158303950 bytes)
116.81/118.27	c 119	57861 (80%) CSP clauses are encoded (6160112 clauses, 174313914 bytes)
127.10/128.66	c 129	65094 (90%) CSP clauses are encoded (7184587 clauses, 202250942 bytes)
150.65/152.57	c 153	72326 (100%) CSP clauses are encoded (8673263 clauses, 245654428 bytes)
150.65/152.58	c 153	72326 CSP clauses encoded
150.65/152.58	c 153	Writing map file : HOME/temp.map
150.75/152.62	c 153	Heap : 53 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
150.75/152.62	c 153	SAT : 266252 SAT variables, 8673263 SAT clauses, 245654428 bytes
150.75/152.62	c 153	Heap : 53 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
150.75/152.65	c 153	SOLVING HOME/temp.cnf
150.75/152.65	c 153	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
150.75/152.65	c 153	This is MiniSat 2.0 beta
150.75/152.66	c 153	WARNING: for repeatability, setting FPU to use double precision
150.75/152.66	c 153	============================[ Problem Statistics ]=============================
150.75/152.66	c 153	|                                                                             |
150.75/152.66	c 153	|  Number of variables:  266252                                               |
150.75/152.66	c 153	|  Number of clauses:    8673263                                              |
156.18/158.15	c 158	|  Parsing time:         4.78         s                                       |
156.57/158.52	c 159	============================[ Search Statistics ]==============================
156.57/158.52	c 159	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
156.57/158.52	c 159	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
156.57/158.52	c 159	===============================================================================
156.57/158.52	c 159	|         0 |  266252  8673263 37761289 |  2891087        0    nan |  0.000 % |
159.64/161.63	c 162	|       100 |  266252  8673263 37761289 |  3180196      100     65 |  0.000 % |
163.11/165.15	c 165	|       250 |  266252  8673263 37761289 |  3498216      250     55 |  0.000 % |
167.47/169.56	c 170	|       475 |  266248  8673263 37761289 |  3848037      472     54 |  0.137 % |
176.78/178.98	c 179	|       812 |  266243  8673263 37761289 |  4232841      804     50 |  0.190 % |
188.87/191.14	c 191	|      1318 |  266240  8673263 37761289 |  4656125     1306     49 |  0.236 % |
205.86/208.18	c 208	|      2077 |  266236  8673263 37761289 |  5121738     2059     65 |  0.282 % |
227.37/229.62	c 230	|      3216 |  266226  8673263 37761289 |  5633911     3188     63 |  0.649 % |
258.85/261.12	c 261	|      4924 |  264486  8560801 37190398 |  6197303     4824     61 |  0.796 % |
298.74/301.02	c 301	|      7486 |  264469  8560801 37190398 |  6817033     7369     64 |  1.007 % |
367.31/369.63	c 370	|     11331 |  263537  8501478 36893722 |  7498736    11087     69 |  1.241 % |
458.77/461.15	c 461	|     17097 |  262619  8446010 36620938 |  8248610    16646     76 |  1.576 % |
624.10/626.53	c 627	|     25746 |  261775  8392295 36350950 |  9073471    25118     80 |  1.961 % |
861.90/864.47	c 865	|     38722 |  259807  8264021 35715353 |  9980818    37668     85 |  2.433 % |
1166.57/1169.29	c 1170	|     58183 |  258616  8195168 35387706 | 10978900    56837     90 |  2.903 % |
1683.96/1686.89	c 1687	|     87375 |  256787  8077509 34808542 | 12076790    85365    101 |  3.584 % |
1800.02/1802.92	c ERROR INTERRUPTED
1800.02/1802.99	s UNKNOWN
1800.02/1802.99	c 1803	CPU 150.8 (0.07 0.01 148.87 1.85)
1800.02/1802.99	c 1803	END Sat Jul 11 23:27:09 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-2068057-1247345826/watcher-2068057-1247345826 -o /tmp/evaluation-result-2068057-1247345826/solver-2068057-1247345826 -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-2068057-1247345826.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.17 2.22 2.11 4/83 15047
/proc/meminfo: memFree=1816968/2055920 swapFree=4192812/4192956
[pid=15047] ppid=15045 vsize=4708 CPUtime=0
/proc/15047/stat : 15047 (sugar) R 15045 15047 12939 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 21648735 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 264904963465 0 0 4096 0 0 0 0 17 1 0 0
/proc/15047/statm: 1177 43 33 3 0 8 0

[startup+0.0827481 s]
/proc/loadavg: 2.17 2.22 2.11 4/83 15047
/proc/meminfo: memFree=1816968/2055920 swapFree=4192812/4192956
[pid=15047] ppid=15045 vsize=16740 CPUtime=0.07
/proc/15047/stat : 15047 (sugar) S 15045 15047 12939 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 21648735 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102573 s]
/proc/loadavg: 2.17 2.22 2.11 4/83 15047
/proc/meminfo: memFree=1816968/2055920 swapFree=4192812/4192956
[pid=15047] ppid=15045 vsize=16868 CPUtime=0.07
/proc/15047/stat : 15047 (sugar) S 15045 15047 12939 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21648735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301598 s]
/proc/loadavg: 2.17 2.22 2.11 4/83 15047
/proc/meminfo: memFree=1816968/2055920 swapFree=4192812/4192956
[pid=15047] ppid=15045 vsize=16868 CPUtime=0.07
/proc/15047/stat : 15047 (sugar) S 15045 15047 12939 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21648735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70166 s]
/proc/loadavg: 2.17 2.22 2.11 4/83 15047
/proc/meminfo: memFree=1816968/2055920 swapFree=4192812/4192956
[pid=15047] ppid=15045 vsize=16868 CPUtime=0.07
/proc/15047/stat : 15047 (sugar) S 15045 15047 12939 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21648735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50278 s]
/proc/loadavg: 2.17 2.22 2.11 3/94 15059
/proc/meminfo: memFree=1790960/2055920 swapFree=4192812/4192956
[pid=15047] ppid=15045 vsize=16868 CPUtime=0.07
/proc/15047/stat : 15047 (sugar) S 15045 15047 12939 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21648735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 4217 1111 409 3 0 796 0
[pid=15050] ppid=15047 vsize=5356 CPUtime=0
/proc/15050/stat : 15050 (sh) S 15047 15047 12939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21648743 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15050/statm: 1339 233 193 169 0 50 0
[pid=15051] ppid=15050 vsize=864792 CPUtime=1.38
/proc/15051/stat : 15051 (java) S 15050 15047 12939 0 -1 0 9196 0 1 0 133 5 0 0 18 0 9 0 21648743 885547008 8231 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15051/statm: 216198 8231 2557 9 0 210710 0
[pid=15051/tid=15052] ppid=15050 vsize=864792 CPUtime=0.99
/proc/15051/task/15052/stat : 15052 (java) R 15050 15047 12939 0 -1 64 2947 0 1 0 97 2 0 0 25 0 9 0 21648744 885547008 8231 996147200 134512640 134550932 4294955984 18446744073709551615 4126378212 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15051/tid=15053] ppid=15050 vsize=864792 CPUtime=0.18
/proc/15051/task/15053/stat : 15053 (java) S 15050 15047 12939 0 -1 64 4999 0 0 0 17 1 0 0 16 0 9 0 21648746 885547008 8231 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15051/tid=15054] ppid=15050 vsize=864792 CPUtime=0
/proc/15051/task/15054/stat : 15054 (java) S 15050 15047 12939 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21648746 885547008 8231 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15051/tid=15055] ppid=15050 vsize=864792 CPUtime=0
/proc/15051/task/15055/stat : 15055 (java) S 15050 15047 12939 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21648746 885547008 8231 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15051/tid=15056] ppid=15050 vsize=864792 CPUtime=0
/proc/15051/task/15056/stat : 15056 (java) S 15050 15047 12939 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21648748 885547008 8231 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15051/tid=15057] ppid=15050 vsize=864792 CPUtime=0.18
/proc/15051/task/15057/stat : 15057 (java) S 15050 15047 12939 0 -1 64 545 0 0 0 18 0 0 0 16 0 9 0 21648748 885547008 8231 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15051/tid=15058] ppid=15050 vsize=864792 CPUtime=0
/proc/15051/task/15058/stat : 15058 (java) S 15050 15047 12939 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21648748 885547008 8231 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15051/tid=15059] ppid=15050 vsize=864792 CPUtime=0
/proc/15051/task/15059/stat : 15059 (java) S 15050 15047 12939 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21648748 885547008 8231 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887016

[startup+3.10201 s]
/proc/loadavg: 2.16 2.21 2.11 3/94 15069
/proc/meminfo: memFree=1800432/2055920 swapFree=4192812/4192956
[pid=15047] ppid=15045 vsize=16868 CPUtime=1.55
/proc/15047/stat : 15047 (sugar) S 15045 15047 12939 0 -1 4194304 1309 9630 0 1 6 1 141 7 16 0 1 0 21648735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 4217 1111 409 3 0 796 0
[pid=15060] ppid=15047 vsize=5356 CPUtime=0
/proc/15060/stat : 15060 (sh) S 15047 15047 12939 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21648895 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15060/statm: 1339 233 193 169 0 50 0
[pid=15061] ppid=15060 vsize=862528 CPUtime=1.46
/proc/15061/stat : 15061 (java) S 15060 15047 12939 0 -1 0 9802 0 1 0 141 5 0 0 18 0 9 0 21648896 883228672 8914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15061/statm: 215632 8914 2158 9 0 210545 0
[pid=15061/tid=15062] ppid=15060 vsize=862528 CPUtime=0.97
/proc/15061/task/15062/stat : 15062 (java) R 15060 15047 12939 0 -1 64 2213 0 1 0 96 1 0 0 25 0 9 0 21648897 883228672 8914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15063] ppid=15060 vsize=862528 CPUtime=0.42
/proc/15061/task/15063/stat : 15063 (java) R 15060 15047 12939 0 -1 64 6586 0 0 0 40 2 0 0 16 0 9 0 21648898 883228672 8914 996147200 134512640 134550932 4294955936 18446744073709551615 102510338 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15060 vsize=862528 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15060 15047 12939 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21648898 883228672 8914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15060 vsize=862528 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15060 15047 12939 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21648898 883228672 8914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15060 vsize=862528 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15060 15047 12939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21648900 883228672 8914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15060 vsize=862528 CPUtime=0.03
/proc/15061/task/15067/stat : 15067 (java) S 15060 15047 12939 0 -1 64 300 0 0 0 3 0 0 0 17 0 9 0 21648900 883228672 8914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15068] ppid=15060 vsize=862528 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15060 15047 12939 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21648900 883228672 8914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15060 vsize=862528 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15060 15047 12939 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21648900 883228672 8914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 884752

[startup+6.30248 s]
/proc/loadavg: 2.16 2.21 2.11 3/94 15069
/proc/meminfo: memFree=1751536/2055920 swapFree=4192812/4192956
[pid=15047] ppid=15045 vsize=16868 CPUtime=1.55
/proc/15047/stat : 15047 (sugar) S 15045 15047 12939 0 -1 4194304 1309 9630 0 1 6 1 141 7 16 0 1 0 21648735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 4217 1111 409 3 0 796 0
[pid=15060] ppid=15047 vsize=5356 CPUtime=0
/proc/15060/stat : 15060 (sh) S 15047 15047 12939 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21648895 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15060/statm: 1339 233 193 169 0 50 0
[pid=15061] ppid=15060 vsize=868676 CPUtime=4.62
/proc/15061/stat : 15061 (java) S 15060 15047 12939 0 -1 0 20240 0 1 0 452 10 0 0 18 0 9 0 21648896 889524224 19197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15061/statm: 217169 19197 2566 9 0 211674 0
[pid=15061/tid=15062] ppid=15060 vsize=868676 CPUtime=3.3
/proc/15061/task/15062/stat : 15062 (java) R 15060 15047 12939 0 -1 64 3272 0 1 0 328 2 0 0 25 0 9 0 21648897 889524224 19197 996147200 134512640 134550932 4294955936 18446744073709551615 4126556059 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15063] ppid=15060 vsize=868676 CPUtime=1.09
/proc/15061/task/15063/stat : 15063 (java) S 15060 15047 12939 0 -1 64 14770 0 0 0 104 5 0 0 16 0 9 0 21648898 889524224 19197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15060 vsize=868676 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15060 15047 12939 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21648898 889524224 19197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15060 vsize=868676 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15060 15047 12939 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21648898 889524224 19197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15060 vsize=868676 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15060 15047 12939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21648900 889524224 19197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15060 vsize=868676 CPUtime=0.19
/proc/15061/task/15067/stat : 15067 (java) S 15060 15047 12939 0 -1 64 1495 0 0 0 19 0 0 0 16 0 9 0 21648900 889524224 19197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15068] ppid=15060 vsize=868676 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15060 15047 12939 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21648900 889524224 19197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15060 vsize=868676 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15060 15047 12939 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21648900 889524224 19197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890900

[startup+12.7014 s]
/proc/loadavg: 2.13 2.21 2.11 4/94 15069
/proc/meminfo: memFree=1709744/2055920 swapFree=4192812/4192956
[pid=15047] ppid=15045 vsize=16868 CPUtime=1.55
/proc/15047/stat : 15047 (sugar) S 15045 15047 12939 0 -1 4194304 1310 9630 0 1 6 1 141 7 16 0 1 0 21648735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 4217 1111 409 3 0 796 0
[pid=15060] ppid=15047 vsize=5356 CPUtime=0
/proc/15060/stat : 15060 (sh) S 15047 15047 12939 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21648895 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15060/statm: 1339 233 193 169 0 50 0
[pid=15061] ppid=15060 vsize=868788 CPUtime=10.94
/proc/15061/stat : 15061 (java) S 15060 15047 12939 0 -1 0 39550 0 1 0 1071 23 0 0 18 0 9 0 21648896 889638912 27029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15061/statm: 217197 27029 2591 9 0 211674 0
[pid=15061/tid=15062] ppid=15060 vsize=868788 CPUtime=8.17
/proc/15061/task/15062/stat : 15062 (java) R 15060 15047 12939 0 -1 64 3857 0 1 0 811 6 0 0 25 0 9 0 21648897 889638912 27029 996147200 134512640 134550932 4294955936 18446744073709551615 4127049147 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15063] ppid=15060 vsize=868788 CPUtime=2.51
/proc/15061/task/15063/stat : 15063 (java) S 15060 15047 12939 0 -1 64 33464 0 0 0 235 16 0 0 16 0 9 0 21648898 889638912 27029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15060 vsize=868788 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15060 15047 12939 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21648898 889638912 27029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15060 vsize=868788 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15060 15047 12939 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21648898 889638912 27029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15060 vsize=868788 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15060 15047 12939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21648900 889638912 27029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15060 vsize=868788 CPUtime=0.23
/proc/15061/task/15067/stat : 15067 (java) S 15060 15047 12939 0 -1 64 1526 0 0 0 23 0 0 0 16 0 9 0 21648900 889638912 27029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15068] ppid=15060 vsize=868788 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15060 15047 12939 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21648900 889638912 27029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15060 vsize=868788 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15060 15047 12939 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21648900 889638912 27029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 891012

[startup+25.5023 s]
/proc/loadavg: 2.11 2.20 2.11 3/94 15069
/proc/meminfo: memFree=1690160/2055920 swapFree=4192812/4192956
[pid=15047] ppid=15045 vsize=16868 CPUtime=1.55
/proc/15047/stat : 15047 (sugar) S 15045 15047 12939 0 -1 4194304 1310 9630 0 1 6 1 141 7 16 0 1 0 21648735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 4217 1111 409 3 0 796 0
[pid=15060] ppid=15047 vsize=5356 CPUtime=0
/proc/15060/stat : 15060 (sh) S 15047 15047 12939 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21648895 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15060/statm: 1339 233 193 169 0 50 0
[pid=15061] ppid=15060 vsize=868788 CPUtime=23.61
/proc/15061/stat : 15061 (java) S 15060 15047 12939 0 -1 0 39693 0 1 0 2326 35 0 0 18 0 9 0 21648896 889638912 27038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15061/statm: 217197 27038 2591 9 0 211674 0
[pid=15061/tid=15062] ppid=15060 vsize=868788 CPUtime=20.75
/proc/15061/task/15062/stat : 15062 (java) R 15060 15047 12939 0 -1 64 3991 0 1 0 2059 16 0 0 25 0 9 0 21648897 889638912 27038 996147200 134512640 134550932 4294955936 18446744073709551615 4126566062 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15063] ppid=15060 vsize=868788 CPUtime=2.58
/proc/15061/task/15063/stat : 15063 (java) S 15060 15047 12939 0 -1 64 33464 0 0 0 241 17 0 0 16 0 9 0 21648898 889638912 27038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15060 vsize=868788 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15060 15047 12939 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21648898 889638912 27038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15060 vsize=868788 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15060 15047 12939 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21648898 889638912 27038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15060 vsize=868788 CPUtime=0

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

/proc/15047/stat : 15047 (sugar) S 15045 15047 12939 0 -1 4194304 1376 51042 0 2 7 1 14887 185 16 0 1 0 21648735 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15047/statm: 4217 1113 409 3 0 796 0
[pid=15070] ppid=15047 vsize=5356 CPUtime=0
/proc/15070/stat : 15070 (sh) S 15047 15047 12939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21664000 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15070/statm: 1339 232 193 169 0 50 0
[pid=15071] ppid=15070 vsize=481804 CPUtime=1328.74
/proc/15071/stat : 15071 (minisat) R 15070 15047 12939 0 -1 4194304 116286 0 0 0 132792 82 0 0 25 0 1 0 21664000 493367296 116272 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/15071/statm: 120451 116272 75 150 0 120298 0
Current children cumulated CPU time (s) 1479.54
Current children cumulated vsize (KiB) 504028

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/85 15121
/proc/meminfo: memFree=753520/2055920 swapFree=4192812/4192956
[pid=15047] ppid=15045 vsize=16868 CPUtime=150.8
/proc/15047/stat : 15047 (sugar) S 15045 15047 12939 0 -1 4194304 1376 51042 0 2 7 1 14887 185 16 0 1 0 21648735 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15047/statm: 4217 1113 409 3 0 796 0
[pid=15070] ppid=15047 vsize=5356 CPUtime=0
/proc/15070/stat : 15070 (sh) S 15047 15047 12939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21664000 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15070/statm: 1339 232 193 169 0 50 0
[pid=15071] ppid=15070 vsize=483256 CPUtime=1388.72
/proc/15071/stat : 15071 (minisat) R 15070 15047 12939 0 -1 4194304 116631 0 0 0 138789 83 0 0 25 0 1 0 21664000 494854144 116617 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15071/statm: 120814 116617 75 150 0 120661 0
Current children cumulated CPU time (s) 1539.52
Current children cumulated vsize (KiB) 505480

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/85 15121
/proc/meminfo: memFree=753072/2055920 swapFree=4192812/4192956
[pid=15047] ppid=15045 vsize=16868 CPUtime=150.8
/proc/15047/stat : 15047 (sugar) S 15045 15047 12939 0 -1 4194304 1376 51042 0 2 7 1 14887 185 16 0 1 0 21648735 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15047/statm: 4217 1113 409 3 0 796 0
[pid=15070] ppid=15047 vsize=5356 CPUtime=0
/proc/15070/stat : 15070 (sh) S 15047 15047 12939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21664000 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15070/statm: 1339 232 193 169 0 50 0
[pid=15071] ppid=15070 vsize=483656 CPUtime=1448.69
/proc/15071/stat : 15071 (minisat) R 15070 15047 12939 0 -1 4194304 116752 0 0 0 144786 83 0 0 25 0 1 0 21664000 495263744 116738 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/15071/statm: 120914 116738 75 150 0 120761 0
Current children cumulated CPU time (s) 1599.49
Current children cumulated vsize (KiB) 505880

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 15121
/proc/meminfo: memFree=750512/2055920 swapFree=4192812/4192956
[pid=15047] ppid=15045 vsize=16868 CPUtime=150.8
/proc/15047/stat : 15047 (sugar) S 15045 15047 12939 0 -1 4194304 1376 51042 0 2 7 1 14887 185 16 0 1 0 21648735 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15047/statm: 4217 1113 409 3 0 796 0
[pid=15070] ppid=15047 vsize=5356 CPUtime=0
/proc/15070/stat : 15070 (sh) S 15047 15047 12939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21664000 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15070/statm: 1339 232 193 169 0 50 0
[pid=15071] ppid=15070 vsize=486304 CPUtime=1508.66
/proc/15071/stat : 15071 (minisat) R 15070 15047 12939 0 -1 4194304 117394 0 0 0 150783 83 0 0 25 0 1 0 21664000 497975296 117380 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15071/statm: 121576 117380 75 150 0 121423 0
Current children cumulated CPU time (s) 1659.46
Current children cumulated vsize (KiB) 508528

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15121
/proc/meminfo: memFree=748848/2055920 swapFree=4192812/4192956
[pid=15047] ppid=15045 vsize=16868 CPUtime=150.8
/proc/15047/stat : 15047 (sugar) S 15045 15047 12939 0 -1 4194304 1376 51042 0 2 7 1 14887 185 16 0 1 0 21648735 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15047/statm: 4217 1113 409 3 0 796 0
[pid=15070] ppid=15047 vsize=5356 CPUtime=0
/proc/15070/stat : 15070 (sh) S 15047 15047 12939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21664000 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15070/statm: 1339 232 193 169 0 50 0
[pid=15071] ppid=15070 vsize=487756 CPUtime=1568.65
/proc/15071/stat : 15071 (minisat) R 15070 15047 12939 0 -1 4194304 117782 0 0 0 156780 85 0 0 25 0 1 0 21664000 499462144 117768 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15071/statm: 121939 117768 75 150 0 121786 0
Current children cumulated CPU time (s) 1719.45
Current children cumulated vsize (KiB) 509980

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15121
/proc/meminfo: memFree=747568/2055920 swapFree=4192812/4192956
[pid=15047] ppid=15045 vsize=16868 CPUtime=150.8
/proc/15047/stat : 15047 (sugar) S 15045 15047 12939 0 -1 4194304 1376 51042 0 2 7 1 14887 185 16 0 1 0 21648735 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15047/statm: 4217 1113 409 3 0 796 0
[pid=15070] ppid=15047 vsize=5356 CPUtime=0
/proc/15070/stat : 15070 (sh) S 15047 15047 12939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21664000 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15070/statm: 1339 232 193 169 0 50 0
[pid=15071] ppid=15070 vsize=488944 CPUtime=1628.62
/proc/15071/stat : 15071 (minisat) R 15070 15047 12939 0 -1 4194304 118084 0 0 0 162777 85 0 0 25 0 1 0 21664000 500678656 118070 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15071/statm: 122236 118070 75 150 0 122083 0
Current children cumulated CPU time (s) 1779.42
Current children cumulated vsize (KiB) 511168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15121
/proc/meminfo: memFree=746928/2055920 swapFree=4192812/4192956
[pid=15047] ppid=15045 vsize=16868 CPUtime=150.8
/proc/15047/stat : 15047 (sugar) S 15045 15047 12939 0 -1 4194304 1376 51042 0 2 7 1 14887 185 16 0 1 0 21648735 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15047/statm: 4217 1113 409 3 0 796 0
[pid=15070] ppid=15047 vsize=5356 CPUtime=0
/proc/15070/stat : 15070 (sh) S 15047 15047 12939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21664000 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15070/statm: 1339 232 193 169 0 50 0
[pid=15071] ppid=15070 vsize=489616 CPUtime=1649.22
/proc/15071/stat : 15071 (minisat) R 15070 15047 12939 0 -1 4194304 118244 0 0 0 164837 85 0 0 25 0 1 0 21664000 501366784 118230 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15071/statm: 122404 118230 75 150 0 122251 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 511840

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

############
# WARNING:
# current cumulated CPU time (150.83 s) is less than in the last sample (1800.02 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1649.19 s) to the 'lost time'.

[startup+1802.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15121
/proc/meminfo: memFree=746928/2055920 swapFree=4192812/4192956
[pid=15047] ppid=15045 vsize=16868 CPUtime=150.8
/proc/15047/stat : 15047 (sugar) S 15045 15047 12939 0 -1 4194304 1376 51042 0 2 7 1 14887 185 16 0 1 0 21648735 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15047/statm: 4217 1113 409 3 0 796 0
[pid=15070] ppid=15047 vsize=5356 CPUtime=0
/proc/15070/stat : 15070 (sh) S 15047 15047 12939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21664000 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15070/statm: 1339 232 193 169 0 50 0
[pid=15071] ppid=15070 vsize=489616 CPUtime=1649.22
/proc/15071/stat : 15071 (minisat) R 15070 15047 12939 0 -1 4194304 118244 0 0 0 164837 85 0 0 25 0 1 0 21664000 501366784 118230 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15071/statm: 122404 118230 75 150 0 122251 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 511840

[startup+1803.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15121
/proc/meminfo: memFree=746928/2055920 swapFree=4192812/4192956
[pid=15047] ppid=15045 vsize=16868 CPUtime=150.83
/proc/15047/stat : 15047 (sugar) R 15045 15047 12939 0 -1 4194304 1423 51319 0 2 7 4 14887 185 17 0 1 0 21648735 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15047/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 150.83
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1803.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15121
/proc/meminfo: memFree=746928/2055920 swapFree=4192812/4192956
[pid=15047] ppid=15045 vsize=16868 CPUtime=150.83
/proc/15047/stat : 15047 (sugar) R 15045 15047 12939 0 -1 4194304 1423 51319 0 2 7 4 14887 185 17 0 1 0 21648735 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15047/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 150.83
Current children cumulated vsize (KiB) 16868

[startup+1803.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 15121
/proc/meminfo: memFree=746928/2055920 swapFree=4192812/4192956
[pid=15047] ppid=15045 vsize=16868 CPUtime=150.92
/proc/15047/stat : 15047 (sugar) R 15045 15047 12939 0 -1 4194304 1423 51319 0 2 7 13 14887 185 17 0 1 0 21648735 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15047/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 150.92
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1649.19
#  lost CPU user time (s): 1648.37
#  lost CPU system time (s): 0.82

Real time (s): 1803.1
CPU time (s): 1800.14
CPU user time (s): 1797.33
CPU system time (s): 2.8087
CPU usage (%): 99.8354
Max. virtual memory (cumulated for all children) (KiB): 911892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 148.956
system time used= 1.9887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52801
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= 21906
involuntary context switches= 25279

runsolver used 2.16267 second user time and 5.78412 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-11 22:57:06
IDJOB=2068057
IDBENCH=54789
IDSOLVER=739
FILE ID=node30/2068057-1247345826
PBS_JOBID= 9506667
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-air04.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-2068057-1247345826/watcher-2068057-1247345826 -o /tmp/evaluation-result-2068057-1247345826/solver-2068057-1247345826 -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-2068057-1247345826.xml

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

MD5SUM BENCH= 1c33d5c6f9f3c2f4aba8109c35a09670
RANDOM SEED=1623667579

node30.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.277
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.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1817448 kB
Buffers:          4760 kB
Cached:          63100 kB
SwapCached:        140 kB
Active:         171908 kB
Inactive:        20412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1817448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5056 kB
Writeback:           0 kB
Mapped:         139996 kB
Slab:            31432 kB
Committed_AS:   865620 kB
PageTables:       1932 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= 66372 MiB
End job on node30 at 2009-07-11 23:27:11