Trace number 1077577

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.09 1817.49

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-1.xml
MD5SUMb83110eaa48c7b1a0d0e9384b24bced8
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark128.007
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints65246
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65046
Global constraints used (with number of constraints)alldifferent(200)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 19:44:25 2008
0.00/0.05	c 0	PID 17761
0.00/0.05	c 0	HOST node13.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1077577-1215193464.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-1077577-1215193464.xml' 'HOME/temp.csp'
3.52/3.69	c 4	16 domains, 800 variables, 1 predicates, 0 relations, 65246 constraints
3.62/3.71	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.62/3.71	c 4	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'
3.62/3.79	c 4	Parsing HOME/temp.csp
4.20/4.37	c 4	parsed 10000 expressions
4.60/4.70	c 5	parsed 20000 expressions
4.80/4.95	c 5	parsed 30000 expressions
5.09/5.28	c 5	parsed 40000 expressions
5.40/5.53	c 5	parsed 50000 expressions
5.78/5.90	c 6	parsed 60000 expressions
5.89/6.06	c 6	parsed 66063 expressions
5.89/6.06	c 6	Heap : 26 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.89/6.06	c 6	Converting to clausal form CSP
6.67/6.90	c 7	converted 6607 (10%) expressions
7.27/7.47	c 7	converted 13213 (20%) expressions
7.76/7.98	c 8	converted 19819 (30%) expressions
8.74/8.98	c 9	converted 26426 (40%) expressions
9.24/9.47	c 9	converted 33032 (50%) expressions
9.74/9.95	c 10	converted 39638 (60%) expressions
10.23/10.45	c 10	converted 46245 (70%) expressions
10.72/10.97	c 11	converted 52851 (80%) expressions
11.91/12.19	c 12	converted 59457 (90%) expressions
13.20/13.41	c 13	converted 66063 (100%) expressions
13.20/13.41	c 13	CSP : 800 integers, 0 booleans, 95199 clauses, largest domain size 45
13.20/13.41	c 13	Heap : 129 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.20/13.41	c 13	Propagation in CSP
13.69/13.99	c 14	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.69/14.00	c 14	CSP : 800 integers, 0 booleans, 95199 clauses, largest domain size 45
13.69/14.00	c 14	Heap : 142 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.79/14.05	c 14	Simplifing CSP by introducing new Boolean variables
16.46/16.73	c 17	CSP : 800 integers, 313866 booleans, 409065 clauses, largest domain size 45
16.46/16.73	c 17	Heap : 231 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.67/17.95	c 18	Encoding CSP to SAT : HOME/temp.cnf
17.77/18.01	c 18	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
17.77/18.02	c 18	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
17.77/18.02	c 18	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
17.77/18.03	c 18	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
17.77/18.03	c 18	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
17.77/18.04	c 18	480 (60%) CSP integer variables are encoded (17374 clauses, 238968 bytes)
17.77/18.05	c 18	560 (70%) CSP integer variables are encoded (17571 clauses, 241923 bytes)
17.77/18.05	c 18	640 (80%) CSP integer variables are encoded (17801 clauses, 245373 bytes)
17.77/18.06	c 18	720 (90%) CSP integer variables are encoded (18014 clauses, 248568 bytes)
17.77/18.06	c 18	800 (100%) CSP integer variables are encoded (18209 clauses, 251493 bytes)
19.55/19.85	c 20	40907 (10%) CSP clauses are encoded (828816 clauses, 15902789 bytes)
21.23/21.57	c 22	81813 (20%) CSP clauses are encoded (1635568 clauses, 32207578 bytes)
22.99/23.35	c 23	122720 (30%) CSP clauses are encoded (2444148 clauses, 49007095 bytes)
24.77/25.19	c 25	163626 (40%) CSP clauses are encoded (3263834 clauses, 66511655 bytes)
26.56/26.98	c 27	204533 (50%) CSP clauses are encoded (4070997 clauses, 83791783 bytes)
28.41/28.84	c 29	245439 (60%) CSP clauses are encoded (4884954 clauses, 101322765 bytes)
30.29/30.70	c 31	286346 (70%) CSP clauses are encoded (5698871 clauses, 119435657 bytes)
32.17/32.69	c 33	327252 (80%) CSP clauses are encoded (6589433 clauses, 139260570 bytes)
34.73/35.21	c 35	368159 (90%) CSP clauses are encoded (7824632 clauses, 165660752 bytes)
37.11/37.69	c 38	409065 (100%) CSP clauses are encoded (9060622 clauses, 192265661 bytes)
37.11/37.69	c 38	409065 CSP clauses encoded
37.11/37.69	c 38	Writing map file : HOME/temp.map
37.21/37.74	c 38	Heap : 180 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.21/37.74	c 38	SAT : 332854 SAT variables, 9060622 SAT clauses, 192265661 bytes
37.21/37.74	c 38	Heap : 180 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.29/37.81	c 38	SOLVING HOME/temp.cnf
37.29/37.81	c 38	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
37.29/37.81	c 38	This is MiniSat 2.0 beta
37.29/37.81	c 38	WARNING: for repeatability, setting FPU to use double precision
37.29/37.81	c 38	============================[ Problem Statistics ]=============================
37.29/37.81	c 38	|                                                                             |
37.29/37.81	c 38	|  Number of variables:  332854                                               |
37.29/37.81	c 38	|  Number of clauses:    9060622                                              |
42.22/42.90	c 43	|  Parsing time:         4.39         s                                       |
42.51/43.12	c 43	============================[ Search Statistics ]==============================
42.51/43.12	c 43	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
42.51/43.12	c 43	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
42.51/43.12	c 43	===============================================================================
42.51/43.12	c 43	|         0 |  332854  9060622 26648437 |  3020207        0    nan |  0.000 % |
44.79/45.48	c 45	|       100 |  332854  9060622 26648437 |  3322228      100      7 |  0.000 % |
46.97/47.64	c 48	|       250 |  332854  9060622 26648437 |  3654450      250      8 |  0.000 % |
48.95/49.62	c 50	|       475 |  332854  9060622 26648437 |  4019895      475      8 |  0.000 % |
51.12/51.80	c 52	|       812 |  332854  9060622 26648437 |  4421885      812      9 |  0.000 % |
55.78/56.50	c 56	|      1319 |  332854  9060622 26648437 |  4864074     1319      9 |  0.000 % |
60.54/61.35	c 61	|      2078 |  332854  9060622 26648437 |  5350481     2078     11 |  0.000 % |
71.24/72.11	c 72	|      3217 |  332854  9060622 26648437 |  5885529     3217     12 |  0.000 % |
79.95/81.00	c 81	|      4925 |  332854  9060622 26648437 |  6474082     4925     12 |  0.000 % |
94.51/95.64	c 96	|      7488 |  332854  9060622 26648437 |  7121490     7488     13 |  0.000 % |
114.22/115.52	c 115	|     11332 |  332854  9060622 26648437 |  7833639    11332     14 |  0.000 % |
141.76/143.36	c 143	|     17098 |  332854  9060622 26648437 |  8617003    17098     15 |  0.000 % |
176.33/178.29	c 178	|     25747 |  332854  9060622 26648437 |  9478704    25747     15 |  0.000 % |
227.55/229.99	c 230	|     38721 |  332854  9060622 26648437 | 10426574    38721     16 |  0.000 % |
289.16/292.13	c 292	|     58182 |  332854  9060622 26648437 | 11469232    58182     17 |  0.000 % |
363.36/367.04	c 367	|     87374 |  332854  9060622 26648437 | 12616155    87374     17 |  0.000 % |
520.87/526.02	c 526	|    131163 |  332854  9060622 26648437 | 13877771   131163     17 |  0.000 % |
703.43/710.33	c 710	|    196848 |  332854  9060622 26648437 | 15265548   196848     26 |  0.000 % |
1146.31/1157.48	c 1157	|    295374 |  332854  9060622 26648437 | 16792103   295374     24 |  0.000 % |
1711.74/1728.23	c 1728	|    443163 |  332854  9060622 26648437 | 18471313   443163     29 |  0.000 % |
1800.00/1817.32	c ERROR INTERRUPTED
1800.00/1817.39	s UNKNOWN
1800.00/1817.39	c 1817	CPU 35.42 (0.04 0.01 35.38 1.88)
1800.00/1817.39	c 1817	END Fri Jul  4 20:14:42 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-1077577-1215193464/watcher-1077577-1215193464 -o /tmp/evaluation-result-1077577-1215193464/solver-1077577-1215193464 -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-1077577-1215193464.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 1.98 1.99 4/81 17761
/proc/meminfo: memFree=843056/2055920 swapFree=4180436/4192956
[pid=17761] ppid=17759 vsize=12000 CPUtime=0
/proc/17761/stat : 17761 (sugar) R 17759 17761 15098 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 1549018273 12288000 174 996147200 4194304 4206940 548682068608 18446744073709551615 269775597702 0 0 4224 0 0 0 0 17 1 0 0
/proc/17761/statm: 3000 174 135 3 0 100 0

