Trace number 1038928

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.13+minisat? (TO) 1800.02 1809.22

General information on the benchmark

Namecsp/BH-4-13/
normalized-BlackHole-4-13-e-1_ext.xml
MD5SUMd211ae6c6c79ecd682df2e7c9710a9e2
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.18597
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 (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul  2 13:12:04 2008
0.00/0.05	c 0	PID 10189
0.00/0.05	c 0	HOST node74.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1038928-1214997124.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1038928-1214997124.xml' 'HOME/temp.csp'
0.03/0.58	c 0	4 domains, 208 variables, 0 predicates, 8 relations, 4217 constraints
0.03/0.59	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.59	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.50/0.67	c 0	Parsing HOME/temp.csp
0.50/0.89	c 1	parsed 4437 expressions
0.50/0.89	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.50/0.89	c 1	Converting to clausal form CSP
0.50/0.96	c 1	converted 444 (10%) expressions
1.00/1.12	c 1	converted 888 (20%) expressions
1.10/1.30	c 1	converted 1332 (30%) expressions
1.40/1.55	c 1	converted 1775 (40%) expressions
1.49/1.66	c 1	converted 2219 (50%) expressions
1.80/1.94	c 2	converted 2663 (60%) expressions
1.89/2.05	c 2	converted 3106 (70%) expressions
1.99/2.17	c 2	converted 3550 (80%) expressions
2.29/2.48	c 2	converted 3994 (90%) expressions
2.49/2.67	c 2	converted 4437 (100%) expressions
2.49/2.67	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.49/2.67	c 2	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.49/2.67	c 2	Propagation in CSP
2.49/2.68	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.49/2.68	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.49/2.68	c 2	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.49/2.68	c 2	Simplifing CSP by introducing new Boolean variables
2.49/2.69	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.49/2.69	c 2	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.78/2.93	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.78/2.95	c 3	21 (10%) CSP integer variables are encoded (677 clauses, 7301 bytes)
2.78/2.95	c 3	42 (20%) CSP integer variables are encoded (1454 clauses, 16811 bytes)
2.78/2.96	c 3	63 (30%) CSP integer variables are encoded (2231 clauses, 26912 bytes)
2.78/2.96	c 3	84 (40%) CSP integer variables are encoded (3008 clauses, 37013 bytes)
2.78/2.96	c 3	104 (50%) CSP integer variables are encoded (3774 clauses, 46971 bytes)
2.78/2.96	c 3	125 (60%) CSP integer variables are encoded (4551 clauses, 57072 bytes)
2.78/2.96	c 3	146 (70%) CSP integer variables are encoded (5328 clauses, 67173 bytes)
2.78/2.96	c 3	167 (80%) CSP integer variables are encoded (5936 clauses, 75077 bytes)
2.78/2.96	c 3	188 (90%) CSP integer variables are encoded (6440 clauses, 81629 bytes)
2.78/2.96	c 3	208 (100%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
2.98/3.14	c 3	422 (10%) CSP clauses are encoded (13272 clauses, 209964 bytes)
3.18/3.34	c 3	844 (20%) CSP clauses are encoded (22163 clauses, 391880 bytes)
3.38/3.54	c 3	1266 (30%) CSP clauses are encoded (31054 clauses, 574132 bytes)
3.57/3.73	c 3	1687 (40%) CSP clauses are encoded (39413 clauses, 755372 bytes)
3.77/3.92	c 4	2109 (50%) CSP clauses are encoded (48561 clauses, 961162 bytes)
3.98/4.12	c 4	2531 (60%) CSP clauses are encoded (57421 clauses, 1159773 bytes)
4.17/4.32	c 4	2952 (70%) CSP clauses are encoded (66181 clauses, 1355472 bytes)
4.38/4.51	c 4	3374 (80%) CSP clauses are encoded (75267 clauses, 1557535 bytes)
4.47/4.69	c 4	3796 (90%) CSP clauses are encoded (84418 clauses, 1759905 bytes)
4.67/4.87	c 5	4217 (100%) CSP clauses are encoded (94369 clauses, 1973879 bytes)
4.67/4.87	c 5	4217 CSP clauses encoded
4.67/4.87	c 5	Writing map file : HOME/temp.map
4.67/4.88	c 5	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.67/4.88	c 5	SAT : 7126 SAT variables, 94369 SAT clauses, 1973879 bytes
4.67/4.88	c 5	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.75/4.94	c 5	SOLVING HOME/temp.cnf
4.75/4.94	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.75/4.94	c 5	This is MiniSat 2.0 beta
4.75/4.94	c 5	WARNING: for repeatability, setting FPU to use double precision
4.75/4.94	c 5	============================[ Problem Statistics ]=============================
4.75/4.94	c 5	|                                                                             |
4.75/4.94	c 5	|  Number of variables:  7126                                                 |
4.75/4.94	c 5	|  Number of clauses:    94369                                                |
4.75/4.99	c 5	|  Parsing time:         0.04         s                                       |
4.75/5.00	c 5	============================[ Search Statistics ]==============================
4.75/5.00	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.75/5.00	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.75/5.00	c 5	===============================================================================
4.75/5.00	c 5	|         0 |    6934    87328   308916 |    29109        0    nan |  0.000 % |
4.78/5.00	c 5	|       100 |    6934    87328   308916 |    32020      100      5 |  2.695 % |
4.78/5.02	c 5	|       252 |    6934    87328   308916 |    35222      252      6 |  2.694 % |
4.78/5.04	c 5	|       477 |    6934    87328   308916 |    38744      477     10 |  2.695 % |
4.78/5.09	c 5	|       815 |    6934    87328   308916 |    42618      815     12 |  2.695 % |
4.78/5.15	c 5	|      1321 |    6934    87328   308916 |    46880     1321     14 |  2.695 % |
4.78/5.24	c 5	|      2080 |    6934    87328   308916 |    51568     2080     15 |  2.695 % |
4.78/5.38	c 5	|      3219 |    6929    87260   308774 |    56725     3217     16 |  2.765 % |
5.34/5.57	c 5	|      4927 |    6928    87260   308774 |    62398     4924     16 |  2.835 % |
5.63/5.87	c 6	|      7489 |    6928    87260   308774 |    68638     7486     17 |  2.835 % |
6.13/6.37	c 6	|     11335 |    6924    87193   308634 |    75502    11331     18 |  2.835 % |
7.02/7.21	c 7	|     17103 |    6924    87193   308634 |    83052    17099     21 |  2.835 % |
8.33/8.56	c 8	|     25752 |    6920    87130   308502 |    91357    25745     27 |  2.891 % |
10.82/11.07	c 11	|     38727 |    6920    87130   308502 |   100493    38720     32 |  2.891 % |
16.19/16.43	c 16	|     58188 |    6920    87130   308502 |   110542    58181     37 |  2.891 % |
24.74/25.10	c 25	|     87380 |    6915    87065   308366 |   121596    87371     37 |  2.961 % |
41.66/42.06	c 42	|    131169 |    6915    87065   308366 |   133756    22882     32 |  2.961 % |
67.54/68.03	c 68	|    196853 |    6915    87065   308366 |   147132    88566     51 |  2.961 % |
101.37/102.00	c 102	|    295380 |    6915    87065   308366 |   161845    53961     26 |  2.961 % |
167.93/168.95	c 169	|    443169 |    6915    87065   308366 |   178030    53287     63 |  2.961 % |
293.90/295.55	c 295	|    664853 |    6915    87065   308366 |   195833   121163     46 |  2.961 % |
457.68/460.18	c 460	|    997380 |    6910    87001   308232 |   215416   101765     39 |  3.031 % |
837.76/842.11	c 842	|   1496168 |    6910    87001   308232 |   236957   208446     57 |  3.031 % |
1333.08/1339.95	c 1340	|   2244351 |    6910    87001   308232 |   260653    70990     43 |  3.031 % |
1800.02/1809.21	c ERROR INTERRUPTED
1800.02/1809.22	s UNKNOWN
1800.02/1809.22	c 1809	CPU 4.62 (0.04 0.01 4.58 0.17)
1800.02/1809.22	c 1809	END Wed Jul  2 13:42:13 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1038928-1214997124/watcher-1038928-1214997124 -o /tmp/evaluation-result-1038928-1214997124/solver-1038928-1214997124 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1038928-1214997124.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 5/83 10189
/proc/meminfo: memFree=1599936/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=12132 CPUtime=0
/proc/10189/stat : 10189 (sugar) R 10187 10189 10102 0 -1 4194304 219 0 0 0 0 0 0 0 20 0 1 0 1978663495 12423168 187 996147200 4194304 4206940 548682068608 18446744073709551615 228774548193 0 0 4224 0 0 0 0 17 1 0 0
/proc/10189/statm: 3033 187 142 3 0 133 0

[startup+0.135592 s]
/proc/loadavg: 0.00 0.00 0.00 5/83 10189
/proc/meminfo: memFree=1599936/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=13600 CPUtime=0.03
/proc/10189/stat : 10189 (sugar) S 10187 10189 10102 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1978663495 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10189/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201753 s]
/proc/loadavg: 0.00 0.00 0.00 5/83 10189
/proc/meminfo: memFree=1599936/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=13600 CPUtime=0.03
/proc/10189/stat : 10189 (sugar) S 10187 10189 10102 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1978663495 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10189/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301771 s]
/proc/loadavg: 0.00 0.00 0.00 5/83 10189
/proc/meminfo: memFree=1599936/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=13600 CPUtime=0.03
/proc/10189/stat : 10189 (sugar) S 10187 10189 10102 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1978663495 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10189/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701851 s]
/proc/loadavg: 0.00 0.00 0.00 5/83 10189
/proc/meminfo: memFree=1599936/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=13600 CPUtime=0.5
/proc/10189/stat : 10189 (sugar) S 10187 10189 10102 0 -1 4194304 973 5352 0 1 3 0 44 3 16 0 1 0 1978663495 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10189/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13600

