Trace number 1038820

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.06 1807.02

General information on the benchmark

Namecsp/BH-4-13/
normalized-BlackHole-4-13-e-3_ext.xml
MD5SUM0d63c340aa2de5a517388f1f4a3c0ad6
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.183971
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 04:29:07 2008
0.00/0.04	c 0	PID 1749
0.00/0.05	c 0	HOST node49.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1038820-1214965747.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-1038820-1214965747.xml' 'HOME/temp.csp'
0.04/0.54	c 0	4 domains, 208 variables, 0 predicates, 8 relations, 4217 constraints
0.04/0.58	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.58	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.52/0.66	c 0	Parsing HOME/temp.csp
0.52/0.89	c 1	parsed 4437 expressions
0.52/0.90	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.52/0.90	c 1	Converting to clausal form CSP
0.52/0.96	c 1	converted 444 (10%) expressions
1.02/1.14	c 1	converted 888 (20%) expressions
1.11/1.30	c 1	converted 1332 (30%) expressions
1.41/1.54	c 1	converted 1775 (40%) expressions
1.52/1.67	c 1	converted 2219 (50%) expressions
1.81/1.98	c 2	converted 2663 (60%) expressions
1.90/2.08	c 2	converted 3106 (70%) expressions
2.11/2.21	c 2	converted 3550 (80%) expressions
2.40/2.52	c 2	converted 3994 (90%) expressions
2.60/2.71	c 2	converted 4437 (100%) expressions
2.60/2.71	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.60/2.71	c 2	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.60/2.71	c 2	Propagation in CSP
2.60/2.71	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.60/2.71	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.60/2.71	c 2	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.60/2.72	c 2	Simplifing CSP by introducing new Boolean variables
2.60/2.72	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.60/2.72	c 2	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.79/2.97	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.79/2.99	c 3	21 (10%) CSP integer variables are encoded (677 clauses, 7301 bytes)
2.79/3.00	c 3	42 (20%) CSP integer variables are encoded (1454 clauses, 16811 bytes)
2.89/3.00	c 3	63 (30%) CSP integer variables are encoded (2231 clauses, 26912 bytes)
2.89/3.00	c 3	84 (40%) CSP integer variables are encoded (3008 clauses, 37013 bytes)
2.89/3.00	c 3	104 (50%) CSP integer variables are encoded (3774 clauses, 46971 bytes)
2.89/3.00	c 3	125 (60%) CSP integer variables are encoded (4551 clauses, 57072 bytes)
2.89/3.00	c 3	146 (70%) CSP integer variables are encoded (5328 clauses, 67173 bytes)
2.89/3.00	c 3	167 (80%) CSP integer variables are encoded (5936 clauses, 75077 bytes)
2.89/3.01	c 3	188 (90%) CSP integer variables are encoded (6440 clauses, 81629 bytes)
2.89/3.01	c 3	208 (100%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
2.99/3.18	c 3	422 (10%) CSP clauses are encoded (13224 clauses, 209294 bytes)
3.19/3.39	c 3	844 (20%) CSP clauses are encoded (22163 clauses, 391785 bytes)
3.39/3.59	c 3	1266 (30%) CSP clauses are encoded (31006 clauses, 573462 bytes)
3.59/3.78	c 4	1687 (40%) CSP clauses are encoded (39269 clauses, 753013 bytes)
3.78/3.98	c 4	2109 (50%) CSP clauses are encoded (48513 clauses, 961107 bytes)
3.98/4.18	c 4	2531 (60%) CSP clauses are encoded (57373 clauses, 1159184 bytes)
4.17/4.37	c 4	2952 (70%) CSP clauses are encoded (66037 clauses, 1353113 bytes)
4.38/4.57	c 4	3374 (80%) CSP clauses are encoded (75219 clauses, 1556946 bytes)
4.57/4.76	c 5	3796 (90%) CSP clauses are encoded (84418 clauses, 1760468 bytes)
4.77/4.95	c 5	4217 (100%) CSP clauses are encoded (94369 clauses, 1974175 bytes)
4.77/4.95	c 5	4217 CSP clauses encoded
4.77/4.95	c 5	Writing map file : HOME/temp.map
4.77/4.96	c 5	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.77/4.96	c 5	SAT : 7126 SAT variables, 94369 SAT clauses, 1974175 bytes
4.77/4.96	c 5	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.84/5.02	c 5	SOLVING HOME/temp.cnf
4.84/5.02	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.84/5.02	c 5	This is MiniSat 2.0 beta
4.84/5.02	c 5	WARNING: for repeatability, setting FPU to use double precision
4.84/5.02	c 5	============================[ Problem Statistics ]=============================
4.84/5.02	c 5	|                                                                             |
4.84/5.03	c 5	|  Number of variables:  7126                                                 |
4.84/5.03	c 5	|  Number of clauses:    94369                                                |
4.84/5.08	c 5	|  Parsing time:         0.05         s                                       |
4.84/5.09	c 5	============================[ Search Statistics ]==============================
4.84/5.09	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.84/5.09	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.84/5.09	c 5	===============================================================================
4.84/5.09	c 5	|         0 |    6934    87328   308912 |    29109        0    nan |  0.000 % |
4.84/5.09	c 5	|       100 |    6934    87328   308912 |    32020      100      5 |  2.695 % |
4.85/5.11	c 5	|       251 |    6934    87328   308912 |    35222      251      6 |  2.694 % |
4.85/5.13	c 5	|       476 |    6934    87328   308912 |    38744      476     11 |  2.695 % |
4.85/5.17	c 5	|       814 |    6934    87328   308912 |    42618      814     13 |  2.695 % |
4.85/5.24	c 5	|      1320 |    6934    87328   308912 |    46880     1320     14 |  2.695 % |
4.85/5.34	c 5	|      2080 |    6934    87328   308912 |    51568     2080     15 |  2.695 % |
5.20/5.50	c 5	|      3219 |    6929    87260   308770 |    56725     3217     16 |  2.765 % |
5.51/5.71	c 5	|      4927 |    6929    87260   308770 |    62398     4925     17 |  2.765 % |
5.81/6.04	c 6	|      7489 |    6929    87260   308770 |    68638     7487     20 |  2.765 % |
6.30/6.55	c 6	|     11335 |    6929    87260   308770 |    75502    11333     20 |  2.765 % |
7.19/7.42	c 7	|     17101 |    6924    87193   308630 |    83052    17097     20 |  2.835 % |
8.58/8.82	c 9	|     25750 |    6924    87193   308630 |    91357    25746     22 |  2.835 % |
10.85/11.19	c 11	|     38725 |    6920    87130   308498 |   100493    38719     24 |  2.891 % |
15.51/15.82	c 16	|     58186 |    6920    87130   308498 |   110542    58180     26 |  2.891 % |
24.52/24.91	c 25	|     87378 |    6920    87130   308498 |   121596    87372     35 |  2.891 % |
38.68/39.23	c 39	|    131167 |    6915    87065   308362 |   133756    24021     41 |  2.961 % |
60.18/60.92	c 61	|    196852 |    6915    87065   308362 |   147132    89706     40 |  2.961 % |
95.35/96.40	c 96	|    295378 |    6915    87065   308362 |   161845    56174     35 |  2.961 % |
148.64/150.28	c 150	|    443167 |    6910    87001   308228 |   178030    57208     39 |  3.031 % |
267.71/270.48	c 270	|    664850 |    6910    87001   308228 |   195833   116267     50 |  3.032 % |
506.63/511.68	c 511	|    997375 |    6910    87001   308228 |   215416    96919     57 |  3.031 % |
856.75/863.35	c 863	|   1496164 |    6909    86998   308222 |   236957   202375     51 |  3.045 % |
1326.16/1332.96	c 1333	|   2244346 |    6909    86998   308222 |   260653    78974     48 |  3.045 % |
1800.06/1807.01	c ERROR INTERRUPTED
1800.06/1807.02	s UNKNOWN
1800.06/1807.02	c 1807	CPU 4.67 (0.03 0.01 4.64 0.17)
1800.06/1807.02	c 1807	END Wed Jul  2 04:59:14 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-1038820-1214965747/watcher-1038820-1214965747 -o /tmp/evaluation-result-1038820-1214965747/solver-1038820-1214965747 -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-1038820-1214965747.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: 1.92 2.04 2.02 4/81 1749
/proc/meminfo: memFree=1779488/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=18572 CPUtime=0
/proc/1749/stat : 1749 (runsolver) R 1747 1749 1685 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 402192037 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 224627584295 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1749/statm: 4643 292 257 25 0 2626 0

[startup+0.0631251 s]
/proc/loadavg: 1.92 2.04 2.02 4/81 1749
/proc/meminfo: memFree=1779488/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=13600 CPUtime=0.04
/proc/1749/stat : 1749 (sugar) S 1747 1749 1685 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 402192037 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1749/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102127 s]
/proc/loadavg: 1.92 2.04 2.02 4/81 1749
/proc/meminfo: memFree=1779488/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=13600 CPUtime=0.04
/proc/1749/stat : 1749 (sugar) S 1747 1749 1685 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 402192037 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1749/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302156 s]
/proc/loadavg: 1.92 2.04 2.02 4/81 1749
/proc/meminfo: memFree=1779488/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=13600 CPUtime=0.04
/proc/1749/stat : 1749 (sugar) S 1747 1749 1685 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 402192037 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1749/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702212 s]
/proc/loadavg: 1.92 2.04 2.02 4/81 1749
/proc/meminfo: memFree=1779488/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=13600 CPUtime=0.52
/proc/1749/stat : 1749 (sugar) S 1747 1749 1685 0 -1 4194304 973 5348 0 1 3 1 45 3 16 0 1 0 402192037 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1749/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 13600

