Trace number 2067595

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.04 1809.14

General information on the benchmark

Namecsp/pseudo/ppp/
normalized-ppp-1-11-19-21.xml
MD5SUM78c8ce8330ddb6e548d54d1e19438b8d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4602
Number of constraints30353
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension30353
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 22:44:56 2009
0.00/0.07	c 0	PID 15035
0.00/0.07	c 0	HOST node54.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2067595-1247345095.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-2067595-1247345095.xml' 'HOME/temp.csp'
2.07/2.20	c 2	1 domains, 4602 variables, 11 predicates, 0 relations, 30353 constraints
2.17/2.23	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.17/2.23	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'
2.18/2.31	c 2	Parsing HOME/temp.csp
2.18/2.48	c 2	parsed 10000 expressions
2.18/2.64	c 2	parsed 20000 expressions
2.18/2.81	c 3	parsed 30000 expressions
2.18/2.98	c 3	parsed 34967 expressions
2.18/2.99	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.18/2.99	c 3	Converting to clausal form CSP
2.18/3.04	c 3	converted 3497 (10%) expressions
3.22/3.35	c 3	converted 6994 (20%) expressions
3.32/3.46	c 3	converted 10491 (30%) expressions
3.42/3.57	c 3	converted 13987 (40%) expressions
3.52/3.69	c 4	converted 17484 (50%) expressions
3.62/3.79	c 4	converted 20981 (60%) expressions
3.82/3.90	c 4	converted 24477 (70%) expressions
4.02/4.18	c 4	converted 27974 (80%) expressions
4.12/4.28	c 4	converted 31471 (90%) expressions
4.51/4.65	c 4	converted 34967 (100%) expressions
4.51/4.65	c 4	CSP : 5700 integers, 0 booleans, 32549 clauses, largest domain size 11
4.51/4.65	c 4	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.51/4.65	c 4	Propagation in CSP
4.71/4.84	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.71/4.85	c 5	CSP : 5700 integers, 0 booleans, 32549 clauses, largest domain size 11
4.71/4.85	c 5	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.71/4.87	c 5	Simplifing CSP by introducing new Boolean variables
4.71/4.88	c 5	CSP : 5700 integers, 0 booleans, 32549 clauses, largest domain size 11
4.71/4.88	c 5	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.91/5.01	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.91/5.03	c 5	570 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.91/5.03	c 5	1140 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.91/5.04	c 5	1710 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.91/5.04	c 5	2280 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.91/5.04	c 5	2850 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.91/5.04	c 5	3420 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.91/5.04	c 5	3990 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.91/5.04	c 5	4560 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.91/5.05	c 5	5130 (90%) CSP integer variables are encoded (880 clauses, 11504 bytes)
4.91/5.05	c 5	5700 (100%) CSP integer variables are encoded (2916 clauses, 37972 bytes)
5.01/5.13	c 5	3255 (10%) CSP clauses are encoded (6171 clauses, 87568 bytes)
5.01/5.16	c 5	6510 (20%) CSP clauses are encoded (9426 clauses, 139648 bytes)
5.01/5.19	c 5	9765 (30%) CSP clauses are encoded (12681 clauses, 191728 bytes)
5.11/5.23	c 5	13020 (40%) CSP clauses are encoded (15936 clauses, 243808 bytes)
5.11/5.26	c 5	16275 (50%) CSP clauses are encoded (19191 clauses, 301906 bytes)
5.11/5.29	c 5	19530 (60%) CSP clauses are encoded (22446 clauses, 360496 bytes)
5.21/5.32	c 5	22785 (70%) CSP clauses are encoded (25701 clauses, 419086 bytes)
5.21/5.35	c 5	26040 (80%) CSP clauses are encoded (28956 clauses, 477676 bytes)
5.21/5.39	c 5	29295 (90%) CSP clauses are encoded (34101 clauses, 553546 bytes)
8.20/8.31	c 8	32549 (100%) CSP clauses are encoded (118065 clauses, 2384558 bytes)
8.20/8.31	c 8	32549 CSP clauses encoded
8.20/8.31	c 8	Writing map file : HOME/temp.map
8.20/8.33	c 8	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.20/8.33	c 8	SAT : 8616 SAT variables, 118065 SAT clauses, 2384558 bytes
8.20/8.33	c 8	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.20/8.36	c 8	SOLVING HOME/temp.cnf
8.20/8.36	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.20/8.36	c 8	This is MiniSat 2.0 beta
8.20/8.36	c 8	WARNING: for repeatability, setting FPU to use double precision
8.20/8.36	c 8	============================[ Problem Statistics ]=============================
8.20/8.36	c 8	|                                                                             |
8.20/8.36	c 8	|  Number of variables:  8616                                                 |
8.20/8.36	c 8	|  Number of clauses:    118065                                               |
8.26/8.43	c 8	|  Parsing time:         0.06         s                                       |
8.26/8.44	c 8	============================[ Search Statistics ]==============================
8.26/8.44	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.26/8.44	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.26/8.44	c 8	===============================================================================
8.26/8.44	c 8	|         0 |    8616   118065   421908 |    39355        0    nan |  0.000 % |
8.26/8.45	c 8	|       100 |    8616   118065   421908 |    43290      100     21 |  0.000 % |
8.26/8.47	c 8	|       251 |    8616   118065   421908 |    47619      251     33 |  0.000 % |
8.26/8.48	c 8	|       476 |    8616   118065   421908 |    52381      476     39 |  0.000 % |
8.26/8.51	c 8	|       813 |    8616   118065   421908 |    57619      813     39 |  0.000 % |
8.26/8.56	c 8	|      1321 |    8616   118065   421908 |    63381     1321     42 |  0.000 % |
8.26/8.61	c 8	|      2080 |    8616   118065   421908 |    69719     2080     44 |  0.000 % |
8.26/8.70	c 9	|      3219 |    8616   118065   421908 |    76691     3219     44 |  0.000 % |
8.69/8.84	c 9	|      4928 |    8616   118065   421908 |    84360     4928     47 |  0.000 % |
8.98/9.13	c 9	|      7490 |    8616   118065   421908 |    92797     7490     52 |  0.000 % |
9.38/9.54	c 9	|     11334 |    8616   118065   421908 |   102076    11334     54 |  0.000 % |
10.08/10.25	c 10	|     17101 |    8616   118065   421908 |   112284    17101     60 |  0.000 % |
11.48/11.66	c 11	|     25750 |    8616   118065   421908 |   123512    25750     66 |  0.000 % |
13.27/13.46	c 13	|     38724 |    8616   118065   421908 |   135864    38724     62 |  0.000 % |
17.25/17.41	c 17	|     58185 |    8616   118065   421908 |   149450    58185     68 |  0.000 % |
24.82/25.06	c 25	|     87378 |    8616   118065   421908 |   164395    87378     63 |  0.000 % |
40.83/41.15	c 41	|    131168 |    8616   118065   421908 |   180835   131168     68 |  0.000 % |
71.67/72.13	c 72	|    196852 |    8616   118065   421908 |   198918    32297     67 |  0.000 % |
115.85/116.55	c 116	|    295380 |    8616   118065   421908 |   218810   130825     82 |  0.000 % |
173.06/174.06	c 174	|    443172 |    8616   118065   421908 |   240691    70598     99 |  0.000 % |
353.97/355.87	c 356	|    664856 |    8616   118065   421908 |   264760    63248    112 |  0.000 % |
605.21/608.34	c 608	|    997382 |    8616   118065   421908 |   291236   140712    116 |  0.000 % |
1339.84/1346.68	c 1346	|   1496170 |    8616   118065   421908 |   320360    86546    107 |  0.000 % |
1800.04/1809.12	c ERROR INTERRUPTED
1800.04/1809.14	s UNKNOWN
1800.04/1809.14	c 1809	CPU 8.26 (0.05 0.02 7.91 0.28)
1800.04/1809.14	c 1809	END Sat Jul 11 23:15:05 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-2067595-1247345095/watcher-2067595-1247345095 -o /tmp/evaluation-result-2067595-1247345095/solver-2067595-1247345095 -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-2067595-1247345095.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.01 2.10 2.08 4/82 15035
/proc/meminfo: memFree=1189392/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=12272 CPUtime=0
/proc/15035/stat : 15035 (sugar) R 15033 15035 14113 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 21574375 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 234220469246 0 0 4224 0 0 0 0 17 0 0 0
/proc/15035/statm: 3068 327 246 3 0 168 0

