Trace number 2060027

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.02 1817.73

General information on the benchmark

Namecsp/QG7/
normalized-quasigroup7-10.xml
MD5SUM66397daf7b6417006d8c79e953125c77
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 variables498
Number of constraints399
Maximum constraint arity102
Maximum domain size91
Number of constraints which are defined in extension0
Number of constraints which are defined in intension180
Global constraints used (with number of constraints)alldifferent(20),element(199)

Solver Data

0.03/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.08	c 0	BEGIN Sat Jul 11 17:13:54 2009
0.03/0.08	c 0	PID 13261
0.03/0.08	c 0	HOST node74.alineos.net
0.03/0.08	c 0	CONVERTING HOME/instance-2060027-1247325234.xml TO HOME/temp.csp
0.03/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-2060027-1247325234.xml' 'HOME/temp.csp'
0.06/0.74	c 1	75 domains, 498 variables, 19 predicates, 0 relations, 399 constraints
0.06/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	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.70/0.84	c 1	Parsing HOME/temp.csp
0.70/0.94	c 1	parsed 991 expressions
0.70/0.95	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.70/0.95	c 1	Converting to clausal form CSP
0.70/0.98	c 1	converted 100 (10%) expressions
0.70/0.98	c 1	converted 199 (20%) expressions
0.70/0.98	c 1	converted 298 (30%) expressions
0.70/0.98	c 1	converted 397 (40%) expressions
0.70/0.99	c 1	converted 496 (50%) expressions
0.92/1.00	c 1	converted 595 (60%) expressions
0.92/1.07	c 1	converted 694 (70%) expressions
1.22/1.31	c 1	converted 793 (80%) expressions
1.71/1.82	c 2	converted 892 (90%) expressions
2.11/2.26	c 2	converted 991 (100%) expressions
2.11/2.26	c 2	CSP : 498 integers, 8738 booleans, 27433 clauses, largest domain size 91
2.11/2.26	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.11/2.26	c 2	Propagation in CSP
2.20/2.33	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.20/2.33	c 2	CSP : 498 integers, 8738 booleans, 27433 clauses, largest domain size 91
2.20/2.33	c 2	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.20/2.35	c 2	Simplifing CSP by introducing new Boolean variables
2.20/2.38	c 3	CSP : 498 integers, 10178 booleans, 28873 clauses, largest domain size 91
2.20/2.38	c 3	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.40/2.50	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.40/2.53	c 3	50 (10%) CSP integer variables are encoded (270 clauses, 2850 bytes)
2.40/2.53	c 3	100 (20%) CSP integer variables are encoded (540 clauses, 5820 bytes)
2.40/2.54	c 3	150 (30%) CSP integer variables are encoded (2006 clauses, 24159 bytes)
2.40/2.55	c 3	200 (40%) CSP integer variables are encoded (3429 clauses, 42658 bytes)
2.40/2.55	c 3	249 (50%) CSP integer variables are encoded (4753 clauses, 59870 bytes)
2.40/2.55	c 3	299 (60%) CSP integer variables are encoded (6083 clauses, 77160 bytes)
2.40/2.55	c 3	349 (70%) CSP integer variables are encoded (7425 clauses, 94606 bytes)
2.40/2.55	c 3	399 (80%) CSP integer variables are encoded (8767 clauses, 112052 bytes)
2.40/2.56	c 3	449 (90%) CSP integer variables are encoded (10190 clauses, 131754 bytes)
2.40/2.56	c 3	498 (100%) CSP integer variables are encoded (11305 clauses, 148479 bytes)
2.60/2.71	c 3	2888 (10%) CSP clauses are encoded (26986 clauses, 398131 bytes)
2.60/2.78	c 3	5775 (20%) CSP clauses are encoded (40645 clauses, 651801 bytes)
2.69/2.84	c 3	8662 (30%) CSP clauses are encoded (54288 clauses, 906869 bytes)
2.79/2.90	c 3	11550 (40%) CSP clauses are encoded (67939 clauses, 1162768 bytes)
2.79/2.96	c 3	14437 (50%) CSP clauses are encoded (81576 clauses, 1418245 bytes)
2.90/3.02	c 3	17324 (60%) CSP clauses are encoded (95226 clauses, 1673929 bytes)
2.90/3.08	c 3	20212 (70%) CSP clauses are encoded (108897 clauses, 1930194 bytes)
2.99/3.14	c 3	23099 (80%) CSP clauses are encoded (122540 clauses, 2185777 bytes)
3.09/3.21	c 3	25986 (90%) CSP clauses are encoded (136188 clauses, 2447755 bytes)
3.09/3.27	c 3	28873 (100%) CSP clauses are encoded (149948 clauses, 2720045 bytes)
3.09/3.27	c 3	28873 CSP clauses encoded
3.09/3.27	c 3	Writing map file : HOME/temp.map
3.09/3.28	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.09/3.28	c 3	SAT : 21960 SAT variables, 149948 SAT clauses, 2720045 bytes
3.09/3.28	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.17/3.34	c 3	SOLVING HOME/temp.cnf
3.17/3.34	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.17/3.34	c 3	This is MiniSat 2.0 beta
3.17/3.34	c 3	WARNING: for repeatability, setting FPU to use double precision
3.17/3.34	c 3	============================[ Problem Statistics ]=============================
3.17/3.34	c 3	|                                                                             |
3.17/3.35	c 3	|  Number of variables:  21960                                                |
3.17/3.35	c 3	|  Number of clauses:    149948                                               |
3.19/3.43	c 4	|  Parsing time:         0.07         s                                       |
3.19/3.44	c 4	============================[ Search Statistics ]==============================
3.19/3.44	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.19/3.44	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.19/3.44	c 4	===============================================================================
3.19/3.44	c 4	|         0 |   21868   149354   426303 |    49784        0    nan |  0.000 % |
3.19/3.51	c 4	|       101 |   21868   149354   426303 |    54763      101     13 |  0.419 % |
3.19/3.60	c 4	|       251 |   21868   149354   426303 |    60239      251     12 |  0.419 % |
3.19/3.74	c 4	|       476 |   21868   149354   426303 |    66263      476     14 |  0.419 % |
3.19/3.94	c 4	|       813 |   21868   149354   426303 |    72889      813     15 |  0.419 % |
3.19/4.24	c 4	|      1320 |   21868   149354   426303 |    80178     1320     16 |  0.419 % |
4.42/4.69	c 5	|      2081 |   21868   149354   426303 |    88196     2081     17 |  0.419 % |
5.32/5.52	c 6	|      3221 |   21868   149354   426303 |    97016     3221     17 |  0.419 % |
6.50/6.78	c 7	|      4929 |   21868   149354   426303 |   106717     4929     18 |  0.419 % |
8.28/8.51	c 9	|      7492 |   21868   149354   426303 |   117389     7492     19 |  0.419 % |
12.35/12.61	c 13	|     11339 |   21868   149354   426303 |   129128    11339     19 |  0.419 % |
19.08/19.40	c 20	|     17105 |   21868   149354   426303 |   142041    17105     20 |  0.419 % |
28.79/29.30	c 29	|     25754 |   21868   149354   426303 |   156245    25754     21 |  0.419 % |
45.34/45.97	c 46	|     38730 |   21868   149354   426303 |   171870    38730     22 |  0.419 % |
75.05/75.99	c 76	|     58191 |   21868   149354   426303 |   189057    58191     22 |  0.419 % |
128.04/129.42	c 130	|     87385 |   21868   149354   426303 |   207962    87385     21 |  0.419 % |
221.36/223.63	c 224	|    131176 |   21868   149354   426303 |   228759   131176     21 |  0.419 % |
414.63/418.71	c 419	|    196860 |   21868   149354   426303 |   251635   196860     22 |  0.419 % |
673.96/680.58	c 681	|    295387 |   21864   149334   426263 |   276798    64788     21 |  0.437 % |
1092.88/1103.40	c 1104	|    443176 |   21864   149334   426263 |   304478   212577     22 |  0.437 % |
1751.38/1768.65	c 1769	|    664859 |   21859   149306   426207 |   334926   154935     22 |  0.460 % |
1800.02/1817.71	c 1818	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1817.71	c 1818	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.02/1817.72	c ERROR INTERRUPTED
1800.02/1817.72	s UNKNOWN
1800.02/1817.72	c 1818	CPU 3.2 (0.06 0.01 2.97 0.16)
1800.02/1817.72	c 1818	END Sat Jul 11 17:44:12 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-2060027-1247325234/watcher-2060027-1247325234 -o /tmp/evaluation-result-2060027-1247325234/solver-2060027-1247325234 -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-2060027-1247325234.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.93 1.90 4/75 13261
/proc/meminfo: memFree=1077704/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=12000 CPUtime=0
/proc/13261/stat : 13261 (sugar) R 13259 13261 11705 0 -1 4194304 196 0 0 0 0 0 0 0 20 0 1 0 19589204 12288000 164 996147200 4194304 4206940 548682068608 18446744073709551615 228774270722 0 0 4224 0 0 0 0 17 1 0 0
/proc/13261/statm: 3000 164 126 3 0 100 0

