Trace number 2059521

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.07 1803.33

General information on the benchmark

Namecsp/BH-4-13/
normalized-BlackHole-4-13-m-1_ext.xml
MD5SUMffec9d6056b497f80fa1aca5c08f927e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.177972
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints4217
Maximum constraint arity2
Maximum domain size52
Number of constraints which are defined in extension4217
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 Sat Jul 11 16:52:22 2009
0.00/0.08	c 0	PID 10863
0.00/0.08	c 0	HOST node19.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2059521-1247323942.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-2059521-1247323942.xml' 'HOME/temp.csp'
0.07/0.60	c 1	4 domains, 208 variables, 0 predicates, 8 relations, 4217 constraints
0.07/0.64	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.64	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.56/0.72	c 1	Parsing HOME/temp.csp
0.56/0.83	c 1	parsed 4437 expressions
0.56/0.84	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.56/0.84	c 1	Converting to clausal form CSP
0.56/0.91	c 1	converted 444 (10%) expressions
0.90/1.08	c 1	converted 888 (20%) expressions
1.10/1.27	c 1	converted 1332 (30%) expressions
1.39/1.53	c 2	converted 1775 (40%) expressions
1.49/1.64	c 2	converted 2219 (50%) expressions
1.79/1.95	c 2	converted 2663 (60%) expressions
1.89/2.07	c 2	converted 3106 (70%) expressions
1.99/2.18	c 2	converted 3550 (80%) expressions
2.38/2.50	c 3	converted 3994 (90%) expressions
2.48/2.69	c 3	converted 4437 (100%) expressions
2.48/2.69	c 3	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.48/2.69	c 3	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.48/2.69	c 3	Propagation in CSP
2.48/2.69	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.48/2.69	c 3	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.48/2.69	c 3	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.58/2.70	c 3	Simplifing CSP by introducing new Boolean variables
2.58/2.71	c 3	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.58/2.71	c 3	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.78/2.98	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.88/3.00	c 3	21 (10%) CSP integer variables are encoded (677 clauses, 7301 bytes)
2.88/3.01	c 3	42 (20%) CSP integer variables are encoded (1454 clauses, 16811 bytes)
2.88/3.01	c 3	63 (30%) CSP integer variables are encoded (2231 clauses, 26912 bytes)
2.88/3.01	c 3	84 (40%) CSP integer variables are encoded (3008 clauses, 37013 bytes)
2.88/3.01	c 3	104 (50%) CSP integer variables are encoded (3774 clauses, 46971 bytes)
2.88/3.01	c 3	125 (60%) CSP integer variables are encoded (4551 clauses, 57072 bytes)
2.88/3.01	c 3	146 (70%) CSP integer variables are encoded (5328 clauses, 67173 bytes)
2.88/3.01	c 3	167 (80%) CSP integer variables are encoded (5936 clauses, 75077 bytes)
2.88/3.02	c 3	188 (90%) CSP integer variables are encoded (6440 clauses, 81629 bytes)
2.88/3.02	c 3	208 (100%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
3.07/3.21	c 3	422 (10%) CSP clauses are encoded (13224 clauses, 209294 bytes)
3.27/3.42	c 4	844 (20%) CSP clauses are encoded (22163 clauses, 392099 bytes)
3.47/3.62	c 4	1266 (30%) CSP clauses are encoded (31054 clauses, 574251 bytes)
3.67/3.82	c 4	1687 (40%) CSP clauses are encoded (39317 clauses, 753872 bytes)
3.87/4.02	c 4	2109 (50%) CSP clauses are encoded (48561 clauses, 961432 bytes)
4.07/4.22	c 4	2531 (60%) CSP clauses are encoded (57421 clauses, 1160043 bytes)
4.27/4.42	c 5	2952 (70%) CSP clauses are encoded (66133 clauses, 1354857 bytes)
4.45/4.63	c 5	3374 (80%) CSP clauses are encoded (75267 clauses, 1557805 bytes)
4.65/4.82	c 5	3796 (90%) CSP clauses are encoded (84418 clauses, 1760175 bytes)
4.85/5.02	c 5	4217 (100%) CSP clauses are encoded (94369 clauses, 1974149 bytes)
4.85/5.02	c 5	4217 CSP clauses encoded
4.85/5.02	c 5	Writing map file : HOME/temp.map
4.85/5.03	c 5	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.85/5.03	c 5	SAT : 7126 SAT variables, 94369 SAT clauses, 1974149 bytes
4.85/5.03	c 5	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.85/5.08	c 5	SOLVING HOME/temp.cnf
4.85/5.08	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.85/5.09	c 5	This is MiniSat 2.0 beta
4.85/5.09	c 5	WARNING: for repeatability, setting FPU to use double precision
4.85/5.09	c 5	============================[ Problem Statistics ]=============================
4.85/5.09	c 5	|                                                                             |
4.85/5.09	c 5	|  Number of variables:  7126                                                 |
4.85/5.09	c 5	|  Number of clauses:    94369                                                |
4.90/5.14	c 5	|  Parsing time:         0.05         s                                       |
4.90/5.15	c 5	============================[ Search Statistics ]==============================
4.90/5.15	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.90/5.15	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.90/5.15	c 5	===============================================================================
4.90/5.15	c 5	|         0 |    6934    87328   308912 |    29109        0    nan |  0.000 % |
4.90/5.16	c 5	|       100 |    6934    87328   308912 |    32020      100      5 |  2.695 % |
4.90/5.17	c 5	|       250 |    6934    87328   308912 |    35222      250      6 |  2.694 % |
4.91/5.20	c 5	|       475 |    6934    87328   308912 |    38744      475     10 |  2.695 % |
4.91/5.25	c 5	|       813 |    6934    87328   308912 |    42618      813     12 |  2.695 % |
4.91/5.31	c 6	|      1319 |    6934    87328   308912 |    46880     1319     16 |  2.695 % |
5.20/5.43	c 6	|      2078 |    6934    87328   308912 |    51568     2078     17 |  2.695 % |
5.30/5.58	c 6	|      3217 |    6934    87328   308912 |    56725     3217     19 |  2.695 % |
5.59/5.81	c 6	|      4925 |    6929    87260   308770 |    62398     4924     18 |  2.765 % |
5.89/6.18	c 6	|      7488 |    6929    87260   308770 |    68638     7487     18 |  2.765 % |
6.49/6.74	c 7	|     11332 |    6929    87260   308770 |    75502    11331     19 |  2.765 % |
7.39/7.64	c 8	|     17100 |    6924    87193   308630 |    83052    17097     20 |  2.835 % |
8.86/9.14	c 9	|     25750 |    6924    87193   308630 |    91357    25747     23 |  2.835 % |
11.74/12.07	c 12	|     38724 |    6924    87193   308630 |   100493    38721     26 |  2.835 % |
17.28/17.62	c 18	|     58186 |    6924    87193   308630 |   110542    58183     33 |  2.835 % |
26.09/26.58	c 27	|     87380 |    6918    87125   308488 |   121596    87374     31 |  2.919 % |
47.38/48.03	c 48	|    131169 |    6918    87125   308488 |   133756    26256     25 |  2.919 % |
66.29/67.14	c 67	|    196853 |    6918    87125   308488 |   147132    91940     35 |  2.919 % |
107.16/108.48	c 109	|    295379 |    6913    87063   308358 |   161845    57982     36 |  2.989 % |
175.57/177.59	c 178	|    443169 |    6913    87015   308262 |   178030    58243     30 |  2.989 % |
321.32/324.02	c 324	|    664852 |    6912    87012   308256 |   195833   119946     70 |  3.003 % |
530.23/533.01	c 533	|    997377 |    6912    87012   308256 |   215416    95071     57 |  3.003 % |
873.90/876.87	c 877	|   1496166 |    6912    87012   308256 |   236957   202153     57 |  3.003 % |
1430.60/1433.71	c 1434	|   2244348 |    6909    86998   308222 |   260653    79795     69 |  3.046 % |
1800.07/1803.32	c ERROR INTERRUPTED
1800.07/1803.32	s UNKNOWN
1800.07/1803.32	c 1804	CPU 4.91 (0.06 0.02 4.66 0.17)
1800.07/1803.32	c 1804	END Sat Jul 11 17:22:26 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-2059521-1247323942/watcher-2059521-1247323942 -o /tmp/evaluation-result-2059521-1247323942/solver-2059521-1247323942 -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-2059521-1247323942.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.61 2.05 1.97 4/81 10863
/proc/meminfo: memFree=910776/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=18576 CPUtime=0
/proc/10863/stat : 10863 (runsolver) R 10861 10863 9863 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 19460855 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10863/statm: 4644 284 249 26 0 2626 0

[startup+0.087062 s]
/proc/loadavg: 1.61 2.05 1.97 4/81 10863
/proc/meminfo: memFree=910776/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=16868 CPUtime=0.07
/proc/10863/stat : 10863 (sugar) S 10861 10863 9863 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19460855 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10863/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.10432 s]
/proc/loadavg: 1.61 2.05 1.97 4/81 10863
/proc/meminfo: memFree=910776/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=16868 CPUtime=0.07
/proc/10863/stat : 10863 (sugar) S 10861 10863 9863 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19460855 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10863/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302582 s]
/proc/loadavg: 1.61 2.05 1.97 4/81 10863
/proc/meminfo: memFree=910776/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=16868 CPUtime=0.07
/proc/10863/stat : 10863 (sugar) S 10861 10863 9863 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19460855 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10863/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702624 s]
/proc/loadavg: 1.61 2.05 1.97 4/81 10863
/proc/meminfo: memFree=910776/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=16868 CPUtime=0.56
/proc/10863/stat : 10863 (sugar) S 10861 10863 9863 0 -1 4194304 1292 5405 0 1 5 2 46 3 16 0 1 0 19460855 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10863/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 16868