[startup+1.50302 s]
/proc/loadavg: 0.00 0.00 0.00 4/94 10221
/proc/meminfo: memFree=1570400/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=13600 CPUtime=0.5
/proc/10189/stat : 10189 (sugar) S 10187 10189 10102 0 -1 4194304 973 5352 0 1 3 0 44 3 15 0 1 0 1978663495 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10189/statm: 3400 797 370 3 0 500 0
[pid=10212] ppid=10189 vsize=5356 CPUtime=0
/proc/10212/stat : 10212 (sh) S 10189 10189 10102 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978663555 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10212/statm: 1339 233 193 169 0 50 0
[pid=10213] ppid=10212 vsize=865448 CPUtime=0.9
/proc/10213/stat : 10213 (java) S 10212 10189 10102 0 -1 0 9280 0 1 0 85 5 0 0 18 0 9 0 1978663555 886218752 8547 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10213/statm: 216362 8548 2540 9 0 210937 0
[pid=10213/tid=10214] ppid=10212 vsize=865448 CPUtime=0.4
/proc/10213/task/10214/stat : 10214 (java) R 10212 10189 10102 0 -1 64 2774 0 1 0 39 1 0 0 20 0 9 0 1978663556 886218752 8548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10213/tid=10215] ppid=10212 vsize=865448 CPUtime=0.36
/proc/10213/task/10215/stat : 10215 (java) S 10212 10189 10102 0 -1 64 5196 0 0 0 34 2 0 0 17 0 9 0 1978663557 886218752 8548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10213/tid=10216] ppid=10212 vsize=865448 CPUtime=0
/proc/10213/task/10216/stat : 10216 (java) S 10212 10189 10102 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978663557 886218752 8548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10213/tid=10217] ppid=10212 vsize=865448 CPUtime=0
/proc/10213/task/10217/stat : 10217 (java) S 10212 10189 10102 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978663557 886218752 8548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10213/tid=10218] ppid=10212 vsize=865448 CPUtime=0
/proc/10213/task/10218/stat : 10218 (java) S 10212 10189 10102 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978663559 886218752 8548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10213/tid=10219] ppid=10212 vsize=865448 CPUtime=0.1
/proc/10213/task/10219/stat : 10219 (java) R 10212 10189 10102 0 -1 64 618 0 0 0 10 0 0 0 16 0 9 0 1978663559 886218752 8548 996147200 134512640 134550740 4294955952 18446744073709551615 101757913 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10213/tid=10220] ppid=10212 vsize=865448 CPUtime=0
/proc/10213/task/10220/stat : 10220 (java) S 10212 10189 10102 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978663559 886218752 8548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10213/tid=10221] ppid=10212 vsize=865448 CPUtime=0
/proc/10213/task/10221/stat : 10221 (java) S 10212 10189 10102 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978663560 886218752 8548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 884404