[startup+1.50133 s]
/proc/loadavg: 1.92 2.04 2.02 4/92 1771
/proc/meminfo: memFree=1767936/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=13600 CPUtime=0.52
/proc/1749/stat : 1749 (sugar) S 1747 1749 1685 0 -1 4194304 973 5348 0 1 3 1 45 3 15 0 1 0 402192037 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1749/statm: 3400 797 370 3 0 500 0
[pid=1762] ppid=1749 vsize=5356 CPUtime=0
/proc/1762/stat : 1762 (sh) S 1749 1749 1685 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 402192095 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1762/statm: 1339 233 193 169 0 50 0
[pid=1763] ppid=1762 vsize=866176 CPUtime=0.89
/proc/1763/stat : 1763 (java) S 1762 1749 1685 0 -1 0 9161 0 1 0 84 5 0 0 18 0 9 0 402192096 886964224 8430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1763/statm: 216544 8430 2540 9 0 211119 0
[pid=1763/tid=1764] ppid=1762 vsize=866176 CPUtime=0.39
/proc/1763/task/1764/stat : 1764 (java) R 1762 1749 1685 0 -1 64 2754 0 1 0 38 1 0 0 22 0 9 0 402192096 886964224 8430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1765] ppid=1762 vsize=866176 CPUtime=0.34
/proc/1763/task/1765/stat : 1765 (java) S 1762 1749 1685 0 -1 64 4917 0 0 0 32 2 0 0 17 0 9 0 402192098 886964224 8430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1766] ppid=1762 vsize=866176 CPUtime=0
/proc/1763/task/1766/stat : 1766 (java) S 1762 1749 1685 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 402192098 886964224 8430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1767] ppid=1762 vsize=866176 CPUtime=0
/proc/1763/task/1767/stat : 1767 (java) S 1762 1749 1685 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 402192098 886964224 8430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1768] ppid=1762 vsize=866176 CPUtime=0
/proc/1763/task/1768/stat : 1768 (java) S 1762 1749 1685 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 402192100 886964224 8430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1769] ppid=1762 vsize=866176 CPUtime=0.12
/proc/1763/task/1769/stat : 1769 (java) R 1762 1749 1685 0 -1 64 797 0 0 0 12 0 0 0 16 0 9 0 402192100 886964224 8430 996147200 134512640 134550740 4294955952 18446744073709551615 101843275 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1770] ppid=1762 vsize=866176 CPUtime=0
/proc/1763/task/1770/stat : 1770 (java) S 1762 1749 1685 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 402192100 886964224 8430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1771] ppid=1762 vsize=866176 CPUtime=0
/proc/1763/task/1771/stat : 1771 (java) S 1762 1749 1685 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 402192100 886964224 8430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 885132

