Trace number 2075108

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.03 1811.93

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-41_ext.xml
MD5SUM0f43e4f562ecd636043bcca7dfaf8fa5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark164.482
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 02:50:15 2009
0.00/0.08	c 0	PID 18478
0.00/0.08	c 0	HOST node74.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2075108-1247359814.xml TO HOME/temp.csp
0.00/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-2075108-1247359814.xml' 'HOME/temp.csp'
1.46/1.59	c 1	1 domains, 24 variables, 0 predicates, 76 relations, 76 constraints
1.56/1.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.56/1.61	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'
1.56/1.69	c 1	Parsing HOME/temp.csp
4.01/4.10	c 4	parsed 177 expressions
4.01/4.11	c 4	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.01/4.11	c 4	Converting to clausal form CSP
4.01/4.13	c 4	converted 18 (10%) expressions
4.01/4.15	c 4	converted 36 (20%) expressions
4.01/4.17	c 4	converted 54 (30%) expressions
4.12/4.21	c 4	converted 71 (40%) expressions
4.12/4.22	c 4	converted 89 (50%) expressions
4.22/4.35	c 4	converted 107 (60%) expressions
4.70/4.88	c 5	converted 124 (70%) expressions
5.01/5.18	c 5	converted 142 (80%) expressions
5.30/5.42	c 5	converted 160 (90%) expressions
5.49/5.67	c 5	converted 177 (100%) expressions
5.49/5.68	c 5	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.49/5.68	c 5	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.49/5.68	c 5	Propagation in CSP
5.49/5.68	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.49/5.68	c 5	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.49/5.68	c 5	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.49/5.68	c 5	Simplifing CSP by introducing new Boolean variables
5.49/5.68	c 5	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.49/5.68	c 5	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.79/5.91	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.79/5.92	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.79/5.92	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.79/5.92	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.79/5.92	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.79/5.93	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.79/5.93	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.79/5.93	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.79/5.93	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.79/5.93	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.79/5.93	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
6.19/6.35	c 6	8 (10%) CSP clauses are encoded (25230 clauses, 593108 bytes)
6.58/6.72	c 6	16 (20%) CSP clauses are encoded (49930 clauses, 1203886 bytes)
6.87/7.03	c 7	23 (30%) CSP clauses are encoded (71541 clauses, 1749133 bytes)
7.18/7.39	c 7	31 (40%) CSP clauses are encoded (96355 clauses, 2368113 bytes)
7.58/7.72	c 7	38 (50%) CSP clauses are encoded (117916 clauses, 2928375 bytes)
7.87/8.08	c 8	46 (60%) CSP clauses are encoded (142616 clauses, 3587800 bytes)
8.26/8.44	c 8	54 (70%) CSP clauses are encoded (167229 clauses, 4255748 bytes)
8.56/8.76	c 8	61 (80%) CSP clauses are encoded (188831 clauses, 4841347 bytes)
8.96/9.13	c 9	69 (90%) CSP clauses are encoded (213551 clauses, 5511996 bytes)
9.25/9.44	c 9	76 (100%) CSP clauses are encoded (235090 clauses, 6096218 bytes)
9.25/9.44	c 9	76 CSP clauses encoded
9.25/9.44	c 9	Writing map file : HOME/temp.map
9.25/9.44	c 9	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.25/9.44	c 9	SAT : 552 SAT variables, 235090 SAT clauses, 6096218 bytes
9.25/9.44	c 9	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.25/9.47	c 9	SOLVING HOME/temp.cnf
9.25/9.47	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.25/9.48	c 9	This is MiniSat 2.0 beta
9.25/9.48	c 9	WARNING: for repeatability, setting FPU to use double precision
9.25/9.48	c 9	============================[ Problem Statistics ]=============================
9.25/9.48	c 9	|                                                                             |
9.25/9.48	c 9	|  Number of variables:  552                                                  |
9.25/9.48	c 9	|  Number of clauses:    235090                                               |
9.33/9.63	c 9	|  Parsing time:         0.13         s                                       |
9.33/9.64	c 9	============================[ Search Statistics ]==============================
9.33/9.64	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.33/9.64	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.33/9.64	c 9	===============================================================================
9.33/9.64	c 9	|         0 |     552   235090  1310755 |    78363        0    nan |  0.000 % |
9.64/9.80	c 9	|       100 |     552   235090  1310755 |    86199      100     15 |  0.000 % |
9.74/9.94	c 10	|       251 |     552   235090  1310755 |    94819      251     15 |  0.008 % |
9.93/10.17	c 10	|       477 |     552   235090  1310755 |   104301      477     14 |  0.008 % |
10.33/10.50	c 10	|       815 |     552   235090  1310755 |   114731      815     14 |  0.008 % |
10.83/11.07	c 11	|      1321 |     552   235090  1310755 |   126204     1321     13 |  0.008 % |
11.62/11.81	c 11	|      2080 |     552   235090  1310755 |   138825     2080     13 |  0.008 % |
12.91/13.16	c 13	|      3220 |     552   235090  1310755 |   152707     3220     13 |  0.008 % |
14.89/15.10	c 15	|      4929 |     552   235090  1310755 |   167978     4929     13 |  0.008 % |
17.66/17.92	c 18	|      7491 |     552   235090  1310755 |   184776     7491     13 |  0.007 % |
21.13/21.48	c 21	|     11336 |     552   235090  1310755 |   203254    11336     13 |  0.008 % |
27.76/28.10	c 28	|     17105 |     552   235090  1310755 |   223579    17105     14 |  0.008 % |
38.56/39.02	c 39	|     25754 |     552   235090  1310755 |   245937    25754     15 |  0.007 % |
52.42/53.02	c 53	|     38728 |     552   235090  1310755 |   270531    38728     16 |  0.005 % |
76.70/77.51	c 77	|     58189 |     552   235090  1310755 |   297584    58189     16 |  0.008 % |
125.83/127.12	c 127	|     87383 |     552   235090  1310755 |   327343    87383     16 |  0.008 % |
209.43/211.59	c 211	|    131172 |     552   235090  1310755 |   360077   131172     16 |  0.008 % |
343.46/346.84	c 346	|    196857 |     552   235090  1310755 |   396085   196857     17 |  0.007 % |
575.56/581.13	c 581	|    295383 |     552   235090  1310755 |   435693   295383     18 |  0.008 % |
1056.28/1066.43	c 1066	|    443172 |     552   235090  1310755 |   479263    30272     17 |  0.008 % |
1509.54/1521.32	c 1521	|    664855 |     552   235090  1310755 |   527189   251955     19 |  0.008 % |
1800.03/1811.91	c 1812	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1811.91	c 1812	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1811.92	c ERROR INTERRUPTED
1800.03/1811.92	s UNKNOWN
1800.03/1811.92	c 1812	CPU 9.33 (0.06 0.01 8.97 0.29)
1800.03/1811.92	c 1812	END Sun Jul 12 03:20:27 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-2075108-1247359814/watcher-2075108-1247359814 -o /tmp/evaluation-result-2075108-1247359814/solver-2075108-1247359814 -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-2075108-1247359814.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.99 1.94 2.01 4/74 18478
/proc/meminfo: memFree=1885600/2055920 swapFree=4192812/4192956
[pid=18478] ppid=18476 vsize=12000 CPUtime=0
/proc/18478/stat : 18478 (sugar) R 18476 18478 16233 0 -1 4194304 213 0 0 0 0 0 0 0 22 0 1 0 23047251 12288000 181 996147200 4194304 4206940 548682068608 18446744073709551615 228774912160 0 0 4224 0 0 0 0 17 1 0 0
/proc/18478/statm: 3000 181 142 3 0 100 0

