Trace number 1074618

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.35 1809.94

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-95-2.xml
MD5SUMcf2755c41c9629ae5bc712eeb2cf6ab2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.86941
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1229
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
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 Fri Jul  4 15:44:25 2008
0.00/0.04	c 0	PID 15345
0.00/0.05	c 0	HOST node13.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1074618-1215179065.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-1074618-1215179065.xml' 'HOME/temp.csp'
0.04/0.86	c 1	400 domains, 400 variables, 1 predicates, 0 relations, 7600 constraints
0.04/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.89	c 1	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.84/0.97	c 1	Parsing HOME/temp.csp
1.23/1.33	c 2	parsed 8401 expressions
1.23/1.34	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.23/1.34	c 2	Converting to clausal form CSP
1.23/1.39	c 2	converted 841 (10%) expressions
1.43/1.57	c 2	converted 1681 (20%) expressions
1.53/1.63	c 2	converted 2521 (30%) expressions
1.53/1.66	c 2	converted 3361 (40%) expressions
1.53/1.68	c 2	converted 4201 (50%) expressions
1.63/1.71	c 2	converted 5041 (60%) expressions
1.63/1.73	c 2	converted 5881 (70%) expressions
1.72/1.81	c 2	converted 6721 (80%) expressions
1.72/1.83	c 2	converted 7561 (90%) expressions
1.72/1.86	c 2	converted 8401 (100%) expressions
1.72/1.86	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1229
1.72/1.86	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.86	c 2	Propagation in CSP
1.82/1.94	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.82/1.94	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1229
1.82/1.94	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/1.94	c 2	Simplifing CSP by introducing new Boolean variables
1.93/2.10	c 2	CSP : 400 integers, 15200 booleans, 22800 clauses, largest domain size 1229
1.93/2.10	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.04/2.18	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.13/2.27	c 2	40 (10%) CSP integer variables are encoded (46821 clauses, 680187 bytes)
2.22/2.33	c 3	80 (20%) CSP integer variables are encoded (93708 clauses, 1383492 bytes)
2.22/2.39	c 3	120 (30%) CSP integer variables are encoded (140899 clauses, 2173328 bytes)
2.31/2.46	c 3	160 (40%) CSP integer variables are encoded (188434 clauses, 2981423 bytes)
2.42/2.52	c 3	200 (50%) CSP integer variables are encoded (235494 clauses, 3781443 bytes)
2.42/2.59	c 3	240 (60%) CSP integer variables are encoded (282632 clauses, 4582789 bytes)
2.51/2.65	c 3	280 (70%) CSP integer variables are encoded (329668 clauses, 5382401 bytes)
2.61/2.72	c 3	320 (80%) CSP integer variables are encoded (376898 clauses, 6185311 bytes)
2.61/2.78	c 3	360 (90%) CSP integer variables are encoded (424040 clauses, 6986725 bytes)
2.72/2.85	c 3	400 (100%) CSP integer variables are encoded (471020 clauses, 7785385 bytes)
6.00/6.15	c 6	2280 (10%) CSP clauses are encoded (2172726 clauses, 46979477 bytes)
9.25/9.47	c 10	4560 (20%) CSP clauses are encoded (3882026 clauses, 87265996 bytes)
12.61/12.82	c 13	6840 (30%) CSP clauses are encoded (5594680 clauses, 127828971 bytes)
15.94/16.31	c 17	9120 (40%) CSP clauses are encoded (7316468 clauses, 170736227 bytes)
19.30/19.72	c 20	11400 (50%) CSP clauses are encoded (9055702 clauses, 214187437 bytes)
22.63/23.12	c 23	13680 (60%) CSP clauses are encoded (10780624 clauses, 257280847 bytes)
25.96/26.62	c 27	15960 (70%) CSP clauses are encoded (12497092 clauses, 300162907 bytes)
29.29/30.02	c 30	18240 (80%) CSP clauses are encoded (14217544 clauses, 343144567 bytes)
32.60/33.45	c 34	20520 (90%) CSP clauses are encoded (15943632 clauses, 386267127 bytes)
35.95/36.82	c 37	22800 (100%) CSP clauses are encoded (17656140 clauses, 429050187 bytes)
35.95/36.82	c 37	22800 CSP clauses encoded
35.95/36.82	c 37	Writing map file : HOME/temp.map
35.95/36.84	c 37	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.95/36.84	c 37	SAT : 486620 SAT variables, 17656140 SAT clauses, 429050187 bytes
35.95/36.84	c 37	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.95/36.89	c 37	SOLVING HOME/temp.cnf
35.95/36.89	c 37	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
36.00/36.90	c 37	This is MiniSat 2.0 beta
36.00/36.90	c 37	WARNING: for repeatability, setting FPU to use double precision
36.00/36.90	c 37	============================[ Problem Statistics ]=============================
36.00/36.90	c 37	|                                                                             |
36.00/36.90	c 37	|  Number of variables:  486620                                               |
36.00/36.90	c 37	|  Number of clauses:    17656140                                             |
46.00/47.02	c 47	|  Parsing time:         8.78         s                                       |
46.40/47.47	c 48	============================[ Search Statistics ]==============================
46.40/47.47	c 48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
46.40/47.47	c 48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
46.40/47.47	c 48	===============================================================================
46.40/47.48	c 48	|         0 |  486620 17656140 52459400 |  5885380        0    nan |  0.000 % |
48.59/49.70	c 50	|       100 |  486620 17656140 52459400 |  6473918      100     37 |  0.000 % |
49.19/50.22	c 50	|       251 |  486620 17656140 52459400 |  7121309      251     23 |  0.000 % |
49.38/50.45	c 51	|       476 |  486620 17656140 52459400 |  7833440      476     17 |  0.000 % |
49.79/50.80	c 51	|       814 |  486620 17656140 52459400 |  8616784      814     15 |  0.000 % |
50.28/51.35	c 52	|      1320 |  486620 17656140 52459400 |  9478463     1320     14 |  0.000 % |
50.98/52.05	c 52	|      2079 |  486620 17656140 52459400 | 10426309     2079     13 |  0.000 % |
51.67/52.79	c 53	|      3218 |  486620 17656140 52459400 | 11468940     3218     12 |  0.000 % |
53.06/54.18	c 54	|      4927 |  486620 17656140 52459400 | 12615834     4927     13 |  0.000 % |
55.16/56.24	c 56	|      7489 |  486620 17656140 52459400 | 13877418     7489     17 |  0.000 % |
58.45/59.51	c 60	|     11334 |  486620 17656140 52459400 | 15265159    11334     20 |  0.000 % |
66.51/67.66	c 68	|     17100 |  486620 17656140 52459400 | 16791675    17100     23 |  0.000 % |
74.68/75.90	c 76	|     25749 |  486620 17656140 52459400 | 18470843    25749     22 |  0.000 % |
88.40/89.66	c 90	|     38723 |  486620 17656140 52459400 | 20317927    38723     23 |  0.000 % |
114.68/116.04	c 116	|     58186 |  486620 17656140 52459400 | 22349720    58186     22 |  0.000 % |
154.68/156.21	c 156	|     87378 |  486620 17656140 52459400 | 24584692    87378     21 |  0.000 % |
237.47/239.40	c 240	|    131168 |  486620 17656140 52459400 | 27043162   131168     22 |  0.000 % |
378.18/380.87	c 381	|    196853 |  486620 17656140 52459400 | 29747478   196853     25 |  0.000 % |
636.82/640.70	c 641	|    295379 |  486620 17656140 52459400 | 32722226   295379     26 |  0.000 % |
1179.56/1186.12	c 1186	|    443168 |  486620 17656140 52459400 | 35994448   443168     29 |  0.000 % |
1800.09/1809.61	c ERROR INTERRUPTED
1800.20/1809.74	s UNKNOWN
1800.20/1809.74	c 1810	CPU 32.81 (0.04 0.01 32.77 3.2)
1800.20/1809.74	c 1810	END Fri Jul  4 16:14:35 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-1074618-1215179065/watcher-1074618-1215179065 -o /tmp/evaluation-result-1074618-1215179065/solver-1074618-1215179065 -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-1074618-1215179065.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.33 1.12 1.35 4/82 15345
/proc/meminfo: memFree=1605936/2055920 swapFree=4180436/4192956
[pid=15345] ppid=15343 vsize=4708 CPUtime=0
/proc/15345/stat : 15345 (sugar) R 15343 15345 15115 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 1547578296 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 269754627465 0 0 4096 0 0 0 0 17 1 0 0
/proc/15345/statm: 1177 43 33 3 0 8 0