[startup+3.10156 s]
/proc/loadavg: 1.92 2.04 2.02 4/92 1771
/proc/meminfo: memFree=1734528/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=13600 CPUtime=0.52
/proc/1749/stat : 1749 (sugar) S 1747 1749 1685 0 -1 4194304 974 5348 0 1 3 1 45 3 15 0 1 0 402192037 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1749/statm: 3400 797 370 3 0 500 0
[pid=1762] ppid=1749 vsize=5356 CPUtime=0
/proc/1762/stat : 1762 (sh) S 1749 1749 1685 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 402192095 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1762/statm: 1339 233 193 169 0 50 0
[pid=1763] ppid=1762 vsize=868472 CPUtime=2.47
/proc/1763/stat : 1763 (java) S 1762 1749 1685 0 -1 0 18168 0 1 0 237 10 0 0 18 0 9 0 402192096 889315328 17371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1763/statm: 217118 17371 2565 9 0 211665 0
[pid=1763/tid=1764] ppid=1762 vsize=868472 CPUtime=0.83
/proc/1763/task/1764/stat : 1764 (java) R 1762 1749 1685 0 -1 64 3308 0 1 0 81 2 0 0 18 0 9 0 402192096 889315328 17371 996147200 134512640 134550740 4294955952 18446744073709551615 4126829442 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1765] ppid=1762 vsize=868472 CPUtime=1.43
/proc/1763/task/1765/stat : 1765 (java) S 1762 1749 1685 0 -1 64 12730 0 0 0 137 6 0 0 16 0 9 0 402192098 889315328 17371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1766] ppid=1762 vsize=868472 CPUtime=0
/proc/1763/task/1766/stat : 1766 (java) S 1762 1749 1685 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 402192098 889315328 17371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1767] ppid=1762 vsize=868472 CPUtime=0
/proc/1763/task/1767/stat : 1767 (java) S 1762 1749 1685 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 402192098 889315328 17371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1768] ppid=1762 vsize=868472 CPUtime=0
/proc/1763/task/1768/stat : 1768 (java) S 1762 1749 1685 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 402192100 889315328 17371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1769] ppid=1762 vsize=868472 CPUtime=0.19
/proc/1763/task/1769/stat : 1769 (java) S 1762 1749 1685 0 -1 64 1437 0 0 0 18 1 0 0 16 0 9 0 402192100 889315328 17371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1770] ppid=1762 vsize=868472 CPUtime=0
/proc/1763/task/1770/stat : 1770 (java) S 1762 1749 1685 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 402192100 889315328 17371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1763/tid=1771] ppid=1762 vsize=868472 CPUtime=0
/proc/1763/task/1771/stat : 1771 (java) S 1762 1749 1685 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 402192100 889315328 17371 996147200 134512640 134550740 4294955952 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) 887428