[startup+1.50171 s]
/proc/loadavg: 1.61 2.05 1.97 4/92 10885
/proc/meminfo: memFree=896984/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=16868 CPUtime=0.56
/proc/10863/stat : 10863 (sugar) S 10861 10863 9863 0 -1 4194304 1309 5405 0 1 5 2 46 3 16 0 1 0 19460855 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10863/statm: 4217 1111 409 3 0 796 0
[pid=10876] ppid=10863 vsize=5356 CPUtime=0
/proc/10876/stat : 10876 (sh) S 10863 10863 9863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19460919 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10876/statm: 1339 233 193 169 0 50 0
[pid=10877] ppid=10876 vsize=867364 CPUtime=0.83
/proc/10877/stat : 10877 (java) S 10876 10863 9863 0 -1 0 9747 0 1 0 77 6 0 0 18 0 9 0 19460919 888180736 9017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10877/statm: 216841 9017 2566 9 0 211346 0
[pid=10877/tid=10878] ppid=10876 vsize=867364 CPUtime=0.35
/proc/10877/task/10878/stat : 10878 (java) R 10876 10863 9863 0 -1 64 2778 0 1 0 33 2 0 0 22 0 9 0 19460920 888180736 9017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10877/tid=10879] ppid=10876 vsize=867364 CPUtime=0.35
/proc/10877/task/10879/stat : 10879 (java) S 10876 10863 9863 0 -1 64 5209 0 0 0 33 2 0 0 17 0 9 0 19460921 888180736 9017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10877/tid=10880] ppid=10876 vsize=867364 CPUtime=0
/proc/10877/task/10880/stat : 10880 (java) S 10876 10863 9863 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19460921 888180736 9017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10877/tid=10881] ppid=10876 vsize=867364 CPUtime=0
/proc/10877/task/10881/stat : 10881 (java) S 10876 10863 9863 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19460921 888180736 9017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10877/tid=10882] ppid=10876 vsize=867364 CPUtime=0
/proc/10877/task/10882/stat : 10882 (java) S 10876 10863 9863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19460923 888180736 9017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10877/tid=10883] ppid=10876 vsize=867364 CPUtime=0.1
/proc/10877/task/10883/stat : 10883 (java) R 10876 10863 9863 0 -1 64 1061 0 0 0 10 0 0 0 16 0 9 0 19460923 888180736 9017 996147200 134512640 134550932 4294955936 18446744073709551615 102051251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10877/tid=10884] ppid=10876 vsize=867364 CPUtime=0
/proc/10877/task/10884/stat : 10884 (java) S 10876 10863 9863 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19460923 888180736 9017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10877/tid=10885] ppid=10876 vsize=867364 CPUtime=0
/proc/10877/task/10885/stat : 10885 (java) S 10876 10863 9863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19460923 888180736 9017 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 889588