[startup+0.091929 s]
/proc/loadavg: 1.33 1.12 1.35 4/82 15345
/proc/meminfo: memFree=1605936/2055920 swapFree=4180436/4192956
[pid=15345] ppid=15343 vsize=13600 CPUtime=0.04
/proc/15345/stat : 15345 (sugar) S 15343 15345 15115 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1547578296 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15345/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101924 s]
/proc/loadavg: 1.33 1.12 1.35 4/82 15345
/proc/meminfo: memFree=1605936/2055920 swapFree=4180436/4192956
[pid=15345] ppid=15343 vsize=13600 CPUtime=0.04
/proc/15345/stat : 15345 (sugar) S 15343 15345 15115 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1547578296 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15345/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301954 s]
/proc/loadavg: 1.33 1.12 1.35 4/82 15345
/proc/meminfo: memFree=1605936/2055920 swapFree=4180436/4192956
[pid=15345] ppid=15343 vsize=13600 CPUtime=0.04
/proc/15345/stat : 15345 (sugar) S 15343 15345 15115 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1547578296 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15345/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702005 s]
/proc/loadavg: 1.33 1.12 1.35 4/82 15345
/proc/meminfo: memFree=1605936/2055920 swapFree=4180436/4192956
[pid=15345] ppid=15343 vsize=13600 CPUtime=0.04
/proc/15345/stat : 15345 (sugar) S 15343 15345 15115 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1547578296 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15345/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50211 s]
/proc/loadavg: 1.33 1.12 1.35 4/93 15367
/proc/meminfo: memFree=1595920/2055920 swapFree=4180436/4192956
[pid=15345] ppid=15343 vsize=13600 CPUtime=0.84
/proc/15345/stat : 15345 (sugar) S 15343 15345 15115 0 -1 4194304 974 8343 0 1 3 1 75 5 15 0 1 0 1547578296 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15345/statm: 3400 797 370 3 0 500 0
[pid=15358] ppid=15345 vsize=5356 CPUtime=0
/proc/15358/stat : 15358 (sh) S 15345 15345 15115 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547578385 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15358/statm: 1339 233 193 169 0 50 0
[pid=15359] ppid=15358 vsize=867352 CPUtime=0.59
/proc/15359/stat : 15359 (java) S 15358 15345 15115 0 -1 0 5454 0 1 0 56 3 0 0 18 0 9 0 1547578386 888168448 4875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15359/statm: 216838 4875 1733 9 0 211413 0
[pid=15359/tid=15360] ppid=15358 vsize=867352 CPUtime=0.37
/proc/15359/task/15360/stat : 15360 (java) R 15358 15345 15115 0 -1 64 2676 0 1 0 36 1 0 0 22 0 9 0 1547578387 888168448 4875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15361] ppid=15358 vsize=867352 CPUtime=0.05
/proc/15359/task/15361/stat : 15361 (java) S 15358 15345 15115 0 -1 64 1002 0 0 0 5 0 0 0 16 0 9 0 1547578388 888168448 4875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15362] ppid=15358 vsize=867352 CPUtime=0
/proc/15359/task/15362/stat : 15362 (java) S 15358 15345 15115 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1547578388 888168448 4875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15363] ppid=15358 vsize=867352 CPUtime=0
/proc/15359/task/15363/stat : 15363 (java) S 15358 15345 15115 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1547578388 888168448 4875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15364] ppid=15358 vsize=867352 CPUtime=0
/proc/15359/task/15364/stat : 15364 (java) S 15358 15345 15115 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547578390 888168448 4875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15365] ppid=15358 vsize=867352 CPUtime=0.14
/proc/15359/task/15365/stat : 15365 (java) R 15358 15345 15115 0 -1 64 1085 0 0 0 14 0 0 0 16 0 9 0 1547578390 888168448 4875 996147200 134512640 134550740 4294955952 18446744073709551615 102016082 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15366] ppid=15358 vsize=867352 CPUtime=0
/proc/15359/task/15366/stat : 15366 (java) S 15358 15345 15115 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547578390 888168448 4875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15367] ppid=15358 vsize=867352 CPUtime=0
/proc/15359/task/15367/stat : 15367 (java) S 15358 15345 15115 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1547578390 888168448 4875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886308