[startup+0.0840851 s]
/proc/loadavg: 1.99 1.94 2.01 4/74 18478
/proc/meminfo: memFree=1885600/2055920 swapFree=4192812/4192956
[pid=18478] ppid=18476 vsize=16868 CPUtime=0.07
/proc/18478/stat : 18478 (sugar) S 18476 18478 16233 0 -1 4194304 1209 128 0 0 6 1 0 0 18 0 1 0 23047251 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18478/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101922 s]
/proc/loadavg: 1.99 1.94 2.01 4/74 18478
/proc/meminfo: memFree=1885600/2055920 swapFree=4192812/4192956
[pid=18478] ppid=18476 vsize=16868 CPUtime=0.07
/proc/18478/stat : 18478 (sugar) S 18476 18478 16233 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23047251 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18478/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302955 s]
/proc/loadavg: 1.99 1.94 2.01 4/74 18478
/proc/meminfo: memFree=1885600/2055920 swapFree=4192812/4192956
[pid=18478] ppid=18476 vsize=16868 CPUtime=0.07
/proc/18478/stat : 18478 (sugar) S 18476 18478 16233 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23047251 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18478/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701996 s]
/proc/loadavg: 1.99 1.94 2.01 4/74 18478
/proc/meminfo: memFree=1885600/2055920 swapFree=4192812/4192956
[pid=18478] ppid=18476 vsize=16868 CPUtime=0.07
/proc/18478/stat : 18478 (sugar) S 18476 18478 16233 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23047251 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18478/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50238 s]
/proc/loadavg: 1.99 1.94 2.01 3/85 18490
/proc/meminfo: memFree=1861320/2055920 swapFree=4192812/4192956
[pid=18478] ppid=18476 vsize=16868 CPUtime=0.07
/proc/18478/stat : 18478 (sugar) S 18476 18478 16233 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23047251 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18478/statm: 4217 1111 409 3 0 796 0
[pid=18481] ppid=18478 vsize=5356 CPUtime=0
/proc/18481/stat : 18481 (sh) S 18478 18478 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23047260 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18481/statm: 1339 233 193 169 0 50 0
[pid=18482] ppid=18481 vsize=864160 CPUtime=1.39
/proc/18482/stat : 18482 (java) S 18481 18478 16233 0 -1 0 9072 0 1 0 132 7 0 0 18 0 9 0 23047260 884899840 8202 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18482/statm: 216040 8202 2553 9 0 210552 0
[pid=18482/tid=18483] ppid=18481 vsize=864160 CPUtime=1.14
/proc/18482/task/18483/stat : 18483 (java) R 18481 18478 16233 0 -1 64 2927 0 1 0 111 3 0 0 25 0 9 0 23047261 884899840 8202 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18484] ppid=18481 vsize=864160 CPUtime=0.17
/proc/18482/task/18484/stat : 18484 (java) R 18481 18478 16233 0 -1 64 5120 0 0 0 15 2 0 0 16 0 9 0 23047262 884899840 8202 996147200 134512640 134550932 4294955984 18446744073709551615 102510052 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18485] ppid=18481 vsize=864160 CPUtime=0
/proc/18482/task/18485/stat : 18485 (java) S 18481 18478 16233 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23047262 884899840 8202 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18486] ppid=18481 vsize=864160 CPUtime=0
/proc/18482/task/18486/stat : 18486 (java) S 18481 18478 16233 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23047262 884899840 8202 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18487] ppid=18481 vsize=864160 CPUtime=0
/proc/18482/task/18487/stat : 18487 (java) S 18481 18478 16233 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23047265 884899840 8202 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18488] ppid=18481 vsize=864160 CPUtime=0.04
/proc/18482/task/18488/stat : 18488 (java) S 18481 18478 16233 0 -1 64 322 0 0 0 4 0 0 0 16 0 9 0 23047265 884899840 8202 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18489] ppid=18481 vsize=864160 CPUtime=0
/proc/18482/task/18489/stat : 18489 (java) S 18481 18478 16233 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23047265 884899840 8202 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18490] ppid=18481 vsize=864160 CPUtime=0
/proc/18482/task/18490/stat : 18490 (java) S 18481 18478 16233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23047265 884899840 8202 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886384