[startup+3.10132 s]
/proc/loadavg: 0.00 0.00 0.00 4/94 10221
/proc/meminfo: memFree=1503136/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=13600 CPUtime=0.5
/proc/10189/stat : 10189 (sugar) S 10187 10189 10102 0 -1 4194304 974 5352 0 1 3 0 44 3 15 0 1 0 1978663495 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10189/statm: 3400 797 370 3 0 500 0
[pid=10212] ppid=10189 vsize=5356 CPUtime=0
/proc/10212/stat : 10212 (sh) S 10189 10189 10102 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978663555 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10212/statm: 1339 233 193 169 0 50 0
[pid=10213] ppid=10212 vsize=868480 CPUtime=2.48
/proc/10213/stat : 10213 (java) S 10212 10189 10102 0 -1 0 18174 0 1 0 238 10 0 0 18 0 9 0 1978663555 889323520 17374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10213/statm: 217120 17374 2565 9 0 211667 0
[pid=10213/tid=10214] ppid=10212 vsize=868480 CPUtime=0.86
/proc/10213/task/10214/stat : 10214 (java) R 10212 10189 10102 0 -1 64 3329 0 1 0 84 2 0 0 17 0 9 0 1978663556 889323520 17374 996147200 134512640 134550740 4294955952 18446744073709551615 4126854013 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10213/tid=10215] ppid=10212 vsize=868480 CPUtime=1.4
/proc/10213/task/10215/stat : 10215 (java) R 10212 10189 10102 0 -1 64 12713 0 0 0 135 5 0 0 18 0 9 0 1978663557 889323520 17374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10213/tid=10216] ppid=10212 vsize=868480 CPUtime=0
/proc/10213/task/10216/stat : 10216 (java) S 10212 10189 10102 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978663557 889323520 17374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10213/tid=10217] ppid=10212 vsize=868480 CPUtime=0
/proc/10213/task/10217/stat : 10217 (java) S 10212 10189 10102 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978663557 889323520 17374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10213/tid=10218] ppid=10212 vsize=868480 CPUtime=0
/proc/10213/task/10218/stat : 10218 (java) S 10212 10189 10102 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978663559 889323520 17374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10213/tid=10219] ppid=10212 vsize=868480 CPUtime=0.19
/proc/10213/task/10219/stat : 10219 (java) S 10212 10189 10102 0 -1 64 1439 0 0 0 18 1 0 0 16 0 9 0 1978663559 889323520 17374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10213/tid=10220] ppid=10212 vsize=868480 CPUtime=0
/proc/10213/task/10220/stat : 10220 (java) S 10212 10189 10102 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978663559 889323520 17374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10213/tid=10221] ppid=10212 vsize=868480 CPUtime=0
/proc/10213/task/10221/stat : 10221 (java) S 10212 10189 10102 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978663560 889323520 17374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887436