[startup+0.0210471 s]
/proc/loadavg: 2.01 2.10 2.08 4/82 15035
/proc/meminfo: memFree=1189392/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=12676 CPUtime=0
/proc/15035/stat : 15035 (sugar) R 15033 15035 14113 0 -1 4194304 522 0 0 0 0 0 0 0 18 0 1 0 21574375 12980224 490 996147200 4194304 4206940 548682068608 18446744073709551615 234211414753 0 0 4224 0 0 0 0 17 0 0 0
/proc/15035/statm: 3169 490 314 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12676

[startup+0.101057 s]
/proc/loadavg: 2.01 2.10 2.08 4/82 15035
/proc/meminfo: memFree=1189392/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=16868 CPUtime=0.07
/proc/15035/stat : 15035 (sugar) S 15033 15035 14113 0 -1 4194304 1227 128 0 0 5 2 0 0 17 0 1 0 21574375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15035/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301082 s]
/proc/loadavg: 2.01 2.10 2.08 4/82 15035
/proc/meminfo: memFree=1189392/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=16868 CPUtime=0.07
/proc/15035/stat : 15035 (sugar) S 15033 15035 14113 0 -1 4194304 1227 128 0 0 5 2 0 0 17 0 1 0 21574375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15035/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70114 s]
/proc/loadavg: 2.01 2.10 2.08 4/82 15035
/proc/meminfo: memFree=1189392/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=16868 CPUtime=0.07
/proc/15035/stat : 15035 (sugar) S 15033 15035 14113 0 -1 4194304 1227 128 0 0 5 2 0 0 17 0 1 0 21574375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15035/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50224 s]
/proc/loadavg: 2.01 2.10 2.08 4/93 15047
/proc/meminfo: memFree=1152056/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=16868 CPUtime=0.07
/proc/15035/stat : 15035 (sugar) S 15033 15035 14113 0 -1 4194304 1227 128 0 0 5 2 0 0 17 0 1 0 21574375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15035/statm: 4217 1111 409 3 0 796 0
[pid=15038] ppid=15035 vsize=5356 CPUtime=0
/proc/15038/stat : 15038 (sh) S 15035 15035 14113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21574383 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15038/statm: 1339 233 193 169 0 50 0
[pid=15039] ppid=15038 vsize=864756 CPUtime=1.4
/proc/15039/stat : 15039 (java) S 15038 15035 14113 0 -1 0 17608 0 1 0 130 10 0 0 18 0 9 0 21574383 885510144 15135 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15039/statm: 216189 15135 2556 9 0 210701 0
[pid=15039/tid=15040] ppid=15038 vsize=864756 CPUtime=0.67
/proc/15039/task/15040/stat : 15040 (java) R 15038 15035 14113 0 -1 64 3105 0 1 0 66 1 0 0 25 0 9 0 21574384 885510144 15135 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15039/tid=15041] ppid=15038 vsize=864756 CPUtime=0.58
/proc/15039/task/15041/stat : 15041 (java) R 15038 15035 14113 0 -1 64 13289 0 0 0 51 7 0 0 16 0 9 0 21574385 885510144 15135 996147200 134512640 134550932 4294955984 18446744073709551615 104196550 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15039/tid=15042] ppid=15038 vsize=864756 CPUtime=0
/proc/15039/task/15042/stat : 15042 (java) S 15038 15035 14113 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21574385 885510144 15135 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15039/tid=15043] ppid=15038 vsize=864756 CPUtime=0
/proc/15039/task/15043/stat : 15043 (java) S 15038 15035 14113 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21574385 885510144 15135 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15039/tid=15044] ppid=15038 vsize=864756 CPUtime=0
/proc/15039/task/15044/stat : 15044 (java) S 15038 15035 14113 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21574387 885510144 15135 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15039/tid=15045] ppid=15038 vsize=864756 CPUtime=0.12
/proc/15039/task/15045/stat : 15045 (java) S 15038 15035 14113 0 -1 64 510 0 0 0 12 0 0 0 16 0 9 0 21574387 885510144 15135 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15039/tid=15046] ppid=15038 vsize=864756 CPUtime=0
/proc/15039/task/15046/stat : 15046 (java) S 15038 15035 14113 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21574387 885510144 15135 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15039/tid=15047] ppid=15038 vsize=864756 CPUtime=0
/proc/15039/task/15047/stat : 15047 (java) S 15038 15035 14113 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21574388 885510144 15135 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 886980