[startup+3.10188 s]
/proc/loadavg: 1.61 2.05 1.97 4/92 10885
/proc/meminfo: memFree=863768/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=16868 CPUtime=0.56
/proc/10863/stat : 10863 (sugar) S 10861 10863 9863 0 -1 4194304 1310 5405 0 1 5 2 46 3 15 0 1 0 19460855 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10863/statm: 4217 1111 409 3 0 796 0
[pid=10876] ppid=10863 vsize=5356 CPUtime=0
/proc/10876/stat : 10876 (sh) S 10863 10863 9863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19460919 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10876/statm: 1339 233 193 169 0 50 0
[pid=10877] ppid=10876 vsize=868672 CPUtime=2.41
/proc/10877/stat : 10877 (java) S 10876 10863 9863 0 -1 0 18317 0 1 0 230 11 0 0 18 0 9 0 19460919 889520128 17524 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10877/statm: 217168 17524 2591 9 0 211645 0
[pid=10877/tid=10878] ppid=10876 vsize=868672 CPUtime=0.78
/proc/10877/task/10878/stat : 10878 (java) R 10876 10863 9863 0 -1 64 3326 0 1 0 76 2 0 0 18 0 9 0 19460920 889520128 17524 996147200 134512640 134550932 4294955936 18446744073709551615 4126828651 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10877/tid=10879] ppid=10876 vsize=868672 CPUtime=1.45
/proc/10877/task/10879/stat : 10879 (java) S 10876 10863 9863 0 -1 64 12823 0 0 0 138 7 0 0 17 0 9 0 19460921 889520128 17524 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10877/tid=10880] ppid=10876 vsize=868672 CPUtime=0
/proc/10877/task/10880/stat : 10880 (java) S 10876 10863 9863 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19460921 889520128 17524 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10877/tid=10881] ppid=10876 vsize=868672 CPUtime=0
/proc/10877/task/10881/stat : 10881 (java) S 10876 10863 9863 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19460921 889520128 17524 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10877/tid=10882] ppid=10876 vsize=868672 CPUtime=0
/proc/10877/task/10882/stat : 10882 (java) S 10876 10863 9863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19460923 889520128 17524 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10877/tid=10883] ppid=10876 vsize=868672 CPUtime=0.16
/proc/10877/task/10883/stat : 10883 (java) S 10876 10863 9863 0 -1 64 1469 0 0 0 16 0 0 0 16 0 9 0 19460923 889520128 17524 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10877/tid=10884] ppid=10876 vsize=868672 CPUtime=0
/proc/10877/task/10884/stat : 10884 (java) S 10876 10863 9863 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19460923 889520128 17524 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10877/tid=10885] ppid=10876 vsize=868672 CPUtime=0
/proc/10877/task/10885/stat : 10885 (java) S 10876 10863 9863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19460923 889520128 17524 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890896