[startup+6.30195 s]
/proc/loadavg: 0.24 0.05 0.02 3/78 10225
/proc/meminfo: memFree=1584096/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=13600 CPUtime=4.79
/proc/10189/stat : 10189 (sugar) S 10187 10189 10102 0 -1 4194304 1033 23910 0 2 3 1 458 17 15 0 1 0 1978663495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10189/statm: 3400 799 370 3 0 500 0
[pid=10224] ppid=10189 vsize=5356 CPUtime=0
/proc/10224/stat : 10224 (sh) S 10189 10189 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10224/statm: 1339 232 193 169 0 50 0
[pid=10225] ppid=10224 vsize=7676 CPUtime=1.34
/proc/10225/stat : 10225 (minisat) R 10224 10189 10102 0 -1 4194304 1833 0 0 0 133 1 0 0 25 0 1 0 1978663990 7860224 1819 996147200 134512640 135127466 4294956272 18446744073709551615 134522655 0 0 4096 3 0 0 0 17 0 0 0
/proc/10225/statm: 1919 1819 75 150 0 1766 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 26632

[startup+12.7022 s]
/proc/loadavg: 0.38 0.08 0.03 3/78 10225
/proc/meminfo: memFree=1572448/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=13600 CPUtime=4.8
/proc/10189/stat : 10189 (sugar) S 10187 10189 10102 0 -1 4194304 1033 23910 0 2 4 1 458 17 16 0 1 0 1978663495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10189/statm: 3400 799 370 3 0 500 0
[pid=10224] ppid=10189 vsize=5356 CPUtime=0
/proc/10224/stat : 10224 (sh) S 10189 10189 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10224/statm: 1339 232 193 169 0 50 0
[pid=10225] ppid=10224 vsize=14056 CPUtime=7.71
/proc/10225/stat : 10225 (minisat) R 10224 10189 10102 0 -1 4194304 3414 0 0 0 768 3 0 0 25 0 1 0 1978663990 14393344 3400 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/10225/statm: 3514 3400 75 150 0 3361 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 33012