[startup+3.10227 s]
/proc/loadavg: 2.07 1.96 2.01 4/85 18500
/proc/meminfo: memFree=1865160/2055920 swapFree=4192812/4192956
[pid=18478] ppid=18476 vsize=16868 CPUtime=1.57
/proc/18478/stat : 18478 (sugar) S 18476 18478 16233 0 -1 4194304 1309 9640 0 1 6 1 142 8 16 0 1 0 23047251 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18478/statm: 4217 1111 409 3 0 796 0
[pid=18491] ppid=18478 vsize=5356 CPUtime=0
/proc/18491/stat : 18491 (sh) S 18478 18478 16233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23047412 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18491/statm: 1339 233 193 169 0 50 0
[pid=18492] ppid=18491 vsize=862284 CPUtime=1.47
/proc/18492/stat : 18492 (java) S 18491 18478 16233 0 -1 0 10911 0 1 0 141 6 0 0 19 0 9 0 23047413 882978816 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18492/statm: 215571 10170 2158 9 0 210484 0
[pid=18492/tid=18493] ppid=18491 vsize=862284 CPUtime=0.87
/proc/18492/task/18493/stat : 18493 (java) R 18491 18478 16233 0 -1 64 2335 0 1 0 85 2 0 0 25 0 9 0 23047414 882978816 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4126480731 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18492/tid=18494] ppid=18491 vsize=862284 CPUtime=0.54
/proc/18492/task/18494/stat : 18494 (java) S 18491 18478 16233 0 -1 64 7569 0 0 0 51 3 0 0 16 0 9 0 23047415 882978816 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18492/tid=18495] ppid=18491 vsize=862284 CPUtime=0
/proc/18492/task/18495/stat : 18495 (java) S 18491 18478 16233 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23047415 882978816 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18492/tid=18496] ppid=18491 vsize=862284 CPUtime=0
/proc/18492/task/18496/stat : 18496 (java) S 18491 18478 16233 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23047415 882978816 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18492/tid=18497] ppid=18491 vsize=862284 CPUtime=0
/proc/18492/task/18497/stat : 18497 (java) S 18491 18478 16233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23047417 882978816 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18492/tid=18498] ppid=18491 vsize=862284 CPUtime=0.03
/proc/18492/task/18498/stat : 18498 (java) S 18491 18478 16233 0 -1 64 305 0 0 0 3 0 0 0 16 0 9 0 23047417 882978816 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18492/tid=18499] ppid=18491 vsize=862284 CPUtime=0
/proc/18492/task/18499/stat : 18499 (java) S 18491 18478 16233 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23047417 882978816 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18492/tid=18500] ppid=18491 vsize=862284 CPUtime=0
/proc/18492/task/18500/stat : 18500 (java) S 18491 18478 16233 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23047417 882978816 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 884508