[startup+3.10145 s]
/proc/loadavg: 2.01 2.10 2.08 3/93 15047
/proc/meminfo: memFree=1132408/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=16868 CPUtime=2.18
/proc/15035/stat : 15035 (sugar) S 15033 15035 14113 0 -1 4194304 1309 19509 0 1 5 2 198 13 16 0 1 0 21574375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15035/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30265 s]
/proc/loadavg: 2.08 2.11 2.09 3/93 15057
/proc/meminfo: memFree=1140984/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=16868 CPUtime=2.18
/proc/15035/stat : 15035 (sugar) S 15033 15035 14113 0 -1 4194304 1310 19509 0 1 5 2 198 13 15 0 1 0 21574375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15035/statm: 4217 1111 409 3 0 796 0
[pid=15048] ppid=15035 vsize=5356 CPUtime=0
/proc/15048/stat : 15048 (sh) S 15035 15035 14113 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21574598 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15048/statm: 1339 233 193 169 0 50 0
[pid=15049] ppid=15048 vsize=868732 CPUtime=4.02
/proc/15049/stat : 15049 (java) S 15048 15035 14113 0 -1 0 14812 0 1 0 390 12 0 0 18 0 9 0 21574598 889581568 13173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15049/statm: 217183 13173 2590 9 0 211660 0
[pid=15049/tid=15050] ppid=15048 vsize=868732 CPUtime=2.9
/proc/15049/task/15050/stat : 15050 (java) R 15048 15035 14113 0 -1 64 3029 0 1 0 286 4 0 0 25 0 9 0 21574599 889581568 13173 996147200 134512640 134550932 4294955936 18446744073709551615 4127012599 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15049/tid=15051] ppid=15048 vsize=868732 CPUtime=0.85
/proc/15049/task/15051/stat : 15051 (java) S 15048 15035 14113 0 -1 64 9534 0 0 0 79 6 0 0 16 0 9 0 21574600 889581568 13173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15049/tid=15052] ppid=15048 vsize=868732 CPUtime=0
/proc/15049/task/15052/stat : 15052 (java) S 15048 15035 14113 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21574601 889581568 13173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15049/tid=15053] ppid=15048 vsize=868732 CPUtime=0
/proc/15049/task/15053/stat : 15053 (java) S 15048 15035 14113 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21574601 889581568 13173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15049/tid=15054] ppid=15048 vsize=868732 CPUtime=0
/proc/15049/task/15054/stat : 15054 (java) S 15048 15035 14113 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21574603 889581568 13173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15049/tid=15055] ppid=15048 vsize=868732 CPUtime=0.24
/proc/15049/task/15055/stat : 15055 (java) S 15048 15035 14113 0 -1 64 1546 0 0 0 24 0 0 0 15 0 9 0 21574603 889581568 13173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15049/tid=15056] ppid=15048 vsize=868732 CPUtime=0
/proc/15049/task/15056/stat : 15056 (java) S 15048 15035 14113 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21574603 889581568 13173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15049/tid=15057] ppid=15048 vsize=868732 CPUtime=0
/proc/15049/task/15057/stat : 15057 (java) S 15048 15035 14113 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21574603 889581568 13173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890956