[startup+25.5017 s]
/proc/loadavg: 0.74 0.18 0.06 3/78 10225
/proc/meminfo: memFree=1554080/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=13600 CPUtime=4.8
/proc/10189/stat : 10189 (sugar) S 10187 10189 10102 0 -1 4194304 1033 23910 0 2 4 1 458 17 16 0 1 0 1978663495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10189/statm: 3400 799 370 3 0 500 0
[pid=10224] ppid=10189 vsize=5356 CPUtime=0
/proc/10224/stat : 10224 (sh) S 10189 10189 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10224/statm: 1339 232 193 169 0 50 0
[pid=10225] ppid=10224 vsize=22640 CPUtime=20.43
/proc/10225/stat : 10225 (minisat) R 10224 10189 10102 0 -1 4194304 5558 0 0 0 2039 4 0 0 25 0 1 0 1978663990 23183360 5544 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10225/statm: 5660 5544 75 150 0 5507 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 41596

[startup+51.1017 s]
/proc/loadavg: 1.17 0.32 0.11 3/78 10225
/proc/meminfo: memFree=1538784/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=13600 CPUtime=4.8
/proc/10189/stat : 10189 (sugar) S 10187 10189 10102 0 -1 4194304 1033 23910 0 2 4 1 458 17 16 0 1 0 1978663495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10189/statm: 3400 799 370 3 0 500 0
[pid=10224] ppid=10189 vsize=5356 CPUtime=0
/proc/10224/stat : 10224 (sh) S 10189 10189 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10224/statm: 1339 232 193 169 0 50 0
[pid=10225] ppid=10224 vsize=28628 CPUtime=45.92
/proc/10225/stat : 10225 (minisat) R 10224 10189 10102 0 -1 4194304 7032 0 0 0 4586 6 0 0 25 0 1 0 1978663990 29315072 7018 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/10225/statm: 7157 7018 75 150 0 7004 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 47584

[startup+102.302 s]
/proc/loadavg: 1.64 0.58 0.20 3/78 10225
/proc/meminfo: memFree=1515616/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=13600 CPUtime=4.8
/proc/10189/stat : 10189 (sugar) S 10187 10189 10102 0 -1 4194304 1033 23910 0 2 4 1 458 17 16 0 1 0 1978663495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10189/statm: 3400 799 370 3 0 500 0
[pid=10224] ppid=10189 vsize=5356 CPUtime=0
/proc/10224/stat : 10224 (sh) S 10189 10189 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10224/statm: 1339 232 193 169 0 50 0
[pid=10225] ppid=10224 vsize=39744 CPUtime=96.87
/proc/10225/stat : 10225 (minisat) R 10224 10189 10102 0 -1 4194304 9758 0 0 0 9677 10 0 0 25 0 1 0 1978663990 40697856 9744 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/10225/statm: 9936 9744 75 150 0 9783 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 58700