[startup+6.30201 s]
/proc/loadavg: 2.01 2.05 2.02 3/84 1773
/proc/meminfo: memFree=1768768/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=13600 CPUtime=4.85
/proc/1749/stat : 1749 (sugar) S 1747 1749 1685 0 -1 4194304 1033 23897 0 2 3 1 464 17 15 0 1 0 402192037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1749/statm: 3400 799 370 3 0 500 0
[pid=1772] ppid=1749 vsize=5356 CPUtime=0
/proc/1772/stat : 1772 (sh) S 1749 1749 1685 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 402192539 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1772/statm: 1339 232 193 169 0 50 0
[pid=1773] ppid=1772 vsize=7660 CPUtime=1.25
/proc/1773/stat : 1773 (minisat) R 1772 1749 1685 0 -1 4194304 1822 0 0 0 124 1 0 0 25 0 1 0 402192540 7843840 1808 996147200 134512640 135127466 4294956272 18446744073709551615 134527213 0 0 4096 3 0 0 0 17 1 0 0
/proc/1773/statm: 1915 1808 75 150 0 1762 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 26616

[startup+12.7019 s]
/proc/loadavg: 2.01 2.05 2.02 3/84 1773
/proc/meminfo: memFree=1763648/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=13600 CPUtime=4.85
/proc/1749/stat : 1749 (sugar) S 1747 1749 1685 0 -1 4194304 1033 23897 0 2 3 1 464 17 16 0 1 0 402192037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1749/statm: 3400 799 370 3 0 500 0
[pid=1772] ppid=1749 vsize=5356 CPUtime=0
/proc/1772/stat : 1772 (sh) S 1749 1749 1685 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 402192539 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1772/statm: 1339 232 193 169 0 50 0
[pid=1773] ppid=1772 vsize=12392 CPUtime=7.59
/proc/1773/stat : 1773 (minisat) R 1772 1749 1685 0 -1 4194304 2969 0 0 0 757 2 0 0 25 0 1 0 402192540 12689408 2955 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1773/statm: 3098 2955 75 150 0 2945 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 31348

