Trace number 2065945

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.02 1800.96

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-70.xml
MD5SUM42673f380bfac3cdabf246f9ec4e88d8
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 benchmark1.3098
Satisfiable
(Un)Satisfiability was proved
Number of variables139
Number of constraints4830
Maximum constraint arity3
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4830
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sat Jul 11 21:36:23 2009
0.06/0.08	c 0	PID 19475
0.06/0.08	c 0	HOST node50.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2065945-1247340983.xml TO HOME/temp.csp
0.06/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-2065945-1247340983.xml' 'HOME/temp.csp'
0.06/0.73	c 1	2 domains, 139 variables, 2 predicates, 0 relations, 4830 constraints
0.06/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.77	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'
0.71/0.85	c 1	Parsing HOME/temp.csp
0.71/0.95	c 1	parsed 4973 expressions
0.71/0.96	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.71/0.96	c 1	Converting to clausal form CSP
1.03/1.16	c 1	converted 498 (10%) expressions
1.11/1.21	c 1	converted 995 (20%) expressions
1.11/1.23	c 1	converted 1492 (30%) expressions
1.11/1.25	c 1	converted 1990 (40%) expressions
1.11/1.27	c 1	converted 2487 (50%) expressions
1.11/1.29	c 1	converted 2984 (60%) expressions
1.22/1.30	c 1	converted 3482 (70%) expressions
1.22/1.32	c 1	converted 3979 (80%) expressions
1.22/1.38	c 1	converted 4476 (90%) expressions
1.32/1.40	c 1	converted 4973 (100%) expressions
1.32/1.40	c 1	CSP : 139 integers, 0 booleans, 4968 clauses, largest domain size 70
1.32/1.40	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.40	c 1	Propagation in CSP
1.32/1.44	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.32/1.44	c 1	CSP : 139 integers, 0 booleans, 4968 clauses, largest domain size 70
1.32/1.44	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.44	c 1	Simplifing CSP by introducing new Boolean variables
1.42/1.55	c 2	CSP : 139 integers, 9660 booleans, 14628 clauses, largest domain size 70
1.42/1.55	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.52/1.61	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.52/1.63	c 2	14 (10%) CSP integer variables are encoded (952 clauses, 10324 bytes)
1.52/1.63	c 2	28 (20%) CSP integer variables are encoded (1904 clauses, 22635 bytes)
1.52/1.63	c 2	42 (30%) CSP integer variables are encoded (2856 clauses, 35011 bytes)
1.52/1.63	c 2	56 (40%) CSP integer variables are encoded (3808 clauses, 47387 bytes)
1.52/1.63	c 2	70 (50%) CSP integer variables are encoded (4760 clauses, 59763 bytes)
1.52/1.64	c 2	84 (60%) CSP integer variables are encoded (5698 clauses, 71957 bytes)
1.52/1.64	c 2	98 (70%) CSP integer variables are encoded (6636 clauses, 84151 bytes)
1.52/1.64	c 2	112 (80%) CSP integer variables are encoded (7574 clauses, 96345 bytes)
1.52/1.64	c 2	126 (90%) CSP integer variables are encoded (8512 clauses, 108539 bytes)
1.52/1.64	c 2	139 (100%) CSP integer variables are encoded (9383 clauses, 119862 bytes)
1.71/1.81	c 2	1463 (10%) CSP clauses are encoded (78190 clauses, 1355213 bytes)
1.82/1.96	c 2	2926 (20%) CSP clauses are encoded (146928 clauses, 2656818 bytes)
2.01/2.11	c 2	4389 (30%) CSP clauses are encoded (215666 clauses, 4017925 bytes)
2.11/2.24	c 2	5852 (40%) CSP clauses are encoded (284473 clauses, 5380407 bytes)
2.21/2.38	c 2	7314 (50%) CSP clauses are encoded (353095 clauses, 6739205 bytes)
2.41/2.51	c 2	8777 (60%) CSP clauses are encoded (420926 clauses, 8082167 bytes)
2.51/2.64	c 3	10240 (70%) CSP clauses are encoded (488689 clauses, 9423774 bytes)
2.61/2.77	c 3	11703 (80%) CSP clauses are encoded (556452 clauses, 10765381 bytes)
2.81/2.90	c 3	13166 (90%) CSP clauses are encoded (624283 clauses, 12108343 bytes)
4.19/4.35	c 4	14628 (100%) CSP clauses are encoded (1342601 clauses, 27415791 bytes)
4.19/4.35	c 4	14628 CSP clauses encoded
4.19/4.35	c 4	Writing map file : HOME/temp.map
4.19/4.36	c 4	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.19/4.36	c 4	SAT : 19182 SAT variables, 1342601 SAT clauses, 27415791 bytes
4.19/4.36	c 4	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.19/4.37	c 4	SOLVING HOME/temp.cnf
4.19/4.37	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.19/4.37	c 4	This is MiniSat 2.0 beta
4.19/4.37	c 4	WARNING: for repeatability, setting FPU to use double precision
4.19/4.37	c 4	============================[ Problem Statistics ]=============================
4.19/4.37	c 4	|                                                                             |
4.19/4.37	c 4	|  Number of variables:  19182                                                |
4.19/4.37	c 4	|  Number of clauses:    1342601                                              |
4.27/5.04	c 5	|  Parsing time:         0.59         s                                       |
4.27/5.07	c 5	============================[ Search Statistics ]==============================
4.27/5.07	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.27/5.07	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.27/5.07	c 5	===============================================================================
4.27/5.07	c 5	|         0 |   19182  1342601  4308634 |   447533        0    nan |  0.000 % |
5.28/5.48	c 5	|       100 |   19182  1342601  4308634 |   492287      100     15 |  0.000 % |
5.58/5.70	c 6	|       251 |   19182  1342601  4308634 |   541515      251     20 |  0.000 % |
5.68/5.83	c 6	|       478 |   19182  1342601  4308634 |   595667      478     20 |  0.000 % |
5.78/5.96	c 6	|       815 |   19182  1342601  4308634 |   655234      815     20 |  0.000 % |
5.88/6.08	c 6	|      1321 |   19182  1342601  4308634 |   720757     1321     18 |  0.000 % |
7.37/7.51	c 7	|      2080 |   19182  1342601  4308634 |   792833     2080     26 |  0.000 % |
7.87/8.05	c 8	|      3220 |   19182  1342601  4308634 |   872116     3220     21 |  0.000 % |
11.05/11.27	c 11	|      4928 |   19182  1342601  4308634 |   959328     4928     28 |  0.000 % |
17.32/17.53	c 17	|      7491 |   19182  1342601  4308634 |  1055260     7491     38 |  0.000 % |
25.80/26.00	c 26	|     11337 |   19182  1342601  4308634 |  1160787    11337     40 |  0.000 % |
37.99/38.28	c 38	|     17103 |   19182  1342601  4308634 |  1276865    17103     46 |  0.000 % |
59.38/59.69	c 60	|     25753 |   19182  1342601  4308634 |  1404552    25753     56 |  0.000 % |
85.38/85.66	c 86	|     38728 |   19182  1342601  4308634 |  1545007    38728     60 |  0.000 % |
128.16/128.40	c 128	|     58189 |   19182  1342601  4308634 |  1699508    58189     62 |  0.000 % |
222.52/222.89	c 223	|     87381 |   19182  1342601  4308634 |  1869459    87381     66 |  0.000 % |
300.50/300.88	c 301	|    131170 |   19182  1342601  4308634 |  2056405   131170     70 |  0.000 % |
553.20/553.70	c 554	|    196854 |   19182  1342601  4308634 |  2262045   196854     79 |  0.000 % |
978.13/978.73	c 979	|    295380 |   19182  1342601  4308634 |  2488250   295380     80 |  0.000 % |
1457.05/1457.89	c 1458	|    443169 |   19182  1342601  4308634 |  2737075   443169     84 |  0.000 % |
1800.02/1800.92	c ERROR INTERRUPTED
1800.02/1800.95	s UNKNOWN
1800.02/1800.95	c 1801	CPU 4.27 (0.06 0.01 3.87 0.33)
1800.02/1800.95	c 1801	END Sat Jul 11 22:06:24 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-2065945-1247340983/watcher-2065945-1247340983 -o /tmp/evaluation-result-2065945-1247340983/solver-2065945-1247340983 -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-2065945-1247340983.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.92 1.98 1.99 4/81 19475
/proc/meminfo: memFree=1815744/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=4708 CPUtime=0
/proc/19475/stat : 19475 (sugar) R 19473 19475 18019 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 21161903 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 240574854537 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 1177 43 33 3 0 8 0