[startup+162.301 s]
/proc/loadavg: 1.87 0.83 0.31 3/78 10225
/proc/meminfo: memFree=1508128/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=13600 CPUtime=4.8
/proc/10189/stat : 10189 (sugar) S 10187 10189 10102 0 -1 4194304 1033 23910 0 2 4 1 458 17 16 0 1 0 1978663495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10189/statm: 3400 799 370 3 0 500 0
[pid=10224] ppid=10189 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1439200/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=13600 CPUtime=4.8
/proc/10189/stat : 10189 (sugar) S 10187 10189 10102 0 -1 4194304 1033 23910 0 2 4 1 458 17 16 0 1 0 1978663495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10189/statm: 3400 799 370 3 0 500 0
[pid=10224] ppid=10189 vsize=5356 CPUtime=0
/proc/10224/stat : 10224 (sh) S 10189 10189 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10224/statm: 1339 232 193 169 0 50 0
[pid=10225] ppid=10224 vsize=80816 CPUtime=1350.56
/proc/10225/stat : 10225 (minisat) R 10224 10189 10102 0 -1 4194304 19961 0 0 0 135032 24 0 0 25 0 1 0 1978663990 82755584 19947 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10225/statm: 20204 19947 75 150 0 20051 0
Current children cumulated CPU time (s) 1355.36
Current children cumulated vsize (KiB) 99772

[startup+1422.3 s]
/proc/loadavg: 1.99 1.97 1.53 3/78 10225
/proc/meminfo: memFree=1439200/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=13600 CPUtime=4.8
/proc/10189/stat : 10189 (sugar) S 10187 10189 10102 0 -1 4194304 1033 23910 0 2 4 1 458 17 16 0 1 0 1978663495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10189/statm: 3400 799 370 3 0 500 0
[pid=10224] ppid=10189 vsize=5356 CPUtime=0
/proc/10224/stat : 10224 (sh) S 10189 10189 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10224/statm: 1339 232 193 169 0 50 0
[pid=10225] ppid=10224 vsize=80816 CPUtime=1410.26
/proc/10225/stat : 10225 (minisat) R 10224 10189 10102 0 -1 4194304 19961 0 0 0 141002 24 0 0 25 0 1 0 1978663990 82755584 19947 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/10225/statm: 20204 19947 75 150 0 20051 0
Current children cumulated CPU time (s) 1415.06
Current children cumulated vsize (KiB) 99772

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.56 3/78 10225
/proc/meminfo: memFree=1439136/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=13600 CPUtime=4.8
/proc/10189/stat : 10189 (sugar) S 10187 10189 10102 0 -1 4194304 1033 23910 0 2 4 1 458 17 16 0 1 0 1978663495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10189/statm: 3400 799 370 3 0 500 0
[pid=10224] ppid=10189 vsize=5356 CPUtime=0
/proc/10224/stat : 10224 (sh) S 10189 10189 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10224/statm: 1339 232 193 169 0 50 0
[pid=10225] ppid=10224 vsize=80816 CPUtime=1469.96
/proc/10225/stat : 10225 (minisat) R 10224 10189 10102 0 -1 4194304 19982 0 0 0 146972 24 0 0 25 0 1 0 1978663990 82755584 19968 996147200 134512640 135127466 4294956272 18446744073709551615 134530946 0 0 4096 3 0 0 0 17 0 0 0
/proc/10225/statm: 20204 19968 75 150 0 20051 0
Current children cumulated CPU time (s) 1474.76
Current children cumulated vsize (KiB) 99772

