Trace number 1089321

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.13+minisat? (TO) 1800.02 1809.03

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-25/
normalized-lei450-25b-24.xml
MD5SUM1a83ac4e698f7d5e998b86838d2a31c5
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.298953
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8263
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8263
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 16:20:55 2008
0.00/0.04	c 0	PID 11707
0.00/0.04	c 0	HOST node75.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1089321-1215267655.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1089321-1215267655.xml' 'HOME/temp.csp'
0.03/0.76	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 8263 constraints
0.03/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.73/0.85	c 1	Parsing HOME/temp.csp
1.04/1.15	c 1	parsed 8715 expressions
1.04/1.16	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.16	c 1	Converting to clausal form CSP
1.23/1.33	c 1	converted 872 (10%) expressions
1.23/1.38	c 1	converted 1743 (20%) expressions
1.33/1.40	c 1	converted 2615 (30%) expressions
1.33/1.42	c 1	converted 3486 (40%) expressions
1.33/1.49	c 1	converted 4358 (50%) expressions
1.42/1.51	c 1	converted 5229 (60%) expressions
1.42/1.53	c 1	converted 6101 (70%) expressions
1.42/1.55	c 1	converted 6972 (80%) expressions
1.42/1.57	c 1	converted 7844 (90%) expressions
1.42/1.60	c 1	converted 8715 (100%) expressions
1.42/1.60	c 1	CSP : 450 integers, 0 booleans, 8263 clauses, largest domain size 24
1.42/1.60	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.60	c 1	Propagation in CSP
1.63/1.72	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.63/1.72	c 2	CSP : 450 integers, 0 booleans, 8263 clauses, largest domain size 24
1.63/1.72	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.63/1.73	c 2	Simplifing CSP by introducing new Boolean variables
1.73/1.87	c 2	CSP : 450 integers, 16526 booleans, 24789 clauses, largest domain size 24
1.73/1.87	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/1.95	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.82/1.98	c 2	45 (10%) CSP integer variables are encoded (990 clauses, 10817 bytes)
1.82/1.98	c 2	90 (20%) CSP integer variables are encoded (1980 clauses, 23687 bytes)
1.82/1.99	c 2	135 (30%) CSP integer variables are encoded (2970 clauses, 36557 bytes)
1.82/1.99	c 2	180 (40%) CSP integer variables are encoded (3960 clauses, 49427 bytes)
1.82/1.99	c 2	225 (50%) CSP integer variables are encoded (4950 clauses, 62297 bytes)
1.82/1.99	c 2	270 (60%) CSP integer variables are encoded (5940 clauses, 75167 bytes)
1.82/1.99	c 2	315 (70%) CSP integer variables are encoded (6930 clauses, 88037 bytes)
1.92/2.00	c 2	360 (80%) CSP integer variables are encoded (7920 clauses, 100907 bytes)
1.92/2.00	c 2	405 (90%) CSP integer variables are encoded (8910 clauses, 113777 bytes)
1.92/2.00	c 2	450 (100%) CSP integer variables are encoded (9900 clauses, 127318 bytes)
2.02/2.17	c 2	2479 (10%) CSP clauses are encoded (50398 clauses, 866890 bytes)
2.12/2.29	c 2	4958 (20%) CSP clauses are encoded (90896 clauses, 1626902 bytes)
2.31/2.42	c 2	7437 (30%) CSP clauses are encoded (131371 clauses, 2414372 bytes)
2.42/2.54	c 2	9916 (40%) CSP clauses are encoded (171869 clauses, 3202827 bytes)
2.52/2.67	c 3	12395 (50%) CSP clauses are encoded (212367 clauses, 3991028 bytes)
2.62/2.79	c 3	14874 (60%) CSP clauses are encoded (252842 clauses, 4779292 bytes)
2.81/2.92	c 3	17353 (70%) CSP clauses are encoded (293340 clauses, 5568597 bytes)
2.92/3.05	c 3	19832 (80%) CSP clauses are encoded (333838 clauses, 6357534 bytes)
3.01/3.17	c 3	22311 (90%) CSP clauses are encoded (374313 clauses, 7146432 bytes)
3.21/3.31	c 3	24789 (100%) CSP clauses are encoded (414787 clauses, 7939630 bytes)
3.21/3.31	c 3	24789 CSP clauses encoded
3.21/3.31	c 3	Writing map file : HOME/temp.map
3.21/3.32	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.21/3.32	c 3	SAT : 26876 SAT variables, 414787 SAT clauses, 7939630 bytes
3.21/3.32	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.21/3.38	c 3	SOLVING HOME/temp.cnf
3.21/3.38	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.21/3.38	c 3	This is MiniSat 2.0 beta
3.21/3.38	c 3	WARNING: for repeatability, setting FPU to use double precision
3.21/3.38	c 3	============================[ Problem Statistics ]=============================
3.21/3.38	c 3	|                                                                             |
3.21/3.39	c 3	|  Number of variables:  26876                                                |
3.21/3.39	c 3	|  Number of clauses:    414787                                               |
3.25/3.60	c 3	|  Parsing time:         0.18         s                                       |
3.26/3.61	c 3	============================[ Search Statistics ]==============================
3.26/3.61	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.26/3.61	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.26/3.61	c 3	===============================================================================
3.26/3.61	c 3	|         0 |   26876   414787  1193146 |   138262        0    nan |  0.000 % |
3.26/3.69	c 4	|       101 |   26876   414787  1193146 |   152088      101     39 |  0.000 % |
3.26/3.71	c 4	|       252 |   26876   414787  1193146 |   167297      252     21 |  0.000 % |
3.26/3.74	c 4	|       478 |   26876   414787  1193146 |   184027      478     15 |  0.000 % |
3.26/3.75	c 4	|       815 |   26876   414787  1193146 |   202429      815     12 |  0.000 % |
3.26/3.78	c 4	|      1322 |   26876   414787  1193146 |   222672     1322     11 |  0.000 % |
3.26/3.81	c 4	|      2081 |   26876   414787  1193146 |   244940     2081     11 |  0.000 % |
3.26/3.86	c 4	|      3220 |   26876   414787  1193146 |   269434     3220     11 |  0.000 % |
3.26/3.97	c 4	|      4928 |   26876   414787  1193146 |   296377     4928     12 |  0.000 % |
3.26/4.07	c 4	|      7491 |   26876   414787  1193146 |   326015     7491     11 |  0.000 % |
3.26/4.26	c 4	|     11335 |   26876   414787  1193146 |   358616    11335     11 |  0.000 % |
4.45/4.68	c 5	|     17101 |   26876   414787  1193146 |   394478    17101     12 |  0.000 % |
5.05/5.27	c 5	|     25751 |   26876   414787  1193146 |   433926    25751     12 |  0.000 % |
6.35/6.53	c 6	|     38727 |   26876   414787  1193146 |   477319    38727     12 |  0.000 % |
8.94/9.11	c 9	|     58188 |   26876   414787  1193146 |   525050    58188     13 |  0.000 % |
16.79/17.02	c 17	|     87381 |   26876   414787  1193146 |   577556    87381     13 |  0.000 % |
36.01/36.35	c 36	|    131170 |   26876   414787  1193146 |   635311   131170     14 |  0.000 % |
58.49/58.99	c 59	|    196855 |   26876   414787  1193146 |   698842   196855     14 |  0.000 % |
168.26/169.23	c 169	|    295382 |   26876   414787  1193146 |   768727   295382     15 |  0.000 % |
385.00/387.10	c 387	|    443172 |   26876   414787  1193146 |   845599   443172     15 |  0.000 % |
771.42/775.31	c 775	|    664855 |   26876   414787  1193146 |   930159   664855     16 |  0.000 % |
1618.92/1627.04	c 1627	|    997380 |   26876   414787  1193146 |  1023175    84964     17 |  0.000 % |
1800.02/1809.02	c ERROR INTERRUPTED
1800.02/1809.02	s UNKNOWN
1800.02/1809.03	c 1809	CPU 3.09 (0.04 0 3.05 0.17)
1800.02/1809.03	c 1809	END Sat Jul  5 16:51:04 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1089321-1215267655/watcher-1089321-1215267655 -o /tmp/evaluation-result-1089321-1215267655/solver-1089321-1215267655 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1089321-1215267655.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.33 2.05 1.24 4/86 11707
/proc/meminfo: memFree=1753384/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=12272 CPUtime=0
/proc/11707/stat : 11707 (sugar) R 11705 11707 11562 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 2005715260 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 231891581950 0 0 4224 0 0 0 0 17 1 0 0
/proc/11707/statm: 3068 328 246 3 0 168 0

