Trace number 2061072

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 1808.26

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-30-30.xml
MD5SUMe85d2010148b38b130e5f78ed4e296ed
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.14467
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints2178
Maximum constraint arity30
Maximum domain size97
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1741
Global constraints used (with number of constraints)cumulative(2),weightedsum(435)

Solver Data

0.01/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.01/0.07	c 0	BEGIN Sat Jul 11 17:36:56 2009
0.01/0.07	c 0	PID 12845
0.01/0.07	c 0	HOST node79.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2061072-1247326616.xml TO HOME/temp.csp
0.01/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-2061072-1247326616.xml' 'HOME/temp.csp'
0.06/0.65	c 1	31 domains, 1800 variables, 2 predicates, 0 relations, 2178 constraints
0.06/0.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.70	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.06/0.77	c 1	Parsing HOME/temp.csp
0.63/0.93	c 1	parsed 4011 expressions
0.63/0.94	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.63/0.94	c 1	Converting to clausal form CSP
0.63/0.97	c 1	converted 402 (10%) expressions
0.63/0.98	c 1	converted 803 (20%) expressions
0.63/0.98	c 1	converted 1204 (30%) expressions
0.63/0.99	c 1	converted 1605 (40%) expressions
1.01/1.14	c 1	converted 2006 (50%) expressions
1.10/1.20	c 1	converted 2407 (60%) expressions
1.10/1.24	c 1	converted 2808 (70%) expressions
1.10/1.27	c 1	converted 3209 (80%) expressions
1.20/1.30	c 2	converted 3610 (90%) expressions
2.30/2.43	c 3	converted 4011 (100%) expressions
2.30/2.43	c 3	CSP : 8202 integers, 3892 booleans, 24630 clauses, largest domain size 98
2.30/2.43	c 3	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.30/2.43	c 3	Propagation in CSP
2.40/2.52	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.40/2.53	c 3	CSP : 8202 integers, 3892 booleans, 24630 clauses, largest domain size 98
2.40/2.53	c 3	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.40/2.54	c 3	Simplifing CSP by introducing new Boolean variables
2.40/2.56	c 3	CSP : 8202 integers, 3892 booleans, 24630 clauses, largest domain size 98
2.40/2.56	c 3	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.49/2.69	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.59/2.72	c 3	821 (10%) CSP integer variables are encoded (4762 clauses, 59781 bytes)
2.59/2.72	c 3	1641 (20%) CSP integer variables are encoded (4762 clauses, 59781 bytes)
2.59/2.74	c 3	2461 (30%) CSP integer variables are encoded (9222 clauses, 120728 bytes)
2.59/2.75	c 3	3281 (40%) CSP integer variables are encoded (14574 clauses, 201008 bytes)
2.59/2.76	c 3	4101 (50%) CSP integer variables are encoded (20149 clauses, 284633 bytes)
2.59/2.76	c 3	4922 (60%) CSP integer variables are encoded (25724 clauses, 368258 bytes)
2.59/2.77	c 3	5742 (70%) CSP integer variables are encoded (31299 clauses, 451883 bytes)
2.59/2.78	c 3	6562 (80%) CSP integer variables are encoded (36874 clauses, 535508 bytes)
2.59/2.79	c 3	7382 (90%) CSP integer variables are encoded (42449 clauses, 619133 bytes)
2.59/2.80	c 3	8202 (100%) CSP integer variables are encoded (48024 clauses, 702758 bytes)
2.99/3.13	c 3	2463 (10%) CSP clauses are encoded (217477 clauses, 3717566 bytes)
4.08/4.25	c 4	4926 (20%) CSP clauses are encoded (336051 clauses, 6870946 bytes)
5.96/6.12	c 6	7389 (30%) CSP clauses are encoded (442719 clauses, 11164472 bytes)
7.55/7.80	c 8	9852 (40%) CSP clauses are encoded (537030 clauses, 14985049 bytes)
9.24/9.48	c 10	12315 (50%) CSP clauses are encoded (631827 clauses, 18796869 bytes)
11.73/11.99	c 12	14778 (60%) CSP clauses are encoded (921860 clauses, 27009725 bytes)
13.72/13.96	c 14	17241 (70%) CSP clauses are encoded (1032469 clauses, 31506939 bytes)
15.41/15.69	c 16	19704 (80%) CSP clauses are encoded (1128972 clauses, 35423400 bytes)
17.10/17.34	c 18	22167 (90%) CSP clauses are encoded (1221737 clauses, 39166345 bytes)
19.39/19.61	c 20	24630 (100%) CSP clauses are encoded (1499696 clauses, 46935174 bytes)
19.39/19.61	c 20	24630 CSP clauses encoded
19.39/19.61	c 20	Writing map file : HOME/temp.map
19.39/19.63	c 20	Heap : 15 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.39/19.63	c 20	SAT : 60050 SAT variables, 1499696 SAT clauses, 46935174 bytes
19.39/19.63	c 20	Heap : 15 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.39/19.66	c 20	SOLVING HOME/temp.cnf
19.39/19.66	c 20	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
19.39/19.66	c 20	This is MiniSat 2.0 beta
19.39/19.66	c 20	WARNING: for repeatability, setting FPU to use double precision
19.39/19.66	c 20	============================[ Problem Statistics ]=============================
19.39/19.66	c 20	|                                                                             |
19.39/19.66	c 20	|  Number of variables:  60050                                                |
19.39/19.66	c 20	|  Number of clauses:    1499696                                              |
20.27/20.59	c 21	|  Parsing time:         0.77         s                                       |
20.37/20.65	c 21	============================[ Search Statistics ]==============================
20.37/20.65	c 21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.37/20.65	c 21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.37/20.65	c 21	===============================================================================
20.37/20.65	c 21	|         0 |   60050  1499696  7007748 |   499898        0    nan |  0.000 % |
20.97/21.29	c 22	|       102 |   60050  1499696  7007748 |   549888      102     58 |  0.000 % |
21.76/22.05	c 22	|       252 |   60050  1499696  7007748 |   604877      252     56 |  0.000 % |
22.95/23.25	c 23	|       477 |   60050  1499696  7007748 |   665365      477     52 |  0.000 % |
24.34/24.61	c 25	|       814 |   60050  1499696  7007748 |   731901      814     41 |  0.000 % |
26.14/26.49	c 27	|      1322 |   60050  1499696  7007748 |   805091     1322     42 |  0.000 % |
30.22/30.51	c 31	|      2082 |   60050  1499696  7007748 |   885600     2082     47 |  0.000 % |
35.70/36.02	c 36	|      3221 |   60050  1499696  7007748 |   974161     3221     46 |  0.000 % |
43.66/44.10	c 44	|      4929 |   60050  1499696  7007748 |  1071577     4929     46 |  0.000 % |
54.90/55.40	c 56	|      7491 |   60050  1499696  7007748 |  1178734     7491     46 |  0.000 % |
69.34/69.84	c 70	|     11336 |   60050  1499696  7007748 |  1296608    11336     44 |  0.000 % |
90.85/91.48	c 92	|     17105 |   60050  1499696  7007748 |  1426269    17105     44 |  0.000 % |
132.66/133.42	c 134	|     25754 |   60050  1499696  7007748 |  1568896    25754     47 |  0.000 % |
189.70/190.73	c 191	|     38728 |   60050  1499696  7007748 |  1725785    38728     45 |  0.000 % |
280.69/282.12	c 282	|     58189 |   60050  1499696  7007748 |  1898364    58189     49 |  0.000 % |
425.65/427.78	c 428	|     87382 |   60050  1499696  7007748 |  2088200    87382     52 |  0.000 % |
659.82/662.92	c 663	|    131171 |   60050  1499696  7007748 |  2297020   131171     52 |  0.000 % |
1089.26/1094.36	c 1095	|    196855 |   60050  1499696  7007748 |  2526722   196855     50 |  0.000 % |
1746.66/1754.66	c 1755	|    295381 |   60050  1499696  7007748 |  2779395   295381     47 |  0.000 % |
1800.04/1808.22	c ERROR INTERRUPTED
1800.04/1808.24	s UNKNOWN
1800.04/1808.24	c 1808	CPU 19.46 (0.06 0.01 18.88 0.51)
1800.04/1808.24	c 1808	END Sat Jul 11 18:07:04 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-2061072-1247326616/watcher-2061072-1247326616 -o /tmp/evaluation-result-2061072-1247326616/solver-2061072-1247326616 -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-2061072-1247326616.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.00 2.01 2.00 4/73 12845
/proc/meminfo: memFree=1611600/2055920 swapFree=4192956/4192956
[pid=12845] ppid=12843 vsize=12272 CPUtime=0
/proc/12845/stat : 12845 (sugar) R 12843 12845 11838 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 19727198 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 234054794238 0 0 4224 0 0 0 0 17 1 0 0
/proc/12845/statm: 3068 327 246 3 0 168 0