[startup+0.049604 s]
/proc/loadavg: 1.91 1.93 1.90 4/75 13261
/proc/meminfo: memFree=1077704/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=13468 CPUtime=0.03
/proc/13261/stat : 13261 (sugar) R 13259 13261 11705 0 -1 4194304 763 0 0 0 3 0 0 0 18 0 1 0 19589204 13791232 731 996147200 4194304 4206940 548682068608 18446744073709551615 228794608470 0 0 4224 0 0 0 0 17 1 0 0
/proc/13261/statm: 3367 731 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.10161 s]
/proc/loadavg: 1.91 1.93 1.90 4/75 13261
/proc/meminfo: memFree=1077704/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=0.06
/proc/13261/stat : 13261 (sugar) S 13259 13261 11705 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19589204 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301628 s]
/proc/loadavg: 1.91 1.93 1.90 4/75 13261
/proc/meminfo: memFree=1077704/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=0.06
/proc/13261/stat : 13261 (sugar) S 13259 13261 11705 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19589204 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701678 s]
/proc/loadavg: 1.91 1.93 1.90 4/75 13261
/proc/meminfo: memFree=1077704/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=0.06
/proc/13261/stat : 13261 (sugar) S 13259 13261 11705 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19589204 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50277 s]
/proc/loadavg: 1.91 1.93 1.90 4/86 13283
/proc/meminfo: memFree=1066800/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=0.7
/proc/13261/stat : 13261 (sugar) S 13259 13261 11705 0 -1 4194304 1309 4878 0 1 5 1 60 4 15 0 1 0 19589204 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1111 409 3 0 796 0
[pid=13274] ppid=13261 vsize=5356 CPUtime=0
/proc/13274/stat : 13274 (sh) S 13261 13261 11705 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19589280 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13274/statm: 1339 233 193 169 0 50 0
[pid=13275] ppid=13274 vsize=868472 CPUtime=0.72
/proc/13275/stat : 13275 (java) S 13274 13261 11705 0 -1 0 7225 0 1 0 67 5 0 0 18 0 9 0 19589281 889315328 6453 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13275/statm: 217118 6453 2567 9 0 211623 0
[pid=13275/tid=13276] ppid=13274 vsize=868472 CPUtime=0.43
/proc/13275/task/13276/stat : 13276 (java) R 13274 13261 11705 0 -1 64 2687 0 1 0 41 2 0 0 22 0 9 0 19589282 889315328 6453 996147200 134512640 134550932 4294955936 18446744073709551615 102084571 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13275/tid=13277] ppid=13274 vsize=868472 CPUtime=0.09
/proc/13275/task/13277/stat : 13277 (java) S 13274 13261 11705 0 -1 64 2360 0 0 0 8 1 0 0 16 0 9 0 19589283 889315328 6453 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13275/tid=13278] ppid=13274 vsize=868472 CPUtime=0
/proc/13275/task/13278/stat : 13278 (java) S 13274 13261 11705 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19589283 889315328 6453 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13275/tid=13279] ppid=13274 vsize=868472 CPUtime=0
/proc/13275/task/13279/stat : 13279 (java) S 13274 13261 11705 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19589283 889315328 6453 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13275/tid=13280] ppid=13274 vsize=868472 CPUtime=0
/proc/13275/task/13280/stat : 13280 (java) S 13274 13261 11705 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19589285 889315328 6453 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13275/tid=13281] ppid=13274 vsize=868472 CPUtime=0.16
/proc/13275/task/13281/stat : 13281 (java) S 13274 13261 11705 0 -1 64 1479 0 0 0 16 0 0 0 16 0 9 0 19589285 889315328 6453 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13275/tid=13282] ppid=13274 vsize=868472 CPUtime=0
/proc/13275/task/13282/stat : 13282 (java) S 13274 13261 11705 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19589285 889315328 6453 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13275/tid=13283] ppid=13274 vsize=868472 CPUtime=0
/proc/13275/task/13283/stat : 13283 (java) S 13274 13261 11705 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19589285 889315328 6453 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) 890696

