Trace number 2072798

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.08 1808.83

General information on the benchmark

Namecsp/pseudoGLB/
normalized-chnl20-30-pb-cnf-cr.xml
MD5SUM4ffd98d9de6ea8c516015ecdc3170fca
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints100
Maximum constraint arity30
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(100)

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:02:57 2009
0.00/0.08	c 0	PID 16267
0.00/0.08	c 0	HOST node12.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2072798-1247356977.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-2072798-1247356977.xml' 'HOME/temp.csp'
0.06/0.70	c 1	1 domains, 1200 variables, 0 predicates, 0 relations, 100 constraints
0.06/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.72	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.79	c 1	Parsing HOME/temp.csp
0.66/0.89	c 1	parsed 1301 expressions
0.66/0.90	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.66/0.90	c 1	Converting to clausal form CSP
0.66/0.92	c 1	converted 131 (10%) expressions
0.66/0.93	c 1	converted 261 (20%) expressions
0.66/0.93	c 1	converted 391 (30%) expressions
0.66/0.93	c 1	converted 521 (40%) expressions
0.66/0.94	c 1	converted 651 (50%) expressions
0.66/0.94	c 1	converted 781 (60%) expressions
0.66/0.94	c 1	converted 911 (70%) expressions
0.66/0.94	c 1	converted 1041 (80%) expressions
0.66/0.94	c 1	converted 1171 (90%) expressions
1.12/1.23	c 2	converted 1301 (100%) expressions
1.12/1.23	c 2	CSP : 1500 integers, 0 booleans, 700 clauses, largest domain size 8
1.12/1.23	c 2	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.23	c 2	Propagation in CSP
1.12/1.25	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.12/1.25	c 2	CSP : 1500 integers, 0 booleans, 700 clauses, largest domain size 8
1.12/1.25	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.26	c 2	Simplifing CSP by introducing new Boolean variables
1.12/1.26	c 2	CSP : 1500 integers, 0 booleans, 700 clauses, largest domain size 8
1.12/1.26	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.29	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.12/1.29	c 2	150 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.12/1.30	c 2	300 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.12/1.30	c 2	450 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.30	c 2	600 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.30	c 2	750 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.31	c 2	900 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.31	c 2	1050 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.31	c 2	1200 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.31	c 2	1350 (90%) CSP integer variables are encoded (850 clauses, 11114 bytes)
1.22/1.32	c 2	1500 (100%) CSP integer variables are encoded (1020 clauses, 13324 bytes)
1.22/1.38	c 2	70 (10%) CSP clauses are encoded (7370 clauses, 147188 bytes)
1.32/1.44	c 2	140 (20%) CSP clauses are encoded (13720 clauses, 292828 bytes)
1.32/1.49	c 2	210 (30%) CSP clauses are encoded (20070 clauses, 438468 bytes)
1.42/1.55	c 2	280 (40%) CSP clauses are encoded (26420 clauses, 584108 bytes)
1.51/1.60	c 2	350 (50%) CSP clauses are encoded (32770 clauses, 729876 bytes)
1.51/1.65	c 2	420 (60%) CSP clauses are encoded (39120 clauses, 897276 bytes)
2.20/2.37	c 3	490 (70%) CSP clauses are encoded (40830 clauses, 915797 bytes)
2.90/3.08	c 3	560 (80%) CSP clauses are encoded (42540 clauses, 934428 bytes)
3.59/3.79	c 4	630 (90%) CSP clauses are encoded (44250 clauses, 954698 bytes)
4.38/4.51	c 5	700 (100%) CSP clauses are encoded (45960 clauses, 974979 bytes)
4.38/4.51	c 5	700 CSP clauses encoded
4.38/4.51	c 5	Writing map file : HOME/temp.map
4.38/4.52	c 5	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.38/4.52	c 5	SAT : 2520 SAT variables, 45960 SAT clauses, 974979 bytes
4.38/4.52	c 5	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.38/4.53	c 5	SOLVING HOME/temp.cnf
4.38/4.53	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.38/4.53	c 5	This is MiniSat 2.0 beta
4.38/4.53	c 5	WARNING: for repeatability, setting FPU to use double precision
4.38/4.53	c 5	============================[ Problem Statistics ]=============================
4.38/4.53	c 5	|                                                                             |
4.38/4.53	c 5	|  Number of variables:  2520                                                 |
4.38/4.53	c 5	|  Number of clauses:    45960                                                |
4.38/4.56	c 5	|  Parsing time:         0.02         s                                       |
4.38/4.56	c 5	============================[ Search Statistics ]==============================
4.38/4.56	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.38/4.56	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.38/4.56	c 5	===============================================================================
4.38/4.56	c 5	|         0 |    2520    45960   185580 |    15320        0    nan |  0.000 % |
4.38/4.57	c 5	|       100 |    2520    45960   185580 |    16852      100     68 |  0.001 % |
4.38/4.58	c 5	|       251 |    2520    45960   185580 |    18537      251     79 |  0.001 % |
4.43/4.60	c 5	|       476 |    2520    45960   185580 |    20390      476     95 |  0.001 % |
4.43/4.63	c 5	|       813 |    2520    45960   185580 |    22430      813    100 |  0.001 % |
4.43/4.68	c 5	|      1319 |    2520    45960   185580 |    24673     1319    107 |  0.001 % |
4.43/4.78	c 5	|      2078 |    2520    45960   185580 |    27140     2078    117 |  0.001 % |
4.43/4.93	c 5	|      3217 |    2520    45960   185580 |    29854     3217    122 |  0.001 % |
4.43/5.22	c 6	|      4925 |    2520    45960   185580 |    32839     4925    135 |  0.001 % |
5.67/5.82	c 6	|      7488 |    2520    45960   185580 |    36123     7488    144 |  0.001 % |
6.67/6.85	c 7	|     11332 |    2520    45960   185580 |    39736    11332    149 |  0.001 % |
8.54/8.76	c 9	|     17099 |    2520    45960   185580 |    43709    17099    151 |  0.001 % |
13.10/13.36	c 14	|     25748 |    2520    45960   185580 |    48080    25748    155 |  0.001 % |
22.82/23.19	c 23	|     38722 |    2520    45960   185580 |    52888    38722    159 |  0.001 % |
40.54/41.09	c 41	|     58184 |    2520    45960   185580 |    58177    22066    157 |  0.001 % |
64.41/65.15	c 65	|     87376 |    2520    45960   185580 |    63995    51258    163 |  0.001 % |
108.40/109.51	c 110	|    131165 |    2520    45960   185580 |    70394    48897    174 |  0.001 % |
184.38/186.24	c 187	|    196849 |    2520    45960   185580 |    77434    58421    186 |  0.001 % |
314.55/317.69	c 318	|    295375 |    2520    45960   185580 |    85177    40804    186 |  0.001 % |
544.28/549.56	c 550	|    443164 |    2520    45960   185580 |    93695    64151    185 |  0.001 % |
825.63/833.57	c 834	|    664847 |    2520    45960   185580 |   103065    62093    168 |  0.001 % |
1308.37/1316.92	c 1317	|    997372 |    2520    45960   185580 |   113371    53765    156 |  0.001 % |
1800.08/1808.82	c ERROR INTERRUPTED
1800.08/1808.82	s UNKNOWN
1800.08/1808.82	c 1809	CPU 4.44 (0.05 0.01 4.27 0.11)
1800.08/1808.82	c 1809	END Sun Jul 12 02:33:06 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-2072798-1247356977/watcher-2072798-1247356977 -o /tmp/evaluation-result-2072798-1247356977/solver-2072798-1247356977 -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-2072798-1247356977.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.91 1.98 1.99 4/72 16267
/proc/meminfo: memFree=1450016/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=12268 CPUtime=0
/proc/16267/stat : 16267 (sugar) R 16265 16267 15122 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 22764751 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 252429695589 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16267/statm: 3067 316 241 3 0 167 0