[startup+25.5027 s]
/proc/loadavg: 2.01 2.05 2.02 3/84 1773
/proc/meminfo: memFree=1753728/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=13600 CPUtime=4.85
/proc/1749/stat : 1749 (sugar) S 1747 1749 1685 0 -1 4194304 1033 23897 0 2 3 1 464 17 16 0 1 0 402192037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1749/statm: 3400 799 370 3 0 500 0
[pid=1772] ppid=1749 vsize=5356 CPUtime=0
/proc/1772/stat : 1772 (sh) S 1749 1749 1685 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 402192539 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1772/statm: 1339 232 193 169 0 50 0
[pid=1773] ppid=1772 vsize=22028 CPUtime=20.26
/proc/1773/stat : 1773 (minisat) R 1772 1749 1685 0 -1 4194304 5400 0 0 0 2022 4 0 0 25 0 1 0 402192540 22556672 5386 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1773/statm: 5507 5386 75 150 0 5354 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 40984

[startup+51.1024 s]
/proc/loadavg: 2.00 2.04 2.02 3/84 1773
/proc/meminfo: memFree=1747072/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=13600 CPUtime=4.85
/proc/1749/stat : 1749 (sugar) S 1747 1749 1685 0 -1 4194304 1033 23897 0 2 3 1 464 17 16 0 1 0 402192037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1749/statm: 3400 799 370 3 0 500 0
[pid=1772] ppid=1749 vsize=5356 CPUtime=0
/proc/1772/stat : 1772 (sh) S 1749 1749 1685 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 402192539 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1772/statm: 1339 232 193 169 0 50 0
[pid=1773] ppid=1772 vsize=28284 CPUtime=45.63
/proc/1773/stat : 1773 (minisat) R 1772 1749 1685 0 -1 4194304 6958 0 0 0 4556 7 0 0 25 0 1 0 402192540 28962816 6944 996147200 134512640 135127466 4294956272 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/1773/statm: 7071 6944 75 150 0 6918 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 47240

[startup+102.308 s]
/proc/loadavg: 2.00 2.04 2.01 3/84 1775
/proc/meminfo: memFree=1737024/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=13600 CPUtime=4.85
/proc/1749/stat : 1749 (sugar) S 1747 1749 1685 0 -1 4194304 1033 23897 0 2 3 1 464 17 16 0 1 0 402192037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1749/statm: 3400 799 370 3 0 500 0
[pid=1772] ppid=1749 vsize=5356 CPUtime=0
/proc/1772/stat : 1772 (sh) S 1749 1749 1685 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 402192539 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1772/statm: 1339 232 193 169 0 50 0
[pid=1773] ppid=1772 vsize=38084 CPUtime=96.34
/proc/1773/stat : 1773 (minisat) R 1772 1749 1685 0 -1 4194304 9356 0 0 0 9625 9 0 0 25 0 1 0 402192540 38998016 9342 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1773/statm: 9521 9342 75 150 0 9368 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 57040