[startup+0.0538859 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 17761
/proc/meminfo: memFree=843056/2055920 swapFree=4180436/4192956
[pid=17761] ppid=17759 vsize=13600 CPUtime=0.03
/proc/17761/stat : 17761 (sugar) S 17759 17761 15098 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1549018273 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17761/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101893 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 17761
/proc/meminfo: memFree=843056/2055920 swapFree=4180436/4192956
[pid=17761] ppid=17759 vsize=13600 CPUtime=0.03
/proc/17761/stat : 17761 (sugar) S 17759 17761 15098 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1549018273 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17761/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301917 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 17761
/proc/meminfo: memFree=843056/2055920 swapFree=4180436/4192956
[pid=17761] ppid=17759 vsize=13600 CPUtime=0.03
/proc/17761/stat : 17761 (sugar) S 17759 17761 15098 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1549018273 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17761/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701975 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 17761
/proc/meminfo: memFree=843056/2055920 swapFree=4180436/4192956
[pid=17761] ppid=17759 vsize=13600 CPUtime=0.03
/proc/17761/stat : 17761 (sugar) S 17759 17761 15098 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1549018273 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17761/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50208 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 17773
/proc/meminfo: memFree=815704/2055920 swapFree=4180436/4192956
[pid=17761] ppid=17759 vsize=13600 CPUtime=0.03
/proc/17761/stat : 17761 (sugar) S 17759 17761 15098 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1549018273 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17761/statm: 3400 796 370 3 0 500 0
[pid=17764] ppid=17761 vsize=5356 CPUtime=0
/proc/17764/stat : 17764 (sh) S 17761 17761 15098 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 1549018278 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17764/statm: 1339 233 193 169 0 50 0
[pid=17765] ppid=17764 vsize=864672 CPUtime=1.42
/proc/17765/stat : 17765 (java) S 17764 17761 15098 0 -1 0 15748 0 1 0 133 9 0 0 18 0 9 0 1549018278 885424128 13793 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17765/statm: 216168 13793 2529 9 0 210750 0
[pid=17765/tid=17766] ppid=17764 vsize=864672 CPUtime=0.86
/proc/17765/task/17766/stat : 17766 (java) R 17764 17761 15098 0 -1 64 2988 0 1 0 83 3 0 0 25 0 9 0 1549018279 885424128 13793 996147200 134512640 134550740 4294956000 18446744073709551615 4126454704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17765/tid=17767] ppid=17764 vsize=864672 CPUtime=0.45
/proc/17765/task/17767/stat : 17767 (java) S 17764 17761 15098 0 -1 64 11578 0 0 0 40 5 0 0 16 0 9 0 1549018280 885424128 13793 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17765/tid=17768] ppid=17764 vsize=864672 CPUtime=0
/proc/17765/task/17768/stat : 17768 (java) S 17764 17761 15098 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1549018281 885424128 13793 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17765/tid=17769] ppid=17764 vsize=864672 CPUtime=0
/proc/17765/task/17769/stat : 17769 (java) S 17764 17761 15098 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1549018281 885424128 13793 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17765/tid=17770] ppid=17764 vsize=864672 CPUtime=0
/proc/17765/task/17770/stat : 17770 (java) S 17764 17761 15098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1549018283 885424128 13793 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17765/tid=17771] ppid=17764 vsize=864672 CPUtime=0.09
/proc/17765/task/17771/stat : 17771 (java) S 17764 17761 15098 0 -1 64 482 0 0 0 9 0 0 0 16 0 9 0 1549018283 885424128 13793 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17765/tid=17772] ppid=17764 vsize=864672 CPUtime=0
/proc/17765/task/17772/stat : 17772 (java) S 17764 17761 15098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1549018283 885424128 13793 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17765/tid=17773] ppid=17764 vsize=864672 CPUtime=0
/proc/17765/task/17773/stat : 17773 (java) S 17764 17761 15098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1549018283 885424128 13793 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883628