[startup+0.089396 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 16267
/proc/meminfo: memFree=1450016/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=16868 CPUtime=0.06
/proc/16267/stat : 16267 (sugar) S 16265 16267 15122 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22764751 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16267/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101896 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 16267
/proc/meminfo: memFree=1450016/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=16868 CPUtime=0.06
/proc/16267/stat : 16267 (sugar) S 16265 16267 15122 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22764751 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16267/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301414 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 16267
/proc/meminfo: memFree=1450016/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=16868 CPUtime=0.06
/proc/16267/stat : 16267 (sugar) S 16265 16267 15122 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22764751 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16267/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701457 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 16267
/proc/meminfo: memFree=1450016/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=16868 CPUtime=0.06
/proc/16267/stat : 16267 (sugar) S 16265 16267 15122 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22764751 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16267/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50554 s]
/proc/loadavg: 1.91 1.98 1.99 4/83 16289
/proc/meminfo: memFree=1440008/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=16868 CPUtime=0.66
/proc/16267/stat : 16267 (sugar) S 16265 16267 15122 0 -1 4194304 1310 4786 0 1 5 1 57 3 15 0 1 0 22764751 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16267/statm: 4217 1111 409 3 0 796 0
[pid=16280] ppid=16267 vsize=5356 CPUtime=0
/proc/16280/stat : 16280 (sh) S 16267 16267 15122 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22764823 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16280/statm: 1339 233 193 169 0 50 0
[pid=16281] ppid=16280 vsize=868620 CPUtime=0.76
/proc/16281/stat : 16281 (java) S 16280 16267 15122 0 -1 0 6514 0 1 0 71 5 0 0 18 0 9 0 22764824 889466880 5733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16281/statm: 217155 5733 2589 9 0 211632 0
[pid=16281/tid=16282] ppid=16280 vsize=868620 CPUtime=0.48
/proc/16281/task/16282/stat : 16282 (java) R 16280 16267 15122 0 -1 64 2748 0 1 0 47 1 0 0 20 0 9 0 22764824 889466880 5733 996147200 134512640 134550932 4294955936 18446744073709551615 4126951157 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16281/tid=16283] ppid=16280 vsize=868620 CPUtime=0.04
/proc/16281/task/16283/stat : 16283 (java) S 16280 16267 15122 0 -1 64 1569 0 0 0 4 0 0 0 16 0 9 0 22764826 889466880 5733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16281/tid=16284] ppid=16280 vsize=868620 CPUtime=0
/proc/16281/task/16284/stat : 16284 (java) S 16280 16267 15122 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22764826 889466880 5733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16281/tid=16285] ppid=16280 vsize=868620 CPUtime=0
/proc/16281/task/16285/stat : 16285 (java) S 16280 16267 15122 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22764826 889466880 5733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16281/tid=16286] ppid=16280 vsize=868620 CPUtime=0
/proc/16281/task/16286/stat : 16286 (java) S 16280 16267 15122 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22764828 889466880 5733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16281/tid=16287] ppid=16280 vsize=868620 CPUtime=0.19
/proc/16281/task/16287/stat : 16287 (java) S 16280 16267 15122 0 -1 64 1498 0 0 0 18 1 0 0 16 0 9 0 22764828 889466880 5733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16281/tid=16288] ppid=16280 vsize=868620 CPUtime=0
/proc/16281/task/16288/stat : 16288 (java) S 16280 16267 15122 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22764828 889466880 5733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16281/tid=16289] ppid=16280 vsize=868620 CPUtime=0
/proc/16281/task/16289/stat : 16289 (java) R 16280 16267 15122 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22764828 889466880 5733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890844