[startup+6.30289 s]
/proc/loadavg: 2.07 1.96 2.01 3/85 18500
/proc/meminfo: memFree=1791240/2055920 swapFree=4192812/4192956
[pid=18478] ppid=18476 vsize=16868 CPUtime=1.57
/proc/18478/stat : 18478 (sugar) S 18476 18478 16233 0 -1 4194304 1310 9640 0 1 6 1 142 8 15 0 1 0 23047251 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18478/statm: 4217 1111 409 3 0 796 0
[pid=18491] ppid=18478 vsize=5356 CPUtime=0
/proc/18491/stat : 18491 (sh) S 18478 18478 16233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23047412 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18491/statm: 1339 233 193 169 0 50 0
[pid=18492] ppid=18491 vsize=864332 CPUtime=4.62
/proc/18492/stat : 18492 (java) S 18491 18478 16233 0 -1 0 27338 0 1 0 448 14 0 0 19 0 9 0 23047413 885075968 26523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18492/statm: 216083 26523 2590 9 0 210560 0
[pid=18492/tid=18493] ppid=18491 vsize=864332 CPUtime=2.49
/proc/18492/task/18493/stat : 18493 (java) R 18491 18478 16233 0 -1 64 3763 0 1 0 245 4 0 0 25 0 9 0 23047414 885075968 26523 996147200 134512640 134550932 4294955936 18446744073709551615 4126546739 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18492/tid=18494] ppid=18491 vsize=864332 CPUtime=2.03
/proc/18492/task/18494/stat : 18494 (java) S 18491 18478 16233 0 -1 64 22535 0 0 0 194 9 0 0 16 0 9 0 23047415 885075968 26523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18492/tid=18495] ppid=18491 vsize=864332 CPUtime=0
/proc/18492/task/18495/stat : 18495 (java) S 18491 18478 16233 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23047415 885075968 26523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18492/tid=18496] ppid=18491 vsize=864332 CPUtime=0
/proc/18492/task/18496/stat : 18496 (java) S 18491 18478 16233 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23047415 885075968 26523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18492/tid=18497] ppid=18491 vsize=864332 CPUtime=0
/proc/18492/task/18497/stat : 18497 (java) S 18491 18478 16233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23047417 885075968 26523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18492/tid=18498] ppid=18491 vsize=864332 CPUtime=0.08
/proc/18492/task/18498/stat : 18498 (java) S 18491 18478 16233 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 23047417 885075968 26523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18492/tid=18499] ppid=18491 vsize=864332 CPUtime=0
/proc/18492/task/18499/stat : 18499 (java) S 18491 18478 16233 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23047417 885075968 26523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18492/tid=18500] ppid=18491 vsize=864332 CPUtime=0
/proc/18492/task/18500/stat : 18500 (java) S 18491 18478 16233 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23047417 885075968 26523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886556