[startup+0.018925 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 12845
/proc/meminfo: memFree=1611600/2055920 swapFree=4192956/4192956
[pid=12845] ppid=12843 vsize=12676 CPUtime=0.01
/proc/12845/stat : 12845 (sugar) R 12843 12845 11838 0 -1 4194304 541 0 0 0 1 0 0 0 18 0 1 0 19727198 12980224 509 996147200 4194304 4206940 548682068608 18446744073709551615 234045739745 0 0 4224 0 0 0 0 17 1 0 0
/proc/12845/statm: 3169 510 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.101931 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 12845
/proc/meminfo: memFree=1611600/2055920 swapFree=4192956/4192956
[pid=12845] ppid=12843 vsize=16868 CPUtime=0.06
/proc/12845/stat : 12845 (sugar) S 12843 12845 11838 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19727198 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12845/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301955 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 12845
/proc/meminfo: memFree=1611600/2055920 swapFree=4192956/4192956
[pid=12845] ppid=12843 vsize=16868 CPUtime=0.06
/proc/12845/stat : 12845 (sugar) S 12843 12845 11838 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19727198 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12845/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702138 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 12845
/proc/meminfo: memFree=1611600/2055920 swapFree=4192956/4192956
[pid=12845] ppid=12843 vsize=16868 CPUtime=0.06
/proc/12845/stat : 12845 (sugar) S 12843 12845 11838 0 -1 4194304 1245 128 0 0 5 1 0 0 16 0 1 0 19727198 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12845/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50208 s]
/proc/loadavg: 2.08 2.03 2.01 3/84 12867
/proc/meminfo: memFree=1600696/2055920 swapFree=4192956/4192956
[pid=12845] ppid=12843 vsize=16868 CPUtime=0.63
/proc/12845/stat : 12845 (sugar) S 12843 12845 11838 0 -1 4194304 1309 5560 0 1 5 1 52 5 16 0 1 0 19727198 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12845/statm: 4217 1111 409 3 0 796 0
[pid=12858] ppid=12845 vsize=5356 CPUtime=0
/proc/12858/stat : 12858 (sh) S 12845 12845 11838 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19727268 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12858/statm: 1339 233 193 169 0 50 0
[pid=12859] ppid=12858 vsize=868604 CPUtime=0.77
/proc/12859/stat : 12859 (java) S 12858 12845 11838 0 -1 0 7578 0 1 0 73 4 0 0 20 0 9 0 19727269 889450496 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12859/statm: 217151 6812 2567 9 0 211656 0
[pid=12859/tid=12860] ppid=12858 vsize=868604 CPUtime=0.47
/proc/12859/task/12860/stat : 12860 (java) R 12858 12845 11838 0 -1 64 2695 0 1 0 46 1 0 0 25 0 9 0 19727269 889450496 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12859/tid=12861] ppid=12858 vsize=868604 CPUtime=0.1
/proc/12859/task/12861/stat : 12861 (java) R 12858 12845 11838 0 -1 64 2692 0 0 0 9 1 0 0 16 0 9 0 19727271 889450496 6812 996147200 134512640 134550932 4294955936 18446744073709551615 102549491 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12859/tid=12862] ppid=12858 vsize=868604 CPUtime=0
/proc/12859/task/12862/stat : 12862 (java) S 12858 12845 11838 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19727271 889450496 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12859/tid=12863] ppid=12858 vsize=868604 CPUtime=0
/proc/12859/task/12863/stat : 12863 (java) S 12858 12845 11838 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19727271 889450496 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12859/tid=12864] ppid=12858 vsize=868604 CPUtime=0
/proc/12859/task/12864/stat : 12864 (java) S 12858 12845 11838 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19727273 889450496 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12859/tid=12865] ppid=12858 vsize=868604 CPUtime=0.17
/proc/12859/task/12865/stat : 12865 (java) S 12858 12845 11838 0 -1 64 1492 0 0 0 16 1 0 0 16 0 9 0 19727273 889450496 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12859/tid=12866] ppid=12858 vsize=868604 CPUtime=0
/proc/12859/task/12866/stat : 12866 (java) S 12858 12845 11838 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19727273 889450496 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12859/tid=12867] ppid=12858 vsize=868604 CPUtime=0
/proc/12859/task/12867/stat : 12867 (java) S 12858 12845 11838 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19727273 889450496 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890828