[startup+0.0743839 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 19475
/proc/meminfo: memFree=1815744/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=16608 CPUtime=0.06
/proc/19475/stat : 19475 (sugar) R 19473 19475 18019 0 -1 4194304 1059 0 0 0 5 1 0 0 18 0 1 0 21161903 17006592 1027 996147200 4194304 4206940 548682068608 18446744073709551615 240577345298 0 0 4224 0 0 0 0 17 1 0 0
/proc/19475/statm: 4152 1027 380 3 0 731 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16608

[startup+0.101384 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 19475
/proc/meminfo: memFree=1815744/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=16868 CPUtime=0.06
/proc/19475/stat : 19475 (sugar) S 19473 19475 18019 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21161903 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19475/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301401 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 19475
/proc/meminfo: memFree=1815744/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=16868 CPUtime=0.06
/proc/19475/stat : 19475 (sugar) S 19473 19475 18019 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21161903 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19475/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701437 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 19475
/proc/meminfo: memFree=1815744/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=16868 CPUtime=0.06
/proc/19475/stat : 19475 (sugar) S 19473 19475 18019 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21161903 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19475/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50251 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 19497
/proc/meminfo: memFree=1805864/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=16868 CPUtime=0.71
/proc/19475/stat : 19475 (sugar) S 19473 19475 18019 0 -1 4194304 1310 7304 0 1 6 1 60 4 16 0 1 0 21161903 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19475/statm: 4217 1111 409 3 0 796 0
[pid=19488] ppid=19475 vsize=5356 CPUtime=0
/proc/19488/stat : 19488 (sh) S 19475 19475 18019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21161981 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19488/statm: 1339 233 193 169 0 50 0
[pid=19489] ppid=19488 vsize=868576 CPUtime=0.71
/proc/19489/stat : 19489 (java) S 19488 19475 18019 0 -1 0 7911 0 1 0 66 5 0 0 18 0 9 0 21161981 889421824 7140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19489/statm: 217144 7140 2566 9 0 211649 0
[pid=19489/tid=19490] ppid=19488 vsize=868576 CPUtime=0.4
/proc/19489/task/19490/stat : 19490 (java) R 19488 19475 18019 0 -1 64 2687 0 1 0 38 2 0 0 22 0 9 0 21161982 889421824 7140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19489/tid=19491] ppid=19488 vsize=868576 CPUtime=0.11
/proc/19489/task/19491/stat : 19491 (java) R 19488 19475 18019 0 -1 64 3041 0 0 0 10 1 0 0 16 0 9 0 21161983 889421824 7140 996147200 134512640 134550932 4294955936 18446744073709551615 102509260 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19489/tid=19492] ppid=19488 vsize=868576 CPUtime=0
/proc/19489/task/19492/stat : 19492 (java) S 19488 19475 18019 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21161983 889421824 7140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19489/tid=19493] ppid=19488 vsize=868576 CPUtime=0
/proc/19489/task/19493/stat : 19493 (java) S 19488 19475 18019 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21161983 889421824 7140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19489/tid=19494] ppid=19488 vsize=868576 CPUtime=0
/proc/19489/task/19494/stat : 19494 (java) S 19488 19475 18019 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21161985 889421824 7140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19489/tid=19495] ppid=19488 vsize=868576 CPUtime=0.17
/proc/19489/task/19495/stat : 19495 (java) S 19488 19475 18019 0 -1 64 1484 0 0 0 17 0 0 0 16 0 9 0 21161985 889421824 7140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19489/tid=19496] ppid=19488 vsize=868576 CPUtime=0
/proc/19489/task/19496/stat : 19496 (java) S 19488 19475 18019 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21161985 889421824 7140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19489/tid=19497] ppid=19488 vsize=868576 CPUtime=0
/proc/19489/task/19497/stat : 19497 (java) S 19488 19475 18019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21161985 889421824 7140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890800