[startup+3.1023 s]
/proc/loadavg: 2.01 2.00 2.00 5/92 17773
/proc/meminfo: memFree=772256/2055920 swapFree=4180436/4192956
[pid=17761] ppid=17759 vsize=13600 CPUtime=0.03
/proc/17761/stat : 17761 (sugar) S 17759 17761 15098 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1549018273 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17761/statm: 3400 796 370 3 0 500 0
[pid=17764] ppid=17761 vsize=5356 CPUtime=0
/proc/17764/stat : 17764 (sh) S 17761 17761 15098 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 1549018278 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17764/statm: 1339 233 193 169 0 50 0
[pid=17765] ppid=17764 vsize=864692 CPUtime=3
/proc/17765/stat : 17765 (java) S 17764 17761 15098 0 -1 0 30176 0 1 0 285 15 0 0 18 0 9 0 1549018278 885444608 25266 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17765/statm: 216173 25266 2529 9 0 210755 0
[pid=17765/tid=17766] ppid=17764 vsize=864692 CPUtime=1.6
/proc/17765/task/17766/stat : 17766 (java) R 17764 17761 15098 0 -1 64 3910 0 1 0 157 3 0 0 25 0 9 0 1549018279 885444608 25266 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17765/tid=17767] ppid=17764 vsize=864692 CPUtime=1.23
/proc/17765/task/17767/stat : 17767 (java) R 17764 17761 15098 0 -1 64 25054 0 0 0 113 10 0 0 16 0 9 0 1549018280 885444608 25266 996147200 134512640 134550740 4294956000 18446744073709551615 102514349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17765/tid=17768] ppid=17764 vsize=864692 CPUtime=0
/proc/17765/task/17768/stat : 17768 (java) S 17764 17761 15098 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1549018281 885444608 25266 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17765/tid=17769] ppid=17764 vsize=864692 CPUtime=0
/proc/17765/task/17769/stat : 17769 (java) S 17764 17761 15098 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1549018281 885444608 25266 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17765/tid=17770] ppid=17764 vsize=864692 CPUtime=0
/proc/17765/task/17770/stat : 17770 (java) S 17764 17761 15098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1549018283 885444608 25266 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17765/tid=17771] ppid=17764 vsize=864692 CPUtime=0.14
/proc/17765/task/17771/stat : 17771 (java) S 17764 17761 15098 0 -1 64 512 0 0 0 14 0 0 0 16 0 9 0 1549018283 885444608 25266 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17765/tid=17772] ppid=17764 vsize=864692 CPUtime=0
/proc/17765/task/17772/stat : 17772 (java) S 17764 17761 15098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1549018283 885444608 25266 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17765/tid=17773] ppid=17764 vsize=864692 CPUtime=0
/proc/17765/task/17773/stat : 17773 (java) S 17764 17761 15098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1549018283 885444608 25266 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883648

