Trace number 1038892

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 1815.13

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.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:32:42 2008
0.00/0.04	c 0	PID 29946
0.00/0.05	c 0	HOST node13.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1038892-1214965962.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-1038892-1214965962.xml' 'HOME/temp.csp'
0.03/0.73	c 0	4 domains, 208 variables, 0 predicates, 8 relations, 4217 constraints
0.03/0.78	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	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.70/0.87	c 0	Parsing HOME/temp.csp
0.70/1.09	c 1	parsed 4437 expressions
1.00/1.10	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.10	c 1	Converting to clausal form CSP
1.00/1.17	c 1	converted 444 (10%) expressions
1.19/1.33	c 1	converted 888 (20%) expressions
1.39/1.51	c 1	converted 1332 (30%) expressions
1.60/1.78	c 1	converted 1775 (40%) expressions
1.79/1.90	c 2	converted 2219 (50%) expressions
1.99/2.18	c 2	converted 2663 (60%) expressions
2.19/2.31	c 2	converted 3106 (70%) expressions
2.28/2.44	c 2	converted 3550 (80%) expressions
2.68/2.82	c 2	converted 3994 (90%) expressions
2.78/2.91	c 3	converted 4437 (100%) expressions
2.78/2.91	c 3	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.78/2.91	c 3	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.78/2.91	c 3	Propagation in CSP
2.78/2.92	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.78/2.92	c 3	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.78/2.92	c 3	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.78/2.92	c 3	Simplifing CSP by introducing new Boolean variables
2.78/2.93	c 3	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.78/2.93	c 3	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.99/3.19	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.08/3.21	c 3	21 (10%) CSP integer variables are encoded (677 clauses, 7301 bytes)
3.08/3.22	c 3	42 (20%) CSP integer variables are encoded (1454 clauses, 16811 bytes)
3.08/3.22	c 3	63 (30%) CSP integer variables are encoded (2231 clauses, 26912 bytes)
3.08/3.22	c 3	84 (40%) CSP integer variables are encoded (3008 clauses, 37013 bytes)
3.08/3.22	c 3	104 (50%) CSP integer variables are encoded (3774 clauses, 46971 bytes)
3.08/3.22	c 3	125 (60%) CSP integer variables are encoded (4551 clauses, 57072 bytes)
3.08/3.22	c 3	146 (70%) CSP integer variables are encoded (5328 clauses, 67173 bytes)
3.08/3.22	c 3	167 (80%) CSP integer variables are encoded (5936 clauses, 75077 bytes)
3.08/3.22	c 3	188 (90%) CSP integer variables are encoded (6440 clauses, 81629 bytes)
3.08/3.22	c 3	208 (100%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
3.28/3.41	c 3	422 (10%) CSP clauses are encoded (13224 clauses, 209294 bytes)
3.47/3.61	c 3	844 (20%) CSP clauses are encoded (22163 clauses, 392099 bytes)
3.67/3.82	c 3	1266 (30%) CSP clauses are encoded (31054 clauses, 574251 bytes)
3.88/4.02	c 4	1687 (40%) CSP clauses are encoded (39317 clauses, 753872 bytes)
4.07/4.22	c 4	2109 (50%) CSP clauses are encoded (48561 clauses, 961432 bytes)
4.27/4.42	c 4	2531 (60%) CSP clauses are encoded (57421 clauses, 1160043 bytes)
4.47/4.62	c 4	2952 (70%) CSP clauses are encoded (66133 clauses, 1354857 bytes)
4.66/4.81	c 4	3374 (80%) CSP clauses are encoded (75267 clauses, 1557805 bytes)
4.86/5.01	c 5	3796 (90%) CSP clauses are encoded (84418 clauses, 1760175 bytes)
5.06/5.21	c 5	4217 (100%) CSP clauses are encoded (94369 clauses, 1974149 bytes)
5.06/5.21	c 5	4217 CSP clauses encoded
5.06/5.21	c 5	Writing map file : HOME/temp.map
5.06/5.21	c 5	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.06/5.21	c 5	SAT : 7126 SAT variables, 94369 SAT clauses, 1974149 bytes
5.06/5.22	c 5	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.06/5.23	c 5	SOLVING HOME/temp.cnf
5.06/5.23	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.06/5.23	c 5	This is MiniSat 2.0 beta
5.06/5.23	c 5	WARNING: for repeatability, setting FPU to use double precision
5.06/5.23	c 5	============================[ Problem Statistics ]=============================
5.06/5.23	c 5	|                                                                             |
5.06/5.23	c 5	|  Number of variables:  7126                                                 |
5.06/5.23	c 5	|  Number of clauses:    94369                                                |
5.06/5.29	c 5	|  Parsing time:         0.05         s                                       |
5.06/5.29	c 5	============================[ Search Statistics ]==============================
5.06/5.29	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.06/5.29	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.06/5.29	c 5	===============================================================================
5.06/5.29	c 5	|         0 |    6934    87328   308912 |    29109        0    nan |  0.000 % |
5.10/5.30	c 5	|       100 |    6934    87328   308912 |    32020      100      5 |  2.695 % |
5.10/5.32	c 5	|       250 |    6934    87328   308912 |    35222      250      6 |  2.694 % |
5.10/5.34	c 5	|       475 |    6934    87328   308912 |    38744      475     10 |  2.695 % |
5.10/5.39	c 5	|       813 |    6934    87328   308912 |    42618      813     12 |  2.695 % |
5.10/5.46	c 5	|      1319 |    6934    87328   308912 |    46880     1319     16 |  2.695 % |
5.35/5.57	c 5	|      2078 |    6934    87328   308912 |    51568     2078     17 |  2.695 % |
5.55/5.73	c 5	|      3217 |    6934    87328   308912 |    56725     3217     19 |  2.695 % |
5.74/5.94	c 6	|      4925 |    6929    87260   308770 |    62398     4924     18 |  2.765 % |
6.04/6.29	c 6	|      7488 |    6929    87260   308770 |    68638     7487     18 |  2.765 % |
6.63/6.85	c 6	|     11332 |    6929    87260   308770 |    75502    11331     19 |  2.765 % |
7.53/7.74	c 7	|     17100 |    6924    87193   308630 |    83052    17097     20 |  2.835 % |
9.02/9.21	c 9	|     25750 |    6924    87193   308630 |    91357    25747     23 |  2.835 % |
11.79/12.06	c 12	|     38724 |    6924    87193   308630 |   100493    38721     26 |  2.835 % |
17.04/17.39	c 17	|     58186 |    6924    87193   308630 |   110542    58183     33 |  2.835 % |
25.56/25.98	c 26	|     87380 |    6918    87125   308488 |   121596    87374     31 |  2.919 % |
45.67/46.25	c 46	|    131169 |    6918    87125   308488 |   133756    26256     25 |  2.919 % |
63.89/64.68	c 64	|    196853 |    6918    87125   308488 |   147132    91940     35 |  2.919 % |
102.92/104.02	c 104	|    295379 |    6913    87063   308358 |   161845    57982     36 |  2.989 % |
167.90/169.62	c 169	|    443169 |    6913    87015   308262 |   178030    58243     30 |  2.989 % |
317.98/321.11	c 321	|    664852 |    6912    87012   308256 |   195833   119946     70 |  3.003 % |
549.39/554.70	c 554	|    997377 |    6912    87012   308256 |   215416    95071     57 |  3.003 % |
930.07/939.07	c 939	|   1496166 |    6912    87012   308256 |   236957   202153     57 |  3.003 % |
1547.72/1562.53	c 1562	|   2244348 |    6909    86998   308222 |   260653    79795     69 |  3.046 % |
1800.02/1815.12	c ERROR INTERRUPTED
1800.02/1815.13	s UNKNOWN
1800.02/1815.13	c 1815	CPU 4.88 (0.03 0.01 4.85 0.21)
1800.02/1815.13	c 1815	END Wed Jul  2 05:02:57 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-1038892-1214965962/watcher-1038892-1214965962 -o /tmp/evaluation-result-1038892-1214965962/solver-1038892-1214965962 -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-1038892-1214965962.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: 2.00 2.01 2.01 4/81 29946
/proc/meminfo: memFree=1203368/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=12268 CPUtime=0
/proc/29946/stat : 29946 (sugar) R 29944 29946 27042 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1526267938 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269766147070 0 0 4224 0 0 0 0 17 1 0 0
/proc/29946/statm: 3067 316 241 3 0 167 0

[startup+0.106047 s]
/proc/loadavg: 2.00 2.01 2.01 4/81 29946
/proc/meminfo: memFree=1203368/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=13600 CPUtime=0.03
/proc/29946/stat : 29946 (sugar) S 29944 29946 27042 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1526267938 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29946/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201061 s]
/proc/loadavg: 2.00 2.01 2.01 4/81 29946
/proc/meminfo: memFree=1203368/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=13600 CPUtime=0.03
/proc/29946/stat : 29946 (sugar) S 29944 29946 27042 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1526267938 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29946/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301066 s]
/proc/loadavg: 2.00 2.01 2.01 4/81 29946
/proc/meminfo: memFree=1203368/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=13600 CPUtime=0.03
/proc/29946/stat : 29946 (sugar) S 29944 29946 27042 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1526267938 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29946/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701124 s]
/proc/loadavg: 2.00 2.01 2.01 4/81 29946
/proc/meminfo: memFree=1203368/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=13600 CPUtime=0.03
/proc/29946/stat : 29946 (sugar) S 29944 29946 27042 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1526267938 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29946/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50123 s]
/proc/loadavg: 2.00 2.01 2.01 3/92 29968
/proc/meminfo: memFree=1194256/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=13600 CPUtime=0.7
/proc/29946/stat : 29946 (sugar) S 29944 29946 27042 0 -1 4194304 973 5354 0 1 2 1 63 4 15 0 1 0 1526267938 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29946/statm: 3400 797 370 3 0 500 0
[pid=29959] ppid=29946 vsize=5356 CPUtime=0
/proc/29959/stat : 29959 (sh) S 29946 29946 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1526268016 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29959/statm: 1339 233 193 169 0 50 0
[pid=29960] ppid=29959 vsize=864276 CPUtime=0.69
/proc/29960/stat : 29960 (java) S 29959 29946 27042 0 -1 0 7539 0 1 0 64 5 0 0 18 0 9 0 1526268017 885018624 6813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29960/statm: 216069 6813 2540 9 0 210644 0
[pid=29960/tid=29961] ppid=29959 vsize=864276 CPUtime=0.34
/proc/29960/task/29961/stat : 29961 (java) R 29959 29946 27042 0 -1 64 2637 0 1 0 32 2 0 0 19 0 9 0 1526268018 885018624 6813 996147200 134512640 134550740 4294955952 18446744073709551615 4126578753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29962] ppid=29959 vsize=864276 CPUtime=0.23
/proc/29960/task/29962/stat : 29962 (java) S 29959 29946 27042 0 -1 64 3860 0 0 0 21 2 0 0 16 0 9 0 1526268019 885018624 6813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29963] ppid=29959 vsize=864276 CPUtime=0
/proc/29960/task/29963/stat : 29963 (java) S 29959 29946 27042 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1526268019 885018624 6813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29964] ppid=29959 vsize=864276 CPUtime=0
/proc/29960/task/29964/stat : 29964 (java) S 29959 29946 27042 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1526268019 885018624 6813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29965] ppid=29959 vsize=864276 CPUtime=0
/proc/29960/task/29965/stat : 29965 (java) S 29959 29946 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1526268021 885018624 6813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29966] ppid=29959 vsize=864276 CPUtime=0.1
/proc/29960/task/29966/stat : 29966 (java) S 29959 29946 27042 0 -1 64 348 0 0 0 10 0 0 0 16 0 9 0 1526268021 885018624 6813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29967] ppid=29959 vsize=864276 CPUtime=0
/proc/29960/task/29967/stat : 29967 (java) S 29959 29946 27042 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1526268021 885018624 6813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29968] ppid=29959 vsize=864276 CPUtime=0
/proc/29960/task/29968/stat : 29968 (java) S 29959 29946 27042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1526268021 885018624 6813 996147200 134512640 134550740 4294955952 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) 883232