[startup+3.10125 s]
/proc/loadavg: 2.08 2.03 2.01 4/84 12867
/proc/meminfo: memFree=1582712/2055920 swapFree=4192956/4192956
[pid=12845] ppid=12843 vsize=16868 CPUtime=0.63
/proc/12845/stat : 12845 (sugar) S 12843 12845 11838 0 -1 4194304 1310 5560 0 1 5 1 52 5 16 0 1 0 19727198 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12845/statm: 4217 1111 409 3 0 796 0
[pid=12858] ppid=12845 vsize=5356 CPUtime=0
/proc/12858/stat : 12858 (sh) S 12845 12845 11838 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19727268 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12858/statm: 1339 233 193 169 0 50 0
[pid=12859] ppid=12858 vsize=868716 CPUtime=2.36
/proc/12859/stat : 12859 (java) S 12858 12845 11838 0 -1 0 11313 0 1 0 226 10 0 0 20 0 9 0 19727269 889565184 10210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12859/statm: 217179 10210 2591 9 0 211656 0
[pid=12859/tid=12860] ppid=12858 vsize=868716 CPUtime=1.51
/proc/12859/task/12860/stat : 12860 (java) R 12858 12845 11838 0 -1 64 2972 0 1 0 148 3 0 0 25 0 9 0 19727269 889565184 10210 996147200 134512640 134550932 4294955936 18446744073709551615 4127101772 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12859/tid=12861] ppid=12858 vsize=868716 CPUtime=0.56
/proc/12859/task/12861/stat : 12861 (java) S 12858 12845 11838 0 -1 64 6085 0 0 0 52 4 0 0 16 0 9 0 19727271 889565184 10210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12859/tid=12862] ppid=12858 vsize=868716 CPUtime=0
/proc/12859/task/12862/stat : 12862 (java) S 12858 12845 11838 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19727271 889565184 10210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12859/tid=12863] ppid=12858 vsize=868716 CPUtime=0
/proc/12859/task/12863/stat : 12863 (java) S 12858 12845 11838 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19727271 889565184 10210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12859/tid=12864] ppid=12858 vsize=868716 CPUtime=0
/proc/12859/task/12864/stat : 12864 (java) S 12858 12845 11838 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19727273 889565184 10210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12859/tid=12865] ppid=12858 vsize=868716 CPUtime=0.27
/proc/12859/task/12865/stat : 12865 (java) S 12858 12845 11838 0 -1 64 1557 0 0 0 26 1 0 0 16 0 9 0 19727273 889565184 10210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12859/tid=12866] ppid=12858 vsize=868716 CPUtime=0
/proc/12859/task/12866/stat : 12866 (java) S 12858 12845 11838 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19727273 889565184 10210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12859/tid=12867] ppid=12858 vsize=868716 CPUtime=0
/proc/12859/task/12867/stat : 12867 (java) S 12858 12845 11838 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19727273 889565184 10210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890940