[startup+12.7015 s]
/proc/loadavg: 2.08 2.11 2.09 3/85 15059
/proc/meminfo: memFree=1166072/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=16868 CPUtime=8.26
/proc/15035/stat : 15035 (sugar) S 15033 15035 14113 0 -1 4194304 1376 34665 0 2 5 2 791 28 16 0 1 0 21574375 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15035/statm: 4217 1113 409 3 0 796 0
[pid=15058] ppid=15035 vsize=5356 CPUtime=0
/proc/15058/stat : 15058 (sh) S 15035 15035 14113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21575211 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15058/statm: 1339 232 193 169 0 50 0
[pid=15059] ppid=15058 vsize=17828 CPUtime=4.32
/proc/15059/stat : 15059 (minisat) R 15058 15035 14113 0 -1 4194304 4334 0 0 0 429 3 0 0 25 0 1 0 21575211 18255872 4320 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15059/statm: 4457 4320 76 150 0 4304 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 40052

[startup+25.5021 s]
/proc/loadavg: 1.99 2.09 2.08 3/77 15088
/proc/meminfo: memFree=1538376/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=16868 CPUtime=8.26
/proc/15035/stat : 15035 (sugar) S 15033 15035 14113 0 -1 4194304 1376 34665 0 2 5 2 791 28 16 0 1 0 21574375 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15035/statm: 4217 1113 409 3 0 796 0
[pid=15058] ppid=15035 vsize=5356 CPUtime=0
/proc/15058/stat : 15058 (sh) S 15035 15035 14113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21575211 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15058/statm: 1339 232 193 169 0 50 0
[pid=15059] ppid=15058 vsize=34200 CPUtime=17.05
/proc/15059/stat : 15059 (minisat) R 15058 15035 14113 0 -1 4194304 8447 0 0 0 1699 6 0 0 25 0 1 0 21575211 35020800 8433 996147200 134512640 135127466 4294956256 18446744073709551615 134530668 0 0 4096 3 0 0 0 17 0 0 0
/proc/15059/statm: 8550 8433 76 150 0 8397 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 56424