[startup+3.10273 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 19497
/proc/meminfo: memFree=1786792/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=16868 CPUtime=0.71
/proc/19475/stat : 19475 (sugar) S 19473 19475 18019 0 -1 4194304 1310 7304 0 1 6 1 60 4 15 0 1 0 21161903 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19475/statm: 4217 1111 409 3 0 796 0
[pid=19488] ppid=19475 vsize=5356 CPUtime=0
/proc/19488/stat : 19488 (sh) S 19475 19475 18019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21161981 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19488/statm: 1339 233 193 169 0 50 0
[pid=19489] ppid=19488 vsize=868688 CPUtime=2.3
/proc/19489/stat : 19489 (java) S 19488 19475 18019 0 -1 0 8468 0 1 0 213 17 0 0 18 0 9 0 21161981 889536512 7251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19489/statm: 217172 7251 2590 9 0 211649 0
[pid=19489/tid=19490] ppid=19488 vsize=868688 CPUtime=1.72
/proc/19489/task/19490/stat : 19490 (java) R 19488 19475 18019 0 -1 64 3155 0 1 0 161 11 0 0 25 0 9 0 21161982 889536512 7251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19489/tid=19491] ppid=19488 vsize=868688 CPUtime=0.32
/proc/19489/task/19491/stat : 19491 (java) S 19488 19475 18019 0 -1 64 3092 0 0 0 29 3 0 0 15 0 9 0 21161983 889536512 7251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19489/tid=19492] ppid=19488 vsize=868688 CPUtime=0
/proc/19489/task/19492/stat : 19492 (java) S 19488 19475 18019 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21161983 889536512 7251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19489/tid=19493] ppid=19488 vsize=868688 CPUtime=0
/proc/19489/task/19493/stat : 19493 (java) S 19488 19475 18019 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21161983 889536512 7251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19489/tid=19494] ppid=19488 vsize=868688 CPUtime=0
/proc/19489/task/19494/stat : 19494 (java) S 19488 19475 18019 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21161985 889536512 7251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19489/tid=19495] ppid=19488 vsize=868688 CPUtime=0.22
/proc/19489/task/19495/stat : 19495 (java) S 19488 19475 18019 0 -1 64 1522 0 0 0 22 0 0 0 16 0 9 0 21161985 889536512 7251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19489/tid=19496] ppid=19488 vsize=868688 CPUtime=0
/proc/19489/task/19496/stat : 19496 (java) S 19488 19475 18019 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21161985 889536512 7251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19489/tid=19497] ppid=19488 vsize=868688 CPUtime=0
/proc/19489/task/19497/stat : 19497 (java) S 19488 19475 18019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21161985 889536512 7251 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) 890912