[startup+6.30259 s]
/proc/loadavg: 2.08 2.03 2.01 3/84 12867
/proc/meminfo: memFree=1567672/2055920 swapFree=4192956/4192956
[pid=12845] ppid=12843 vsize=16868 CPUtime=0.63
/proc/12845/stat : 12845 (sugar) S 12843 12845 11838 0 -1 4194304 1310 5560 0 1 5 1 52 5 16 0 1 0 19727198 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12845/statm: 4217 1111 409 3 0 796 0
[pid=12858] ppid=12845 vsize=5356 CPUtime=0
/proc/12858/stat : 12858 (sh) S 12845 12845 11838 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19727268 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12858/statm: 1339 233 193 169 0 50 0
[pid=12859] ppid=12858 vsize=868716 CPUtime=5.54
/proc/12859/stat : 12859 (java) S 12858 12845 11838 0 -1 0 11480 0 1 0 538 16 0 0 20 0 9 0 19727269 889565184 10215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12859/statm: 217179 10215 2591 9 0 211656 0
[pid=12859/tid=12860] ppid=12858 vsize=868716 CPUtime=4.61
/proc/12859/task/12860/stat : 12860 (java) R 12858 12845 11838 0 -1 64 3134 0 1 0 452 9 0 0 25 0 9 0 19727269 889565184 10215 996147200 134512640 134550932 4294955936 18446744073709551615 4127097264 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12859/tid=12861] ppid=12858 vsize=868716 CPUtime=0.62
/proc/12859/task/12861/stat : 12861 (java) S 12858 12845 11838 0 -1 64 6085 0 0 0 58 4 0 0 16 0 9 0 19727271 889565184 10215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12859/tid=12862] ppid=12858 vsize=868716 CPUtime=0
/proc/12859/task/12862/stat : 12862 (java) S 12858 12845 11838 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19727271 889565184 10215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12859/tid=12863] ppid=12858 vsize=868716 CPUtime=0
/proc/12859/task/12863/stat : 12863 (java) S 12858 12845 11838 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19727271 889565184 10215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12859/tid=12864] ppid=12858 vsize=868716 CPUtime=0
/proc/12859/task/12864/stat : 12864 (java) S 12858 12845 11838 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19727273 889565184 10215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12859/tid=12865] ppid=12858 vsize=868716 CPUtime=0.27
/proc/12859/task/12865/stat : 12865 (java) S 12858 12845 11838 0 -1 64 1562 0 0 0 26 1 0 0 17 0 9 0 19727273 889565184 10215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12859/tid=12866] ppid=12858 vsize=868716 CPUtime=0
/proc/12859/task/12866/stat : 12866 (java) S 12858 12845 11838 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19727273 889565184 10215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12859/tid=12867] ppid=12858 vsize=868716 CPUtime=0
/proc/12859/task/12867/stat : 12867 (java) S 12858 12845 11838 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19727273 889565184 10215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890940