[startup+0.0687169 s]
/proc/loadavg: 2.33 2.05 1.24 4/86 11707
/proc/meminfo: memFree=1753384/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=13600 CPUtime=0.03
/proc/11707/stat : 11707 (sugar) S 11705 11707 11562 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2005715260 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11707/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10269 s]
/proc/loadavg: 2.33 2.05 1.24 4/86 11707
/proc/meminfo: memFree=1753384/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=13600 CPUtime=0.03
/proc/11707/stat : 11707 (sugar) S 11705 11707 11562 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2005715260 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11707/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302713 s]
/proc/loadavg: 2.33 2.05 1.24 4/86 11707
/proc/meminfo: memFree=1753384/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=13600 CPUtime=0.03
/proc/11707/stat : 11707 (sugar) S 11705 11707 11562 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2005715260 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11707/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702759 s]
/proc/loadavg: 2.33 2.05 1.24 4/86 11707
/proc/meminfo: memFree=1753384/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=13600 CPUtime=0.03
/proc/11707/stat : 11707 (sugar) S 11705 11707 11562 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2005715260 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11707/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50185 s]
/proc/loadavg: 2.33 2.05 1.24 3/97 11729
/proc/meminfo: memFree=1745360/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=13600 CPUtime=0.73
/proc/11707/stat : 11707 (sugar) S 11705 11707 11562 0 -1 4194304 973 8547 0 1 3 0 66 4 15 0 1 0 2005715260 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11707/statm: 3400 797 370 3 0 500 0
[pid=11720] ppid=11707 vsize=5356 CPUtime=0
/proc/11720/stat : 11720 (sh) S 11707 11707 11562 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005715338 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11720/statm: 1339 233 193 169 0 50 0
[pid=11721] ppid=11720 vsize=868372 CPUtime=0.69
/proc/11721/stat : 11721 (java) S 11720 11707 11562 0 -1 0 7252 0 1 0 66 3 0 0 20 0 9 0 2005715338 889212928 6444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11721/statm: 217093 6444 2540 9 0 211668 0
[pid=11721/tid=11722] ppid=11720 vsize=868372 CPUtime=0.4
/proc/11721/task/11722/stat : 11722 (java) R 11720 11707 11562 0 -1 64 2676 0 1 0 39 1 0 0 25 0 9 0 2005715339 889212928 6444 996147200 134512640 134550740 4294955952 18446744073709551615 4126594992 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11721/tid=11723] ppid=11720 vsize=868372 CPUtime=0.09
/proc/11721/task/11723/stat : 11723 (java) S 11720 11707 11562 0 -1 64 2421 0 0 0 9 0 0 0 16 0 9 0 2005715340 889212928 6444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11721/tid=11724] ppid=11720 vsize=868372 CPUtime=0
/proc/11721/task/11724/stat : 11724 (java) S 11720 11707 11562 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2005715340 889212928 6444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11721/tid=11725] ppid=11720 vsize=868372 CPUtime=0
/proc/11721/task/11725/stat : 11725 (java) S 11720 11707 11562 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005715340 889212928 6444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11721/tid=11726] ppid=11720 vsize=868372 CPUtime=0
/proc/11721/task/11726/stat : 11726 (java) S 11720 11707 11562 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2005715342 889212928 6444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11721/tid=11727] ppid=11720 vsize=868372 CPUtime=0.16
/proc/11721/task/11727/stat : 11727 (java) S 11720 11707 11562 0 -1 64 1462 0 0 0 16 0 0 0 16 0 9 0 2005715342 889212928 6444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11721/tid=11728] ppid=11720 vsize=868372 CPUtime=0
/proc/11721/task/11728/stat : 11728 (java) S 11720 11707 11562 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2005715342 889212928 6444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11721/tid=11729] ppid=11720 vsize=868372 CPUtime=0
/proc/11721/task/11729/stat : 11729 (java) S 11720 11707 11562 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005715342 889212928 6444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887328