[startup+12.7014 s]
/proc/loadavg: 2.06 1.96 2.01 3/77 18502
/proc/meminfo: memFree=1856904/2055920 swapFree=4192812/4192956
[pid=18478] ppid=18476 vsize=16868 CPUtime=9.33
/proc/18478/stat : 18478 (sugar) S 18476 18478 16233 0 -1 4194304 1374 37343 0 2 6 1 897 29 15 0 1 0 23047251 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18478/statm: 4217 1112 409 3 0 796 0
[pid=18501] ppid=18478 vsize=5356 CPUtime=0
/proc/18501/stat : 18501 (sh) S 18478 18478 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23048199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18501/statm: 1339 232 193 169 0 50 0
[pid=18502] ppid=18501 vsize=16296 CPUtime=3.18
/proc/18502/stat : 18502 (minisat) R 18501 18478 16233 0 -1 4194304 3927 0 0 0 316 2 0 0 25 0 1 0 23048199 16687104 3913 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18502/statm: 4074 3913 75 150 0 3921 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 38520

[startup+25.5029 s]
/proc/loadavg: 2.05 1.96 2.01 3/77 18502
/proc/meminfo: memFree=1855944/2055920 swapFree=4192812/4192956
[pid=18478] ppid=18476 vsize=16868 CPUtime=9.33
/proc/18478/stat : 18478 (sugar) S 18476 18478 16233 0 -1 4194304 1374 37343 0 2 6 1 897 29 16 0 1 0 23047251 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18478/statm: 4217 1112 409 3 0 796 0
[pid=18501] ppid=18478 vsize=5356 CPUtime=0
/proc/18501/stat : 18501 (sh) S 18478 18478 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23048199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18501/statm: 1339 232 193 169 0 50 0
[pid=18502] ppid=18501 vsize=17368 CPUtime=15.86
/proc/18502/stat : 18502 (minisat) R 18501 18478 16233 0 -1 4194304 4181 0 0 0 1584 2 0 0 25 0 1 0 23048199 17784832 4167 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18502/statm: 4342 4167 75 150 0 4189 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 39592

[startup+51.1028 s]
/proc/loadavg: 2.03 1.97 2.01 3/77 18504
/proc/meminfo: memFree=1853576/2055920 swapFree=4192812/4192956
[pid=18478] ppid=18476 vsize=16868 CPUtime=9.33
/proc/18478/stat : 18478 (sugar) S 18476 18478 16233 0 -1 4194304 1374 37343 0 2 6 1 897 29 16 0 1 0 23047251 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18478/statm: 4217 1112 409 3 0 796 0
[pid=18501] ppid=18478 vsize=5356 CPUtime=0
/proc/18501/stat : 18501 (sh) S 18478 18478 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23048199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18501/statm: 1339 232 193 169 0 50 0
[pid=18502] ppid=18501 vsize=19476 CPUtime=41.21
/proc/18502/stat : 18502 (minisat) R 18501 18478 16233 0 -1 4194304 4723 0 0 0 4118 3 0 0 25 0 1 0 23048199 19943424 4709 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18502/statm: 4869 4709 75 150 0 4716 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 41700