[startup+12.7013 s]
/proc/loadavg: 2.22 2.06 2.02 3/84 12867
/proc/meminfo: memFree=1549816/2055920 swapFree=4192956/4192956
[pid=12845] ppid=12843 vsize=16868 CPUtime=0.63
/proc/12845/stat : 12845 (sugar) S 12843 12845 11838 0 -1 4194304 1310 5560 0 1 5 1 52 5 16 0 1 0 19727198 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12845/statm: 4217 1111 409 3 0 796 0
[pid=12858] ppid=12845 vsize=5356 CPUtime=0
/proc/12858/stat : 12858 (sh) S 12845 12845 11838 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19727268 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12858/statm: 1339 233 193 169 0 50 0
[pid=12859] ppid=12858 vsize=868716 CPUtime=11.9
/proc/12859/stat : 12859 (java) S 12858 12845 11838 0 -1 0 11796 0 1 0 1162 28 0 0 20 0 9 0 19727269 889565184 10215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12859/statm: 217179 10215 2591 9 0 211656 0
[pid=12859/tid=12860] ppid=12858 vsize=868716 CPUtime=10.85
/proc/12859/task/12860/stat : 12860 (java) R 12858 12845 11838 0 -1 64 3450 0 1 0 1066 19 0 0 25 0 9 0 19727269 889565184 10215 996147200 134512640 134550932 4294955936 18446744073709551615 4126557591 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12859/tid=12861] ppid=12858 vsize=868716 CPUtime=0.74
/proc/12859/task/12861/stat : 12861 (java) S 12858 12845 11838 0 -1 64 6085 0 0 0 68 6 0 0 16 0 9 0 19727271 889565184 10215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12859/tid=12862] ppid=12858 vsize=868716 CPUtime=0
/proc/12859/task/12862/stat : 12862 (java) S 12858 12845 11838 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19727271 889565184 10215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12859/tid=12863] ppid=12858 vsize=868716 CPUtime=0
/proc/12859/task/12863/stat : 12863 (java) S 12858 12845 11838 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19727271 889565184 10215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12859/tid=12864] ppid=12858 vsize=868716 CPUtime=0
/proc/12859/task/12864/stat : 12864 (java) S 12858 12845 11838 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19727273 889565184 10215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12859/tid=12865] ppid=12858 vsize=868716 CPUtime=0.27
/proc/12859/task/12865/stat : 12865 (java) S 12858 12845 11838 0 -1 64 1562 0 0 0 26 1 0 0 17 0 9 0 19727273 889565184 10215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12859/tid=12866] ppid=12858 vsize=868716 CPUtime=0
/proc/12859/task/12866/stat : 12866 (java) S 12858 12845 11838 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19727273 889565184 10215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12859/tid=12867] ppid=12858 vsize=868716 CPUtime=0
/proc/12859/task/12867/stat : 12867 (java) S 12858 12845 11838 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19727273 889565184 10215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890940