[startup+3.10104 s]
/proc/loadavg: 2.33 2.05 1.24 3/97 11729
/proc/meminfo: memFree=1725904/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=13600 CPUtime=0.73
/proc/11707/stat : 11707 (sugar) S 11705 11707 11562 0 -1 4194304 974 8547 0 1 3 0 66 4 15 0 1 0 2005715260 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11707/statm: 3400 797 370 3 0 500 0
[pid=11720] ppid=11707 vsize=5356 CPUtime=0
/proc/11720/stat : 11720 (sh) S 11707 11707 11562 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005715338 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11720/statm: 1339 233 193 169 0 50 0
[pid=11721] ppid=11720 vsize=868484 CPUtime=2.28
/proc/11721/stat : 11721 (java) S 11720 11707 11562 0 -1 0 9638 0 1 0 218 10 0 0 20 0 9 0 2005715338 889327616 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11721/statm: 217121 8620 2565 9 0 211668 0
[pid=11721/tid=11722] ppid=11720 vsize=868484 CPUtime=1.63
/proc/11721/task/11722/stat : 11722 (java) R 11720 11707 11562 0 -1 64 3010 0 1 0 157 6 0 0 25 0 9 0 2005715339 889327616 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4126606460 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11721/tid=11723] ppid=11720 vsize=868484 CPUtime=0.39
/proc/11721/task/11723/stat : 11723 (java) S 11720 11707 11562 0 -1 64 4427 0 0 0 37 2 0 0 16 0 9 0 2005715340 889327616 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11721/tid=11724] ppid=11720 vsize=868484 CPUtime=0
/proc/11721/task/11724/stat : 11724 (java) S 11720 11707 11562 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2005715340 889327616 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11721/tid=11725] ppid=11720 vsize=868484 CPUtime=0
/proc/11721/task/11725/stat : 11725 (java) S 11720 11707 11562 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005715340 889327616 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11721/tid=11726] ppid=11720 vsize=868484 CPUtime=0
/proc/11721/task/11726/stat : 11726 (java) S 11720 11707 11562 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2005715342 889327616 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11721/tid=11727] ppid=11720 vsize=868484 CPUtime=0.24
/proc/11721/task/11727/stat : 11727 (java) S 11720 11707 11562 0 -1 64 1508 0 0 0 23 1 0 0 16 0 9 0 2005715342 889327616 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11721/tid=11728] ppid=11720 vsize=868484 CPUtime=0
/proc/11721/task/11728/stat : 11728 (java) S 11720 11707 11562 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2005715342 889327616 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11721/tid=11729] ppid=11720 vsize=868484 CPUtime=0
/proc/11721/task/11729/stat : 11729 (java) S 11720 11707 11562 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005715342 889327616 8620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887440