[startup+6.30271 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 17783
/proc/meminfo: memFree=814048/2055920 swapFree=4180436/4192956
[pid=17761] ppid=17759 vsize=13600 CPUtime=3.64
/proc/17761/stat : 17761 (sugar) S 17759 17761 15098 0 -1 4194304 974 32343 0 1 3 0 342 19 15 0 1 0 1549018273 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17761/statm: 3400 797 370 3 0 500 0
[pid=17774] ppid=17761 vsize=5356 CPUtime=0
/proc/17774/stat : 17774 (sh) S 17761 17761 15098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1549018644 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17774/statm: 1339 233 193 169 0 50 0
[pid=17775] ppid=17774 vsize=868300 CPUtime=2.53
/proc/17775/stat : 17775 (java) S 17774 17761 15098 0 -1 0 13537 0 1 0 244 9 0 0 18 0 9 0 1549018644 889139200 12076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17775/statm: 217075 12076 2543 9 0 211650 0
[pid=17775/tid=17776] ppid=17774 vsize=868300 CPUtime=1.64
/proc/17775/task/17776/stat : 17776 (java) R 17774 17761 15098 0 -1 64 3071 0 1 0 161 3 0 0 25 0 9 0 1549018645 889139200 12076 996147200 134512640 134550740 4294955952 18446744073709551615 4126627719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17777] ppid=17774 vsize=868300 CPUtime=0.7
/proc/17775/task/17777/stat : 17777 (java) S 17774 17761 15098 0 -1 64 8307 0 0 0 65 5 0 0 16 0 9 0 1549018646 889139200 12076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17778] ppid=17774 vsize=868300 CPUtime=0
/proc/17775/task/17778/stat : 17778 (java) S 17774 17761 15098 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1549018647 889139200 12076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17779] ppid=17774 vsize=868300 CPUtime=0
/proc/17775/task/17779/stat : 17779 (java) S 17774 17761 15098 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1549018647 889139200 12076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17780] ppid=17774 vsize=868300 CPUtime=0
/proc/17775/task/17780/stat : 17780 (java) S 17774 17761 15098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1549018649 889139200 12076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17781] ppid=17774 vsize=868300 CPUtime=0.17
/proc/17775/task/17781/stat : 17781 (java) S 17774 17761 15098 0 -1 64 1463 0 0 0 17 0 0 0 16 0 9 0 1549018649 889139200 12076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17782] ppid=17774 vsize=868300 CPUtime=0
/proc/17775/task/17782/stat : 17782 (java) S 17774 17761 15098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1549018649 889139200 12076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17783] ppid=17774 vsize=868300 CPUtime=0
/proc/17775/task/17783/stat : 17783 (java) S 17774 17761 15098 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1549018649 889139200 12076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887256