[startup+3.10233 s]
/proc/loadavg: 1.39 1.13 1.36 4/93 15367
/proc/meminfo: memFree=1572432/2055920 swapFree=4180436/4192956
[pid=15345] ppid=15343 vsize=13600 CPUtime=0.84
/proc/15345/stat : 15345 (sugar) S 15343 15345 15115 0 -1 4194304 974 8343 0 1 3 1 75 5 15 0 1 0 1547578296 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15345/statm: 3400 797 370 3 0 500 0
[pid=15358] ppid=15345 vsize=5356 CPUtime=0
/proc/15358/stat : 15358 (sh) S 15345 15345 15115 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547578385 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15358/statm: 1339 233 193 169 0 50 0
[pid=15359] ppid=15358 vsize=868464 CPUtime=2.17
/proc/15359/stat : 15359 (java) S 15358 15345 15115 0 -1 0 10003 0 1 0 206 11 0 0 18 0 9 0 1547578386 889307136 8940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15359/statm: 217116 8940 2565 9 0 211663 0
[pid=15359/tid=15360] ppid=15358 vsize=868464 CPUtime=1.46
/proc/15359/task/15360/stat : 15360 (java) R 15358 15345 15115 0 -1 64 3034 0 1 0 140 6 0 0 25 0 9 0 1547578387 889307136 8940 996147200 134512640 134550740 4294955952 18446744073709551615 4126867356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15361] ppid=15358 vsize=868464 CPUtime=0.44
/proc/15359/task/15361/stat : 15361 (java) S 15358 15345 15115 0 -1 64 4796 0 0 0 41 3 0 0 16 0 9 0 1547578388 889307136 8940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15362] ppid=15358 vsize=868464 CPUtime=0
/proc/15359/task/15362/stat : 15362 (java) S 15358 15345 15115 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1547578388 889307136 8940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15363] ppid=15358 vsize=868464 CPUtime=0
/proc/15359/task/15363/stat : 15363 (java) S 15358 15345 15115 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1547578388 889307136 8940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15364] ppid=15358 vsize=868464 CPUtime=0
/proc/15359/task/15364/stat : 15364 (java) S 15358 15345 15115 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547578390 889307136 8940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15365] ppid=15358 vsize=868464 CPUtime=0.24
/proc/15359/task/15365/stat : 15365 (java) S 15358 15345 15115 0 -1 64 1481 0 0 0 24 0 0 0 16 0 9 0 1547578390 889307136 8940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15366] ppid=15358 vsize=868464 CPUtime=0
/proc/15359/task/15366/stat : 15366 (java) S 15358 15345 15115 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547578390 889307136 8940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15367] ppid=15358 vsize=868464 CPUtime=0
/proc/15359/task/15367/stat : 15367 (java) S 15358 15345 15115 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1547578390 889307136 8940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887420