[startup+6.30141 s]
/proc/loadavg: 2.38 2.06 1.25 3/89 11731
/proc/meminfo: memFree=1720528/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=13600 CPUtime=3.26
/proc/11707/stat : 11707 (sugar) S 11705 11707 11562 0 -1 4194304 1034 18516 0 2 4 0 305 17 15 0 1 0 2005715260 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11707/statm: 3400 799 370 3 0 500 0
[pid=11730] ppid=11707 vsize=5356 CPUtime=0
/proc/11730/stat : 11730 (sh) S 11707 11707 11562 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005715599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11730/statm: 1339 232 193 169 0 50 0
[pid=11731] ppid=11730 vsize=23984 CPUtime=2.88
/proc/11731/stat : 11731 (minisat) R 11730 11707 11562 0 -1 4194304 5849 0 0 0 285 3 0 0 25 0 1 0 2005715599 24559616 5835 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11731/statm: 5996 5835 76 150 0 5843 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 42940

[startup+12.7012 s]
/proc/loadavg: 2.35 2.06 1.26 3/89 11731
/proc/meminfo: memFree=1716496/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=13600 CPUtime=3.26
/proc/11707/stat : 11707 (sugar) S 11705 11707 11562 0 -1 4194304 1034 18516 0 2 4 0 305 17 16 0 1 0 2005715260 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11707/statm: 3400 799 370 3 0 500 0
[pid=11730] ppid=11707 vsize=5356 CPUtime=0
/proc/11730/stat : 11730 (sh) S 11707 11707 11562 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005715599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11730/statm: 1339 232 193 169 0 50 0
[pid=11731] ppid=11730 vsize=27624 CPUtime=9.26
/proc/11731/stat : 11731 (minisat) R 11730 11707 11562 0 -1 4194304 6724 0 0 0 922 4 0 0 25 0 1 0 2005715599 28286976 6710 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11731/statm: 6906 6710 76 150 0 6753 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 46580