[startup+6.30193 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 19499
/proc/meminfo: memFree=1723688/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=16868 CPUtime=4.27
/proc/19475/stat : 19475 (sugar) S 19473 19475 18019 0 -1 4194304 1376 16472 0 2 6 1 387 33 15 0 1 0 21161903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19475/statm: 4217 1113 409 3 0 796 0
[pid=19498] ppid=19475 vsize=5356 CPUtime=0
/proc/19498/stat : 19498 (sh) S 19475 19475 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21162341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19498/statm: 1339 232 193 169 0 50 0
[pid=19499] ppid=19498 vsize=61712 CPUtime=1.91
/proc/19499/stat : 19499 (minisat) R 19498 19475 18019 0 -1 4194304 15044 0 0 0 182 9 0 0 25 0 1 0 21162341 63193088 15030 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19499/statm: 15428 15030 76 150 0 15275 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 83936

[startup+12.7025 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 19499
/proc/meminfo: memFree=1715248/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=16868 CPUtime=4.27
/proc/19475/stat : 19475 (sugar) S 19473 19475 18019 0 -1 4194304 1376 16472 0 2 6 1 387 33 16 0 1 0 21161903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19475/statm: 4217 1113 409 3 0 796 0
[pid=19498] ppid=19475 vsize=5356 CPUtime=0
/proc/19498/stat : 19498 (sh) S 19475 19475 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21162341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19498/statm: 1339 232 193 169 0 50 0
[pid=19499] ppid=19498 vsize=63740 CPUtime=8.27
/proc/19499/stat : 19499 (minisat) R 19498 19475 18019 0 -1 4194304 15545 0 0 0 818 9 0 0 25 0 1 0 21162341 65269760 15531 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/19499/statm: 15935 15531 76 150 0 15782 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 85964

[startup+25.5016 s]
/proc/loadavg: 1.87 1.97 1.99 3/85 19542
/proc/meminfo: memFree=1756128/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=16868 CPUtime=4.27
/proc/19475/stat : 19475 (sugar) S 19473 19475 18019 0 -1 4194304 1376 16472 0 2 6 1 387 33 16 0 1 0 21161903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19475/statm: 4217 1113 409 3 0 796 0
[pid=19498] ppid=19475 vsize=5356 CPUtime=0
/proc/19498/stat : 19498 (sh) S 19475 19475 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21162341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19498/statm: 1339 232 193 169 0 50 0
[pid=19499] ppid=19498 vsize=64928 CPUtime=21.03
/proc/19499/stat : 19499 (minisat) R 19498 19475 18019 0 -1 4194304 15874 0 0 0 2093 10 0 0 25 0 1 0 21162341 66486272 15860 996147200 134512640 135127466 4294956256 18446744073709551615 134522608 0 0 4096 3 0 0 0 17 0 0 0
/proc/19499/statm: 16232 15860 76 150 0 16079 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 87152

[startup+51.1019 s]
/proc/loadavg: 1.92 1.97 1.99 3/83 19578
/proc/meminfo: memFree=1709624/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=16868 CPUtime=4.27
/proc/19475/stat : 19475 (sugar) S 19473 19475 18019 0 -1 4194304 1376 16472 0 2 6 1 387 33 16 0 1 0 21161903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19475/statm: 4217 1113 409 3 0 796 0
[pid=19498] ppid=19475 vsize=5356 CPUtime=0
/proc/19498/stat : 19498 (sh) S 19475 19475 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21162341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19498/statm: 1339 232 193 169 0 50 0
[pid=19499] ppid=19498 vsize=68272 CPUtime=46.62
/proc/19499/stat : 19499 (minisat) R 19498 19475 18019 0 -1 4194304 16707 0 0 0 4650 12 0 0 25 0 1 0 21162341 69910528 16693 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/19499/statm: 17068 16693 76 150 0 16915 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 90496

[startup+102.306 s]
/proc/loadavg: 2.02 1.99 1.99 3/83 19578
/proc/meminfo: memFree=1702328/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=16868 CPUtime=4.27
/proc/19475/stat : 19475 (sugar) S 19473 19475 18019 0 -1 4194304 1376 16472 0 2 6 1 387 33 16 0 1 0 21161903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19475/statm: 4217 1113 409 3 0 796 0
[pid=19498] ppid=19475 vsize=5356 CPUtime=0
/proc/19498/stat : 19498 (sh) S 19475 19475 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21162341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19498/statm: 1339 232 193 169 0 50 0
[pid=19499] ppid=19498 vsize=75520 CPUtime=97.8
/proc/19499/stat : 19499 (minisat) R 19498 19475 18019 0 -1 4194304 18484 0 0 0 9766 14 0 0 25 0 1 0 21162341 77332480 18470 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19499/statm: 18880 18470 76 150 0 18727 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 97744

[startup+162.302 s]
/proc/loadavg: 2.05 2.00 2.00 3/83 19578
/proc/meminfo: memFree=1695416/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=16868 CPUtime=4.27
/proc/19475/stat : 19475 (sugar) S 19473 19475 18019 0 -1 4194304 1376 16472 0 2 6 1 387 33 16 0 1 0 21161903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19475/statm: 4217 1113 409 3 0 796 0
[pid=19498] ppid=19475 vsize=5356 CPUtime=0
/proc/19498/stat : 19498 (sh) S 19475 19475 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21162341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1563584/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=16868 CPUtime=4.27
/proc/19475/stat : 19475 (sugar) S 19473 19475 18019 0 -1 4194304 1376 16472 0 2 6 1 387 33 16 0 1 0 21161903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19475/statm: 4217 1113 409 3 0 796 0
[pid=19498] ppid=19475 vsize=5356 CPUtime=0
/proc/19498/stat : 19498 (sh) S 19475 19475 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21162341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19498/statm: 1339 232 193 169 0 50 0
[pid=19499] ppid=19498 vsize=212956 CPUtime=1357.31
/proc/19499/stat : 19499 (minisat) R 19498 19475 18019 0 -1 4194304 52788 0 0 0 135675 56 0 0 25 0 1 0 21162341 218066944 52774 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/19499/statm: 53239 52774 76 150 0 53086 0
Current children cumulated CPU time (s) 1361.58
Current children cumulated vsize (KiB) 235180

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19580
/proc/meminfo: memFree=1556928/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=16868 CPUtime=4.27
/proc/19475/stat : 19475 (sugar) S 19473 19475 18019 0 -1 4194304 1376 16472 0 2 6 1 387 33 16 0 1 0 21161903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19475/statm: 4217 1113 409 3 0 796 0
[pid=19498] ppid=19475 vsize=5356 CPUtime=0
/proc/19498/stat : 19498 (sh) S 19475 19475 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21162341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19498/statm: 1339 232 193 169 0 50 0
[pid=19499] ppid=19498 vsize=219556 CPUtime=1417.3
/proc/19499/stat : 19499 (minisat) R 19498 19475 18019 0 -1 4194304 54437 0 0 0 141672 58 0 0 25 0 1 0 21162341 224825344 54423 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19499/statm: 54889 54423 76 150 0 54736 0
Current children cumulated CPU time (s) 1421.57
Current children cumulated vsize (KiB) 241780

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19586
/proc/meminfo: memFree=1550184/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=16868 CPUtime=4.27
/proc/19475/stat : 19475 (sugar) S 19473 19475 18019 0 -1 4194304 1376 16472 0 2 6 1 387 33 16 0 1 0 21161903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19475/statm: 4217 1113 409 3 0 796 0
[pid=19498] ppid=19475 vsize=5356 CPUtime=0
/proc/19498/stat : 19498 (sh) S 19475 19475 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21162341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19498/statm: 1339 232 193 169 0 50 0
[pid=19499] ppid=19498 vsize=225908 CPUtime=1477.26
/proc/19499/stat : 19499 (minisat) R 19498 19475 18019 0 -1 4194304 56060 0 0 0 147667 59 0 0 25 0 1 0 21162341 231329792 56046 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19499/statm: 56477 56046 76 150 0 56324 0
Current children cumulated CPU time (s) 1481.53
Current children cumulated vsize (KiB) 248132

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19586
/proc/meminfo: memFree=1545528/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=16868 CPUtime=4.27
/proc/19475/stat : 19475 (sugar) S 19473 19475 18019 0 -1 4194304 1376 16472 0 2 6 1 387 33 16 0 1 0 21161903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19475/statm: 4217 1113 409 3 0 796 0
[pid=19498] ppid=19475 vsize=5356 CPUtime=0
/proc/19498/stat : 19498 (sh) S 19475 19475 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21162341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19498/statm: 1339 232 193 169 0 50 0
[pid=19499] ppid=19498 vsize=230528 CPUtime=1537.25
/proc/19499/stat : 19499 (minisat) R 19498 19475 18019 0 -1 4194304 57230 0 0 0 153664 61 0 0 25 0 1 0 21162341 236060672 57216 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19499/statm: 57632 57216 76 150 0 57479 0
Current children cumulated CPU time (s) 1541.52
Current children cumulated vsize (KiB) 252752

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19586
/proc/meminfo: memFree=1541496/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=16868 CPUtime=4.27
/proc/19475/stat : 19475 (sugar) S 19473 19475 18019 0 -1 4194304 1376 16472 0 2 6 1 387 33 16 0 1 0 21161903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19475/statm: 4217 1113 409 3 0 796 0
[pid=19498] ppid=19475 vsize=5356 CPUtime=0
/proc/19498/stat : 19498 (sh) S 19475 19475 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21162341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19498/statm: 1339 232 193 169 0 50 0
[pid=19499] ppid=19498 vsize=235540 CPUtime=1597.23
/proc/19499/stat : 19499 (minisat) R 19498 19475 18019 0 -1 4194304 58250 0 0 0 159661 62 0 0 25 0 1 0 21162341 241192960 58236 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19499/statm: 58885 58236 76 150 0 58732 0
Current children cumulated CPU time (s) 1601.5
Current children cumulated vsize (KiB) 257764

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19586
/proc/meminfo: memFree=1537464/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=16868 CPUtime=4.27
/proc/19475/stat : 19475 (sugar) S 19473 19475 18019 0 -1 4194304 1376 16472 0 2 6 1 387 33 16 0 1 0 21161903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19475/statm: 4217 1113 409 3 0 796 0
[pid=19498] ppid=19475 vsize=5356 CPUtime=0
/proc/19498/stat : 19498 (sh) S 19475 19475 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21162341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19498/statm: 1339 232 193 169 0 50 0
[pid=19499] ppid=19498 vsize=239500 CPUtime=1657.2
/proc/19499/stat : 19499 (minisat) R 19498 19475 18019 0 -1 4194304 59241 0 0 0 165657 63 0 0 25 0 1 0 21162341 245248000 59227 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19499/statm: 59875 59227 76 150 0 59722 0
Current children cumulated CPU time (s) 1661.47
Current children cumulated vsize (KiB) 261724

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19586
/proc/meminfo: memFree=1532984/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=16868 CPUtime=4.27
/proc/19475/stat : 19475 (sugar) S 19473 19475 18019 0 -1 4194304 1376 16472 0 2 6 1 387 33 16 0 1 0 21161903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19475/statm: 4217 1113 409 3 0 796 0
[pid=19498] ppid=19475 vsize=5356 CPUtime=0
/proc/19498/stat : 19498 (sh) S 19475 19475 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21162341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19498/statm: 1339 232 193 169 0 50 0
[pid=19499] ppid=19498 vsize=243856 CPUtime=1717.18
/proc/19499/stat : 19499 (minisat) R 19498 19475 18019 0 -1 4194304 60361 0 0 0 171654 64 0 0 25 0 1 0 21162341 249708544 60347 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/19499/statm: 60964 60347 76 150 0 60811 0
Current children cumulated CPU time (s) 1721.45
Current children cumulated vsize (KiB) 266080

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19586
/proc/meminfo: memFree=1529080/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=16868 CPUtime=4.27
/proc/19475/stat : 19475 (sugar) S 19473 19475 18019 0 -1 4194304 1376 16472 0 2 6 1 387 33 16 0 1 0 21161903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19475/statm: 4217 1113 409 3 0 796 0
[pid=19498] ppid=19475 vsize=5356 CPUtime=0
/proc/19498/stat : 19498 (sh) S 19475 19475 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21162341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19498/statm: 1339 232 193 169 0 50 0
[pid=19499] ppid=19498 vsize=247692 CPUtime=1777.16
/proc/19499/stat : 19499 (minisat) R 19498 19475 18019 0 -1 4194304 61310 0 0 0 177651 65 0 0 25 0 1 0 21162341 253636608 61296 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/19499/statm: 61923 61296 76 150 0 61770 0
Current children cumulated CPU time (s) 1781.43
Current children cumulated vsize (KiB) 269916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19586
/proc/meminfo: memFree=1527936/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=16868 CPUtime=4.27
/proc/19475/stat : 19475 (sugar) S 19473 19475 18019 0 -1 4194304 1376 16472 0 2 6 1 387 33 16 0 1 0 21161903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19475/statm: 4217 1113 409 3 0 796 0
[pid=19498] ppid=19475 vsize=5356 CPUtime=0
/proc/19498/stat : 19498 (sh) S 19475 19475 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21162341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19498/statm: 1339 232 193 169 0 50 0
[pid=19499] ppid=19498 vsize=248756 CPUtime=1795.75
/proc/19499/stat : 19499 (minisat) R 19498 19475 18019 0 -1 4194304 61590 0 0 0 179510 65 0 0 25 0 1 0 21162341 254726144 61576 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19499/statm: 62189 61576 76 150 0 62036 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 270980

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 2.00 3/83 19586
/proc/meminfo: memFree=1527936/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=16868 CPUtime=4.27
/proc/19475/stat : 19475 (sugar) S 19473 19475 18019 0 -1 4194304 1376 16472 0 2 6 1 387 33 16 0 1 0 21161903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19475/statm: 4217 1113 409 3 0 796 0
[pid=19498] ppid=19475 vsize=5356 CPUtime=0
/proc/19498/stat : 19498 (sh) S 19475 19475 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21162341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19498/statm: 1339 232 193 169 0 50 0
[pid=19499] ppid=19498 vsize=248756 CPUtime=1795.75
/proc/19499/stat : 19499 (minisat) R 19498 19475 18019 0 -1 4194304 61590 0 0 0 179510 65 0 0 25 0 1 0 21162341 254726144 61576 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19499/statm: 62189 61576 76 150 0 62036 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 270980

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19475 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=941400
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=369943
# CPU time returned by wait4() is 4.31134
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.96
CPU time (s): 1800.02
CPU user time (s): 1799.03
CPU system time (s): 0.99
CPU usage (%): 99.9478
Max. virtual memory (cumulated for all children) (KiB): 890912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.9414
system time used= 0.369943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18231
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= 9219
involuntary context switches= 9134

runsolver used 2.6206 second user time and 5.39718 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-11 21:36:23
IDJOB=2065945
IDBENCH=54447
IDSOLVER=739
FILE ID=node50/2065945-1247340983
PBS_JOBID= 9506677
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-70.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-2065945-1247340983/watcher-2065945-1247340983 -o /tmp/evaluation-result-2065945-1247340983/solver-2065945-1247340983 -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-2065945-1247340983.xml

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

MD5SUM BENCH= 42673f380bfac3cdabf246f9ec4e88d8
RANDOM SEED=1060336558

node50.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.231
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.231
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:       1816224 kB
Buffers:         18552 kB
Cached:         115748 kB
SwapCached:          0 kB
Active:         151112 kB
Inactive:        39372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2216 kB
Writeback:           0 kB
Mapped:          68840 kB
Slab:            34300 kB
Committed_AS:   221596 kB
PageTables:       2088 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= 66424 MiB
End job on node50 at 2009-07-11 22:06:26