[startup+3.10269 s]
/proc/loadavg: 1.91 1.98 1.99 3/83 16289
/proc/meminfo: memFree=1432776/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=16868 CPUtime=0.66
/proc/16267/stat : 16267 (sugar) S 16265 16267 15122 0 -1 4194304 1310 4786 0 1 5 1 57 3 15 0 1 0 22764751 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16267/statm: 4217 1111 409 3 0 796 0
[pid=16280] ppid=16267 vsize=5356 CPUtime=0
/proc/16280/stat : 16280 (sh) S 16267 16267 15122 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22764823 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16280/statm: 1339 233 193 169 0 50 0
[pid=16281] ppid=16280 vsize=868620 CPUtime=2.34
/proc/16281/stat : 16281 (java) S 16280 16267 15122 0 -1 0 6576 0 1 0 228 6 0 0 18 0 9 0 22764824 889466880 5733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16281/statm: 217155 5733 2589 9 0 211632 0
[pid=16281/tid=16282] ppid=16280 vsize=868620 CPUtime=2.04
/proc/16281/task/16282/stat : 16282 (java) R 16280 16267 15122 0 -1 64 2810 0 1 0 203 1 0 0 25 0 9 0 22764824 889466880 5733 996147200 134512640 134550932 4294955936 18446744073709551615 4126521581 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16281/tid=16283] ppid=16280 vsize=868620 CPUtime=0.07
/proc/16281/task/16283/stat : 16283 (java) S 16280 16267 15122 0 -1 64 1569 0 0 0 6 1 0 0 16 0 9 0 22764826 889466880 5733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16281/tid=16284] ppid=16280 vsize=868620 CPUtime=0
/proc/16281/task/16284/stat : 16284 (java) S 16280 16267 15122 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22764826 889466880 5733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16281/tid=16285] ppid=16280 vsize=868620 CPUtime=0
/proc/16281/task/16285/stat : 16285 (java) S 16280 16267 15122 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22764826 889466880 5733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16281/tid=16286] ppid=16280 vsize=868620 CPUtime=0
/proc/16281/task/16286/stat : 16286 (java) S 16280 16267 15122 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22764828 889466880 5733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16281/tid=16287] ppid=16280 vsize=868620 CPUtime=0.19
/proc/16281/task/16287/stat : 16287 (java) S 16280 16267 15122 0 -1 64 1498 0 0 0 18 1 0 0 16 0 9 0 22764828 889466880 5733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16281/tid=16288] ppid=16280 vsize=868620 CPUtime=0
/proc/16281/task/16288/stat : 16288 (java) S 16280 16267 15122 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22764828 889466880 5733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16281/tid=16289] ppid=16280 vsize=868620 CPUtime=0
/proc/16281/task/16289/stat : 16289 (java) S 16280 16267 15122 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22764828 889466880 5733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890844