[startup+6.30274 s]
/proc/loadavg: 1.39 1.13 1.36 3/92 15368
/proc/meminfo: memFree=1375056/2055920 swapFree=4180436/4192956
[pid=15345] ppid=15343 vsize=13600 CPUtime=0.84
/proc/15345/stat : 15345 (sugar) S 15343 15345 15115 0 -1 4194304 974 8343 0 1 3 1 75 5 16 0 1 0 1547578296 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15345/statm: 3400 797 370 3 0 500 0
[pid=15358] ppid=15345 vsize=5356 CPUtime=0
/proc/15358/stat : 15358 (sh) S 15345 15345 15115 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547578385 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15358/statm: 1339 233 193 169 0 50 0
[pid=15359] ppid=15358 vsize=868464 CPUtime=5.35
/proc/15359/stat : 15359 (java) S 15358 15345 15115 0 -1 0 10650 0 1 0 497 38 0 0 18 0 9 0 1547578386 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15359/statm: 217116 8947 2565 9 0 211663 0
[pid=15359/tid=15360] ppid=15358 vsize=868464 CPUtime=4.46
/proc/15359/task/15360/stat : 15360 (java) R 15358 15345 15115 0 -1 64 3674 0 1 0 416 30 0 0 25 0 9 0 1547578387 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4126867399 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15361] ppid=15358 vsize=868464 CPUtime=0.61
/proc/15359/task/15361/stat : 15361 (java) S 15358 15345 15115 0 -1 64 4796 0 0 0 55 6 0 0 16 0 9 0 1547578388 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15362] ppid=15358 vsize=868464 CPUtime=0
/proc/15359/task/15362/stat : 15362 (java) S 15358 15345 15115 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1547578388 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15363] ppid=15358 vsize=868464 CPUtime=0
/proc/15359/task/15363/stat : 15363 (java) S 15358 15345 15115 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1547578388 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15364] ppid=15358 vsize=868464 CPUtime=0
/proc/15359/task/15364/stat : 15364 (java) S 15358 15345 15115 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547578390 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15365] ppid=15358 vsize=868464 CPUtime=0.26
/proc/15359/task/15365/stat : 15365 (java) S 15358 15345 15115 0 -1 64 1488 0 0 0 25 1 0 0 17 0 9 0 1547578390 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15366] ppid=15358 vsize=868464 CPUtime=0
/proc/15359/task/15366/stat : 15366 (java) S 15358 15345 15115 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547578390 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15367] ppid=15358 vsize=868464 CPUtime=0
/proc/15359/task/15367/stat : 15367 (java) S 15358 15345 15115 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1547578390 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887420