[startup+6.30122 s]
/proc/loadavg: 1.64 2.05 1.97 3/84 10887
/proc/meminfo: memFree=898904/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=16868 CPUtime=4.91
/proc/10863/stat : 10863 (sugar) S 10861 10863 9863 0 -1 4194304 1376 24110 0 2 6 2 466 17 15 0 1 0 19460855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10863/statm: 4217 1113 409 3 0 796 0
[pid=10886] ppid=10863 vsize=5356 CPUtime=0
/proc/10886/stat : 10886 (sh) S 10863 10863 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19461363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10886/statm: 1339 232 193 169 0 50 0
[pid=10887] ppid=10886 vsize=7504 CPUtime=1.18
/proc/10887/stat : 10887 (minisat) R 10886 10863 9863 0 -1 4194304 1774 0 0 0 118 0 0 0 25 0 1 0 19461364 7684096 1760 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10887/statm: 1876 1760 75 150 0 1723 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 29728

[startup+12.7019 s]
/proc/loadavg: 1.67 2.04 1.97 3/84 10887
/proc/meminfo: memFree=893848/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=16868 CPUtime=4.91
/proc/10863/stat : 10863 (sugar) S 10861 10863 9863 0 -1 4194304 1376 24110 0 2 6 2 466 17 16 0 1 0 19460855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10863/statm: 4217 1113 409 3 0 796 0
[pid=10886] ppid=10863 vsize=5356 CPUtime=0
/proc/10886/stat : 10886 (sh) S 10863 10863 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19461363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10886/statm: 1339 232 193 169 0 50 0
[pid=10887] ppid=10886 vsize=12400 CPUtime=7.52
/proc/10887/stat : 10887 (minisat) R 10886 10863 9863 0 -1 4194304 2967 0 0 0 750 2 0 0 25 0 1 0 19461364 12697600 2953 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/10887/statm: 3100 2953 75 150 0 2947 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 34624