[startup+3.10296 s]
/proc/loadavg: 1.91 1.93 1.90 3/86 13283
/proc/meminfo: memFree=1049200/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=0.7
/proc/13261/stat : 13261 (sugar) S 13259 13261 11705 0 -1 4194304 1310 4878 0 1 5 1 60 4 15 0 1 0 19589204 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1111 409 3 0 796 0
[pid=13274] ppid=13261 vsize=5356 CPUtime=0
/proc/13274/stat : 13274 (sh) S 13261 13261 11705 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19589280 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13274/statm: 1339 233 193 169 0 50 0
[pid=13275] ppid=13274 vsize=868668 CPUtime=2.29
/proc/13275/stat : 13275 (java) S 13274 13261 11705 0 -1 0 10792 0 1 0 220 9 0 0 18 0 9 0 19589281 889516032 9692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13275/statm: 217167 9692 2592 9 0 211644 0
[pid=13275/tid=13276] ppid=13274 vsize=868668 CPUtime=1.52
/proc/13275/task/13276/stat : 13276 (java) R 13274 13261 11705 0 -1 64 2980 0 1 0 148 4 0 0 25 0 9 0 19589282 889516032 9692 996147200 134512640 134550932 4294955936 18446744073709551615 4126972980 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13275/tid=13277] ppid=13274 vsize=868668 CPUtime=0.5
/proc/13275/task/13277/stat : 13277 (java) S 13274 13261 11705 0 -1 64 5587 0 0 0 47 3 0 0 16 0 9 0 19589283 889516032 9692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13275/tid=13278] ppid=13274 vsize=868668 CPUtime=0
/proc/13275/task/13278/stat : 13278 (java) S 13274 13261 11705 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19589283 889516032 9692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13275/tid=13279] ppid=13274 vsize=868668 CPUtime=0
/proc/13275/task/13279/stat : 13279 (java) S 13274 13261 11705 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19589283 889516032 9692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13275/tid=13280] ppid=13274 vsize=868668 CPUtime=0
/proc/13275/task/13280/stat : 13280 (java) S 13274 13261 11705 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19589285 889516032 9692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13275/tid=13281] ppid=13274 vsize=868668 CPUtime=0.25
/proc/13275/task/13281/stat : 13281 (java) S 13274 13261 11705 0 -1 64 1526 0 0 0 24 1 0 0 16 0 9 0 19589285 889516032 9692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13275/tid=13282] ppid=13274 vsize=868668 CPUtime=0
/proc/13275/task/13282/stat : 13282 (java) S 13274 13261 11705 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19589285 889516032 9692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13275/tid=13283] ppid=13274 vsize=868668 CPUtime=0
/proc/13275/task/13283/stat : 13283 (java) S 13274 13261 11705 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19589285 889516032 9692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890892