[startup+1542.31 s]
/proc/loadavg: 1.99 1.97 1.58 3/78 10225
/proc/meminfo: memFree=1439072/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=13600 CPUtime=4.8
/proc/10189/stat : 10189 (sugar) S 10187 10189 10102 0 -1 4194304 1033 23910 0 2 4 1 458 17 16 0 1 0 1978663495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10189/statm: 3400 799 370 3 0 500 0
[pid=10224] ppid=10189 vsize=5356 CPUtime=0
/proc/10224/stat : 10224 (sh) S 10189 10189 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10224/statm: 1339 232 193 169 0 50 0
[pid=10225] ppid=10224 vsize=80816 CPUtime=1529.66
/proc/10225/stat : 10225 (minisat) R 10224 10189 10102 0 -1 4194304 19982 0 0 0 152942 24 0 0 25 0 1 0 1978663990 82755584 19968 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/10225/statm: 20204 19968 75 150 0 20051 0
Current children cumulated CPU time (s) 1534.46
Current children cumulated vsize (KiB) 99772

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.61 3/78 10225
/proc/meminfo: memFree=1439072/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=13600 CPUtime=4.8
/proc/10189/stat : 10189 (sugar) S 10187 10189 10102 0 -1 4194304 1033 23910 0 2 4 1 458 17 16 0 1 0 1978663495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10189/statm: 3400 799 370 3 0 500 0
[pid=10224] ppid=10189 vsize=5356 CPUtime=0
/proc/10224/stat : 10224 (sh) S 10189 10189 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10224/statm: 1339 232 193 169 0 50 0
[pid=10225] ppid=10224 vsize=80816 CPUtime=1589.36
/proc/10225/stat : 10225 (minisat) R 10224 10189 10102 0 -1 4194304 19982 0 0 0 158911 25 0 0 25 0 1 0 1978663990 82755584 19968 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10225/statm: 20204 19968 75 150 0 20051 0
Current children cumulated CPU time (s) 1594.16
Current children cumulated vsize (KiB) 99772

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.63 3/78 10225
/proc/meminfo: memFree=1439072/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=13600 CPUtime=4.8
/proc/10189/stat : 10189 (sugar) S 10187 10189 10102 0 -1 4194304 1033 23910 0 2 4 1 458 17 16 0 1 0 1978663495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10189/statm: 3400 799 370 3 0 500 0
[pid=10224] ppid=10189 vsize=5356 CPUtime=0
/proc/10224/stat : 10224 (sh) S 10189 10189 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10224/statm: 1339 232 193 169 0 50 0
[pid=10225] ppid=10224 vsize=80816 CPUtime=1649.06
/proc/10225/stat : 10225 (minisat) R 10224 10189 10102 0 -1 4194304 19984 0 0 0 164881 25 0 0 25 0 1 0 1978663990 82755584 19970 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10225/statm: 20204 19970 75 150 0 20051 0
Current children cumulated CPU time (s) 1653.86
Current children cumulated vsize (KiB) 99772

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.65 3/78 10225
/proc/meminfo: memFree=1432864/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=13600 CPUtime=4.8
/proc/10189/stat : 10189 (sugar) S 10187 10189 10102 0 -1 4194304 1033 23910 0 2 4 1 458 17 16 0 1 0 1978663495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10189/statm: 3400 799 370 3 0 500 0
[pid=10224] ppid=10189 vsize=5356 CPUtime=0
/proc/10224/stat : 10224 (sh) S 10189 10189 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10224/statm: 1339 232 193 169 0 50 0
[pid=10225] ppid=10224 vsize=80816 CPUtime=1708.76
/proc/10225/stat : 10225 (minisat) R 10224 10189 10102 0 -1 4194304 19984 0 0 0 170851 25 0 0 25 0 1 0 1978663990 82755584 19970 996147200 134512640 135127466 4294956272 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/10225/statm: 20204 19970 75 150 0 20051 0
Current children cumulated CPU time (s) 1713.56
Current children cumulated vsize (KiB) 99772

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.67 3/78 10225
/proc/meminfo: memFree=1432672/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=13600 CPUtime=4.8
/proc/10189/stat : 10189 (sugar) S 10187 10189 10102 0 -1 4194304 1033 23910 0 2 4 1 458 17 16 0 1 0 1978663495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10189/statm: 3400 799 370 3 0 500 0
[pid=10224] ppid=10189 vsize=5356 CPUtime=0
/proc/10224/stat : 10224 (sh) S 10189 10189 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10224/statm: 1339 232 193 169 0 50 0
[pid=10225] ppid=10224 vsize=80816 CPUtime=1768.45
/proc/10225/stat : 10225 (minisat) R 10224 10189 10102 0 -1 4194304 19984 0 0 0 176820 25 0 0 25 0 1 0 1978663990 82755584 19970 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/10225/statm: 20204 19970 75 150 0 20051 0
Current children cumulated CPU time (s) 1773.25
Current children cumulated vsize (KiB) 99772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.2 s]
/proc/loadavg: 1.99 1.97 1.67 2/74 10226
/proc/meminfo: memFree=1520320/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=13600 CPUtime=4.8
/proc/10189/stat : 10189 (sugar) S 10187 10189 10102 0 -1 4194304 1033 23910 0 2 4 1 458 17 16 0 1 0 1978663495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10189/statm: 3400 799 370 3 0 500 0
[pid=10224] ppid=10189 vsize=5356 CPUtime=0
/proc/10224/stat : 10224 (sh) S 10189 10189 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10224/statm: 1339 232 193 169 0 50 0
[pid=10225] ppid=10224 vsize=80816 CPUtime=1795.22
/proc/10225/stat : 10225 (minisat) R 10224 10189 10102 0 -1 4194304 19984 0 0 0 179497 25 0 0 25 0 1 0 1978663990 82755584 19970 996147200 134512640 135127466 4294956272 18446744073709551615 134535144 0 0 4096 3 0 0 0 17 1 0 0
/proc/10225/statm: 20204 19970 75 150 0 20051 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 99772

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

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