[startup+25.5023 s]
/proc/loadavg: 1.74 2.04 1.97 3/84 10887
/proc/meminfo: memFree=886488/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=16868 CPUtime=4.91
/proc/10863/stat : 10863 (sugar) S 10861 10863 9863 0 -1 4194304 1376 24110 0 2 6 2 466 17 16 0 1 0 19460855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10863/statm: 4217 1113 409 3 0 796 0
[pid=10886] ppid=10863 vsize=5356 CPUtime=0
/proc/10886/stat : 10886 (sh) S 10863 10863 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19461363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10886/statm: 1339 232 193 169 0 50 0
[pid=10887] ppid=10886 vsize=19784 CPUtime=20.18
/proc/10887/stat : 10887 (minisat) R 10886 10863 9863 0 -1 4194304 4822 0 0 0 2014 4 0 0 25 0 1 0 19461364 20258816 4808 996147200 134512640 135127466 4294956256 18446744073709551615 134528598 0 0 4096 3 0 0 0 17 1 0 0
/proc/10887/statm: 4946 4808 75 150 0 4793 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 42008

[startup+51.102 s]
/proc/loadavg: 1.90 2.05 1.98 3/84 10887
/proc/meminfo: memFree=880024/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=16868 CPUtime=4.91
/proc/10863/stat : 10863 (sugar) S 10861 10863 9863 0 -1 4194304 1376 24110 0 2 6 2 466 17 16 0 1 0 19460855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10863/statm: 4217 1113 409 3 0 796 0
[pid=10886] ppid=10863 vsize=5356 CPUtime=0
/proc/10886/stat : 10886 (sh) S 10863 10863 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19461363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10886/statm: 1339 232 193 169 0 50 0
[pid=10887] ppid=10886 vsize=25908 CPUtime=45.53
/proc/10887/stat : 10887 (minisat) R 10886 10863 9863 0 -1 4194304 6373 0 0 0 4546 7 0 0 25 0 1 0 19461364 26529792 6359 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10887/statm: 6477 6359 75 150 0 6324 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 48132

[startup+102.308 s]
/proc/loadavg: 1.95 2.04 1.98 3/84 10887
/proc/meminfo: memFree=874328/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=16868 CPUtime=4.91
/proc/10863/stat : 10863 (sugar) S 10861 10863 9863 0 -1 4194304 1376 24110 0 2 6 2 466 17 16 0 1 0 19460855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10863/statm: 4217 1113 409 3 0 796 0
[pid=10886] ppid=10863 vsize=5356 CPUtime=0
/proc/10886/stat : 10886 (sh) S 10863 10863 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19461363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10886/statm: 1339 232 193 169 0 50 0
[pid=10887] ppid=10886 vsize=31596 CPUtime=96.22
/proc/10887/stat : 10887 (minisat) R 10886 10863 9863 0 -1 4194304 7756 0 0 0 9614 8 0 0 25 0 1 0 19461364 32354304 7742 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10887/statm: 7899 7742 75 150 0 7746 0
Current children cumulated CPU time (s) 101.13
Current children cumulated vsize (KiB) 53820