[startup+6.30133 s]
/proc/loadavg: 1.92 1.93 1.90 3/78 13285
/proc/meminfo: memFree=1062192/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=3.19
/proc/13261/stat : 13261 (sugar) S 13259 13261 11705 0 -1 4194304 1376 15996 0 2 6 1 297 15 15 0 1 0 19589204 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13284] ppid=13261 vsize=5356 CPUtime=0
/proc/13284/stat : 13284 (sh) S 13261 13261 11705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13284/statm: 1339 232 193 169 0 50 0
[pid=13285] ppid=13284 vsize=10316 CPUtime=2.92
/proc/13285/stat : 13285 (minisat) R 13284 13261 11705 0 -1 4194304 2375 0 0 0 291 1 0 0 25 0 1 0 19589539 10563584 2361 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/13285/statm: 2579 2361 75 150 0 2426 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 32540

[startup+12.7021 s]
/proc/loadavg: 1.93 1.93 1.90 3/78 13285
/proc/meminfo: memFree=1061232/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=3.19
/proc/13261/stat : 13261 (sugar) S 13259 13261 11705 0 -1 4194304 1376 15996 0 2 6 1 297 15 16 0 1 0 19589204 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13284] ppid=13261 vsize=5356 CPUtime=0
/proc/13284/stat : 13284 (sh) S 13261 13261 11705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13284/statm: 1339 232 193 169 0 50 0
[pid=13285] ppid=13284 vsize=11108 CPUtime=9.25
/proc/13285/stat : 13285 (minisat) R 13284 13261 11705 0 -1 4194304 2575 0 0 0 924 1 0 0 25 0 1 0 19589539 11374592 2561 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/13285/statm: 2777 2561 75 150 0 2624 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 33332