[startup+102.308 s]
/proc/loadavg: 2.01 1.97 2.00 3/77 18504
/proc/meminfo: memFree=1850248/2055920 swapFree=4192812/4192956
[pid=18478] ppid=18476 vsize=16868 CPUtime=9.33
/proc/18478/stat : 18478 (sugar) S 18476 18478 16233 0 -1 4194304 1374 37343 0 2 6 1 897 29 16 0 1 0 23047251 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18478/statm: 4217 1112 409 3 0 796 0
[pid=18501] ppid=18478 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1799696/2055920 swapFree=4192812/4192956
[pid=18478] ppid=18476 vsize=16868 CPUtime=9.33
/proc/18478/stat : 18478 (sugar) S 18476 18478 16233 0 -1 4194304 1374 37343 0 2 6 1 897 29 16 0 1 0 23047251 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18478/statm: 4217 1112 409 3 0 796 0
[pid=18501] ppid=18478 vsize=5356 CPUtime=0
/proc/18501/stat : 18501 (sh) S 18478 18478 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23048199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18501/statm: 1339 232 193 169 0 50 0
[pid=18502] ppid=18501 vsize=64152 CPUtime=1341.26
/proc/18502/stat : 18502 (minisat) R 18501 18478 16233 0 -1 4194304 15686 0 0 0 134106 20 0 0 25 0 1 0 23048199 65691648 15664 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18502/statm: 16038 15664 75 150 0 15885 0
Current children cumulated CPU time (s) 1350.59
Current children cumulated vsize (KiB) 86376

[startup+1422.31 s]
/proc/loadavg: 2.01 1.99 2.00 3/76 18541
/proc/meminfo: memFree=1799632/2055920 swapFree=4192812/4192956
[pid=18478] ppid=18476 vsize=16868 CPUtime=9.33
/proc/18478/stat : 18478 (sugar) S 18476 18478 16233 0 -1 4194304 1374 37343 0 2 6 1 897 29 16 0 1 0 23047251 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18478/statm: 4217 1112 409 3 0 796 0
[pid=18501] ppid=18478 vsize=5356 CPUtime=0
/proc/18501/stat : 18501 (sh) S 18478 18478 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23048199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18501/statm: 1339 232 193 169 0 50 0
[pid=18502] ppid=18501 vsize=64152 CPUtime=1401.24
/proc/18502/stat : 18502 (minisat) R 18501 18478 16233 0 -1 4194304 15693 0 0 0 140104 20 0 0 25 0 1 0 23048199 65691648 15671 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18502/statm: 16038 15671 75 150 0 15885 0
Current children cumulated CPU time (s) 1410.57
Current children cumulated vsize (KiB) 86376

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/76 18541
/proc/meminfo: memFree=1799632/2055920 swapFree=4192812/4192956
[pid=18478] ppid=18476 vsize=16868 CPUtime=9.33
/proc/18478/stat : 18478 (sugar) S 18476 18478 16233 0 -1 4194304 1374 37343 0 2 6 1 897 29 16 0 1 0 23047251 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18478/statm: 4217 1112 409 3 0 796 0
[pid=18501] ppid=18478 vsize=5356 CPUtime=0
/proc/18501/stat : 18501 (sh) S 18478 18478 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23048199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18501/statm: 1339 232 193 169 0 50 0
[pid=18502] ppid=18501 vsize=64152 CPUtime=1461.22
/proc/18502/stat : 18502 (minisat) R 18501 18478 16233 0 -1 4194304 15694 0 0 0 146101 21 0 0 25 0 1 0 23048199 65691648 15672 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18502/statm: 16038 15672 75 150 0 15885 0
Current children cumulated CPU time (s) 1470.55
Current children cumulated vsize (KiB) 86376