[startup+162.303 s]
/proc/loadavg: 1.98 2.03 1.98 3/84 10887
/proc/meminfo: memFree=868056/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=16868 CPUtime=4.91
/proc/10863/stat : 10863 (sugar) S 10861 10863 9863 0 -1 4194304 1376 24110 0 2 6 2 466 17 16 0 1 0 19460855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10863/statm: 4217 1113 409 3 0 796 0
[pid=10886] ppid=10863 vsize=5356 CPUtime=0
/proc/10886/stat : 10886 (sh) S 10863 10863 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19461363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1345616/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=16868 CPUtime=4.91
/proc/10863/stat : 10863 (sugar) S 10861 10863 9863 0 -1 4194304 1376 24110 0 2 6 2 466 17 16 0 1 0 19460855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10863/statm: 4217 1113 409 3 0 796 0
[pid=10886] ppid=10863 vsize=5356 CPUtime=0
/proc/10886/stat : 10886 (sh) S 10863 10863 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19461363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10886/statm: 1339 232 193 169 0 50 0
[pid=10887] ppid=10886 vsize=91344 CPUtime=1354.32
/proc/10887/stat : 10887 (minisat) R 10886 10863 9863 0 -1 4194304 22561 0 0 0 135405 27 0 0 25 0 1 0 19461364 93536256 22547 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 22836 22547 75 150 0 22683 0
Current children cumulated CPU time (s) 1359.23
Current children cumulated vsize (KiB) 113568

[startup+1422.31 s]
/proc/loadavg: 2.03 2.07 2.01 3/77 10923
/proc/meminfo: memFree=1339344/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=16868 CPUtime=4.91
/proc/10863/stat : 10863 (sugar) S 10861 10863 9863 0 -1 4194304 1376 24110 0 2 6 2 466 17 16 0 1 0 19460855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10863/statm: 4217 1113 409 3 0 796 0
[pid=10886] ppid=10863 vsize=5356 CPUtime=0
/proc/10886/stat : 10886 (sh) S 10863 10863 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19461363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10886/statm: 1339 232 193 169 0 50 0
[pid=10887] ppid=10886 vsize=97336 CPUtime=1414.3
/proc/10887/stat : 10887 (minisat) R 10886 10863 9863 0 -1 4194304 24072 0 0 0 141402 28 0 0 25 0 1 0 19461364 99672064 24058 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 24334 24058 75 150 0 24181 0
Current children cumulated CPU time (s) 1419.21
Current children cumulated vsize (KiB) 119560