[startup+12.7026 s]
/proc/loadavg: 2.16 2.03 2.01 3/92 17783
/proc/meminfo: memFree=721760/2055920 swapFree=4180436/4192956
[pid=17761] ppid=17759 vsize=13600 CPUtime=3.64
/proc/17761/stat : 17761 (sugar) S 17759 17761 15098 0 -1 4194304 974 32343 0 1 3 0 342 19 16 0 1 0 1549018273 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17761/statm: 3400 797 370 3 0 500 0
[pid=17774] ppid=17761 vsize=5356 CPUtime=0
/proc/17774/stat : 17774 (sh) S 17761 17761 15098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1549018644 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17774/statm: 1339 233 193 169 0 50 0
[pid=17775] ppid=17774 vsize=868416 CPUtime=8.86
/proc/17775/stat : 17775 (java) S 17774 17761 15098 0 -1 0 56550 0 1 0 855 31 0 0 18 0 9 0 1549018644 889257984 34299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17775/statm: 217104 34299 2540 9 0 211679 0
[pid=17775/tid=17776] ppid=17774 vsize=868416 CPUtime=5.32
/proc/17775/task/17776/stat : 17776 (java) R 17774 17761 15098 0 -1 64 4477 0 1 0 527 5 0 0 25 0 9 0 1549018645 889257984 34299 996147200 134512640 134550740 4294955952 18446744073709551615 4126617309 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17777] ppid=17774 vsize=868416 CPUtime=3.33
/proc/17775/task/17777/stat : 17777 (java) S 17774 17761 15098 0 -1 64 49905 0 0 0 308 25 0 0 16 0 9 0 1549018646 889257984 34299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17778] ppid=17774 vsize=868416 CPUtime=0
/proc/17775/task/17778/stat : 17778 (java) S 17774 17761 15098 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1549018647 889257984 34299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17779] ppid=17774 vsize=868416 CPUtime=0
/proc/17775/task/17779/stat : 17779 (java) S 17774 17761 15098 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1549018647 889257984 34299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17780] ppid=17774 vsize=868416 CPUtime=0
/proc/17775/task/17780/stat : 17780 (java) S 17774 17761 15098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1549018649 889257984 34299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17781] ppid=17774 vsize=868416 CPUtime=0.19
/proc/17775/task/17781/stat : 17781 (java) S 17774 17761 15098 0 -1 64 1472 0 0 0 19 0 0 0 17 0 9 0 1549018649 889257984 34299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17782] ppid=17774 vsize=868416 CPUtime=0
/proc/17775/task/17782/stat : 17782 (java) S 17774 17761 15098 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1549018649 889257984 34299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17783] ppid=17774 vsize=868416 CPUtime=0
/proc/17775/task/17783/stat : 17783 (java) S 17774 17761 15098 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1549018649 889257984 34299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887372