[startup+51.1023 s]
/proc/loadavg: 1.99 2.08 2.08 3/77 15088
/proc/meminfo: memFree=1516424/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=16868 CPUtime=8.26
/proc/15035/stat : 15035 (sugar) S 15033 15035 14113 0 -1 4194304 1376 34665 0 2 5 2 791 28 16 0 1 0 21574375 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15035/statm: 4217 1113 409 3 0 796 0
[pid=15058] ppid=15035 vsize=5356 CPUtime=0
/proc/15058/stat : 15058 (sh) S 15035 15035 14113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21575211 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15058/statm: 1339 232 193 169 0 50 0
[pid=15059] ppid=15058 vsize=56112 CPUtime=42.51
/proc/15059/stat : 15059 (minisat) R 15058 15035 14113 0 -1 4194304 13873 0 0 0 4239 12 0 0 25 0 1 0 21575211 57458688 13859 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15059/statm: 14028 13859 76 150 0 13875 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 78336

[startup+102.308 s]
/proc/loadavg: 1.99 2.07 2.08 3/77 15088
/proc/meminfo: memFree=1508744/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=16868 CPUtime=8.26
/proc/15035/stat : 15035 (sugar) S 15033 15035 14113 0 -1 4194304 1376 34665 0 2 5 2 791 28 16 0 1 0 21574375 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15035/statm: 4217 1113 409 3 0 796 0
[pid=15058] ppid=15035 vsize=5356 CPUtime=0
/proc/15058/stat : 15058 (sh) S 15035 15035 14113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21575211 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15058/statm: 1339 232 193 169 0 50 0
[pid=15059] ppid=15058 vsize=63480 CPUtime=93.46
/proc/15059/stat : 15059 (minisat) R 15058 15035 14113 0 -1 4194304 15705 0 0 0 9332 14 0 0 25 0 1 0 21575211 65003520 15691 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15059/statm: 15870 15691 76 150 0 15717 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 85704