[startup+162.302 s]
/proc/loadavg: 2.00 2.03 2.01 3/84 1775
/proc/meminfo: memFree=1736704/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=13600 CPUtime=4.85
/proc/1749/stat : 1749 (sugar) S 1747 1749 1685 0 -1 4194304 1033 23897 0 2 3 1 464 17 16 0 1 0 402192037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1749/statm: 3400 799 370 3 0 500 0
[pid=1772] ppid=1749 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1736640/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=13600 CPUtime=4.85
/proc/1749/stat : 1749 (sugar) S 1747 1749 1685 0 -1 4194304 1033 23897 0 2 3 1 464 17 16 0 1 0 402192037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1749/statm: 3400 799 370 3 0 500 0
[pid=1772] ppid=1749 vsize=5356 CPUtime=0
/proc/1772/stat : 1772 (sh) S 1749 1749 1685 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 402192539 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1772/statm: 1339 232 193 169 0 50 0
[pid=1773] ppid=1772 vsize=78784 CPUtime=1290.72
/proc/1773/stat : 1773 (minisat) R 1772 1749 1685 0 -1 4194304 19447 0 0 0 129048 24 0 0 25 0 1 0 402192540 80674816 19433 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1773/statm: 19696 19433 75 150 0 19543 0
Current children cumulated CPU time (s) 1295.57
Current children cumulated vsize (KiB) 97740