[startup+25.5013 s]
/proc/loadavg: 2.21 2.05 2.01 3/92 17783
/proc/meminfo: memFree=521248/2055920 swapFree=4180436/4192956
[pid=17761] ppid=17759 vsize=13600 CPUtime=3.65
/proc/17761/stat : 17761 (sugar) S 17759 17761 15098 0 -1 4194304 974 32343 0 1 4 0 342 19 16 0 1 0 1549018273 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17761/statm: 3400 797 370 3 0 500 0
[pid=17774] ppid=17761 vsize=5356 CPUtime=0
/proc/17774/stat : 17774 (sh) S 17761 17761 15098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1549018644 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17774/statm: 1339 233 193 169 0 50 0
[pid=17775] ppid=17774 vsize=868528 CPUtime=21.51
/proc/17775/stat : 17775 (java) S 17774 17761 15098 0 -1 0 100593 0 1 0 2060 91 0 0 18 0 9 0 1549018644 889372672 65166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17775/statm: 217132 65166 2566 9 0 211679 0
[pid=17775/tid=17776] ppid=17774 vsize=868528 CPUtime=13.91
/proc/17775/task/17776/stat : 17776 (java) R 17774 17761 15098 0 -1 64 5869 0 1 0 1344 47 0 0 25 0 9 0 1549018645 889372672 65166 996147200 134512640 134550740 4294955952 18446744073709551615 102064826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17777] ppid=17774 vsize=868528 CPUtime=7.28
/proc/17775/task/17777/stat : 17777 (java) S 17774 17761 15098 0 -1 64 92504 0 0 0 686 42 0 0 16 0 9 0 1549018646 889372672 65166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17778] ppid=17774 vsize=868528 CPUtime=0
/proc/17775/task/17778/stat : 17778 (java) S 17774 17761 15098 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1549018647 889372672 65166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17779] ppid=17774 vsize=868528 CPUtime=0
/proc/17775/task/17779/stat : 17779 (java) S 17774 17761 15098 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1549018647 889372672 65166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=17784] ppid=17761 vsize=5356 CPUtime=0
/proc/17784/stat : 17784 (sh) S 17761 17761 15098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1549022054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17784/statm: 1339 232 193 169 0 50 0
[pid=17785] ppid=17784 vsize=473452 CPUtime=1371.41
/proc/17785/stat : 17785 (minisat) R 17784 17761 15098 0 -1 4194304 114277 0 0 0 137053 88 0 0 25 0 1 0 1549022054 484814848 114263 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 1 0 0
/proc/17785/statm: 118363 114263 76 150 0 118210 0
Current children cumulated CPU time (s) 1408.72
Current children cumulated vsize (KiB) 492408

[startup+1482.3 s]
/proc/loadavg: 2.05 2.07 2.03 3/83 17829
/proc/meminfo: memFree=512816/2055920 swapFree=4180436/4192956
[pid=17761] ppid=17759 vsize=13600 CPUtime=37.31
/proc/17761/stat : 17761 (sugar) S 17759 17761 15098 0 -1 4194304 1033 133414 0 2 4 1 3538 188 16 0 1 0 1549018273 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17761/statm: 3400 799 370 3 0 500 0
[pid=17784] ppid=17761 vsize=5356 CPUtime=0
/proc/17784/stat : 17784 (sh) S 17761 17761 15098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1549022054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17784/statm: 1339 232 193 169 0 50 0
[pid=17785] ppid=17784 vsize=475036 CPUtime=1430.85
/proc/17785/stat : 17785 (minisat) R 17784 17761 15098 0 -1 4194304 114689 0 0 0 142996 89 0 0 25 0 1 0 1549022054 486436864 114675 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/17785/statm: 118759 114675 76 150 0 118606 0
Current children cumulated CPU time (s) 1468.16
Current children cumulated vsize (KiB) 493992

[startup+1542.3 s]
/proc/loadavg: 2.31 2.14 2.05 3/83 17829
/proc/meminfo: memFree=508976/2055920 swapFree=4180436/4192956
[pid=17761] ppid=17759 vsize=13600 CPUtime=37.31
/proc/17761/stat : 17761 (sugar) S 17759 17761 15098 0 -1 4194304 1033 133414 0 2 4 1 3538 188 16 0 1 0 1549018273 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17761/statm: 3400 799 370 3 0 500 0
[pid=17784] ppid=17761 vsize=5356 CPUtime=0
/proc/17784/stat : 17784 (sh) S 17761 17761 15098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1549022054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17784/statm: 1339 232 193 169 0 50 0
[pid=17785] ppid=17784 vsize=478744 CPUtime=1490.27
/proc/17785/stat : 17785 (minisat) R 17784 17761 15098 0 -1 4194304 115638 0 0 0 148937 90 0 0 25 0 1 0 1549022054 490233856 115624 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17785/statm: 119686 115624 76 150 0 119533 0
Current children cumulated CPU time (s) 1527.58
Current children cumulated vsize (KiB) 497700