[startup+25.5027 s]
/proc/loadavg: 2.27 2.06 1.27 3/89 11731
/proc/meminfo: memFree=1712592/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=13600 CPUtime=3.26
/proc/11707/stat : 11707 (sugar) S 11705 11707 11562 0 -1 4194304 1034 18516 0 2 4 0 305 17 16 0 1 0 2005715260 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11707/statm: 3400 799 370 3 0 500 0
[pid=11730] ppid=11707 vsize=5356 CPUtime=0
/proc/11730/stat : 11730 (sh) S 11707 11707 11562 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005715599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11730/statm: 1339 232 193 169 0 50 0
[pid=11731] ppid=11730 vsize=31440 CPUtime=22
/proc/11731/stat : 11731 (minisat) R 11730 11707 11562 0 -1 4194304 7662 0 0 0 2195 5 0 0 25 0 1 0 2005715599 32194560 7648 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11731/statm: 7860 7648 76 150 0 7707 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 50396

[startup+51.1026 s]
/proc/loadavg: 2.18 2.05 1.29 3/89 11731
/proc/meminfo: memFree=1705552/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=13600 CPUtime=3.26
/proc/11707/stat : 11707 (sugar) S 11705 11707 11562 0 -1 4194304 1034 18516 0 2 4 0 305 17 16 0 1 0 2005715260 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11707/statm: 3400 799 370 3 0 500 0
[pid=11730] ppid=11707 vsize=5356 CPUtime=0
/proc/11730/stat : 11730 (sh) S 11707 11707 11562 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005715599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11730/statm: 1339 232 193 169 0 50 0
[pid=11731] ppid=11730 vsize=38576 CPUtime=47.47
/proc/11731/stat : 11731 (minisat) R 11730 11707 11562 0 -1 4194304 9437 0 0 0 4740 7 0 0 25 0 1 0 2005715599 39501824 9423 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11731/statm: 9644 9423 76 150 0 9491 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 57532

[startup+102.308 s]
/proc/loadavg: 2.08 2.04 1.32 3/89 11731
/proc/meminfo: memFree=1699344/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=13600 CPUtime=3.26
/proc/11707/stat : 11707 (sugar) S 11705 11707 11562 0 -1 4194304 1034 18516 0 2 4 0 305 17 16 0 1 0 2005715260 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11707/statm: 3400 799 370 3 0 500 0
[pid=11730] ppid=11707 vsize=5356 CPUtime=0
/proc/11730/stat : 11730 (sh) S 11707 11707 11562 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005715599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11730/statm: 1339 232 193 169 0 50 0
[pid=11731] ppid=11730 vsize=44960 CPUtime=98.43
/proc/11731/stat : 11731 (minisat) R 11730 11707 11562 0 -1 4194304 10957 0 0 0 9835 8 0 0 25 0 1 0 2005715599 46039040 10943 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11731/statm: 11240 10943 76 150 0 11087 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 63916