[startup+12.7026 s]
/proc/loadavg: 1.48 1.16 1.37 3/92 15368
/proc/meminfo: memFree=1293976/2055920 swapFree=4180436/4192956
[pid=15345] ppid=15343 vsize=13600 CPUtime=0.84
/proc/15345/stat : 15345 (sugar) S 15343 15345 15115 0 -1 4194304 974 8343 0 1 3 1 75 5 16 0 1 0 1547578296 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15345/statm: 3400 797 370 3 0 500 0
[pid=15358] ppid=15345 vsize=5356 CPUtime=0
/proc/15358/stat : 15358 (sh) S 15345 15345 15115 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547578385 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15358/statm: 1339 233 193 169 0 50 0
[pid=15359] ppid=15358 vsize=868464 CPUtime=11.67
/proc/15359/stat : 15359 (java) S 15358 15345 15115 0 -1 0 11923 0 1 0 1077 90 0 0 18 0 9 0 1547578386 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15359/statm: 217116 8947 2565 9 0 211663 0
[pid=15359/tid=15360] ppid=15358 vsize=868464 CPUtime=10.41
/proc/15359/task/15360/stat : 15360 (java) R 15358 15345 15115 0 -1 64 4947 0 1 0 966 75 0 0 25 0 9 0 1547578387 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 102064662 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15361] ppid=15358 vsize=868464 CPUtime=0.98
/proc/15359/task/15361/stat : 15361 (java) S 15358 15345 15115 0 -1 64 4796 0 0 0 85 13 0 0 16 0 9 0 1547578388 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15362] ppid=15358 vsize=868464 CPUtime=0
/proc/15359/task/15362/stat : 15362 (java) S 15358 15345 15115 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1547578388 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15363] ppid=15358 vsize=868464 CPUtime=0
/proc/15359/task/15363/stat : 15363 (java) S 15358 15345 15115 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1547578388 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15364] ppid=15358 vsize=868464 CPUtime=0
/proc/15359/task/15364/stat : 15364 (java) S 15358 15345 15115 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547578390 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15365] ppid=15358 vsize=868464 CPUtime=0.26
/proc/15359/task/15365/stat : 15365 (java) S 15358 15345 15115 0 -1 64 1488 0 0 0 25 1 0 0 17 0 9 0 1547578390 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15366] ppid=15358 vsize=868464 CPUtime=0
/proc/15359/task/15366/stat : 15366 (java) S 15358 15345 15115 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547578390 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15367] ppid=15358 vsize=868464 CPUtime=0
/proc/15359/task/15367/stat : 15367 (java) S 15358 15345 15115 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1547578390 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887420