[startup+1542.3 s]
/proc/loadavg: 2.06 2.00 2.00 4/76 18541
/proc/meminfo: memFree=1799440/2055920 swapFree=4192812/4192956
[pid=18478] ppid=18476 vsize=16868 CPUtime=9.33
/proc/18478/stat : 18478 (sugar) S 18476 18478 16233 0 -1 4194304 1374 37343 0 2 6 1 897 29 16 0 1 0 23047251 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18478/statm: 4217 1112 409 3 0 796 0
[pid=18501] ppid=18478 vsize=5356 CPUtime=0
/proc/18501/stat : 18501 (sh) S 18478 18478 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23048199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18501/statm: 1339 232 193 169 0 50 0
[pid=18502] ppid=18501 vsize=64316 CPUtime=1521.2
/proc/18502/stat : 18502 (minisat) R 18501 18478 16233 0 -1 4194304 15727 0 0 0 152099 21 0 0 25 0 1 0 23048199 65859584 15705 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18502/statm: 16079 15705 75 150 0 15926 0
Current children cumulated CPU time (s) 1530.53
Current children cumulated vsize (KiB) 86540

[startup+1602.3 s]
/proc/loadavg: 2.02 2.00 2.00 4/76 18541
/proc/meminfo: memFree=1799312/2055920 swapFree=4192812/4192956
[pid=18478] ppid=18476 vsize=16868 CPUtime=9.33
/proc/18478/stat : 18478 (sugar) S 18476 18478 16233 0 -1 4194304 1374 37343 0 2 6 1 897 29 16 0 1 0 23047251 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18478/statm: 4217 1112 409 3 0 796 0
[pid=18501] ppid=18478 vsize=5356 CPUtime=0
/proc/18501/stat : 18501 (sh) S 18478 18478 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23048199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18501/statm: 1339 232 193 169 0 50 0
[pid=18502] ppid=18501 vsize=64316 CPUtime=1581.18
/proc/18502/stat : 18502 (minisat) R 18501 18478 16233 0 -1 4194304 15731 0 0 0 158097 21 0 0 25 0 1 0 23048199 65859584 15709 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18502/statm: 16079 15709 75 150 0 15926 0
Current children cumulated CPU time (s) 1590.51
Current children cumulated vsize (KiB) 86540

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/76 18541
/proc/meminfo: memFree=1799312/2055920 swapFree=4192812/4192956
[pid=18478] ppid=18476 vsize=16868 CPUtime=9.33
/proc/18478/stat : 18478 (sugar) S 18476 18478 16233 0 -1 4194304 1374 37343 0 2 6 1 897 29 16 0 1 0 23047251 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18478/statm: 4217 1112 409 3 0 796 0
[pid=18501] ppid=18478 vsize=5356 CPUtime=0
/proc/18501/stat : 18501 (sh) S 18478 18478 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23048199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18501/statm: 1339 232 193 169 0 50 0
[pid=18502] ppid=18501 vsize=64316 CPUtime=1641.15
/proc/18502/stat : 18502 (minisat) R 18501 18478 16233 0 -1 4194304 15733 0 0 0 164094 21 0 0 25 0 1 0 23048199 65859584 15711 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18502/statm: 16079 15711 75 150 0 15926 0
Current children cumulated CPU time (s) 1650.48
Current children cumulated vsize (KiB) 86540

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/76 18541
/proc/meminfo: memFree=1799248/2055920 swapFree=4192812/4192956
[pid=18478] ppid=18476 vsize=16868 CPUtime=9.33
/proc/18478/stat : 18478 (sugar) S 18476 18478 16233 0 -1 4194304 1374 37343 0 2 6 1 897 29 16 0 1 0 23047251 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18478/statm: 4217 1112 409 3 0 796 0
[pid=18501] ppid=18478 vsize=5356 CPUtime=0
/proc/18501/stat : 18501 (sh) S 18478 18478 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23048199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18501/statm: 1339 232 193 169 0 50 0
[pid=18502] ppid=18501 vsize=64316 CPUtime=1701.13
/proc/18502/stat : 18502 (minisat) R 18501 18478 16233 0 -1 4194304 15735 0 0 0 170092 21 0 0 25 0 1 0 23048199 65859584 15713 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18502/statm: 16079 15713 75 150 0 15926 0
Current children cumulated CPU time (s) 1710.46
Current children cumulated vsize (KiB) 86540

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/76 18541
/proc/meminfo: memFree=1799184/2055920 swapFree=4192812/4192956
[pid=18478] ppid=18476 vsize=16868 CPUtime=9.33
/proc/18478/stat : 18478 (sugar) S 18476 18478 16233 0 -1 4194304 1374 37343 0 2 6 1 897 29 16 0 1 0 23047251 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18478/statm: 4217 1112 409 3 0 796 0
[pid=18501] ppid=18478 vsize=5356 CPUtime=0
/proc/18501/stat : 18501 (sh) S 18478 18478 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23048199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18501/statm: 1339 232 193 169 0 50 0
[pid=18502] ppid=18501 vsize=64316 CPUtime=1761.1
/proc/18502/stat : 18502 (minisat) R 18501 18478 16233 0 -1 4194304 15737 0 0 0 176089 21 0 0 25 0 1 0 23048199 65859584 15715 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18502/statm: 16079 15715 75 150 0 15926 0
Current children cumulated CPU time (s) 1770.43
Current children cumulated vsize (KiB) 86540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 18541
/proc/meminfo: memFree=1798992/2055920 swapFree=4192812/4192956
[pid=18478] ppid=18476 vsize=16868 CPUtime=9.33
/proc/18478/stat : 18478 (sugar) S 18476 18478 16233 0 -1 4194304 1374 37343 0 2 6 1 897 29 16 0 1 0 23047251 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18478/statm: 4217 1112 409 3 0 796 0
[pid=18501] ppid=18478 vsize=5356 CPUtime=0
/proc/18501/stat : 18501 (sh) S 18478 18478 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23048199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18501/statm: 1339 232 193 169 0 50 0
[pid=18502] ppid=18501 vsize=64672 CPUtime=1790.7
/proc/18502/stat : 18502 (minisat) R 18501 18478 16233 0 -1 4194304 15787 0 0 0 179049 21 0 0 25 0 1 0 23048199 66224128 15765 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18502/statm: 16168 15765 75 150 0 16015 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 86896

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

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