[startup+1602.3 s]
/proc/loadavg: 2.18 2.13 2.05 3/83 17829
/proc/meminfo: memFree=504240/2055920 swapFree=4180436/4192956
[pid=17761] ppid=17759 vsize=13600 CPUtime=37.31
/proc/17761/stat : 17761 (sugar) S 17759 17761 15098 0 -1 4194304 1033 133414 0 2 4 1 3538 188 16 0 1 0 1549018273 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17761/statm: 3400 799 370 3 0 500 0
[pid=17784] ppid=17761 vsize=5356 CPUtime=0
/proc/17784/stat : 17784 (sh) S 17761 17761 15098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1549022054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17784/statm: 1339 232 193 169 0 50 0
[pid=17785] ppid=17784 vsize=483384 CPUtime=1549.72
/proc/17785/stat : 17785 (minisat) R 17784 17761 15098 0 -1 4194304 116824 0 0 0 154880 92 0 0 25 0 1 0 1549022054 494985216 116810 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17785/statm: 120846 116810 76 150 0 120693 0
Current children cumulated CPU time (s) 1587.03
Current children cumulated vsize (KiB) 502340

[startup+1662.3 s]
/proc/loadavg: 2.10 2.12 2.05 3/83 17829
/proc/meminfo: memFree=502768/2055920 swapFree=4180436/4192956
[pid=17761] ppid=17759 vsize=13600 CPUtime=37.31
/proc/17761/stat : 17761 (sugar) S 17759 17761 15098 0 -1 4194304 1033 133414 0 2 4 1 3538 188 16 0 1 0 1549018273 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17761/statm: 3400 799 370 3 0 500 0
[pid=17784] ppid=17761 vsize=5356 CPUtime=0
/proc/17784/stat : 17784 (sh) S 17761 17761 15098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1549022054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17784/statm: 1339 232 193 169 0 50 0
[pid=17785] ppid=17784 vsize=484712 CPUtime=1609.15
/proc/17785/stat : 17785 (minisat) R 17784 17761 15098 0 -1 4194304 117156 0 0 0 160822 93 0 0 25 0 1 0 1549022054 496345088 117142 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17785/statm: 121178 117142 76 150 0 121025 0
Current children cumulated CPU time (s) 1646.46
Current children cumulated vsize (KiB) 503668

[startup+1722.3 s]
/proc/loadavg: 2.08 2.11 2.05 3/83 17829
/proc/meminfo: memFree=494832/2055920 swapFree=4180436/4192956
[pid=17761] ppid=17759 vsize=13600 CPUtime=37.31
/proc/17761/stat : 17761 (sugar) S 17759 17761 15098 0 -1 4194304 1033 133414 0 2 4 1 3538 188 16 0 1 0 1549018273 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17761/statm: 3400 799 370 3 0 500 0
[pid=17784] ppid=17761 vsize=5356 CPUtime=0
/proc/17784/stat : 17784 (sh) S 17761 17761 15098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1549022054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17784/statm: 1339 232 193 169 0 50 0
[pid=17785] ppid=17784 vsize=492500 CPUtime=1668.59
/proc/17785/stat : 17785 (minisat) R 17784 17761 15098 0 -1 4194304 119133 0 0 0 166763 96 0 0 25 0 1 0 1549022054 504320000 119119 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/17785/statm: 123125 119119 76 150 0 122972 0
Current children cumulated CPU time (s) 1705.9
Current children cumulated vsize (KiB) 511456

[startup+1782.3 s]
/proc/loadavg: 2.06 2.10 2.05 3/83 17829
/proc/meminfo: memFree=493232/2055920 swapFree=4180436/4192956
[pid=17761] ppid=17759 vsize=13600 CPUtime=37.31
/proc/17761/stat : 17761 (sugar) S 17759 17761 15098 0 -1 4194304 1033 133414 0 2 4 1 3538 188 16 0 1 0 1549018273 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17761/statm: 3400 799 370 3 0 500 0
[pid=17784] ppid=17761 vsize=5356 CPUtime=0
/proc/17784/stat : 17784 (sh) S 17761 17761 15098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1549022054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17784/statm: 1339 232 193 169 0 50 0
[pid=17785] ppid=17784 vsize=494100 CPUtime=1728.02
/proc/17785/stat : 17785 (minisat) R 17784 17761 15098 0 -1 4194304 119529 0 0 0 172705 97 0 0 25 0 1 0 1549022054 505958400 119515 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17785/statm: 123525 119515 76 150 0 123372 0
Current children cumulated CPU time (s) 1765.33
Current children cumulated vsize (KiB) 513056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.3 s]
/proc/loadavg: 2.10 2.10 2.05 3/83 17829
/proc/meminfo: memFree=492464/2055920 swapFree=4180436/4192956
[pid=17761] ppid=17759 vsize=13600 CPUtime=37.31
/proc/17761/stat : 17761 (sugar) S 17759 17761 15098 0 -1 4194304 1033 133414 0 2 4 1 3538 188 16 0 1 0 1549018273 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17761/statm: 3400 799 370 3 0 500 0
[pid=17784] ppid=17761 vsize=5356 CPUtime=0
/proc/17784/stat : 17784 (sh) S 17761 17761 15098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1549022054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17784/statm: 1339 232 193 169 0 50 0
[pid=17785] ppid=17784 vsize=494760 CPUtime=1762.69
/proc/17785/stat : 17785 (minisat) R 17784 17761 15098 0 -1 4194304 119711 0 0 0 176172 97 0 0 25 0 1 0 1549022054 506634240 119697 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17785/statm: 123690 119697 76 150 0 123537 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 513716

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