[startup+25.5013 s]
/proc/loadavg: 1.56 1.19 1.37 3/92 15368
/proc/meminfo: memFree=1129240/2055920 swapFree=4180436/4192956
[pid=15345] ppid=15343 vsize=13600 CPUtime=0.84
/proc/15345/stat : 15345 (sugar) S 15343 15345 15115 0 -1 4194304 974 8343 0 1 3 1 75 5 16 0 1 0 1547578296 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15345/statm: 3400 797 370 3 0 500 0
[pid=15358] ppid=15345 vsize=5356 CPUtime=0
/proc/15358/stat : 15358 (sh) S 15345 15345 15115 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547578385 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15358/statm: 1339 233 193 169 0 50 0
[pid=15359] ppid=15358 vsize=868464 CPUtime=24.03
/proc/15359/stat : 15359 (java) S 15358 15345 15115 0 -1 0 14475 0 1 0 2194 209 0 0 18 0 9 0 1547578386 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15359/statm: 217116 8947 2565 9 0 211663 0
[pid=15359/tid=15360] ppid=15358 vsize=868464 CPUtime=22.03
/proc/15359/task/15360/stat : 15360 (java) R 15358 15345 15115 0 -1 64 7499 0 1 0 2026 177 0 0 25 0 9 0 1547578387 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4126992209 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15361] ppid=15358 vsize=868464 CPUtime=1.71
/proc/15359/task/15361/stat : 15361 (java) S 15358 15345 15115 0 -1 64 4796 0 0 0 142 29 0 0 16 0 9 0 1547578388 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15362] ppid=15358 vsize=868464 CPUtime=0
/proc/15359/task/15362/stat : 15362 (java) S 15358 15345 15115 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1547578388 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15359/tid=15363] ppid=15358 vsize=868464 CPUtime=0
/proc/15359/task/15363/stat : 15363 (java) S 15358 15345 15115 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1547578388 889307136 8947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.83 3/84 15376
/proc/meminfo: memFree=156632/2055920 swapFree=4180436/4192956
[pid=15345] ppid=15343 vsize=13600 CPUtime=36.01
/proc/15345/stat : 15345 (sugar) S 15343 15345 15115 0 -1 4194304 1033 25415 0 2 4 1 3277 319 16 0 1 0 1547578296 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15345/statm: 3400 799 370 3 0 500 0
[pid=15369] ppid=15345 vsize=5356 CPUtime=0
/proc/15369/stat : 15369 (sh) S 15345 15345 15115 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547581986 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15369/statm: 1339 232 193 169 0 50 0
[pid=15370] ppid=15369 vsize=860052 CPUtime=1438.31
/proc/15370/stat : 15370 (minisat) R 15369 15345 15115 0 -1 4194304 212595 0 0 0 143673 158 0 0 25 0 1 0 1547581987 880693248 212581 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/15370/statm: 215013 212581 76 150 0 214860 0
Current children cumulated CPU time (s) 1474.32
Current children cumulated vsize (KiB) 879008

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.84 3/84 15376
/proc/meminfo: memFree=152792/2055920 swapFree=4180436/4192956
[pid=15345] ppid=15343 vsize=13600 CPUtime=36.01
/proc/15345/stat : 15345 (sugar) S 15343 15345 15115 0 -1 4194304 1033 25415 0 2 4 1 3277 319 16 0 1 0 1547578296 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15345/statm: 3400 799 370 3 0 500 0
[pid=15369] ppid=15345 vsize=5356 CPUtime=0
/proc/15369/stat : 15369 (sh) S 15345 15345 15115 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547581986 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15369/statm: 1339 232 193 169 0 50 0
[pid=15370] ppid=15369 vsize=863868 CPUtime=1498.02
/proc/15370/stat : 15370 (minisat) R 15369 15345 15115 0 -1 4194304 213544 0 0 0 149643 159 0 0 25 0 1 0 1547581987 884600832 213530 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15370/statm: 215967 213530 76 150 0 215814 0
Current children cumulated CPU time (s) 1534.03
Current children cumulated vsize (KiB) 882824

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.84 3/84 15376
/proc/meminfo: memFree=151064/2055920 swapFree=4180436/4192956
[pid=15345] ppid=15343 vsize=13600 CPUtime=36.01
/proc/15345/stat : 15345 (sugar) S 15343 15345 15115 0 -1 4194304 1033 25415 0 2 4 1 3277 319 16 0 1 0 1547578296 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15345/statm: 3400 799 370 3 0 500 0
[pid=15369] ppid=15345 vsize=5356 CPUtime=0
/proc/15369/stat : 15369 (sh) S 15345 15345 15115 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547581986 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15369/statm: 1339 232 193 169 0 50 0
[pid=15370] ppid=15369 vsize=865632 CPUtime=1557.73
/proc/15370/stat : 15370 (minisat) R 15369 15345 15115 0 -1 4194304 213973 0 0 0 155613 160 0 0 25 0 1 0 1547581987 886407168 213959 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15370/statm: 216408 213959 76 150 0 216255 0
Current children cumulated CPU time (s) 1593.74
Current children cumulated vsize (KiB) 884588

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.85 3/84 15376
/proc/meminfo: memFree=149336/2055920 swapFree=4180436/4192956
[pid=15345] ppid=15343 vsize=13600 CPUtime=36.01
/proc/15345/stat : 15345 (sugar) S 15343 15345 15115 0 -1 4194304 1033 25415 0 2 4 1 3277 319 16 0 1 0 1547578296 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15345/statm: 3400 799 370 3 0 500 0
[pid=15369] ppid=15345 vsize=5356 CPUtime=0
/proc/15369/stat : 15369 (sh) S 15345 15345 15115 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547581986 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15369/statm: 1339 232 193 169 0 50 0
[pid=15370] ppid=15369 vsize=867300 CPUtime=1617.43
/proc/15370/stat : 15370 (minisat) R 15369 15345 15115 0 -1 4194304 214388 0 0 0 161583 160 0 0 25 0 1 0 1547581987 888115200 214374 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15370/statm: 216825 214374 76 150 0 216672 0
Current children cumulated CPU time (s) 1653.44
Current children cumulated vsize (KiB) 886256

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.86 3/84 15376
/proc/meminfo: memFree=147352/2055920 swapFree=4180436/4192956
[pid=15345] ppid=15343 vsize=13600 CPUtime=36.01
/proc/15345/stat : 15345 (sugar) S 15343 15345 15115 0 -1 4194304 1033 25415 0 2 4 1 3277 319 16 0 1 0 1547578296 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15345/statm: 3400 799 370 3 0 500 0
[pid=15369] ppid=15345 vsize=5356 CPUtime=0
/proc/15369/stat : 15369 (sh) S 15345 15345 15115 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547581986 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15369/statm: 1339 232 193 169 0 50 0
[pid=15370] ppid=15369 vsize=869220 CPUtime=1677.15
/proc/15370/stat : 15370 (minisat) R 15369 15345 15115 0 -1 4194304 214882 0 0 0 167554 161 0 0 25 0 1 0 1547581987 890081280 214868 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15370/statm: 217305 214868 76 150 0 217152 0
Current children cumulated CPU time (s) 1713.16
Current children cumulated vsize (KiB) 888176

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.86 3/84 15376
/proc/meminfo: memFree=145368/2055920 swapFree=4180436/4192956
[pid=15345] ppid=15343 vsize=13600 CPUtime=36.01
/proc/15345/stat : 15345 (sugar) S 15343 15345 15115 0 -1 4194304 1033 25415 0 2 4 1 3277 319 16 0 1 0 1547578296 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15345/statm: 3400 799 370 3 0 500 0
[pid=15369] ppid=15345 vsize=5356 CPUtime=0
/proc/15369/stat : 15369 (sh) S 15345 15345 15115 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547581986 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15369/statm: 1339 232 193 169 0 50 0
[pid=15370] ppid=15369 vsize=870900 CPUtime=1736.86
/proc/15370/stat : 15370 (minisat) R 15369 15345 15115 0 -1 4194304 215327 0 0 0 173524 162 0 0 25 0 1 0 1547581987 891801600 215313 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/15370/statm: 217725 215313 76 150 0 217572 0
Current children cumulated CPU time (s) 1772.87
Current children cumulated vsize (KiB) 889856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.6 s]
/proc/loadavg: 1.99 1.97 1.86 3/84 15427
/proc/meminfo: memFree=280288/2055920 swapFree=4180436/4192956
[pid=15345] ppid=15343 vsize=13600 CPUtime=36.01
/proc/15345/stat : 15345 (sugar) S 15343 15345 15115 0 -1 4194304 1033 25415 0 2 4 1 3277 319 16 0 1 0 1547578296 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15345/statm: 3400 799 370 3 0 500 0
[pid=15369] ppid=15345 vsize=5356 CPUtime=0
/proc/15369/stat : 15369 (sh) S 15345 15345 15115 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547581986 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15369/statm: 1339 232 193 169 0 50 0
[pid=15370] ppid=15369 vsize=871560 CPUtime=1764.08
/proc/15370/stat : 15370 (minisat) R 15369 15345 15115 0 -1 4194304 215505 0 0 0 176245 163 0 0 25 0 1 0 1547581987 892477440 215491 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/15370/statm: 217890 215491 76 150 0 217737 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 890516

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