[startup+162.302 s]
/proc/loadavg: 1.99 2.05 2.07 3/77 15088
/proc/meminfo: memFree=1477832/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=16868 CPUtime=8.26
/proc/15035/stat : 15035 (sugar) S 15033 15035 14113 0 -1 4194304 1376 34665 0 2 5 2 791 28 16 0 1 0 21574375 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15035/statm: 4217 1113 409 3 0 796 0
[pid=15058] ppid=15035 vsize=5356 CPUtime=0
/proc/15058/stat : 15058 (sh) S 15035 15035 14113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21575211 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15058/statm: 1339 232 193 169 0 50 0
[pid=15059] ppid=15058 vsize=94560 CPUtime=153.16
/proc/15059/stat : 15059 (minisat) R 15058 15035 14113 0 -1 4194304 23429 0 0 0 15296 20 0 0 25 0 1 0 21575211 96829440 23415 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15059/statm: 23640 23415 76 150 0 23487 0
Current children cumulated CPU time (s) 161.42

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

/proc/meminfo: memFree=1410368/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=16868 CPUtime=8.26
/proc/15035/stat : 15035 (sugar) S 15033 15035 14113 0 -1 4194304 1376 34665 0 2 5 2 791 28 16 0 1 0 21574375 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15035/statm: 4217 1113 409 3 0 796 0
[pid=15058] ppid=15035 vsize=5356 CPUtime=0
/proc/15058/stat : 15058 (sh) S 15035 15035 14113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21575211 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15058/statm: 1339 232 193 169 0 50 0
[pid=15059] ppid=15058 vsize=160812 CPUtime=1347.2
/proc/15059/stat : 15059 (minisat) R 15058 15035 14113 0 -1 4194304 40007 0 0 0 134682 38 0 0 25 0 1 0 21575211 164671488 39993 996147200 134512640 135127466 4294956256 18446744073709551615 134527143 0 0 4096 3 0 0 0 17 0 0 0
/proc/15059/statm: 40203 39993 76 150 0 40050 0
Current children cumulated CPU time (s) 1355.46
Current children cumulated vsize (KiB) 183036

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.03 3/79 15098
/proc/meminfo: memFree=1410360/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=16868 CPUtime=8.26
/proc/15035/stat : 15035 (sugar) S 15033 15035 14113 0 -1 4194304 1376 34665 0 2 5 2 791 28 16 0 1 0 21574375 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15035/statm: 4217 1113 409 3 0 796 0
[pid=15058] ppid=15035 vsize=5356 CPUtime=0
/proc/15058/stat : 15058 (sh) S 15035 15035 14113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21575211 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15058/statm: 1339 232 193 169 0 50 0
[pid=15059] ppid=15058 vsize=160812 CPUtime=1406.9
/proc/15059/stat : 15059 (minisat) R 15058 15035 14113 0 -1 4194304 40007 0 0 0 140652 38 0 0 25 0 1 0 21575211 164671488 39993 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15059/statm: 40203 39993 76 150 0 40050 0
Current children cumulated CPU time (s) 1415.16
Current children cumulated vsize (KiB) 183036

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/79 15098
/proc/meminfo: memFree=1410296/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=16868 CPUtime=8.26
/proc/15035/stat : 15035 (sugar) S 15033 15035 14113 0 -1 4194304 1376 34665 0 2 5 2 791 28 16 0 1 0 21574375 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15035/statm: 4217 1113 409 3 0 796 0
[pid=15058] ppid=15035 vsize=5356 CPUtime=0
/proc/15058/stat : 15058 (sh) S 15035 15035 14113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21575211 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15058/statm: 1339 232 193 169 0 50 0
[pid=15059] ppid=15058 vsize=160812 CPUtime=1466.61
/proc/15059/stat : 15059 (minisat) R 15058 15035 14113 0 -1 4194304 40007 0 0 0 146622 39 0 0 25 0 1 0 21575211 164671488 39993 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/15059/statm: 40203 39993 76 150 0 40050 0
Current children cumulated CPU time (s) 1474.87
Current children cumulated vsize (KiB) 183036

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/79 15098
/proc/meminfo: memFree=1385912/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=16868 CPUtime=8.26
/proc/15035/stat : 15035 (sugar) S 15033 15035 14113 0 -1 4194304 1376 34665 0 2 5 2 791 28 16 0 1 0 21574375 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15035/statm: 4217 1113 409 3 0 796 0
[pid=15058] ppid=15035 vsize=5356 CPUtime=0
/proc/15058/stat : 15058 (sh) S 15035 15035 14113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21575211 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15058/statm: 1339 232 193 169 0 50 0
[pid=15059] ppid=15058 vsize=185632 CPUtime=1526.31
/proc/15059/stat : 15059 (minisat) R 15058 15035 14113 0 -1 4194304 46091 0 0 0 152586 45 0 0 25 0 1 0 21575211 190087168 46077 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15059/statm: 46408 46077 76 150 0 46255 0
Current children cumulated CPU time (s) 1534.57
Current children cumulated vsize (KiB) 207856

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/80 15099
/proc/meminfo: memFree=1385776/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=16868 CPUtime=8.26
/proc/15035/stat : 15035 (sugar) S 15033 15035 14113 0 -1 4194304 1376 34665 0 2 5 2 791 28 16 0 1 0 21574375 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15035/statm: 4217 1113 409 3 0 796 0
[pid=15058] ppid=15035 vsize=5356 CPUtime=0
/proc/15058/stat : 15058 (sh) S 15035 15035 14113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21575211 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15058/statm: 1339 232 193 169 0 50 0
[pid=15059] ppid=15058 vsize=185632 CPUtime=1586.01
/proc/15059/stat : 15059 (minisat) R 15058 15035 14113 0 -1 4194304 46093 0 0 0 158556 45 0 0 25 0 1 0 21575211 190087168 46079 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/15059/statm: 46408 46079 76 150 0 46255 0
Current children cumulated CPU time (s) 1594.27
Current children cumulated vsize (KiB) 207856

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/80 15099
/proc/meminfo: memFree=1385712/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=16868 CPUtime=8.26
/proc/15035/stat : 15035 (sugar) S 15033 15035 14113 0 -1 4194304 1376 34665 0 2 5 2 791 28 16 0 1 0 21574375 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15035/statm: 4217 1113 409 3 0 796 0
[pid=15058] ppid=15035 vsize=5356 CPUtime=0
/proc/15058/stat : 15058 (sh) S 15035 15035 14113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21575211 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15058/statm: 1339 232 193 169 0 50 0
[pid=15059] ppid=15058 vsize=185632 CPUtime=1645.71
/proc/15059/stat : 15059 (minisat) R 15058 15035 14113 0 -1 4194304 46093 0 0 0 164526 45 0 0 25 0 1 0 21575211 190087168 46079 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15059/statm: 46408 46079 76 150 0 46255 0
Current children cumulated CPU time (s) 1653.97
Current children cumulated vsize (KiB) 207856

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 15099
/proc/meminfo: memFree=1385712/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=16868 CPUtime=8.26
/proc/15035/stat : 15035 (sugar) S 15033 15035 14113 0 -1 4194304 1376 34665 0 2 5 2 791 28 16 0 1 0 21574375 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15035/statm: 4217 1113 409 3 0 796 0
[pid=15058] ppid=15035 vsize=5356 CPUtime=0
/proc/15058/stat : 15058 (sh) S 15035 15035 14113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21575211 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15058/statm: 1339 232 193 169 0 50 0
[pid=15059] ppid=15058 vsize=185632 CPUtime=1705.41
/proc/15059/stat : 15059 (minisat) R 15058 15035 14113 0 -1 4194304 46094 0 0 0 170496 45 0 0 25 0 1 0 21575211 190087168 46080 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15059/statm: 46408 46080 76 150 0 46255 0
Current children cumulated CPU time (s) 1713.67
Current children cumulated vsize (KiB) 207856

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 15099
/proc/meminfo: memFree=1385712/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=16868 CPUtime=8.26
/proc/15035/stat : 15035 (sugar) S 15033 15035 14113 0 -1 4194304 1376 34665 0 2 5 2 791 28 16 0 1 0 21574375 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15035/statm: 4217 1113 409 3 0 796 0
[pid=15058] ppid=15035 vsize=5356 CPUtime=0
/proc/15058/stat : 15058 (sh) S 15035 15035 14113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21575211 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15058/statm: 1339 232 193 169 0 50 0
[pid=15059] ppid=15058 vsize=185632 CPUtime=1765.11
/proc/15059/stat : 15059 (minisat) R 15058 15035 14113 0 -1 4194304 46095 0 0 0 176466 45 0 0 25 0 1 0 21575211 190087168 46081 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/15059/statm: 46408 46081 76 150 0 46255 0
Current children cumulated CPU time (s) 1773.37
Current children cumulated vsize (KiB) 207856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 15099
/proc/meminfo: memFree=1385520/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=16868 CPUtime=8.26
/proc/15035/stat : 15035 (sugar) S 15033 15035 14113 0 -1 4194304 1376 34665 0 2 5 2 791 28 16 0 1 0 21574375 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15035/statm: 4217 1113 409 3 0 796 0
[pid=15058] ppid=15035 vsize=5356 CPUtime=0
/proc/15058/stat : 15058 (sh) S 15035 15035 14113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21575211 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15058/statm: 1339 232 193 169 0 50 0
[pid=15059] ppid=15058 vsize=185632 CPUtime=1791.78
/proc/15059/stat : 15059 (minisat) R 15058 15035 14113 0 -1 4194304 46096 0 0 0 179133 45 0 0 25 0 1 0 21575211 190087168 46082 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15059/statm: 46408 46082 76 150 0 46255 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 207856

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

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