[startup+3.10244 s]
/proc/loadavg: 2.08 2.03 2.01 4/92 29968
/proc/meminfo: memFree=1162704/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=13600 CPUtime=0.71
/proc/29946/stat : 29946 (sugar) S 29944 29946 27042 0 -1 4194304 974 5354 0 1 3 1 63 4 15 0 1 0 1526267938 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29946/statm: 3400 797 370 3 0 500 0
[pid=29959] ppid=29946 vsize=5356 CPUtime=0
/proc/29959/stat : 29959 (sh) S 29946 29946 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1526268016 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29959/statm: 1339 233 193 169 0 50 0
[pid=29960] ppid=29959 vsize=868360 CPUtime=2.28
/proc/29960/stat : 29960 (java) S 29959 29946 27042 0 -1 0 17399 0 1 0 217 11 0 0 18 0 9 0 1526268017 889200640 16624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29960/statm: 217090 16624 2540 9 0 211665 0
[pid=29960/tid=29961] ppid=29959 vsize=868360 CPUtime=0.74
/proc/29960/task/29961/stat : 29961 (java) R 29959 29946 27042 0 -1 64 3237 0 1 0 72 2 0 0 22 0 9 0 1526268018 889200640 16624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29962] ppid=29959 vsize=868360 CPUtime=1.34
/proc/29960/task/29962/stat : 29962 (java) R 29959 29946 27042 0 -1 64 12055 0 0 0 128 6 0 0 18 0 9 0 1526268019 889200640 16624 996147200 134512640 134550740 4294955952 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29963] ppid=29959 vsize=868360 CPUtime=0
/proc/29960/task/29963/stat : 29963 (java) S 29959 29946 27042 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1526268019 889200640 16624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29964] ppid=29959 vsize=868360 CPUtime=0
/proc/29960/task/29964/stat : 29964 (java) S 29959 29946 27042 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1526268019 889200640 16624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29965] ppid=29959 vsize=868360 CPUtime=0
/proc/29960/task/29965/stat : 29965 (java) S 29959 29946 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1526268021 889200640 16624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29966] ppid=29959 vsize=868360 CPUtime=0.15
/proc/29960/task/29966/stat : 29966 (java) S 29959 29946 27042 0 -1 64 1413 0 0 0 15 0 0 0 16 0 9 0 1526268021 889200640 16624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29967] ppid=29959 vsize=868360 CPUtime=0
/proc/29960/task/29967/stat : 29967 (java) S 29959 29946 27042 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1526268021 889200640 16624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29960/tid=29968] ppid=29959 vsize=868360 CPUtime=0
/proc/29960/task/29968/stat : 29968 (java) S 29959 29946 27042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1526268021 889200640 16624 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) 887316