[startup+162.303 s]
/proc/loadavg: 2.03 2.03 1.36 3/89 11731
/proc/meminfo: memFree=1694544/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=13600 CPUtime=3.26
/proc/11707/stat : 11707 (sugar) S 11705 11707 11562 0 -1 4194304 1034 18516 0 2 4 0 305 17 16 0 1 0 2005715260 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11707/statm: 3400 799 370 3 0 500 0
[pid=11730] ppid=11707 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1636848/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=13600 CPUtime=3.26
/proc/11707/stat : 11707 (sugar) S 11705 11707 11562 0 -1 4194304 1034 18516 0 2 4 0 305 17 16 0 1 0 2005715260 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11707/statm: 3400 799 370 3 0 500 0
[pid=11730] ppid=11707 vsize=5356 CPUtime=0
/proc/11730/stat : 11730 (sh) S 11707 11707 11562 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005715599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11730/statm: 1339 232 193 169 0 50 0
[pid=11731] ppid=11730 vsize=109904 CPUtime=1292.57
/proc/11731/stat : 11731 (minisat) R 11730 11707 11562 0 -1 4194304 26783 0 0 0 129231 26 0 0 25 0 1 0 2005715599 112541696 26769 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11731/statm: 27476 26769 76 150 0 27323 0
Current children cumulated CPU time (s) 1295.83
Current children cumulated vsize (KiB) 128860

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.80 3/90 11773
/proc/meminfo: memFree=1634800/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=13600 CPUtime=3.26
/proc/11707/stat : 11707 (sugar) S 11705 11707 11562 0 -1 4194304 1034 18516 0 2 4 0 305 17 16 0 1 0 2005715260 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11707/statm: 3400 799 370 3 0 500 0
[pid=11730] ppid=11707 vsize=5356 CPUtime=0
/proc/11730/stat : 11730 (sh) S 11707 11707 11562 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005715599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11730/statm: 1339 232 193 169 0 50 0
[pid=11731] ppid=11730 vsize=112172 CPUtime=1352.27
/proc/11731/stat : 11731 (minisat) R 11730 11707 11562 0 -1 4194304 27281 0 0 0 135200 27 0 0 25 0 1 0 2005715599 114864128 27267 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/11731/statm: 28043 27267 76 150 0 27890 0
Current children cumulated CPU time (s) 1355.53
Current children cumulated vsize (KiB) 131128

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.81 3/90 11773
/proc/meminfo: memFree=1633584/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=13600 CPUtime=3.26
/proc/11707/stat : 11707 (sugar) S 11705 11707 11562 0 -1 4194304 1034 18516 0 2 4 0 305 17 16 0 1 0 2005715260 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11707/statm: 3400 799 370 3 0 500 0
[pid=11730] ppid=11707 vsize=5356 CPUtime=0
/proc/11730/stat : 11730 (sh) S 11707 11707 11562 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005715599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11730/statm: 1339 232 193 169 0 50 0
[pid=11731] ppid=11730 vsize=113164 CPUtime=1411.97
/proc/11731/stat : 11731 (minisat) R 11730 11707 11562 0 -1 4194304 27586 0 0 0 141170 27 0 0 25 0 1 0 2005715599 115879936 27572 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11731/statm: 28291 27572 76 150 0 28138 0
Current children cumulated CPU time (s) 1415.23
Current children cumulated vsize (KiB) 132120

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/90 11773
/proc/meminfo: memFree=1631920/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=13600 CPUtime=3.26
/proc/11707/stat : 11707 (sugar) S 11705 11707 11562 0 -1 4194304 1034 18516 0 2 4 0 305 17 16 0 1 0 2005715260 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11707/statm: 3400 799 370 3 0 500 0
[pid=11730] ppid=11707 vsize=5356 CPUtime=0
/proc/11730/stat : 11730 (sh) S 11707 11707 11562 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005715599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11730/statm: 1339 232 193 169 0 50 0
[pid=11731] ppid=11730 vsize=114856 CPUtime=1471.68
/proc/11731/stat : 11731 (minisat) R 11730 11707 11562 0 -1 4194304 27990 0 0 0 147140 28 0 0 25 0 1 0 2005715599 117612544 27976 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11731/statm: 28714 27976 76 150 0 28561 0
Current children cumulated CPU time (s) 1474.94
Current children cumulated vsize (KiB) 133812

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/90 11773
/proc/meminfo: memFree=1630640/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=13600 CPUtime=3.26
/proc/11707/stat : 11707 (sugar) S 11705 11707 11562 0 -1 4194304 1034 18516 0 2 4 0 305 17 16 0 1 0 2005715260 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11707/statm: 3400 799 370 3 0 500 0
[pid=11730] ppid=11707 vsize=5356 CPUtime=0
/proc/11730/stat : 11730 (sh) S 11707 11707 11562 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005715599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11730/statm: 1339 232 193 169 0 50 0
[pid=11731] ppid=11730 vsize=116164 CPUtime=1531.38
/proc/11731/stat : 11731 (minisat) R 11730 11707 11562 0 -1 4194304 28303 0 0 0 153110 28 0 0 25 0 1 0 2005715599 118951936 28289 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11731/statm: 29041 28289 76 150 0 28888 0
Current children cumulated CPU time (s) 1534.64
Current children cumulated vsize (KiB) 135120

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/90 11773
/proc/meminfo: memFree=1629744/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=13600 CPUtime=3.26
/proc/11707/stat : 11707 (sugar) S 11705 11707 11562 0 -1 4194304 1034 18516 0 2 4 0 305 17 16 0 1 0 2005715260 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11707/statm: 3400 799 370 3 0 500 0
[pid=11730] ppid=11707 vsize=5356 CPUtime=0
/proc/11730/stat : 11730 (sh) S 11707 11707 11562 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005715599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11730/statm: 1339 232 193 169 0 50 0
[pid=11731] ppid=11730 vsize=116868 CPUtime=1591.09
/proc/11731/stat : 11731 (minisat) R 11730 11707 11562 0 -1 4194304 28514 0 0 0 159080 29 0 0 25 0 1 0 2005715599 119672832 28500 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11731/statm: 29217 28500 76 150 0 29064 0
Current children cumulated CPU time (s) 1594.35
Current children cumulated vsize (KiB) 135824

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/90 11775
/proc/meminfo: memFree=1629616/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=13600 CPUtime=3.26
/proc/11707/stat : 11707 (sugar) S 11705 11707 11562 0 -1 4194304 1034 18516 0 2 4 0 305 17 16 0 1 0 2005715260 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11707/statm: 3400 799 370 3 0 500 0
[pid=11730] ppid=11707 vsize=5356 CPUtime=0
/proc/11730/stat : 11730 (sh) S 11707 11707 11562 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005715599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11730/statm: 1339 232 193 169 0 50 0
[pid=11731] ppid=11730 vsize=116868 CPUtime=1650.79
/proc/11731/stat : 11731 (minisat) R 11730 11707 11562 0 -1 4194304 28520 0 0 0 165050 29 0 0 25 0 1 0 2005715599 119672832 28506 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11731/statm: 29217 28506 76 150 0 29064 0
Current children cumulated CPU time (s) 1654.05
Current children cumulated vsize (KiB) 135824

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/90 11775
/proc/meminfo: memFree=1629552/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=13600 CPUtime=3.26
/proc/11707/stat : 11707 (sugar) S 11705 11707 11562 0 -1 4194304 1034 18516 0 2 4 0 305 17 16 0 1 0 2005715260 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11707/statm: 3400 799 370 3 0 500 0
[pid=11730] ppid=11707 vsize=5356 CPUtime=0
/proc/11730/stat : 11730 (sh) S 11707 11707 11562 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005715599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11730/statm: 1339 232 193 169 0 50 0
[pid=11731] ppid=11730 vsize=116868 CPUtime=1710.49
/proc/11731/stat : 11731 (minisat) R 11730 11707 11562 0 -1 4194304 28521 0 0 0 171020 29 0 0 25 0 1 0 2005715599 119672832 28507 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11731/statm: 29217 28507 76 150 0 29064 0
Current children cumulated CPU time (s) 1713.75
Current children cumulated vsize (KiB) 135824

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/90 11775
/proc/meminfo: memFree=1629488/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=13600 CPUtime=3.26
/proc/11707/stat : 11707 (sugar) S 11705 11707 11562 0 -1 4194304 1034 18516 0 2 4 0 305 17 16 0 1 0 2005715260 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11707/statm: 3400 799 370 3 0 500 0
[pid=11730] ppid=11707 vsize=5356 CPUtime=0
/proc/11730/stat : 11730 (sh) S 11707 11707 11562 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005715599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11730/statm: 1339 232 193 169 0 50 0
[pid=11731] ppid=11730 vsize=116868 CPUtime=1770.19
/proc/11731/stat : 11731 (minisat) R 11730 11707 11562 0 -1 4194304 28523 0 0 0 176990 29 0 0 25 0 1 0 2005715599 119672832 28509 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11731/statm: 29217 28509 76 150 0 29064 0
Current children cumulated CPU time (s) 1773.45
Current children cumulated vsize (KiB) 135824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 2.00 2.00 1.85 3/90 11775
/proc/meminfo: memFree=1629424/2055920 swapFree=4180584/4192956
[pid=11707] ppid=11705 vsize=13600 CPUtime=3.26
/proc/11707/stat : 11707 (sugar) S 11705 11707 11562 0 -1 4194304 1034 18516 0 2 4 0 305 17 16 0 1 0 2005715260 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11707/statm: 3400 799 370 3 0 500 0
[pid=11730] ppid=11707 vsize=5356 CPUtime=0
/proc/11730/stat : 11730 (sh) S 11707 11707 11562 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005715599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11730/statm: 1339 232 193 169 0 50 0
[pid=11731] ppid=11730 vsize=116868 CPUtime=1796.76
/proc/11731/stat : 11731 (minisat) R 11730 11707 11562 0 -1 4194304 28524 0 0 0 179647 29 0 0 25 0 1 0 2005715599 119672832 28510 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11731/statm: 29217 28510 76 150 0 29064 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 135824

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11707 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=100528
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=188971
# CPU time returned by wait4() is 3.2895
# 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): 1809.03
CPU time (s): 1800.02
CPU user time (s): 1799.56
CPU system time (s): 0.46
CPU usage (%): 99.5018
Max. virtual memory (cumulated for all children) (KiB): 887516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.10053
system time used= 0.188971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19893
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= 3369
involuntary context switches= 3251

runsolver used 2.29665 second user time and 5.9431 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-05 16:20:55
IDJOB=1089321
IDBENCH=58253
IDSOLVER=346
FILE ID=node75/1089321-1215267655
PBS_JOBID= 7882204
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-25/normalized-lei450-25b-24.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1089321-1215267655/watcher-1089321-1215267655 -o /tmp/evaluation-result-1089321-1215267655/solver-1089321-1215267655 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1089321-1215267655.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1a83ac4e698f7d5e998b86838d2a31c5
RANDOM SEED=111264751

node75.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
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.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1753864 kB
Buffers:         17260 kB
Cached:         146516 kB
SwapCached:       6768 kB
Active:         183180 kB
Inactive:        65724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1753864 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:            2320 kB
Writeback:           0 kB
Mapped:         102444 kB
Slab:            37556 kB
Committed_AS:  5049064 kB
PageTables:       2504 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= 66556 MiB
End job on node75 at 2008-07-05 16:51:06