[startup+1809.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 15099
/proc/meminfo: memFree=1385520/2055920 swapFree=4192812/4192956
[pid=15035] ppid=15033 vsize=16868 CPUtime=8.26
/proc/15035/stat : 15035 (sugar) S 15033 15035 14113 0 -1 4194304 1376 34665 0 2 5 2 791 28 16 0 1 0 21574375 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15035/statm: 4217 1113 409 3 0 796 0
[pid=15058] ppid=15035 vsize=5356 CPUtime=0
/proc/15058/stat : 15058 (sh) S 15035 15035 14113 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21575211 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15058/statm: 1339 232 193 169 0 50 0
[pid=15059] ppid=15058 vsize=185632 CPUtime=1791.78
/proc/15059/stat : 15059 (minisat) R 15058 15035 14113 0 -1 4194304 46096 0 0 0 179133 45 0 0 25 0 1 0 21575211 190087168 46082 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15059/statm: 46408 46082 76 150 0 46255 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 207856

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15035 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=972787
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=313952
# CPU time returned by wait4() is 8.28674
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.14
CPU time (s): 1800.04
CPU user time (s): 1799.29
CPU system time (s): 0.75
CPU usage (%): 99.497
Max. virtual memory (cumulated for all children) (KiB): 891348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.97279
system time used= 0.313952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36424
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= 3710
involuntary context switches= 3645

runsolver used 2.41563 second user time and 5.84511 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-11 22:44:56
IDJOB=2067595
IDBENCH=54675
IDSOLVER=739
FILE ID=node54/2067595-1247345095
PBS_JOBID= 9506783
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/ppp/normalized-ppp-1-11-19-21.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-2067595-1247345095/watcher-2067595-1247345095 -o /tmp/evaluation-result-2067595-1247345095/solver-2067595-1247345095 -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-2067595-1247345095.xml

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

MD5SUM BENCH= 78c8ce8330ddb6e548d54d1e19438b8d
RANDOM SEED=804201136

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1190000 kB
Buffers:         55920 kB
Cached:         293464 kB
SwapCached:        136 kB
Active:         496712 kB
Inactive:       314668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1190000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5944 kB
Writeback:           0 kB
Mapped:         482312 kB
Slab:            38740 kB
Committed_AS:   621292 kB
PageTables:       2660 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66400 MiB
End job on node54 at 2009-07-11 23:15:07