[startup+6.30202 s]
/proc/loadavg: 1.92 1.98 1.99 3/75 16291
/proc/meminfo: memFree=1438280/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=16868 CPUtime=4.43
/proc/16267/stat : 16267 (sugar) S 16265 16267 15122 0 -1 4194304 1376 11712 0 2 5 1 426 11 15 0 1 0 22764751 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16267/statm: 4217 1113 409 3 0 796 0
[pid=16290] ppid=16267 vsize=5356 CPUtime=0
/proc/16290/stat : 16290 (sh) S 16267 16267 15122 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22765204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16290/statm: 1339 232 193 169 0 50 0
[pid=16291] ppid=16290 vsize=10352 CPUtime=1.73
/proc/16291/stat : 16291 (minisat) R 16290 16267 15122 0 -1 4194304 2459 0 0 0 173 0 0 0 25 0 1 0 22765205 10600448 2445 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/16291/statm: 2588 2445 75 150 0 2435 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 32576

[startup+12.7016 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 16291
/proc/meminfo: memFree=1426248/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=16868 CPUtime=4.43
/proc/16267/stat : 16267 (sugar) S 16265 16267 15122 0 -1 4194304 1376 11712 0 2 5 1 426 11 16 0 1 0 22764751 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16267/statm: 4217 1113 409 3 0 796 0
[pid=16290] ppid=16267 vsize=5356 CPUtime=0
/proc/16290/stat : 16290 (sh) S 16267 16267 15122 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22765204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16290/statm: 1339 232 193 169 0 50 0
[pid=16291] ppid=16290 vsize=20772 CPUtime=8.08
/proc/16291/stat : 16291 (minisat) R 16290 16267 15122 0 -1 4194304 5066 0 0 0 806 2 0 0 25 0 1 0 22765205 21270528 5052 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/16291/statm: 5193 5052 75 150 0 5040 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 42996

[startup+25.5019 s]
/proc/loadavg: 1.94 1.98 1.99 3/75 16291
/proc/meminfo: memFree=1413256/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=16868 CPUtime=4.43
/proc/16267/stat : 16267 (sugar) S 16265 16267 15122 0 -1 4194304 1376 11712 0 2 5 1 426 11 16 0 1 0 22764751 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16267/statm: 4217 1113 409 3 0 796 0
[pid=16290] ppid=16267 vsize=5356 CPUtime=0
/proc/16290/stat : 16290 (sh) S 16267 16267 15122 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22765204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16290/statm: 1339 232 193 169 0 50 0
[pid=16291] ppid=16290 vsize=33444 CPUtime=20.76
/proc/16291/stat : 16291 (minisat) R 16290 16267 15122 0 -1 4194304 8187 0 0 0 2072 4 0 0 25 0 1 0 22765205 34246656 8173 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16291/statm: 8361 8173 75 150 0 8208 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 55668

[startup+51.1015 s]
/proc/loadavg: 1.96 1.98 1.99 3/75 16291
/proc/meminfo: memFree=1404168/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=16868 CPUtime=4.43
/proc/16267/stat : 16267 (sugar) S 16265 16267 15122 0 -1 4194304 1376 11712 0 2 5 1 426 11 16 0 1 0 22764751 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16267/statm: 4217 1113 409 3 0 796 0
[pid=16290] ppid=16267 vsize=5356 CPUtime=0
/proc/16290/stat : 16290 (sh) S 16267 16267 15122 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22765204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16290/statm: 1339 232 193 169 0 50 0
[pid=16291] ppid=16290 vsize=42416 CPUtime=46.11
/proc/16291/stat : 16291 (minisat) R 16290 16267 15122 0 -1 4194304 10420 0 0 0 4606 5 0 0 25 0 1 0 22765205 43433984 10406 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16291/statm: 10604 10406 75 150 0 10451 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 64640

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 16291
/proc/meminfo: memFree=1393672/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=16868 CPUtime=4.43
/proc/16267/stat : 16267 (sugar) S 16265 16267 15122 0 -1 4194304 1376 11712 0 2 5 1 426 11 16 0 1 0 22764751 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16267/statm: 4217 1113 409 3 0 796 0
[pid=16290] ppid=16267 vsize=5356 CPUtime=0
/proc/16290/stat : 16290 (sh) S 16267 16267 15122 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22765204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16290/statm: 1339 232 193 169 0 50 0
[pid=16291] ppid=16290 vsize=52896 CPUtime=96.84
/proc/16291/stat : 16291 (minisat) R 16290 16267 15122 0 -1 4194304 12997 0 0 0 9676 8 0 0 25 0 1 0 22765205 54165504 12983 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16291/statm: 13224 12983 75 150 0 13071 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 75120

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 16291
/proc/meminfo: memFree=1384968/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=16868 CPUtime=4.43
/proc/16267/stat : 16267 (sugar) S 16265 16267 15122 0 -1 4194304 1376 11712 0 2 5 1 426 11 16 0 1 0 22764751 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16267/statm: 4217 1113 409 3 0 796 0
[pid=16290] ppid=16267 vsize=5356 CPUtime=0
/proc/16290/stat : 16290 (sh) S 16267 16267 15122 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22765204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1255800/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=16868 CPUtime=4.43
/proc/16267/stat : 16267 (sugar) S 16265 16267 15122 0 -1 4194304 1376 11712 0 2 5 1 426 11 16 0 1 0 22764751 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16267/statm: 4217 1113 409 3 0 796 0
[pid=16290] ppid=16267 vsize=5356 CPUtime=0
/proc/16290/stat : 16290 (sh) S 16267 16267 15122 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22765204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16290/statm: 1339 232 193 169 0 50 0
[pid=16291] ppid=16290 vsize=96756 CPUtime=1289.35
/proc/16291/stat : 16291 (minisat) R 16290 16267 15122 0 -1 4194304 23730 0 0 0 128913 22 0 0 25 0 1 0 22765205 99078144 23716 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/16291/statm: 24189 23716 75 150 0 24036 0
Current children cumulated CPU time (s) 1293.78
Current children cumulated vsize (KiB) 118980

[startup+1362.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/84 16396
/proc/meminfo: memFree=1255800/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=16868 CPUtime=4.43
/proc/16267/stat : 16267 (sugar) S 16265 16267 15122 0 -1 4194304 1376 11712 0 2 5 1 426 11 16 0 1 0 22764751 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16267/statm: 4217 1113 409 3 0 796 0
[pid=16290] ppid=16267 vsize=5356 CPUtime=0
/proc/16290/stat : 16290 (sh) S 16267 16267 15122 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22765204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16290/statm: 1339 232 193 169 0 50 0
[pid=16291] ppid=16290 vsize=96756 CPUtime=1349.32
/proc/16291/stat : 16291 (minisat) R 16290 16267 15122 0 -1 4194304 23731 0 0 0 134910 22 0 0 25 0 1 0 22765205 99078144 23717 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/16291/statm: 24189 23717 75 150 0 24036 0
Current children cumulated CPU time (s) 1353.75
Current children cumulated vsize (KiB) 118980

[startup+1422.31 s]
/proc/loadavg: 2.16 2.07 2.01 3/84 16396
/proc/meminfo: memFree=1254712/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=16868 CPUtime=4.43
/proc/16267/stat : 16267 (sugar) S 16265 16267 15122 0 -1 4194304 1376 11712 0 2 5 1 426 11 16 0 1 0 22764751 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16267/statm: 4217 1113 409 3 0 796 0
[pid=16290] ppid=16267 vsize=5356 CPUtime=0
/proc/16290/stat : 16290 (sh) S 16267 16267 15122 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22765204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16290/statm: 1339 232 193 169 0 50 0
[pid=16291] ppid=16290 vsize=96756 CPUtime=1409.3
/proc/16291/stat : 16291 (minisat) R 16290 16267 15122 0 -1 4194304 23741 0 0 0 140908 22 0 0 25 0 1 0 22765205 99078144 23727 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/16291/statm: 24189 23727 75 150 0 24036 0
Current children cumulated CPU time (s) 1413.73
Current children cumulated vsize (KiB) 118980

[startup+1482.3 s]
/proc/loadavg: 2.39 2.14 2.04 3/84 16396
/proc/meminfo: memFree=1254712/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=16868 CPUtime=4.43
/proc/16267/stat : 16267 (sugar) S 16265 16267 15122 0 -1 4194304 1376 11712 0 2 5 1 426 11 16 0 1 0 22764751 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16267/statm: 4217 1113 409 3 0 796 0
[pid=16290] ppid=16267 vsize=5356 CPUtime=0
/proc/16290/stat : 16290 (sh) S 16267 16267 15122 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22765204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16290/statm: 1339 232 193 169 0 50 0
[pid=16291] ppid=16290 vsize=96756 CPUtime=1469.27
/proc/16291/stat : 16291 (minisat) R 16290 16267 15122 0 -1 4194304 23741 0 0 0 146905 22 0 0 25 0 1 0 22765205 99078144 23727 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16291/statm: 24189 23727 75 150 0 24036 0
Current children cumulated CPU time (s) 1473.7
Current children cumulated vsize (KiB) 118980

[startup+1542.3 s]
/proc/loadavg: 2.18 2.13 2.04 3/84 16396
/proc/meminfo: memFree=1254648/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=16868 CPUtime=4.43
/proc/16267/stat : 16267 (sugar) S 16265 16267 15122 0 -1 4194304 1376 11712 0 2 5 1 426 11 16 0 1 0 22764751 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16267/statm: 4217 1113 409 3 0 796 0
[pid=16290] ppid=16267 vsize=5356 CPUtime=0
/proc/16290/stat : 16290 (sh) S 16267 16267 15122 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22765204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16290/statm: 1339 232 193 169 0 50 0
[pid=16291] ppid=16290 vsize=96756 CPUtime=1529.26
/proc/16291/stat : 16291 (minisat) R 16290 16267 15122 0 -1 4194304 23746 0 0 0 152903 23 0 0 25 0 1 0 22765205 99078144 23732 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16291/statm: 24189 23732 75 150 0 24036 0
Current children cumulated CPU time (s) 1533.69
Current children cumulated vsize (KiB) 118980

[startup+1602.3 s]
/proc/loadavg: 2.06 2.10 2.03 3/84 16396
/proc/meminfo: memFree=1254584/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=16868 CPUtime=4.43
/proc/16267/stat : 16267 (sugar) S 16265 16267 15122 0 -1 4194304 1376 11712 0 2 5 1 426 11 16 0 1 0 22764751 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16267/statm: 4217 1113 409 3 0 796 0
[pid=16290] ppid=16267 vsize=5356 CPUtime=0
/proc/16290/stat : 16290 (sh) S 16267 16267 15122 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22765204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16290/statm: 1339 232 193 169 0 50 0
[pid=16291] ppid=16290 vsize=96756 CPUtime=1589.23
/proc/16291/stat : 16291 (minisat) R 16290 16267 15122 0 -1 4194304 23747 0 0 0 158900 23 0 0 25 0 1 0 22765205 99078144 23733 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/16291/statm: 24189 23733 75 150 0 24036 0
Current children cumulated CPU time (s) 1593.66
Current children cumulated vsize (KiB) 118980

[startup+1662.3 s]
/proc/loadavg: 2.02 2.08 2.03 3/84 16396
/proc/meminfo: memFree=1254264/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=16868 CPUtime=4.43
/proc/16267/stat : 16267 (sugar) S 16265 16267 15122 0 -1 4194304 1376 11712 0 2 5 1 426 11 16 0 1 0 22764751 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16267/statm: 4217 1113 409 3 0 796 0
[pid=16290] ppid=16267 vsize=5356 CPUtime=0
/proc/16290/stat : 16290 (sh) S 16267 16267 15122 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22765204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16290/statm: 1339 232 193 169 0 50 0
[pid=16291] ppid=16290 vsize=97284 CPUtime=1649.21
/proc/16291/stat : 16291 (minisat) R 16290 16267 15122 0 -1 4194304 23853 0 0 0 164898 23 0 0 25 0 1 0 22765205 99618816 23839 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/16291/statm: 24321 23839 75 150 0 24168 0
Current children cumulated CPU time (s) 1653.64
Current children cumulated vsize (KiB) 119508

[startup+1722.3 s]
/proc/loadavg: 2.01 2.06 2.02 3/84 16396
/proc/meminfo: memFree=1250872/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=16868 CPUtime=4.43
/proc/16267/stat : 16267 (sugar) S 16265 16267 15122 0 -1 4194304 1376 11712 0 2 5 1 426 11 16 0 1 0 22764751 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16267/statm: 4217 1113 409 3 0 796 0
[pid=16290] ppid=16267 vsize=5356 CPUtime=0
/proc/16290/stat : 16290 (sh) S 16267 16267 15122 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22765204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16290/statm: 1339 232 193 169 0 50 0
[pid=16291] ppid=16290 vsize=100452 CPUtime=1709.18
/proc/16291/stat : 16291 (minisat) R 16290 16267 15122 0 -1 4194304 24671 0 0 0 170895 23 0 0 25 0 1 0 22765205 102862848 24657 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/16291/statm: 25113 24657 75 150 0 24960 0
Current children cumulated CPU time (s) 1713.61
Current children cumulated vsize (KiB) 122676

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/84 16396
/proc/meminfo: memFree=1250552/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=16868 CPUtime=4.43
/proc/16267/stat : 16267 (sugar) S 16265 16267 15122 0 -1 4194304 1376 11712 0 2 5 1 426 11 16 0 1 0 22764751 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16267/statm: 4217 1113 409 3 0 796 0
[pid=16290] ppid=16267 vsize=5356 CPUtime=0
/proc/16290/stat : 16290 (sh) S 16267 16267 15122 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22765204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16290/statm: 1339 232 193 169 0 50 0
[pid=16291] ppid=16290 vsize=100844 CPUtime=1769.16
/proc/16291/stat : 16291 (minisat) R 16290 16267 15122 0 -1 4194304 24725 0 0 0 176893 23 0 0 25 0 1 0 22765205 103264256 24711 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/16291/statm: 25211 24711 75 150 0 25058 0
Current children cumulated CPU time (s) 1773.59
Current children cumulated vsize (KiB) 123068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.8 s]
/proc/loadavg: 2.00 2.04 2.01 3/84 16396
/proc/meminfo: memFree=1250040/2055920 swapFree=4192956/4192956
[pid=16267] ppid=16265 vsize=16868 CPUtime=4.43
/proc/16267/stat : 16267 (sugar) S 16265 16267 15122 0 -1 4194304 1376 11712 0 2 5 1 426 11 16 0 1 0 22764751 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16267/statm: 4217 1113 409 3 0 796 0
[pid=16290] ppid=16267 vsize=5356 CPUtime=0
/proc/16290/stat : 16290 (sh) S 16267 16267 15122 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22765204 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16290/statm: 1339 232 193 169 0 50 0
[pid=16291] ppid=16290 vsize=101384 CPUtime=1795.65
/proc/16291/stat : 16291 (minisat) R 16290 16267 15122 0 -1 4194304 24833 0 0 0 179542 23 0 0 25 0 1 0 22765205 103817216 24819 996147200 134512640 135127466 4294956256 18446744073709551615 134527089 0 0 4096 3 0 0 0 17 0 0 0
/proc/16291/statm: 25346 24819 75 150 0 25193 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 123608

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 16267 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=330341
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=135979
# CPU time returned by wait4() is 4.46632
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.83
CPU time (s): 1800.08
CPU user time (s): 1799.73
CPU system time (s): 0.35
CPU usage (%): 99.5165
Max. virtual memory (cumulated for all children) (KiB): 890844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.33034
system time used= 0.135979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13471
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= 2487
involuntary context switches= 2424

runsolver used 2.34864 second user time and 5.8841 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-12 02:02:57
IDJOB=2072798
IDBENCH=55839
IDSOLVER=739
FILE ID=node12/2072798-1247356977
PBS_JOBID= 9506813
Free space on /tmp= 66140 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-chnl20-30-pb-cnf-cr.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-2072798-1247356977/watcher-2072798-1247356977 -o /tmp/evaluation-result-2072798-1247356977/solver-2072798-1247356977 -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-2072798-1247356977.xml

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

MD5SUM BENCH= 4ffd98d9de6ea8c516015ecdc3170fca
RANDOM SEED=1661148239

node12.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.240
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.240
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:       1450432 kB
Buffers:         67152 kB
Cached:         465492 kB
SwapCached:          0 kB
Active:          68680 kB
Inactive:       481952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1450432 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1420 kB
Writeback:           0 kB
Mapped:          29540 kB
Slab:            40276 kB
Committed_AS:   138568 kB
PageTables:       1700 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= 66136 MiB
End job on node12 at 2009-07-12 02:33:08