[startup+25.5016 s]
/proc/loadavg: 2.34 2.09 2.02 3/76 12869
/proc/meminfo: memFree=1481912/2055920 swapFree=4192956/4192956
[pid=12845] ppid=12843 vsize=16868 CPUtime=19.45
/proc/12845/stat : 12845 (sugar) S 12843 12845 11838 0 -1 4194304 1376 18005 0 2 6 1 1888 50 16 0 1 0 19727198 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12845/statm: 4217 1113 409 3 0 796 0
[pid=12868] ppid=12845 vsize=5356 CPUtime=0
/proc/12868/stat : 12868 (sh) S 12845 12845 11838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19729164 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12868/statm: 1339 232 193 169 0 50 0
[pid=12869] ppid=12868 vsize=80644 CPUtime=5.79
/proc/12869/stat : 12869 (minisat) R 12868 12845 11838 0 -1 4194304 19938 0 0 0 564 15 0 0 25 0 1 0 19729164 82579456 19924 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/12869/statm: 20161 19924 76 150 0 20008 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 102868

[startup+51.1013 s]
/proc/loadavg: 2.20 2.08 2.02 3/76 12869
/proc/meminfo: memFree=1480056/2055920 swapFree=4192956/4192956
[pid=12845] ppid=12843 vsize=16868 CPUtime=19.45
/proc/12845/stat : 12845 (sugar) S 12843 12845 11838 0 -1 4194304 1376 18005 0 2 6 1 1888 50 16 0 1 0 19727198 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12845/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=1424120/2055920 swapFree=4192956/4192956
[pid=12845] ppid=12843 vsize=16868 CPUtime=19.45
/proc/12845/stat : 12845 (sugar) S 12843 12845 11838 0 -1 4194304 1376 18005 0 2 6 1 1888 50 16 0 1 0 19727198 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12845/statm: 4217 1113 409 3 0 796 0
[pid=12868] ppid=12845 vsize=5356 CPUtime=0
/proc/12868/stat : 12868 (sh) S 12845 12845 11838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19729164 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12868/statm: 1339 232 193 169 0 50 0
[pid=12869] ppid=12868 vsize=138204 CPUtime=1276.9
/proc/12869/stat : 12869 (minisat) R 12868 12845 11838 0 -1 4194304 34224 0 0 0 127655 35 0 0 25 0 1 0 19729164 141520896 34210 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/12869/statm: 34551 34210 76 150 0 34398 0
Current children cumulated CPU time (s) 1296.35
Current children cumulated vsize (KiB) 160428

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 12871
/proc/meminfo: memFree=1422328/2055920 swapFree=4192956/4192956
[pid=12845] ppid=12843 vsize=16868 CPUtime=19.45
/proc/12845/stat : 12845 (sugar) S 12843 12845 11838 0 -1 4194304 1376 18005 0 2 6 1 1888 50 16 0 1 0 19727198 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12845/statm: 4217 1113 409 3 0 796 0
[pid=12868] ppid=12845 vsize=5356 CPUtime=0
/proc/12868/stat : 12868 (sh) S 12845 12845 11838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19729164 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12868/statm: 1339 232 193 169 0 50 0
[pid=12869] ppid=12868 vsize=140072 CPUtime=1336.64
/proc/12869/stat : 12869 (minisat) R 12868 12845 11838 0 -1 4194304 34695 0 0 0 133628 36 0 0 25 0 1 0 19729164 143433728 34681 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/12869/statm: 35018 34681 76 150 0 34865 0
Current children cumulated CPU time (s) 1356.09
Current children cumulated vsize (KiB) 162296

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 12871
/proc/meminfo: memFree=1420408/2055920 swapFree=4192956/4192956
[pid=12845] ppid=12843 vsize=16868 CPUtime=19.45
/proc/12845/stat : 12845 (sugar) S 12843 12845 11838 0 -1 4194304 1376 18005 0 2 6 1 1888 50 16 0 1 0 19727198 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12845/statm: 4217 1113 409 3 0 796 0
[pid=12868] ppid=12845 vsize=5356 CPUtime=0
/proc/12868/stat : 12868 (sh) S 12845 12845 11838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19729164 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12868/statm: 1339 232 193 169 0 50 0
[pid=12869] ppid=12868 vsize=141788 CPUtime=1396.39
/proc/12869/stat : 12869 (minisat) R 12868 12845 11838 0 -1 4194304 35157 0 0 0 139602 37 0 0 25 0 1 0 19729164 145190912 35143 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/12869/statm: 35447 35143 76 150 0 35294 0
Current children cumulated CPU time (s) 1415.84
Current children cumulated vsize (KiB) 164012

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 12877
/proc/meminfo: memFree=1418360/2055920 swapFree=4192956/4192956
[pid=12845] ppid=12843 vsize=16868 CPUtime=19.45
/proc/12845/stat : 12845 (sugar) S 12843 12845 11838 0 -1 4194304 1376 18005 0 2 6 1 1888 50 16 0 1 0 19727198 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12845/statm: 4217 1113 409 3 0 796 0
[pid=12868] ppid=12845 vsize=5356 CPUtime=0
/proc/12868/stat : 12868 (sh) S 12845 12845 11838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19729164 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12868/statm: 1339 232 193 169 0 50 0
[pid=12869] ppid=12868 vsize=143768 CPUtime=1456.13
/proc/12869/stat : 12869 (minisat) R 12868 12845 11838 0 -1 4194304 35649 0 0 0 145575 38 0 0 25 0 1 0 19729164 147218432 35635 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/12869/statm: 35942 35635 76 150 0 35789 0
Current children cumulated CPU time (s) 1475.58
Current children cumulated vsize (KiB) 165992

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 12877
/proc/meminfo: memFree=1416504/2055920 swapFree=4192956/4192956
[pid=12845] ppid=12843 vsize=16868 CPUtime=19.45
/proc/12845/stat : 12845 (sugar) S 12843 12845 11838 0 -1 4194304 1376 18005 0 2 6 1 1888 50 16 0 1 0 19727198 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12845/statm: 4217 1113 409 3 0 796 0
[pid=12868] ppid=12845 vsize=5356 CPUtime=0
/proc/12868/stat : 12868 (sh) S 12845 12845 11838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19729164 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12868/statm: 1339 232 193 169 0 50 0
[pid=12869] ppid=12868 vsize=145500 CPUtime=1515.87
/proc/12869/stat : 12869 (minisat) R 12868 12845 11838 0 -1 4194304 36090 0 0 0 151548 39 0 0 25 0 1 0 19729164 148992000 36076 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/12869/statm: 36375 36076 76 150 0 36222 0
Current children cumulated CPU time (s) 1535.32
Current children cumulated vsize (KiB) 167724

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 12877
/proc/meminfo: memFree=1414840/2055920 swapFree=4192956/4192956
[pid=12845] ppid=12843 vsize=16868 CPUtime=19.45
/proc/12845/stat : 12845 (sugar) S 12843 12845 11838 0 -1 4194304 1376 18005 0 2 6 1 1888 50 16 0 1 0 19727198 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12845/statm: 4217 1113 409 3 0 796 0
[pid=12868] ppid=12845 vsize=5356 CPUtime=0
/proc/12868/stat : 12868 (sh) S 12845 12845 11838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19729164 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12868/statm: 1339 232 193 169 0 50 0
[pid=12869] ppid=12868 vsize=147216 CPUtime=1575.62
/proc/12869/stat : 12869 (minisat) R 12868 12845 11838 0 -1 4194304 36512 0 0 0 157523 39 0 0 25 0 1 0 19729164 150749184 36498 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12869/statm: 36804 36498 76 150 0 36651 0
Current children cumulated CPU time (s) 1595.07
Current children cumulated vsize (KiB) 169440

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 12877
/proc/meminfo: memFree=1413240/2055920 swapFree=4192956/4192956
[pid=12845] ppid=12843 vsize=16868 CPUtime=19.45
/proc/12845/stat : 12845 (sugar) S 12843 12845 11838 0 -1 4194304 1376 18005 0 2 6 1 1888 50 16 0 1 0 19727198 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12845/statm: 4217 1113 409 3 0 796 0
[pid=12868] ppid=12845 vsize=5356 CPUtime=0
/proc/12868/stat : 12868 (sh) S 12845 12845 11838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19729164 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12868/statm: 1339 232 193 169 0 50 0
[pid=12869] ppid=12868 vsize=148936 CPUtime=1635.37
/proc/12869/stat : 12869 (minisat) R 12868 12845 11838 0 -1 4194304 36949 0 0 0 163496 41 0 0 25 0 1 0 19729164 152510464 36935 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12869/statm: 37234 36935 76 150 0 37081 0
Current children cumulated CPU time (s) 1654.82
Current children cumulated vsize (KiB) 171160

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 13006
/proc/meminfo: memFree=1422120/2055920 swapFree=4192956/4192956
[pid=12845] ppid=12843 vsize=16868 CPUtime=19.45
/proc/12845/stat : 12845 (sugar) S 12843 12845 11838 0 -1 4194304 1376 18005 0 2 6 1 1888 50 16 0 1 0 19727198 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12845/statm: 4217 1113 409 3 0 796 0
[pid=12868] ppid=12845 vsize=5356 CPUtime=0
/proc/12868/stat : 12868 (sh) S 12845 12845 11838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19729164 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12868/statm: 1339 232 193 169 0 50 0
[pid=12869] ppid=12868 vsize=150660 CPUtime=1695.04
/proc/12869/stat : 12869 (minisat) R 12868 12845 11838 0 -1 4194304 37416 0 0 0 169462 42 0 0 25 0 1 0 19729164 154275840 37402 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12869/statm: 37665 37402 76 150 0 37512 0
Current children cumulated CPU time (s) 1714.49
Current children cumulated vsize (KiB) 172884

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 13006
/proc/meminfo: memFree=1419624/2055920 swapFree=4192956/4192956
[pid=12845] ppid=12843 vsize=16868 CPUtime=19.45
/proc/12845/stat : 12845 (sugar) S 12843 12845 11838 0 -1 4194304 1376 18005 0 2 6 1 1888 50 16 0 1 0 19727198 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12845/statm: 4217 1113 409 3 0 796 0
[pid=12868] ppid=12845 vsize=5356 CPUtime=0
/proc/12868/stat : 12868 (sh) S 12845 12845 11838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19729164 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12868/statm: 1339 232 193 169 0 50 0
[pid=12869] ppid=12868 vsize=152932 CPUtime=1754.79
/proc/12869/stat : 12869 (minisat) R 12868 12845 11838 0 -1 4194304 37983 0 0 0 175436 43 0 0 25 0 1 0 19729164 156602368 37969 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12869/statm: 38233 37969 76 150 0 38080 0
Current children cumulated CPU time (s) 1774.24
Current children cumulated vsize (KiB) 175156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 13006
/proc/meminfo: memFree=1418856/2055920 swapFree=4192956/4192956
[pid=12845] ppid=12843 vsize=16868 CPUtime=19.45
/proc/12845/stat : 12845 (sugar) S 12843 12845 11838 0 -1 4194304 1376 18005 0 2 6 1 1888 50 16 0 1 0 19727198 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12845/statm: 4217 1113 409 3 0 796 0
[pid=12868] ppid=12845 vsize=5356 CPUtime=0
/proc/12868/stat : 12868 (sh) S 12845 12845 11838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19729164 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12868/statm: 1339 232 193 169 0 50 0
[pid=12869] ppid=12868 vsize=153728 CPUtime=1780.59
/proc/12869/stat : 12869 (minisat) R 12868 12845 11838 0 -1 4194304 38182 0 0 0 178016 43 0 0 25 0 1 0 19729164 157417472 38168 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12869/statm: 38432 38168 76 150 0 38279 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 175952

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 12845 and gives
#  childrusage.ru_utime.tv_sec=18
#  childrusage.ru_utime.tv_usec=949119
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=556915
# CPU time returned by wait4() is 19.506
# 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): 1808.26
CPU time (s): 1800.04
CPU user time (s): 1799.1
CPU system time (s): 0.94
CPU usage (%): 99.5456
Max. virtual memory (cumulated for all children) (KiB): 891080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.9491
system time used= 0.556915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19764
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= 11281
involuntary context switches= 11059

runsolver used 2.6466 second user time and 5.48317 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-11 17:36:56
IDJOB=2061072
IDBENCH=53775
IDSOLVER=739
FILE ID=node79/2061072-1247326616
PBS_JOBID= 9506475
Free space on /tmp= 66260 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-30-30.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-2061072-1247326616/watcher-2061072-1247326616 -o /tmp/evaluation-result-2061072-1247326616/solver-2061072-1247326616 -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-2061072-1247326616.xml

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

MD5SUM BENCH= e85d2010148b38b130e5f78ed4e296ed
RANDOM SEED=1896833

node79.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:       1612016 kB
Buffers:         37276 kB
Cached:         308640 kB
SwapCached:          0 kB
Active:          85452 kB
Inactive:       292684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1612016 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1684 kB
Writeback:           0 kB
Mapped:          43744 kB
Slab:            51112 kB
Committed_AS:   155800 kB
PageTables:       1756 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= 66256 MiB
End job on node79 at 2009-07-11 18:07:06