[startup+1482.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/77 10923
/proc/meminfo: memFree=1339344/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=16868 CPUtime=4.91
/proc/10863/stat : 10863 (sugar) S 10861 10863 9863 0 -1 4194304 1376 24110 0 2 6 2 466 17 16 0 1 0 19460855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10863/statm: 4217 1113 409 3 0 796 0
[pid=10886] ppid=10863 vsize=5356 CPUtime=0
/proc/10886/stat : 10886 (sh) S 10863 10863 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19461363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10886/statm: 1339 232 193 169 0 50 0
[pid=10887] ppid=10886 vsize=97336 CPUtime=1474.27
/proc/10887/stat : 10887 (minisat) R 10886 10863 9863 0 -1 4194304 24073 0 0 0 147399 28 0 0 25 0 1 0 19461364 99672064 24059 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 24334 24059 75 150 0 24181 0
Current children cumulated CPU time (s) 1479.18
Current children cumulated vsize (KiB) 119560

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/77 10923
/proc/meminfo: memFree=1339280/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=16868 CPUtime=4.91
/proc/10863/stat : 10863 (sugar) S 10861 10863 9863 0 -1 4194304 1376 24110 0 2 6 2 466 17 16 0 1 0 19460855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10863/statm: 4217 1113 409 3 0 796 0
[pid=10886] ppid=10863 vsize=5356 CPUtime=0
/proc/10886/stat : 10886 (sh) S 10863 10863 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19461363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10886/statm: 1339 232 193 169 0 50 0
[pid=10887] ppid=10886 vsize=97336 CPUtime=1534.25
/proc/10887/stat : 10887 (minisat) R 10886 10863 9863 0 -1 4194304 24080 0 0 0 153397 28 0 0 25 0 1 0 19461364 99672064 24066 996147200 134512640 135127466 4294956256 18446744073709551615 134528048 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 24334 24066 75 150 0 24181 0
Current children cumulated CPU time (s) 1539.16
Current children cumulated vsize (KiB) 119560

[startup+1602.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/77 10923
/proc/meminfo: memFree=1339216/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=16868 CPUtime=4.91
/proc/10863/stat : 10863 (sugar) S 10861 10863 9863 0 -1 4194304 1376 24110 0 2 6 2 466 17 16 0 1 0 19460855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10863/statm: 4217 1113 409 3 0 796 0
[pid=10886] ppid=10863 vsize=5356 CPUtime=0
/proc/10886/stat : 10886 (sh) S 10863 10863 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19461363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10886/statm: 1339 232 193 169 0 50 0
[pid=10887] ppid=10886 vsize=97336 CPUtime=1594.23
/proc/10887/stat : 10887 (minisat) R 10886 10863 9863 0 -1 4194304 24097 0 0 0 159395 28 0 0 25 0 1 0 19461364 99672064 24083 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 24334 24083 75 150 0 24181 0
Current children cumulated CPU time (s) 1599.14
Current children cumulated vsize (KiB) 119560

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/78 10924
/proc/meminfo: memFree=1339144/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=16868 CPUtime=4.91
/proc/10863/stat : 10863 (sugar) S 10861 10863 9863 0 -1 4194304 1376 24110 0 2 6 2 466 17 16 0 1 0 19460855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10863/statm: 4217 1113 409 3 0 796 0
[pid=10886] ppid=10863 vsize=5356 CPUtime=0
/proc/10886/stat : 10886 (sh) S 10863 10863 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19461363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10886/statm: 1339 232 193 169 0 50 0
[pid=10887] ppid=10886 vsize=97336 CPUtime=1654.2
/proc/10887/stat : 10887 (minisat) R 10886 10863 9863 0 -1 4194304 24097 0 0 0 165392 28 0 0 25 0 1 0 19461364 99672064 24083 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 24334 24083 75 150 0 24181 0
Current children cumulated CPU time (s) 1659.11
Current children cumulated vsize (KiB) 119560

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/78 10924
/proc/meminfo: memFree=1339144/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=16868 CPUtime=4.91
/proc/10863/stat : 10863 (sugar) S 10861 10863 9863 0 -1 4194304 1376 24110 0 2 6 2 466 17 16 0 1 0 19460855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10863/statm: 4217 1113 409 3 0 796 0
[pid=10886] ppid=10863 vsize=5356 CPUtime=0
/proc/10886/stat : 10886 (sh) S 10863 10863 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19461363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10886/statm: 1339 232 193 169 0 50 0
[pid=10887] ppid=10886 vsize=97336 CPUtime=1714.18
/proc/10887/stat : 10887 (minisat) R 10886 10863 9863 0 -1 4194304 24097 0 0 0 171390 28 0 0 25 0 1 0 19461364 99672064 24083 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 24334 24083 75 150 0 24181 0
Current children cumulated CPU time (s) 1719.09
Current children cumulated vsize (KiB) 119560

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/78 10924
/proc/meminfo: memFree=1338824/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=16868 CPUtime=4.91
/proc/10863/stat : 10863 (sugar) S 10861 10863 9863 0 -1 4194304 1376 24110 0 2 6 2 466 17 16 0 1 0 19460855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10863/statm: 4217 1113 409 3 0 796 0
[pid=10886] ppid=10863 vsize=5356 CPUtime=0
/proc/10886/stat : 10886 (sh) S 10863 10863 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19461363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10886/statm: 1339 232 193 169 0 50 0
[pid=10887] ppid=10886 vsize=97732 CPUtime=1774.16
/proc/10887/stat : 10887 (minisat) R 10886 10863 9863 0 -1 4194304 24177 0 0 0 177388 28 0 0 25 0 1 0 19461364 100077568 24163 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 24433 24163 75 150 0 24280 0
Current children cumulated CPU time (s) 1779.07
Current children cumulated vsize (KiB) 119956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/78 10924
/proc/meminfo: memFree=1334408/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=16868 CPUtime=4.91
/proc/10863/stat : 10863 (sugar) S 10861 10863 9863 0 -1 4194304 1376 24110 0 2 6 2 466 17 16 0 1 0 19460855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10863/statm: 4217 1113 409 3 0 796 0
[pid=10886] ppid=10863 vsize=5356 CPUtime=0
/proc/10886/stat : 10886 (sh) S 10863 10863 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19461363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10886/statm: 1339 232 193 169 0 50 0
[pid=10887] ppid=10886 vsize=102024 CPUtime=1795.16
/proc/10887/stat : 10887 (minisat) R 10886 10863 9863 0 -1 4194304 25263 0 0 0 179487 29 0 0 25 0 1 0 19461364 104472576 25249 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 25506 25249 75 150 0 25353 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 124248

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

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

[startup+1803.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/78 10924
/proc/meminfo: memFree=1334408/2055920 swapFree=4192952/4192956
[pid=10863] ppid=10861 vsize=16868 CPUtime=4.91
/proc/10863/stat : 10863 (sugar) S 10861 10863 9863 0 -1 4194304 1376 24110 0 2 6 2 466 17 16 0 1 0 19460855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10863/statm: 4217 1113 409 3 0 796 0
[pid=10886] ppid=10863 vsize=5356 CPUtime=0
/proc/10886/stat : 10886 (sh) S 10863 10863 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19461363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10886/statm: 1339 232 193 169 0 50 0
[pid=10887] ppid=10886 vsize=102024 CPUtime=1795.16
/proc/10887/stat : 10887 (minisat) R 10886 10863 9863 0 -1 4194304 25263 0 0 0 179487 29 0 0 25 0 1 0 19461364 104472576 25249 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 25506 25249 75 150 0 25353 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 124248

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10863 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=730280
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=203968
# CPU time returned by wait4() is 4.93425
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.33
CPU time (s): 1800.07
CPU user time (s): 1799.59
CPU system time (s): 0.48
CPU usage (%): 99.8195
Max. virtual memory (cumulated for all children) (KiB): 890896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.73028
system time used= 0.203968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25869
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= 2488
involuntary context switches= 2568

runsolver used 2.19766 second user time and 5.68813 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-11 16:52:22
IDJOB=2059521
IDBENCH=53589
IDSOLVER=739
FILE ID=node19/2059521-1247323942
PBS_JOBID= 9506589
Free space on /tmp= 66332 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/BH-4-13/normalized-BlackHole-4-13-m-1_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-2059521-1247323942/watcher-2059521-1247323942 -o /tmp/evaluation-result-2059521-1247323942/solver-2059521-1247323942 -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-2059521-1247323942.xml

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

MD5SUM BENCH= ffec9d6056b497f80fa1aca5c08f927e
RANDOM SEED=1609281530

node19.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.211
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.211
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:        911320 kB
Buffers:         42276 kB
Cached:         594608 kB
SwapCached:          4 kB
Active:         604512 kB
Inactive:       488060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        911320 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1796 kB
Writeback:           0 kB
Mapped:         476044 kB
Slab:            36264 kB
Committed_AS:   590624 kB
PageTables:       2776 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= 66428 MiB
End job on node19 at 2009-07-11 17:22:28