[startup+6.30287 s]
/proc/loadavg: 2.08 2.03 2.01 3/84 29970
/proc/meminfo: memFree=1192848/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=13600 CPUtime=5.1
/proc/29946/stat : 29946 (sugar) S 29944 29946 27042 0 -1 4194304 1033 23869 0 2 3 1 485 21 15 0 1 0 1526267938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29946/statm: 3400 799 370 3 0 500 0
[pid=29969] ppid=29946 vsize=5356 CPUtime=0
/proc/29969/stat : 29969 (sh) S 29946 29946 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1526268461 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29969/statm: 1339 232 193 169 0 50 0
[pid=29970] ppid=29969 vsize=7372 CPUtime=1.04
/proc/29970/stat : 29970 (minisat) R 29969 29946 27042 0 -1 4194304 1749 0 0 0 104 0 0 0 25 0 1 0 1526268461 7548928 1735 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29970/statm: 1843 1735 75 150 0 1690 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 26328

[startup+12.7017 s]
/proc/loadavg: 2.07 2.02 2.01 3/84 29970
/proc/meminfo: memFree=1187664/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=13600 CPUtime=5.1
/proc/29946/stat : 29946 (sugar) S 29944 29946 27042 0 -1 4194304 1033 23869 0 2 3 1 485 21 16 0 1 0 1526267938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29946/statm: 3400 799 370 3 0 500 0
[pid=29969] ppid=29946 vsize=5356 CPUtime=0
/proc/29969/stat : 29969 (sh) S 29946 29946 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1526268461 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29969/statm: 1339 232 193 169 0 50 0
[pid=29970] ppid=29969 vsize=12400 CPUtime=7.38
/proc/29970/stat : 29970 (minisat) R 29969 29946 27042 0 -1 4194304 2973 0 0 0 736 2 0 0 25 0 1 0 1526268461 12697600 2959 996147200 134512640 135127466 4294956272 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/29970/statm: 3100 2959 75 150 0 2947 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 31356