[startup+1809.72 s]
/proc/loadavg: 1.99 1.97 1.86 3/84 15427
/proc/meminfo: memFree=280288/2055920 swapFree=4180436/4192956
[pid=15345] ppid=15343 vsize=13600 CPUtime=36.01
/proc/15345/stat : 15345 (sugar) S 15343 15345 15115 0 -1 4194304 1044 25415 0 2 4 1 3277 319 16 0 1 0 1547578296 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15345/statm: 3400 799 370 3 0 500 0
[pid=15369] ppid=15345 vsize=0 CPUtime=0
/proc/15369/stat : 15369 (sh) Z 15345 15345 15115 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1547581986 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/15369/statm: 0 0 0 0 0 0 0
[pid=15370] ppid=1 vsize=0 CPUtime=1764.19
/proc/15370/stat : 15370 (minisat) R 1 15345 15115 0 -1 4195332 215505 0 0 0 176245 174 0 0 25 0 1 0 1547581987 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/15370/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 13600

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

[startup+1809.8 s]
/proc/loadavg: 1.99 1.97 1.86 3/84 15427
/proc/meminfo: memFree=280288/2055920 swapFree=4180436/4192956
[pid=15345] ppid=15343 vsize=13600 CPUtime=36.09
/proc/15345/stat : 15345 (sugar) R 15343 15345 15115 0 -1 4194304 1069 25692 0 2 4 8 3277 320 17 0 1 0 1547578296 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15345/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 36.09
Current children cumulated vsize (KiB) 13600

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