[startup+1811.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 18541
/proc/meminfo: memFree=1798992/2055920 swapFree=4192812/4192956
[pid=18478] ppid=18476 vsize=16868 CPUtime=9.33
/proc/18478/stat : 18478 (sugar) S 18476 18478 16233 0 -1 4194304 1374 37343 0 2 6 1 897 29 16 0 1 0 23047251 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18478/statm: 4217 1112 409 3 0 796 0
[pid=18501] ppid=18478 vsize=5356 CPUtime=0
/proc/18501/stat : 18501 (sh) S 18478 18478 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23048199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18501/statm: 1339 232 193 169 0 50 0
[pid=18502] ppid=18501 vsize=64672 CPUtime=1790.7
/proc/18502/stat : 18502 (minisat) R 18501 18478 16233 0 -1 4194304 15787 0 0 0 179049 21 0 0 25 0 1 0 23048199 66224128 15765 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18502/statm: 16168 15765 75 150 0 16015 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 86896

Child status: 0

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

Real time (s): 1811.93
CPU time (s): 1800.03
CPU user time (s): 1799.52
CPU system time (s): 0.51
CPU usage (%): 99.3433
Max. virtual memory (cumulated for all children) (KiB): 886556

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

runsolver used 2.41663 second user time and 5.9441 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-12 02:50:15
IDJOB=2075108
IDBENCH=56231
IDSOLVER=739
FILE ID=node74/2075108-1247359814
PBS_JOBID= 9506925
Free space on /tmp= 103080 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-41_ext.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-2075108-1247359814/watcher-2075108-1247359814 -o /tmp/evaluation-result-2075108-1247359814/solver-2075108-1247359814 -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-2075108-1247359814.xml

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

MD5SUM BENCH= 0f43e4f562ecd636043bcca7dfaf8fa5
RANDOM SEED=1933606654

node74.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.234
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.234
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:       1886080 kB
Buffers:         14472 kB
Cached:          89976 kB
SwapCached:          0 kB
Active:          89404 kB
Inactive:        35320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1886080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4268 kB
Writeback:           0 kB
Mapped:          30944 kB
Slab:            30200 kB
Committed_AS:   246416 kB
PageTables:       1804 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103076 MiB
End job on node74 at 2009-07-12 03:20:29