[startup+1809.2 s]
/proc/loadavg: 1.99 1.97 1.67 2/74 10226
/proc/meminfo: memFree=1520320/2055920 swapFree=4179604/4192956
[pid=10189] ppid=10187 vsize=13600 CPUtime=4.8
/proc/10189/stat : 10189 (sugar) S 10187 10189 10102 0 -1 4194304 1033 23910 0 2 4 1 458 17 16 0 1 0 1978663495 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10189/statm: 3400 799 370 3 0 500 0
[pid=10224] ppid=10189 vsize=5356 CPUtime=0
/proc/10224/stat : 10224 (sh) S 10189 10189 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978663990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10224/statm: 1339 232 193 169 0 50 0
[pid=10225] ppid=10224 vsize=80816 CPUtime=1795.22
/proc/10225/stat : 10225 (minisat) R 10224 10189 10102 0 -1 4194304 19984 0 0 0 179497 25 0 0 25 0 1 0 1978663990 82755584 19970 996147200 134512640 135127466 4294956272 18446744073709551615 134535144 0 0 4096 3 0 0 0 17 1 0 0
/proc/10225/statm: 20204 19970 75 150 0 20051 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 99772

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10189 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=624297
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=188971
# CPU time returned by wait4() is 4.81327
# 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): 1809.22
CPU time (s): 1800.02
CPU user time (s): 1799.59
CPU system time (s): 0.43
CPU usage (%): 99.4914
Max. virtual memory (cumulated for all children) (KiB): 887436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.6243
system time used= 0.188971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25287
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= 2329
involuntary context switches= 2263

runsolver used 2.55461 second user time and 5.60715 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-02 13:12:04
IDJOB=1038928
IDBENCH=53591
IDSOLVER=346
FILE ID=node74/1038928-1214997124
PBS_JOBID= 7870776
Free space on /tmp= 103212 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/BH-4-13/normalized-BlackHole-4-13-e-1_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1038928-1214997124/watcher-1038928-1214997124 -o /tmp/evaluation-result-1038928-1214997124/solver-1038928-1214997124 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1038928-1214997124.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d211ae6c6c79ecd682df2e7c9710a9e2
RANDOM SEED=2074111113

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.259
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.259
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:       1600680 kB
Buffers:         49920 kB
Cached:         314448 kB
SwapCached:       6640 kB
Active:         119116 kB
Inactive:       261100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1600680 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            3176 kB
Writeback:           0 kB
Mapped:          28808 kB
Slab:            60084 kB
Committed_AS:  3888156 kB
PageTables:       1968 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= 103212 MiB
End job on node74 at 2008-07-02 13:42:15