[startup+25.5015 s]
/proc/loadavg: 1.94 1.93 1.91 3/78 13285
/proc/meminfo: memFree=1059888/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=3.19
/proc/13261/stat : 13261 (sugar) S 13259 13261 11705 0 -1 4194304 1376 15996 0 2 6 1 297 15 16 0 1 0 19589204 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13284] ppid=13261 vsize=5356 CPUtime=0
/proc/13284/stat : 13284 (sh) S 13261 13261 11705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13284/statm: 1339 232 193 169 0 50 0
[pid=13285] ppid=13284 vsize=12520 CPUtime=21.93
/proc/13285/stat : 13285 (minisat) R 13284 13261 11705 0 -1 4194304 2912 0 0 0 2192 1 0 0 25 0 1 0 19589539 12820480 2898 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/13285/statm: 3130 2898 75 150 0 2977 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 34744

[startup+51.1015 s]
/proc/loadavg: 1.96 1.94 1.91 3/78 13285
/proc/meminfo: memFree=1057456/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=3.19
/proc/13261/stat : 13261 (sugar) S 13259 13261 11705 0 -1 4194304 1376 15996 0 2 6 1 297 15 16 0 1 0 19589204 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13284] ppid=13261 vsize=5356 CPUtime=0
/proc/13284/stat : 13284 (sh) S 13261 13261 11705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13284/statm: 1339 232 193 169 0 50 0
[pid=13285] ppid=13284 vsize=15012 CPUtime=47.3
/proc/13285/stat : 13285 (minisat) R 13284 13261 11705 0 -1 4194304 3530 0 0 0 4727 3 0 0 25 0 1 0 19589539 15372288 3516 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/13285/statm: 3753 3516 75 150 0 3600 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 37236