[startup+1817.3 s]
/proc/loadavg: 2.10 2.10 2.05 3/83 17829
/proc/meminfo: memFree=492464/2055920 swapFree=4180436/4192956
[pid=17761] ppid=17759 vsize=13600 CPUtime=37.31
/proc/17761/stat : 17761 (sugar) S 17759 17761 15098 0 -1 4194304 1033 133414 0 2 4 1 3538 188 16 0 1 0 1549018273 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17761/statm: 3400 799 370 3 0 500 0
[pid=17784] ppid=17761 vsize=5356 CPUtime=0
/proc/17784/stat : 17784 (sh) S 17761 17761 15098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1549022054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17784/statm: 1339 232 193 169 0 50 0
[pid=17785] ppid=17784 vsize=494760 CPUtime=1762.69
/proc/17785/stat : 17785 (minisat) R 17784 17761 15098 0 -1 4194304 119711 0 0 0 176172 97 0 0 25 0 1 0 1549022054 506634240 119697 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17785/statm: 123690 119697 76 150 0 123537 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 513716

# WARNING:
# current cumulated CPU time (37.34 s) is less than in the last sample (1800 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1762.66 s) to the 'lost time'.

[startup+1817.42 s]
/proc/loadavg: 2.10 2.10 2.05 3/83 17829
/proc/meminfo: memFree=492464/2055920 swapFree=4180436/4192956
[pid=17761] ppid=17759 vsize=13600 CPUtime=37.34
/proc/17761/stat : 17761 (sugar) R 17759 17761 15098 0 -1 4194304 1070 133691 0 2 4 4 3538 188 16 0 1 0 1549018273 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17761/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 37.34
Current children cumulated vsize (KiB) 13600

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

[startup+1817.42 s]
/proc/loadavg: 2.10 2.10 2.05 3/83 17829
/proc/meminfo: memFree=492464/2055920 swapFree=4180436/4192956
[pid=17761] ppid=17759 vsize=13600 CPUtime=37.34
/proc/17761/stat : 17761 (sugar) R 17759 17761 15098 0 -1 4194304 1070 133691 0 2 4 4 3538 188 16 0 1 0 1549018273 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17761/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 37.34
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1762.66
#  lost CPU user time (s): 1761.72
#  lost CPU system time (s): 0.94

Real time (s): 1817.49
CPU time (s): 1800.09
CPU user time (s): 1797.15
CPU system time (s): 2.9377
CPU usage (%): 99.0423
Max. virtual memory (cumulated for all children) (KiB): 913988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.4296
system time used= 1.9977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134792
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= 7626
involuntary context switches= 8271

runsolver used 1.92471 second user time and 6.36903 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-04 19:44:25
IDJOB=1077577
IDBENCH=56690
IDSOLVER=346
FILE ID=node13/1077577-1215193464
PBS_JOBID= 7881581
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-1.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-1077577-1215193464/watcher-1077577-1215193464 -o /tmp/evaluation-result-1077577-1215193464/solver-1077577-1215193464 -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-1077577-1215193464.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b83110eaa48c7b1a0d0e9384b24bced8
RANDOM SEED=166223886

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:        843536 kB
Buffers:         42168 kB
Cached:         357784 kB
SwapCached:       6892 kB
Active:         894332 kB
Inactive:       259000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        843536 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:           10392 kB
Writeback:           0 kB
Mapped:         769360 kB
Slab:            42468 kB
Committed_AS:  3777372 kB
PageTables:       3564 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= 66500 MiB
End job on node13 at 2008-07-04 20:14:44