[startup+25.5014 s]
/proc/loadavg: 2.06 2.02 2.01 3/84 29970
/proc/meminfo: memFree=1179728/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=13600 CPUtime=5.1
/proc/29946/stat : 29946 (sugar) S 29944 29946 27042 0 -1 4194304 1033 23869 0 2 3 1 485 21 16 0 1 0 1526267938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29946/statm: 3400 799 370 3 0 500 0
[pid=29969] ppid=29946 vsize=5356 CPUtime=0
/proc/29969/stat : 29969 (sh) S 29946 29946 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1526268461 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29969/statm: 1339 232 193 169 0 50 0
[pid=29970] ppid=29969 vsize=20180 CPUtime=20.06
/proc/29970/stat : 29970 (minisat) R 29969 29946 27042 0 -1 4194304 4938 0 0 0 2002 4 0 0 25 0 1 0 1526268461 20664320 4924 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29970/statm: 5045 4924 75 150 0 4892 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 39136

[startup+51.1018 s]
/proc/loadavg: 2.04 2.02 2.01 3/84 29970
/proc/meminfo: memFree=1174032/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=13600 CPUtime=5.1
/proc/29946/stat : 29946 (sugar) S 29944 29946 27042 0 -1 4194304 1033 23869 0 2 3 1 485 21 16 0 1 0 1526267938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29946/statm: 3400 799 370 3 0 500 0
[pid=29969] ppid=29946 vsize=5356 CPUtime=0
/proc/29969/stat : 29969 (sh) S 29946 29946 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1526268461 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29969/statm: 1339 232 193 169 0 50 0
[pid=29970] ppid=29969 vsize=25908 CPUtime=45.42
/proc/29970/stat : 29970 (minisat) R 29969 29946 27042 0 -1 4194304 6373 0 0 0 4536 6 0 0 25 0 1 0 1526268461 26529792 6359 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/29970/statm: 6477 6359 75 150 0 6324 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 44864