[startup+1362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/84 1890
/proc/meminfo: memFree=1736512/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=13600 CPUtime=4.85
/proc/1749/stat : 1749 (sugar) S 1747 1749 1685 0 -1 4194304 1033 23897 0 2 3 1 464 17 16 0 1 0 402192037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1749/statm: 3400 799 370 3 0 500 0
[pid=1772] ppid=1749 vsize=5356 CPUtime=0
/proc/1772/stat : 1772 (sh) S 1749 1749 1685 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 402192539 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1772/statm: 1339 232 193 169 0 50 0
[pid=1773] ppid=1772 vsize=78784 CPUtime=1350.69
/proc/1773/stat : 1773 (minisat) R 1772 1749 1685 0 -1 4194304 19447 0 0 0 135045 24 0 0 25 0 1 0 402192540 80674816 19433 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1773/statm: 19696 19433 75 150 0 19543 0
Current children cumulated CPU time (s) 1355.54
Current children cumulated vsize (KiB) 97740

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 1890
/proc/meminfo: memFree=1735040/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=13600 CPUtime=4.85
/proc/1749/stat : 1749 (sugar) S 1747 1749 1685 0 -1 4194304 1033 23897 0 2 3 1 464 17 16 0 1 0 402192037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1749/statm: 3400 799 370 3 0 500 0
[pid=1772] ppid=1749 vsize=5356 CPUtime=0
/proc/1772/stat : 1772 (sh) S 1749 1749 1685 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 402192539 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1772/statm: 1339 232 193 169 0 50 0
[pid=1773] ppid=1772 vsize=80432 CPUtime=1410.67
/proc/1773/stat : 1773 (minisat) R 1772 1749 1685 0 -1 4194304 19840 0 0 0 141043 24 0 0 25 0 1 0 402192540 82362368 19826 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1773/statm: 20108 19826 75 150 0 19955 0
Current children cumulated CPU time (s) 1415.52
Current children cumulated vsize (KiB) 99388

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 1890
/proc/meminfo: memFree=1727808/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=13600 CPUtime=4.85
/proc/1749/stat : 1749 (sugar) S 1747 1749 1685 0 -1 4194304 1033 23897 0 2 3 1 464 17 16 0 1 0 402192037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1749/statm: 3400 799 370 3 0 500 0
[pid=1772] ppid=1749 vsize=5356 CPUtime=0
/proc/1772/stat : 1772 (sh) S 1749 1749 1685 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 402192539 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1772/statm: 1339 232 193 169 0 50 0
[pid=1773] ppid=1772 vsize=87436 CPUtime=1470.64
/proc/1773/stat : 1773 (minisat) R 1772 1749 1685 0 -1 4194304 21628 0 0 0 147038 26 0 0 25 0 1 0 402192540 89534464 21614 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1773/statm: 21859 21614 75 150 0 21706 0
Current children cumulated CPU time (s) 1475.49
Current children cumulated vsize (KiB) 106392

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 1890
/proc/meminfo: memFree=1727680/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=13600 CPUtime=4.85
/proc/1749/stat : 1749 (sugar) S 1747 1749 1685 0 -1 4194304 1033 23897 0 2 3 1 464 17 16 0 1 0 402192037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1749/statm: 3400 799 370 3 0 500 0
[pid=1772] ppid=1749 vsize=5356 CPUtime=0
/proc/1772/stat : 1772 (sh) S 1749 1749 1685 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 402192539 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1772/statm: 1339 232 193 169 0 50 0
[pid=1773] ppid=1772 vsize=87664 CPUtime=1530.61
/proc/1773/stat : 1773 (minisat) R 1772 1749 1685 0 -1 4194304 21649 0 0 0 153035 26 0 0 25 0 1 0 402192540 89767936 21635 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1773/statm: 21916 21635 75 150 0 21763 0
Current children cumulated CPU time (s) 1535.46
Current children cumulated vsize (KiB) 106620

[startup+1602.3 s]
/proc/loadavg: 2.28 2.07 2.02 3/84 1890
/proc/meminfo: memFree=1727488/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=13600 CPUtime=4.85
/proc/1749/stat : 1749 (sugar) S 1747 1749 1685 0 -1 4194304 1033 23897 0 2 3 1 464 17 16 0 1 0 402192037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1749/statm: 3400 799 370 3 0 500 0
[pid=1772] ppid=1749 vsize=5356 CPUtime=0
/proc/1772/stat : 1772 (sh) S 1749 1749 1685 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 402192539 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1772/statm: 1339 232 193 169 0 50 0
[pid=1773] ppid=1772 vsize=87828 CPUtime=1590.6
/proc/1773/stat : 1773 (minisat) R 1772 1749 1685 0 -1 4194304 21707 0 0 0 159033 27 0 0 25 0 1 0 402192540 89935872 21693 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1773/statm: 21957 21693 75 150 0 21804 0
Current children cumulated CPU time (s) 1595.45
Current children cumulated vsize (KiB) 106784

[startup+1662.3 s]
/proc/loadavg: 2.25 2.10 2.03 3/84 1890
/proc/meminfo: memFree=1719104/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=13600 CPUtime=4.85
/proc/1749/stat : 1749 (sugar) S 1747 1749 1685 0 -1 4194304 1033 23897 0 2 3 1 464 17 16 0 1 0 402192037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1749/statm: 3400 799 370 3 0 500 0
[pid=1772] ppid=1749 vsize=5356 CPUtime=0
/proc/1772/stat : 1772 (sh) S 1749 1749 1685 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 402192539 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1772/statm: 1339 232 193 169 0 50 0
[pid=1773] ppid=1772 vsize=96284 CPUtime=1650.56
/proc/1773/stat : 1773 (minisat) R 1772 1749 1685 0 -1 4194304 23779 0 0 0 165028 28 0 0 25 0 1 0 402192540 98594816 23765 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1773/statm: 24071 23765 75 150 0 23918 0
Current children cumulated CPU time (s) 1655.41
Current children cumulated vsize (KiB) 115240

[startup+1722.3 s]
/proc/loadavg: 2.15 2.09 2.03 3/84 1890
/proc/meminfo: memFree=1719040/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=13600 CPUtime=4.85
/proc/1749/stat : 1749 (sugar) S 1747 1749 1685 0 -1 4194304 1033 23897 0 2 3 1 464 17 16 0 1 0 402192037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1749/statm: 3400 799 370 3 0 500 0
[pid=1772] ppid=1749 vsize=5356 CPUtime=0
/proc/1772/stat : 1772 (sh) S 1749 1749 1685 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 402192539 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1772/statm: 1339 232 193 169 0 50 0
[pid=1773] ppid=1772 vsize=96284 CPUtime=1710.54
/proc/1773/stat : 1773 (minisat) R 1772 1749 1685 0 -1 4194304 23783 0 0 0 171025 29 0 0 25 0 1 0 402192540 98594816 23769 996147200 134512640 135127466 4294956272 18446744073709551615 134522676 0 0 4096 3 0 0 0 17 0 0 0
/proc/1773/statm: 24071 23769 75 150 0 23918 0
Current children cumulated CPU time (s) 1715.39
Current children cumulated vsize (KiB) 115240

[startup+1782.3 s]
/proc/loadavg: 2.05 2.08 2.02 3/83 1958
/proc/meminfo: memFree=1696960/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=13600 CPUtime=4.85
/proc/1749/stat : 1749 (sugar) S 1747 1749 1685 0 -1 4194304 1033 23897 0 2 3 1 464 17 16 0 1 0 402192037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1749/statm: 3400 799 370 3 0 500 0
[pid=1772] ppid=1749 vsize=5356 CPUtime=0
/proc/1772/stat : 1772 (sh) S 1749 1749 1685 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 402192539 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1772/statm: 1339 232 193 169 0 50 0
[pid=1773] ppid=1772 vsize=96516 CPUtime=1770.52
/proc/1773/stat : 1773 (minisat) R 1772 1749 1685 0 -1 4194304 23844 0 0 0 177022 30 0 0 25 0 1 0 402192540 98832384 23830 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1773/statm: 24129 23830 75 150 0 23976 0
Current children cumulated CPU time (s) 1775.37
Current children cumulated vsize (KiB) 115472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807 s]
/proc/loadavg: 2.03 2.07 2.02 3/83 2001
/proc/meminfo: memFree=1696896/2055920 swapFree=4180236/4192956
[pid=1749] ppid=1747 vsize=13600 CPUtime=4.85
/proc/1749/stat : 1749 (sugar) S 1747 1749 1685 0 -1 4194304 1033 23897 0 2 3 1 464 17 16 0 1 0 402192037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1749/statm: 3400 799 370 3 0 500 0
[pid=1772] ppid=1749 vsize=5356 CPUtime=0
/proc/1772/stat : 1772 (sh) S 1749 1749 1685 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 402192539 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1772/statm: 1339 232 193 169 0 50 0
[pid=1773] ppid=1772 vsize=96516 CPUtime=1795.21
/proc/1773/stat : 1773 (minisat) R 1772 1749 1685 0 -1 4194304 23844 0 0 0 179490 31 0 0 25 0 1 0 402192540 98832384 23830 996147200 134512640 135127466 4294956272 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 0 0 0
/proc/1773/statm: 24129 23830 75 150 0 23976 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 115472

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

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