[startup+1809.8 s]
/proc/loadavg: 1.99 1.97 1.86 3/84 15427
/proc/meminfo: memFree=280288/2055920 swapFree=4180436/4192956
[pid=15345] ppid=15343 vsize=13600 CPUtime=36.09
/proc/15345/stat : 15345 (sugar) R 15343 15345 15115 0 -1 4194304 1069 25692 0 2 4 8 3277 320 17 0 1 0 1547578296 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15345/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 36.09
Current children cumulated vsize (KiB) 13600

[startup+1809.9 s]
/proc/loadavg: 1.99 1.97 1.86 3/84 15427
/proc/meminfo: memFree=280288/2055920 swapFree=4180436/4192956
[pid=15345] ppid=15343 vsize=13600 CPUtime=36.19
/proc/15345/stat : 15345 (sugar) R 15343 15345 15115 0 -1 4194304 1069 25692 0 2 4 18 3277 320 17 0 1 0 1547578296 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15345/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 36.19
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): 1764.11
#  lost CPU user time (s): 1762.45
#  lost CPU system time (s): 1.66

Real time (s): 1809.94
CPU time (s): 1800.35
CPU user time (s): 1795.27
CPU system time (s): 5.08048
CPU usage (%): 99.4703
Max. virtual memory (cumulated for all children) (KiB): 890516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.818
system time used= 3.42048
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26792
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= 51903
involuntary context switches= 52629

runsolver used 2.01069 second user time and 6.23705 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-04 15:44:25
IDJOB=1074618
IDBENCH=56424
IDSOLVER=346
FILE ID=node13/1074618-1215179065
PBS_JOBID= 7881582
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-95-2.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-1074618-1215179065/watcher-1074618-1215179065 -o /tmp/evaluation-result-1074618-1215179065/solver-1074618-1215179065 -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-1074618-1215179065.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cf2755c41c9629ae5bc712eeb2cf6ab2
RANDOM SEED=1266909443

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:       1606416 kB
Buffers:         27924 kB
Cached:         274652 kB
SwapCached:       6892 kB
Active:         179768 kB
Inactive:       215108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1606416 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            4676 kB
Writeback:           0 kB
Mapped:         108216 kB
Slab:            39648 kB
Committed_AS:  3130924 kB
PageTables:       2148 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-04 16:14:37