[startup+102.306 s]
/proc/loadavg: 1.98 1.95 1.91 3/78 13285
/proc/meminfo: memFree=1051952/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=3.19
/proc/13261/stat : 13261 (sugar) S 13259 13261 11705 0 -1 4194304 1376 15996 0 2 6 1 297 15 16 0 1 0 19589204 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13284] ppid=13261 vsize=5356 CPUtime=0
/proc/13284/stat : 13284 (sh) S 13261 13261 11705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13284/statm: 1339 232 193 169 0 50 0
[pid=13285] ppid=13284 vsize=18616 CPUtime=98.01
/proc/13285/stat : 13285 (minisat) R 13284 13261 11705 0 -1 4194304 4421 0 0 0 9797 4 0 0 25 0 1 0 19589539 19062784 4407 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13285/statm: 4654 4407 75 150 0 4501 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 40840

[startup+162.301 s]
/proc/loadavg: 1.99 1.95 1.91 3/78 13285
/proc/meminfo: memFree=1047856/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=3.19
/proc/13261/stat : 13261 (sugar) S 13259 13261 11705 0 -1 4194304 1376 15996 0 2 6 1 297 15 16 0 1 0 19589204 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13284] ppid=13261 vsize=5356 CPUtime=0
/proc/13284/stat : 13284 (sh) S 13261 13261 11705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1014384/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=3.19
/proc/13261/stat : 13261 (sugar) S 13259 13261 11705 0 -1 4194304 1376 15996 0 2 6 1 297 15 16 0 1 0 19589204 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13284] ppid=13261 vsize=5356 CPUtime=0
/proc/13284/stat : 13284 (sh) S 13261 13261 11705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13284/statm: 1339 232 193 169 0 50 0
[pid=13285] ppid=13284 vsize=46544 CPUtime=1346.16
/proc/13285/stat : 13285 (minisat) R 13284 13261 11705 0 -1 4194304 11230 0 0 0 134601 15 0 0 25 0 1 0 19589539 47661056 11216 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13285/statm: 11636 11216 75 150 0 11483 0
Current children cumulated CPU time (s) 1349.35
Current children cumulated vsize (KiB) 68768

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.91 3/78 13285
/proc/meminfo: memFree=1012400/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=3.19
/proc/13261/stat : 13261 (sugar) S 13259 13261 11705 0 -1 4194304 1376 15996 0 2 6 1 297 15 16 0 1 0 19589204 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13284] ppid=13261 vsize=5356 CPUtime=0
/proc/13284/stat : 13284 (sh) S 13261 13261 11705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13284/statm: 1339 232 193 169 0 50 0
[pid=13285] ppid=13284 vsize=48064 CPUtime=1405.6
/proc/13285/stat : 13285 (minisat) R 13284 13261 11705 0 -1 4194304 11643 0 0 0 140545 15 0 0 25 0 1 0 19589539 49217536 11629 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13285/statm: 12016 11629 75 150 0 11863 0
Current children cumulated CPU time (s) 1408.79
Current children cumulated vsize (KiB) 70288

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/78 13285
/proc/meminfo: memFree=1010544/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=3.19
/proc/13261/stat : 13261 (sugar) S 13259 13261 11705 0 -1 4194304 1376 15996 0 2 6 1 297 15 16 0 1 0 19589204 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13284] ppid=13261 vsize=5356 CPUtime=0
/proc/13284/stat : 13284 (sh) S 13261 13261 11705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13284/statm: 1339 232 193 169 0 50 0
[pid=13285] ppid=13284 vsize=49960 CPUtime=1465.03
/proc/13285/stat : 13285 (minisat) R 13284 13261 11705 0 -1 4194304 12105 0 0 0 146487 16 0 0 25 0 1 0 19589539 51159040 12091 996147200 134512640 135127466 4294956256 18446744073709551615 134530676 0 0 4096 3 0 0 0 17 1 0 0
/proc/13285/statm: 12490 12091 75 150 0 12337 0
Current children cumulated CPU time (s) 1468.22
Current children cumulated vsize (KiB) 72184