Child status: 0

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

Real time (s): 1807.02
CPU time (s): 1800.06
CPU user time (s): 1799.57
CPU system time (s): 0.49
CPU usage (%): 99.6146
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.68229
system time used= 0.19497
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25274
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= 2578
involuntary context switches= 2613

runsolver used 2.36564 second user time and 5.74613 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-02 04:29:07
IDJOB=1038820
IDBENCH=53585
IDSOLVER=346
FILE ID=node49/1038820-1214965747
PBS_JOBID= 7870345
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/BH-4-13/normalized-BlackHole-4-13-e-3_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-1038820-1214965747/watcher-1038820-1214965747 -o /tmp/evaluation-result-1038820-1214965747/solver-1038820-1214965747 -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-1038820-1214965747.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0d63c340aa2de5a517388f1f4a3c0ad6
RANDOM SEED=1096906587

node49.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.249
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.249
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:       1779968 kB
Buffers:         22080 kB
Cached:         125412 kB
SwapCached:       5780 kB
Active:         140060 kB
Inactive:        70320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1779968 kB
SwapTotal:     4192956 kB
SwapFree:      4180236 kB
Dirty:            1620 kB
Writeback:           0 kB
Mapped:          78932 kB
Slab:            50568 kB
Committed_AS:   760524 kB
PageTables:       1936 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= 66536 MiB
End job on node49 at 2008-07-02 04:59:16