[startup+102.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 29970
/proc/meminfo: memFree=1168272/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=13600 CPUtime=5.1
/proc/29946/stat : 29946 (sugar) S 29944 29946 27042 0 -1 4194304 1033 23869 0 2 3 1 485 21 16 0 1 0 1526267938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29946/statm: 3400 799 370 3 0 500 0
[pid=29969] ppid=29946 vsize=5356 CPUtime=0
/proc/29969/stat : 29969 (sh) S 29946 29946 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1526268461 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29969/statm: 1339 232 193 169 0 50 0
[pid=29970] ppid=29969 vsize=31596 CPUtime=96.14
/proc/29970/stat : 29970 (minisat) R 29969 29946 27042 0 -1 4194304 7756 0 0 0 9606 8 0 0 25 0 1 0 1526268461 32354304 7742 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29970/statm: 7899 7742 75 150 0 7746 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 50552

[startup+162.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 29970
/proc/meminfo: memFree=1161488/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=13600 CPUtime=5.1
/proc/29946/stat : 29946 (sugar) S 29944 29946 27042 0 -1 4194304 1033 23869 0 2 3 1 485 21 16 0 1 0 1526267938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29946/statm: 3400 799 370 3 0 500 0
[pid=29969] ppid=29946 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1121296/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=13600 CPUtime=5.1
/proc/29946/stat : 29946 (sugar) S 29944 29946 27042 0 -1 4194304 1033 23869 0 2 3 1 485 21 16 0 1 0 1526267938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29946/statm: 3400 799 370 3 0 500 0
[pid=29969] ppid=29946 vsize=5356 CPUtime=0
/proc/29969/stat : 29969 (sh) S 29946 29946 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1526268461 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29969/statm: 1339 232 193 169 0 50 0
[pid=29970] ppid=29969 vsize=77980 CPUtime=1284.86
/proc/29970/stat : 29970 (minisat) R 29969 29946 27042 0 -1 4194304 19274 0 0 0 128463 23 0 0 25 0 1 0 1526268461 79851520 19260 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/29970/statm: 19495 19260 75 150 0 19342 0
Current children cumulated CPU time (s) 1289.96
Current children cumulated vsize (KiB) 96936

[startup+1362.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/84 29972
/proc/meminfo: memFree=1121296/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=13600 CPUtime=5.1
/proc/29946/stat : 29946 (sugar) S 29944 29946 27042 0 -1 4194304 1033 23869 0 2 3 1 485 21 16 0 1 0 1526267938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29946/statm: 3400 799 370 3 0 500 0
[pid=29969] ppid=29946 vsize=5356 CPUtime=0
/proc/29969/stat : 29969 (sh) S 29946 29946 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1526268461 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29969/statm: 1339 232 193 169 0 50 0
[pid=29970] ppid=29969 vsize=77980 CPUtime=1344.3
/proc/29970/stat : 29970 (minisat) R 29969 29946 27042 0 -1 4194304 19278 0 0 0 134407 23 0 0 25 0 1 0 1526268461 79851520 19264 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29970/statm: 19495 19264 75 150 0 19342 0
Current children cumulated CPU time (s) 1349.4
Current children cumulated vsize (KiB) 96936

[startup+1422.3 s]
/proc/loadavg: 2.12 2.06 2.02 3/84 29972
/proc/meminfo: memFree=1121232/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=13600 CPUtime=5.1
/proc/29946/stat : 29946 (sugar) S 29944 29946 27042 0 -1 4194304 1033 23869 0 2 3 1 485 21 16 0 1 0 1526267938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29946/statm: 3400 799 370 3 0 500 0
[pid=29969] ppid=29946 vsize=5356 CPUtime=0
/proc/29969/stat : 29969 (sh) S 29946 29946 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1526268461 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29969/statm: 1339 232 193 169 0 50 0
[pid=29970] ppid=29969 vsize=77980 CPUtime=1403.73
/proc/29970/stat : 29970 (minisat) R 29969 29946 27042 0 -1 4194304 19278 0 0 0 140350 23 0 0 25 0 1 0 1526268461 79851520 19264 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29970/statm: 19495 19264 75 150 0 19342 0
Current children cumulated CPU time (s) 1408.83
Current children cumulated vsize (KiB) 96936

[startup+1482.3 s]
/proc/loadavg: 2.08 2.06 2.02 3/84 29972
/proc/meminfo: memFree=1108368/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=13600 CPUtime=5.1
/proc/29946/stat : 29946 (sugar) S 29944 29946 27042 0 -1 4194304 1033 23869 0 2 3 1 485 21 16 0 1 0 1526267938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29946/statm: 3400 799 370 3 0 500 0
[pid=29969] ppid=29946 vsize=5356 CPUtime=0
/proc/29969/stat : 29969 (sh) S 29946 29946 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1526268461 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29969/statm: 1339 232 193 169 0 50 0
[pid=29970] ppid=29969 vsize=91048 CPUtime=1463.17
/proc/29970/stat : 29970 (minisat) R 29969 29946 27042 0 -1 4194304 22521 0 0 0 146290 27 0 0 25 0 1 0 1526268461 93233152 22507 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29970/statm: 22762 22507 75 150 0 22609 0
Current children cumulated CPU time (s) 1468.27
Current children cumulated vsize (KiB) 110004

[startup+1542.31 s]
/proc/loadavg: 2.13 2.07 2.02 3/84 29972
/proc/meminfo: memFree=1101968/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=13600 CPUtime=5.1
/proc/29946/stat : 29946 (sugar) S 29944 29946 27042 0 -1 4194304 1033 23869 0 2 3 1 485 21 16 0 1 0 1526267938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29946/statm: 3400 799 370 3 0 500 0
[pid=29969] ppid=29946 vsize=5356 CPUtime=0
/proc/29969/stat : 29969 (sh) S 29946 29946 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1526268461 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29969/statm: 1339 232 193 169 0 50 0
[pid=29970] ppid=29969 vsize=97336 CPUtime=1522.61
/proc/29970/stat : 29970 (minisat) R 29969 29946 27042 0 -1 4194304 24072 0 0 0 152232 29 0 0 25 0 1 0 1526268461 99672064 24058 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/29970/statm: 24334 24058 75 150 0 24181 0
Current children cumulated CPU time (s) 1527.71
Current children cumulated vsize (KiB) 116292

[startup+1602.3 s]
/proc/loadavg: 2.05 2.06 2.02 3/76 30030
/proc/meminfo: memFree=1129112/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=13600 CPUtime=5.1
/proc/29946/stat : 29946 (sugar) S 29944 29946 27042 0 -1 4194304 1033 23869 0 2 3 1 485 21 16 0 1 0 1526267938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29946/statm: 3400 799 370 3 0 500 0
[pid=29969] ppid=29946 vsize=5356 CPUtime=0
/proc/29969/stat : 29969 (sh) S 29946 29946 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1526268461 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29969/statm: 1339 232 193 169 0 50 0
[pid=29970] ppid=29969 vsize=97336 CPUtime=1582.21
/proc/29970/stat : 29970 (minisat) R 29969 29946 27042 0 -1 4194304 24073 0 0 0 158191 30 0 0 25 0 1 0 1526268461 99672064 24059 996147200 134512640 135127466 4294956272 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/29970/statm: 24334 24059 75 150 0 24181 0
Current children cumulated CPU time (s) 1587.31
Current children cumulated vsize (KiB) 116292

[startup+1662.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/77 30080
/proc/meminfo: memFree=1129616/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=13600 CPUtime=5.1
/proc/29946/stat : 29946 (sugar) S 29944 29946 27042 0 -1 4194304 1033 23869 0 2 3 1 485 21 16 0 1 0 1526267938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29946/statm: 3400 799 370 3 0 500 0
[pid=29969] ppid=29946 vsize=5356 CPUtime=0
/proc/29969/stat : 29969 (sh) S 29946 29946 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1526268461 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29969/statm: 1339 232 193 169 0 50 0
[pid=29970] ppid=29969 vsize=97336 CPUtime=1642.18
/proc/29970/stat : 29970 (minisat) R 29969 29946 27042 0 -1 4194304 24074 0 0 0 164187 31 0 0 25 0 1 0 1526268461 99672064 24060 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/29970/statm: 24334 24060 75 150 0 24181 0
Current children cumulated CPU time (s) 1647.28
Current children cumulated vsize (KiB) 116292

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 30086
/proc/meminfo: memFree=1128720/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=13600 CPUtime=5.1
/proc/29946/stat : 29946 (sugar) S 29944 29946 27042 0 -1 4194304 1033 23869 0 2 3 1 485 21 16 0 1 0 1526267938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29946/statm: 3400 799 370 3 0 500 0
[pid=29969] ppid=29946 vsize=5356 CPUtime=0
/proc/29969/stat : 29969 (sh) S 29946 29946 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1526268461 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29969/statm: 1339 232 193 169 0 50 0
[pid=29970] ppid=29969 vsize=97336 CPUtime=1702.15
/proc/29970/stat : 29970 (minisat) R 29969 29946 27042 0 -1 4194304 24097 0 0 0 170184 31 0 0 25 0 1 0 1526268461 99672064 24083 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29970/statm: 24334 24083 75 150 0 24181 0
Current children cumulated CPU time (s) 1707.25
Current children cumulated vsize (KiB) 116292

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 30086
/proc/meminfo: memFree=1127952/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=13600 CPUtime=5.1
/proc/29946/stat : 29946 (sugar) S 29944 29946 27042 0 -1 4194304 1033 23869 0 2 3 1 485 21 16 0 1 0 1526267938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29946/statm: 3400 799 370 3 0 500 0
[pid=29969] ppid=29946 vsize=5356 CPUtime=0
/proc/29969/stat : 29969 (sh) S 29946 29946 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1526268461 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29969/statm: 1339 232 193 169 0 50 0
[pid=29970] ppid=29969 vsize=97336 CPUtime=1762.12
/proc/29970/stat : 29970 (minisat) R 29969 29946 27042 0 -1 4194304 24097 0 0 0 176181 31 0 0 25 0 1 0 1526268461 99672064 24083 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29970/statm: 24334 24083 75 150 0 24181 0
Current children cumulated CPU time (s) 1767.22
Current children cumulated vsize (KiB) 116292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.11 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 30086
/proc/meminfo: memFree=1128016/2055920 swapFree=4180424/4192956
[pid=29946] ppid=29944 vsize=13600 CPUtime=5.1
/proc/29946/stat : 29946 (sugar) S 29944 29946 27042 0 -1 4194304 1033 23869 0 2 3 1 485 21 16 0 1 0 1526267938 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29946/statm: 3400 799 370 3 0 500 0
[pid=29969] ppid=29946 vsize=5356 CPUtime=0
/proc/29969/stat : 29969 (sh) S 29946 29946 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1526268461 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29969/statm: 1339 232 193 169 0 50 0
[pid=29970] ppid=29969 vsize=97336 CPUtime=1794.92
/proc/29970/stat : 29970 (minisat) R 29969 29946 27042 0 -1 4194304 24097 0 0 0 179461 31 0 0 25 0 1 0 1526268461 99672064 24083 996147200 134512640 135127466 4294956272 18446744073709551615 134527499 0 0 4096 3 0 0 0 17 0 0 0
/proc/29970/statm: 24334 24083 75 150 0 24181 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 116292

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 29946 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=897255
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=232964
# CPU time returned by wait4() is 5.13022
# 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): 1815.13
CPU time (s): 1800.02
CPU user time (s): 1799.49
CPU system time (s): 0.53
CPU usage (%): 99.1675
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.89725
system time used= 0.232964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25246
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= 2364
involuntary context switches= 2402

runsolver used 2.01669 second user time and 6.22205 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-02 04:32:42
IDJOB=1038892
IDBENCH=53589
IDSOLVER=346
FILE ID=node13/1038892-1214965962
PBS_JOBID= 7870308
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ffec9d6056b497f80fa1aca5c08f927e
RANDOM SEED=880020746

node13.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.238
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.238
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:       1203848 kB
Buffers:         57784 kB
Cached:         670540 kB
SwapCached:       6620 kB
Active:         139016 kB
Inactive:       632700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1203848 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1572 kB
Writeback:           0 kB
Mapped:          59604 kB
Slab:            65328 kB
Committed_AS:  2925088 kB
PageTables:       2048 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= 66552 MiB
End job on node13 at 2008-07-02 05:02:59