[startup+1542.3 s]
/proc/loadavg: 1.93 1.97 1.91 3/84 13322
/proc/meminfo: memFree=988800/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=3.19
/proc/13261/stat : 13261 (sugar) S 13259 13261 11705 0 -1 4194304 1376 15996 0 2 6 1 297 15 16 0 1 0 19589204 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13284] ppid=13261 vsize=5356 CPUtime=0
/proc/13284/stat : 13284 (sh) S 13261 13261 11705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13284/statm: 1339 232 193 169 0 50 0
[pid=13285] ppid=13284 vsize=50092 CPUtime=1524.49
/proc/13285/stat : 13285 (minisat) R 13284 13261 11705 0 -1 4194304 12146 0 0 0 152432 17 0 0 25 0 1 0 19589539 51294208 12132 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13285/statm: 12523 12132 75 150 0 12370 0
Current children cumulated CPU time (s) 1527.68
Current children cumulated vsize (KiB) 72316

[startup+1602.3 s]
/proc/loadavg: 1.94 1.96 1.91 3/88 13362
/proc/meminfo: memFree=847904/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=3.19
/proc/13261/stat : 13261 (sugar) S 13259 13261 11705 0 -1 4194304 1376 15996 0 2 6 1 297 15 16 0 1 0 19589204 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13284] ppid=13261 vsize=5356 CPUtime=0
/proc/13284/stat : 13284 (sh) S 13261 13261 11705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13284/statm: 1339 232 193 169 0 50 0
[pid=13285] ppid=13284 vsize=50092 CPUtime=1583.47
/proc/13285/stat : 13285 (minisat) R 13284 13261 11705 0 -1 4194304 12146 0 0 0 158330 17 0 0 25 0 1 0 19589539 51294208 12132 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/13285/statm: 12523 12132 75 150 0 12370 0
Current children cumulated CPU time (s) 1586.66
Current children cumulated vsize (KiB) 72316

[startup+1662.3 s]
/proc/loadavg: 1.98 1.97 1.91 3/88 13362
/proc/meminfo: memFree=835360/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=3.19
/proc/13261/stat : 13261 (sugar) S 13259 13261 11705 0 -1 4194304 1376 15996 0 2 6 1 297 15 16 0 1 0 19589204 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13284] ppid=13261 vsize=5356 CPUtime=0
/proc/13284/stat : 13284 (sh) S 13261 13261 11705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13284/statm: 1339 232 193 169 0 50 0
[pid=13285] ppid=13284 vsize=50092 CPUtime=1642.9
/proc/13285/stat : 13285 (minisat) R 13284 13261 11705 0 -1 4194304 12148 0 0 0 164273 17 0 0 25 0 1 0 19589539 51294208 12134 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13285/statm: 12523 12134 75 150 0 12370 0
Current children cumulated CPU time (s) 1646.09
Current children cumulated vsize (KiB) 72316

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/88 13362
/proc/meminfo: memFree=835104/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=3.19
/proc/13261/stat : 13261 (sugar) S 13259 13261 11705 0 -1 4194304 1376 15996 0 2 6 1 297 15 16 0 1 0 19589204 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13284] ppid=13261 vsize=5356 CPUtime=0
/proc/13284/stat : 13284 (sh) S 13261 13261 11705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13284/statm: 1339 232 193 169 0 50 0
[pid=13285] ppid=13284 vsize=50224 CPUtime=1702.33
/proc/13285/stat : 13285 (minisat) R 13284 13261 11705 0 -1 4194304 12184 0 0 0 170216 17 0 0 25 0 1 0 19589539 51429376 12170 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13285/statm: 12556 12170 75 150 0 12403 0
Current children cumulated CPU time (s) 1705.52
Current children cumulated vsize (KiB) 72448

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/88 13362
/proc/meminfo: memFree=834720/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=3.19
/proc/13261/stat : 13261 (sugar) S 13259 13261 11705 0 -1 4194304 1376 15996 0 2 6 1 297 15 16 0 1 0 19589204 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13284] ppid=13261 vsize=5356 CPUtime=0
/proc/13284/stat : 13284 (sh) S 13261 13261 11705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13284/statm: 1339 232 193 169 0 50 0
[pid=13285] ppid=13284 vsize=50516 CPUtime=1761.76
/proc/13285/stat : 13285 (minisat) R 13284 13261 11705 0 -1 4194304 12271 0 0 0 176159 17 0 0 25 0 1 0 19589539 51728384 12248 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13285/statm: 12629 12248 75 150 0 12476 0
Current children cumulated CPU time (s) 1764.95
Current children cumulated vsize (KiB) 72740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.7 s]
/proc/loadavg: 1.99 1.97 1.91 3/88 13362
/proc/meminfo: memFree=834720/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=3.19
/proc/13261/stat : 13261 (sugar) S 13259 13261 11705 0 -1 4194304 1376 15996 0 2 6 1 297 15 16 0 1 0 19589204 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13284] ppid=13261 vsize=5356 CPUtime=0
/proc/13284/stat : 13284 (sh) S 13261 13261 11705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13284/statm: 1339 232 193 169 0 50 0
[pid=13285] ppid=13284 vsize=50516 CPUtime=1796.83
/proc/13285/stat : 13285 (minisat) R 13284 13261 11705 0 -1 4194304 12273 0 0 0 179666 17 0 0 25 0 1 0 19589539 51728384 12250 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13285/statm: 12629 12250 75 150 0 12476 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 72740

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

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

[startup+1817.7 s]
/proc/loadavg: 1.99 1.97 1.91 3/88 13362
/proc/meminfo: memFree=834720/2055920 swapFree=4192948/4192956
[pid=13261] ppid=13259 vsize=16868 CPUtime=3.19
/proc/13261/stat : 13261 (sugar) S 13259 13261 11705 0 -1 4194304 1376 15996 0 2 6 1 297 15 16 0 1 0 19589204 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13261/statm: 4217 1113 409 3 0 796 0
[pid=13284] ppid=13261 vsize=5356 CPUtime=0
/proc/13284/stat : 13284 (sh) S 13261 13261 11705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589538 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13284/statm: 1339 232 193 169 0 50 0
[pid=13285] ppid=13284 vsize=50516 CPUtime=1796.83
/proc/13285/stat : 13285 (minisat) R 13284 13261 11705 0 -1 4194304 12273 0 0 0 179666 17 0 0 25 0 1 0 19589539 51728384 12250 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13285/statm: 12629 12250 75 150 0 12476 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 72740

Child status: 0

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

Real time (s): 1817.73
CPU time (s): 1800.02
CPU user time (s): 1799.69
CPU system time (s): 0.33
CPU usage (%): 99.026
Max. virtual memory (cumulated for all children) (KiB): 891032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.04054
system time used= 0.182972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17895
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= 3394
involuntary context switches= 3273

runsolver used 2.16767 second user time and 6.10607 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-11 17:13:54
IDJOB=2060027
IDBENCH=53640
IDSOLVER=739
FILE ID=node74/2060027-1247325234
PBS_JOBID= 9506486
Free space on /tmp= 103080 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/QG7/normalized-quasigroup7-10.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-2060027-1247325234/watcher-2060027-1247325234 -o /tmp/evaluation-result-2060027-1247325234/solver-2060027-1247325234 -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-2060027-1247325234.xml

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

MD5SUM BENCH= 66397daf7b6417006d8c79e953125c77
RANDOM SEED=321282942

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:       1078120 kB
Buffers:         36436 kB
Cached:         848848 kB
SwapCached:          8 kB
Active:         152216 kB
Inactive:       772776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1078120 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1548 kB
Writeback:           0 kB
Mapped:          50924 kB
Slab:            37844 kB
Committed_AS:   167932 kB
PageTables:       1920 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= 103080 MiB
End job on node74 at 2009-07-11 17:44:14