Trace number 1056070

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.08 1803.05

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-9.xml
MD5SUM87a3523ef2aacb9925cbe2e7c09e1eed
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables82
Number of constraints3262
Maximum constraint arity2
Maximum domain size81
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3262
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.05	c 0	BEGIN Thu Jul  3 06:59:55 2008
0.00/0.05	c 0	PID 7587
0.03/0.05	c 0	HOST node38.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1056070-1215061195.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1056070-1215061195.xml' 'HOME/temp.csp'
0.03/0.83	c 1	2 domains, 82 variables, 3 predicates, 0 relations, 3262 constraints
0.03/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	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.80/0.91	c 1	Parsing HOME/temp.csp
1.05/1.13	c 1	parsed 3349 expressions
1.05/1.14	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.14	c 1	Converting to clausal form CSP
1.24/1.37	c 1	converted 335 (10%) expressions
1.24/1.39	c 1	converted 670 (20%) expressions
1.34/1.40	c 1	converted 1005 (30%) expressions
1.34/1.42	c 1	converted 1340 (40%) expressions
1.34/1.43	c 1	converted 1675 (50%) expressions
1.34/1.44	c 1	converted 2010 (60%) expressions
1.34/1.46	c 1	converted 2345 (70%) expressions
1.34/1.47	c 1	converted 2680 (80%) expressions
1.34/1.49	c 1	converted 3015 (90%) expressions
1.44/1.51	c 1	converted 3349 (100%) expressions
1.44/1.51	c 1	CSP : 608 integers, 270 booleans, 5210 clauses, largest domain size 81
1.44/1.51	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.51	c 1	Propagation in CSP
1.54/1.61	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.54/1.61	c 1	CSP : 608 integers, 270 booleans, 5210 clauses, largest domain size 81
1.54/1.61	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.54/1.62	c 1	Simplifing CSP by introducing new Boolean variables
1.54/1.66	c 1	CSP : 608 integers, 7362 booleans, 12302 clauses, largest domain size 81
1.54/1.66	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.64/1.71	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.64/1.74	c 2	61 (10%) CSP integer variables are encoded (4753 clauses, 59672 bytes)
1.64/1.74	c 2	122 (20%) CSP integer variables are encoded (6760 clauses, 85763 bytes)
1.64/1.75	c 2	183 (30%) CSP integer variables are encoded (7335 clauses, 93238 bytes)
1.64/1.75	c 2	244 (40%) CSP integer variables are encoded (7914 clauses, 100765 bytes)
1.64/1.75	c 2	304 (50%) CSP integer variables are encoded (8482 clauses, 108149 bytes)
1.64/1.75	c 2	365 (60%) CSP integer variables are encoded (9057 clauses, 115624 bytes)
1.64/1.75	c 2	426 (70%) CSP integer variables are encoded (9508 clauses, 121487 bytes)
1.64/1.75	c 2	487 (80%) CSP integer variables are encoded (9935 clauses, 127779 bytes)
1.64/1.75	c 2	548 (90%) CSP integer variables are encoded (10362 clauses, 134184 bytes)
1.64/1.75	c 2	608 (100%) CSP integer variables are encoded (10782 clauses, 140484 bytes)
1.84/1.90	c 2	1231 (10%) CSP clauses are encoded (55119 clauses, 951511 bytes)
1.93/2.03	c 2	2461 (20%) CSP clauses are encoded (117177 clauses, 2113327 bytes)
2.03/2.16	c 2	3691 (30%) CSP clauses are encoded (179235 clauses, 3279673 bytes)
2.13/2.28	c 2	4921 (40%) CSP clauses are encoded (241449 clauses, 4498951 bytes)
2.33/2.41	c 2	6151 (50%) CSP clauses are encoded (302351 clauses, 5702476 bytes)
2.42/2.53	c 2	7382 (60%) CSP clauses are encoded (362826 clauses, 6901333 bytes)
2.53/2.65	c 2	8612 (70%) CSP clauses are encoded (422300 clauses, 8080103 bytes)
2.63/2.76	c 3	9842 (80%) CSP clauses are encoded (480602 clauses, 9235649 bytes)
2.72/2.87	c 3	11072 (90%) CSP clauses are encoded (537180 clauses, 10357055 bytes)
2.82/2.96	c 3	12302 (100%) CSP clauses are encoded (583350 clauses, 11271289 bytes)
2.82/2.96	c 3	12302 CSP clauses encoded
2.82/2.96	c 3	Writing map file : HOME/temp.map
2.82/2.97	c 3	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.82/2.97	c 3	SAT : 18752 SAT variables, 583350 SAT clauses, 11271289 bytes
2.82/2.97	c 3	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.82/2.97	c 3	SOLVING HOME/temp.cnf
2.82/2.97	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.82/2.98	c 3	This is MiniSat 2.0 beta
2.82/2.98	c 3	WARNING: for repeatability, setting FPU to use double precision
2.82/2.98	c 3	============================[ Problem Statistics ]=============================
2.82/2.98	c 3	|                                                                             |
2.82/2.98	c 3	|  Number of variables:  18752                                                |
2.82/2.98	c 3	|  Number of clauses:    583350                                               |
3.13/3.29	c 3	|  Parsing time:         0.27         s                                       |
3.22/3.30	c 3	============================[ Search Statistics ]==============================
3.22/3.30	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.22/3.30	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.22/3.30	c 3	===============================================================================
3.22/3.30	c 3	|         0 |   18752   583350  1717490 |   194450        0    nan |  0.000 % |
3.22/3.38	c 3	|       100 |   18752   583350  1717490 |   213895      100      8 |  0.000 % |
3.31/3.45	c 3	|       251 |   18752   583350  1717490 |   235284      251      9 |  0.000 % |
3.42/3.56	c 3	|       476 |   18752   583350  1717490 |   258812      476      9 |  0.000 % |
3.52/3.69	c 4	|       814 |   18752   583350  1717490 |   284694      814     10 |  0.000 % |
3.72/3.89	c 4	|      1321 |   18752   583350  1717490 |   313163     1321     11 |  0.000 % |
4.11/4.20	c 4	|      2080 |   18752   583350  1717490 |   344480     2080     12 |  0.000 % |
4.31/4.45	c 4	|      3219 |   18752   583350  1717490 |   378928     3219     13 |  0.000 % |
4.50/4.69	c 5	|      4928 |   18752   583350  1717490 |   416820     4928     15 |  0.000 % |
5.49/5.65	c 5	|      7491 |   18752   583350  1717490 |   458502     7491     17 |  0.000 % |
6.78/6.96	c 7	|     11335 |   18752   583350  1717490 |   504353    11335     17 |  0.000 % |
8.37/8.52	c 8	|     17101 |   18752   583350  1717490 |   554788    17101     20 |  0.000 % |
12.43/12.67	c 13	|     25751 |   18752   583350  1717490 |   610267    25751     21 |  0.000 % |
19.56/19.83	c 20	|     38725 |   18752   583350  1717490 |   671294    38725     22 |  0.000 % |
28.58/28.99	c 29	|     58187 |   18752   583350  1717490 |   738423    58187     25 |  0.000 % |
47.39/47.92	c 48	|     87379 |   18752   583350  1717490 |   812265    87379     27 |  0.000 % |
86.11/87.08	c 87	|    131169 |   18752   583350  1717490 |   893492   131169     29 |  0.000 % |
160.30/161.96	c 162	|    196854 |   18752   583350  1717490 |   982841   196854     34 |  0.000 % |
290.87/292.61	c 292	|    295380 |   18752   583350  1717490 |  1081125   295380     39 |  0.000 % |
491.09/493.10	c 493	|    443170 |   18752   583350  1717490 |  1189238   443170     40 |  0.000 % |
1068.14/1070.53	c 1070	|    664853 |   18752   583350  1717490 |  1308162   664853     48 |  0.000 % |
1800.08/1803.02	c ERROR INTERRUPTED
1800.08/1803.05	s UNKNOWN
1800.08/1803.05	c 1803	CPU 2.7 (0.03 0.01 2.67 0.2)
1800.08/1803.05	c 1803	END Thu Jul  3 07:29:58 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-1056070-1215061195/watcher-1056070-1215061195 -o /tmp/evaluation-result-1056070-1215061195/solver-1056070-1215061195 -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-1056070-1215061195.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.01 2.00 4/81 7587
/proc/meminfo: memFree=863248/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=12268 CPUtime=0
/proc/7587/stat : 7587 (sugar) R 7585 7587 3019 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1535789888 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 266890607205 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/7587/statm: 3067 316 241 3 0 167 0

[startup+0.0506871 s]
/proc/loadavg: 2.05 2.01 2.00 4/81 7587
/proc/meminfo: memFree=863248/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=0.03
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1535789888 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7587/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101603 s]
/proc/loadavg: 2.05 2.01 2.00 4/81 7587
/proc/meminfo: memFree=863248/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=0.03
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1535789888 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7587/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301621 s]
/proc/loadavg: 2.05 2.01 2.00 4/81 7587
/proc/meminfo: memFree=863248/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=0.03
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1535789888 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7587/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701676 s]
/proc/loadavg: 2.05 2.01 2.00 4/81 7587
/proc/meminfo: memFree=863248/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=0.03
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1535789888 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7587/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50277 s]
/proc/loadavg: 2.12 2.03 2.01 4/92 7609
/proc/meminfo: memFree=855608/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=0.8
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 973 6682 0 1 3 0 73 4 15 0 1 0 1535789888 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7587/statm: 3400 797 370 3 0 500 0
[pid=7600] ppid=7587 vsize=5356 CPUtime=0
/proc/7600/stat : 7600 (sh) S 7587 7587 3019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1535789971 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7600/statm: 1339 233 193 169 0 50 0
[pid=7601] ppid=7600 vsize=868272 CPUtime=0.64
/proc/7601/stat : 7601 (java) S 7600 7587 3019 0 -1 0 5707 0 1 0 62 2 0 0 18 0 9 0 1535789972 889110528 5124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7601/statm: 217068 5124 1734 9 0 211643 0
[pid=7601/tid=7602] ppid=7600 vsize=868272 CPUtime=0.4
/proc/7601/task/7602/stat : 7602 (java) R 7600 7587 3019 0 -1 64 2661 0 1 0 39 1 0 0 22 0 9 0 1535789973 889110528 5124 996147200 134512640 134550740 4294955952 18446744073709551615 101444256 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7601/tid=7603] ppid=7600 vsize=868272 CPUtime=0.04
/proc/7601/task/7603/stat : 7603 (java) S 7600 7587 3019 0 -1 64 907 0 0 0 4 0 0 0 16 0 9 0 1535789974 889110528 5124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7601/tid=7604] ppid=7600 vsize=868272 CPUtime=0
/proc/7601/task/7604/stat : 7604 (java) S 7600 7587 3019 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1535789974 889110528 5124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7601/tid=7605] ppid=7600 vsize=868272 CPUtime=0
/proc/7601/task/7605/stat : 7605 (java) S 7600 7587 3019 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1535789974 889110528 5124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7601/tid=7606] ppid=7600 vsize=868272 CPUtime=0
/proc/7601/task/7606/stat : 7606 (java) S 7600 7587 3019 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535789976 889110528 5124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7601/tid=7607] ppid=7600 vsize=868272 CPUtime=0.17
/proc/7601/task/7607/stat : 7607 (java) S 7600 7587 3019 0 -1 64 1447 0 0 0 17 0 0 0 16 0 9 0 1535789976 889110528 5124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7601/tid=7608] ppid=7600 vsize=868272 CPUtime=0
/proc/7601/task/7608/stat : 7608 (java) S 7600 7587 3019 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1535789976 889110528 5124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7601/tid=7609] ppid=7600 vsize=868272 CPUtime=0
/proc/7601/task/7609/stat : 7609 (java) S 7600 7587 3019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535789976 889110528 5124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887228

[startup+3.10194 s]
/proc/loadavg: 2.12 2.03 2.01 3/92 7609
/proc/meminfo: memFree=840888/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=2.91
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 1032 14936 0 2 3 1 267 20 16 0 1 0 1535789888 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7587/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 13600

[startup+6.3023 s]
/proc/loadavg: 2.12 2.03 2.01 3/84 7611
/proc/meminfo: memFree=822520/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=2.91
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 1032 14936 0 2 3 1 267 20 16 0 1 0 1535789888 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7587/statm: 3400 798 370 3 0 500 0
[pid=7610] ppid=7587 vsize=5356 CPUtime=0
/proc/7610/stat : 7610 (sh) S 7587 7587 3019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535790185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7610/statm: 1339 232 193 169 0 50 0
[pid=7611] ppid=7610 vsize=28832 CPUtime=3.28
/proc/7611/stat : 7611 (minisat) R 7610 7587 3019 0 -1 4194304 6947 0 0 0 324 4 0 0 25 0 1 0 1535790186 29523968 6933 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/7611/statm: 7208 6933 76 150 0 7055 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 47788

[startup+12.703 s]
/proc/loadavg: 2.18 2.04 2.01 3/84 7611
/proc/meminfo: memFree=820344/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=2.91
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 1032 14936 0 2 3 1 267 20 16 0 1 0 1535789888 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7587/statm: 3400 798 370 3 0 500 0
[pid=7610] ppid=7587 vsize=5356 CPUtime=0
/proc/7610/stat : 7610 (sh) S 7587 7587 3019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535790185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7610/statm: 1339 232 193 169 0 50 0
[pid=7611] ppid=7610 vsize=30788 CPUtime=9.62
/proc/7611/stat : 7611 (minisat) R 7610 7587 3019 0 -1 4194304 7439 0 0 0 957 5 0 0 25 0 1 0 1535790186 31526912 7425 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/7611/statm: 7697 7425 76 150 0 7544 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 49744

[startup+25.5015 s]
/proc/loadavg: 2.15 2.04 2.01 3/84 7611
/proc/meminfo: memFree=817400/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=2.91
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 1032 14936 0 2 3 1 267 20 16 0 1 0 1535789888 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7587/statm: 3400 798 370 3 0 500 0
[pid=7610] ppid=7587 vsize=5356 CPUtime=0
/proc/7610/stat : 7610 (sh) S 7587 7587 3019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535790185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7610/statm: 1339 232 193 169 0 50 0
[pid=7611] ppid=7610 vsize=33804 CPUtime=22.29
/proc/7611/stat : 7611 (minisat) R 7610 7587 3019 0 -1 4194304 8194 0 0 0 2223 6 0 0 25 0 1 0 1535790186 34615296 8180 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7611/statm: 8451 8180 76 150 0 8298 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 52760

[startup+51.1013 s]
/proc/loadavg: 2.15 2.05 2.01 3/84 7611
/proc/meminfo: memFree=810552/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=2.91
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 1032 14936 0 2 3 1 267 20 16 0 1 0 1535789888 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7587/statm: 3400 798 370 3 0 500 0
[pid=7610] ppid=7587 vsize=5356 CPUtime=0
/proc/7610/stat : 7610 (sh) S 7587 7587 3019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535790185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7610/statm: 1339 232 193 169 0 50 0
[pid=7611] ppid=7610 vsize=40836 CPUtime=47.66
/proc/7611/stat : 7611 (minisat) R 7610 7587 3019 0 -1 4194304 9910 0 0 0 4757 9 0 0 25 0 1 0 1535790186 41816064 9896 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7611/statm: 10209 9896 76 150 0 10056 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 59792

[startup+102.306 s]
/proc/loadavg: 2.33 2.12 2.04 3/84 7617
/proc/meminfo: memFree=800696/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=2.91
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 1032 14936 0 2 3 1 267 20 16 0 1 0 1535789888 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7587/statm: 3400 798 370 3 0 500 0
[pid=7610] ppid=7587 vsize=5356 CPUtime=0
/proc/7610/stat : 7610 (sh) S 7587 7587 3019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535790185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7610/statm: 1339 232 193 169 0 50 0
[pid=7611] ppid=7610 vsize=50608 CPUtime=98.35
/proc/7611/stat : 7611 (minisat) R 7610 7587 3019 0 -1 4194304 12326 0 0 0 9824 11 0 0 25 0 1 0 1535790186 51822592 12312 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7611/statm: 12652 12312 76 150 0 12499 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 69564

[startup+162.302 s]
/proc/loadavg: 2.31 2.14 2.05 2/73 7620
/proc/meminfo: memFree=1413152/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=2.91
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 1032 14936 0 2 3 1 267 20 16 0 1 0 1535789888 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7587/statm: 3400 798 370 3 0 500 0
[pid=7610] ppid=7587 vsize=5356 CPUtime=0
/proc/7610/stat : 7610 (sh) S 7587 7587 3019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535790185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7610/statm: 1339 232 193 169 0 50 0
[pid=7611] ppid=7610 vsize=60776 CPUtime=157.79
/proc/7611/stat : 7611 (minisat) R 7610 7587 3019 0 -1 4194304 14930 0 0 0 15765 14 0 0 25 0 1 0 1535790186 62234624 14916 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7611/statm: 15194 14916 76 150 0 15041 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 79732

[startup+222.302 s]
/proc/loadavg: 2.34 2.17 2.06 3/83 7686
/proc/meminfo: memFree=1367040/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=2.91
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 1032 14936 0 2 3 1 267 20 16 0 1 0 1535789888 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7587/statm: 3400 798 370 3 0 500 0
[pid=7610] ppid=7587 vsize=5356 CPUtime=0
/proc/7610/stat : 7610 (sh) S 7587 7587 3019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535790185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7610/statm: 1339 232 193 169 0 50 0
[pid=7611] ppid=7610 vsize=72284 CPUtime=217.71
/proc/7611/stat : 7611 (minisat) R 7610 7587 3019 0 -1 4194304 17758 0 0 0 21753 18 0 0 25 0 1 0 1535790186 74018816 17744 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7611/statm: 18071 17744 76 150 0 17918 0
Current children cumulated CPU time (s) 220.62
Current children cumulated vsize (KiB) 91240

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

/proc/meminfo: memFree=1236416/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=2.91
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 1032 14936 0 2 3 1 267 20 16 0 1 0 1535789888 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7587/statm: 3400 798 370 3 0 500 0
[pid=7610] ppid=7587 vsize=5356 CPUtime=0
/proc/7610/stat : 7610 (sh) S 7587 7587 3019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535790185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7610/statm: 1339 232 193 169 0 50 0
[pid=7611] ppid=7610 vsize=203136 CPUtime=1296.85
/proc/7611/stat : 7611 (minisat) R 7610 7587 3019 0 -1 4194304 50193 0 0 0 129631 54 0 0 25 0 1 0 1535790186 208011264 50179 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7611/statm: 50784 50179 76 150 0 50631 0
Current children cumulated CPU time (s) 1299.76
Current children cumulated vsize (KiB) 222092

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7686
/proc/meminfo: memFree=1232128/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=2.91
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 1032 14936 0 2 3 1 267 20 16 0 1 0 1535789888 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7587/statm: 3400 798 370 3 0 500 0
[pid=7610] ppid=7587 vsize=5356 CPUtime=0
/proc/7610/stat : 7610 (sh) S 7587 7587 3019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535790185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7610/statm: 1339 232 193 169 0 50 0
[pid=7611] ppid=7610 vsize=207360 CPUtime=1356.8
/proc/7611/stat : 7611 (minisat) R 7610 7587 3019 0 -1 4194304 51274 0 0 0 135625 55 0 0 25 0 1 0 1535790186 212336640 51260 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7611/statm: 51840 51260 76 150 0 51687 0
Current children cumulated CPU time (s) 1359.71
Current children cumulated vsize (KiB) 226316

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7686
/proc/meminfo: memFree=1227200/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=2.91
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 1032 14936 0 2 3 1 267 20 16 0 1 0 1535789888 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7587/statm: 3400 798 370 3 0 500 0
[pid=7610] ppid=7587 vsize=5356 CPUtime=0
/proc/7610/stat : 7610 (sh) S 7587 7587 3019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535790185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7610/statm: 1339 232 193 169 0 50 0
[pid=7611] ppid=7610 vsize=212120 CPUtime=1416.76
/proc/7611/stat : 7611 (minisat) R 7610 7587 3019 0 -1 4194304 52474 0 0 0 141619 57 0 0 25 0 1 0 1535790186 217210880 52460 996147200 134512640 135127466 4294956272 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/7611/statm: 53030 52460 76 150 0 52877 0
Current children cumulated CPU time (s) 1419.67
Current children cumulated vsize (KiB) 231076

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7686
/proc/meminfo: memFree=1222272/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=2.91
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 1032 14936 0 2 3 1 267 20 16 0 1 0 1535789888 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7587/statm: 3400 798 370 3 0 500 0
[pid=7610] ppid=7587 vsize=5356 CPUtime=0
/proc/7610/stat : 7610 (sh) S 7587 7587 3019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535790185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7610/statm: 1339 232 193 169 0 50 0
[pid=7611] ppid=7610 vsize=217004 CPUtime=1476.71
/proc/7611/stat : 7611 (minisat) R 7610 7587 3019 0 -1 4194304 53713 0 0 0 147612 59 0 0 25 0 1 0 1535790186 222212096 53699 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7611/statm: 54251 53699 76 150 0 54098 0
Current children cumulated CPU time (s) 1479.62
Current children cumulated vsize (KiB) 235960

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7686
/proc/meminfo: memFree=1218048/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=2.91
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 1032 14936 0 2 3 1 267 20 16 0 1 0 1535789888 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7587/statm: 3400 798 370 3 0 500 0
[pid=7610] ppid=7587 vsize=5356 CPUtime=0
/proc/7610/stat : 7610 (sh) S 7587 7587 3019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535790185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7610/statm: 1339 232 193 169 0 50 0
[pid=7611] ppid=7610 vsize=221128 CPUtime=1536.65
/proc/7611/stat : 7611 (minisat) R 7610 7587 3019 0 -1 4194304 54742 0 0 0 153605 60 0 0 25 0 1 0 1535790186 226435072 54728 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/7611/statm: 55282 54728 76 150 0 55129 0
Current children cumulated CPU time (s) 1539.56
Current children cumulated vsize (KiB) 240084

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7686
/proc/meminfo: memFree=1214336/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=2.91
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 1032 14936 0 2 3 1 267 20 16 0 1 0 1535789888 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7587/statm: 3400 798 370 3 0 500 0
[pid=7610] ppid=7587 vsize=5356 CPUtime=0
/proc/7610/stat : 7610 (sh) S 7587 7587 3019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535790185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7610/statm: 1339 232 193 169 0 50 0
[pid=7611] ppid=7610 vsize=224824 CPUtime=1596.61
/proc/7611/stat : 7611 (minisat) R 7610 7587 3019 0 -1 4194304 55684 0 0 0 159600 61 0 0 25 0 1 0 1535790186 230219776 55670 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7611/statm: 56206 55670 76 150 0 56053 0
Current children cumulated CPU time (s) 1599.52
Current children cumulated vsize (KiB) 243780

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7686
/proc/meminfo: memFree=1209536/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=2.91
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 1032 14936 0 2 3 1 267 20 16 0 1 0 1535789888 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7587/statm: 3400 798 370 3 0 500 0
[pid=7610] ppid=7587 vsize=5356 CPUtime=0
/proc/7610/stat : 7610 (sh) S 7587 7587 3019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535790185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7610/statm: 1339 232 193 169 0 50 0
[pid=7611] ppid=7610 vsize=229484 CPUtime=1656.56
/proc/7611/stat : 7611 (minisat) R 7610 7587 3019 0 -1 4194304 56878 0 0 0 165594 62 0 0 25 0 1 0 1535790186 234991616 56864 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7611/statm: 57371 56864 76 150 0 57218 0
Current children cumulated CPU time (s) 1659.47
Current children cumulated vsize (KiB) 248440

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7686
/proc/meminfo: memFree=1204160/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=2.91
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 1032 14936 0 2 3 1 267 20 16 0 1 0 1535789888 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7587/statm: 3400 798 370 3 0 500 0
[pid=7610] ppid=7587 vsize=5356 CPUtime=0
/proc/7610/stat : 7610 (sh) S 7587 7587 3019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535790185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7610/statm: 1339 232 193 169 0 50 0
[pid=7611] ppid=7610 vsize=234896 CPUtime=1716.52
/proc/7611/stat : 7611 (minisat) R 7610 7587 3019 0 -1 4194304 58234 0 0 0 171588 64 0 0 25 0 1 0 1535790186 240533504 58220 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7611/statm: 58724 58220 76 150 0 58571 0
Current children cumulated CPU time (s) 1719.43
Current children cumulated vsize (KiB) 253852

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7686
/proc/meminfo: memFree=1199040/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=2.91
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 1032 14936 0 2 3 1 267 20 16 0 1 0 1535789888 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7587/statm: 3400 798 370 3 0 500 0
[pid=7610] ppid=7587 vsize=5356 CPUtime=0
/proc/7610/stat : 7610 (sh) S 7587 7587 3019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535790185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7610/statm: 1339 232 193 169 0 50 0
[pid=7611] ppid=7610 vsize=239784 CPUtime=1776.47
/proc/7611/stat : 7611 (minisat) R 7610 7587 3019 0 -1 4194304 59474 0 0 0 177582 65 0 0 25 0 1 0 1535790186 245538816 59460 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7611/statm: 59946 59460 76 150 0 59793 0
Current children cumulated CPU time (s) 1779.38
Current children cumulated vsize (KiB) 258740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7686
/proc/meminfo: memFree=1197504/2055920 swapFree=4110796/4192956
[pid=7587] ppid=7585 vsize=13600 CPUtime=2.91
/proc/7587/stat : 7587 (sugar) S 7585 7587 3019 0 -1 4194304 1032 14936 0 2 3 1 267 20 16 0 1 0 1535789888 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7587/statm: 3400 798 370 3 0 500 0
[pid=7610] ppid=7587 vsize=5356 CPUtime=0
/proc/7610/stat : 7610 (sh) S 7587 7587 3019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535790185 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7610/statm: 1339 232 193 169 0 50 0
[pid=7611] ppid=7610 vsize=241368 CPUtime=1797.17
/proc/7611/stat : 7611 (minisat) R 7610 7587 3019 0 -1 4194304 59856 0 0 0 179651 66 0 0 25 0 1 0 1535790186 247160832 59842 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7611/statm: 60342 59842 76 150 0 60189 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 260324

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7587 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=715587
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=223965
# CPU time returned by wait4() is 2.93955
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.05
CPU time (s): 1800.08
CPU user time (s): 1799.21
CPU system time (s): 0.87
CPU usage (%): 99.8351
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.71559
system time used= 0.223965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16312
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= 4261
involuntary context switches= 4153

runsolver used 2.08368 second user time and 5.16021 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-03 06:59:55
IDJOB=1056070
IDBENCH=57397
IDSOLVER=346
FILE ID=node38/1056070-1215061195
PBS_JOBID= 7875098
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/queenAttacking/normalized-queenAttacking-9.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-1056070-1215061195/watcher-1056070-1215061195 -o /tmp/evaluation-result-1056070-1215061195/solver-1056070-1215061195 -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-1056070-1215061195.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 87a3523ef2aacb9925cbe2e7c09e1eed
RANDOM SEED=1659480590

node38.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.223
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.223
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:        863728 kB
Buffers:         68476 kB
Cached:         327400 kB
SwapCached:      76452 kB
Active:         840272 kB
Inactive:       270976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        863728 kB
SwapTotal:     4192956 kB
SwapFree:      4110796 kB
Dirty:            1644 kB
Writeback:           0 kB
Mapped:         731180 kB
Slab:            64432 kB
Committed_AS:  3446280 kB
PageTables:       3452 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 node38 at 2008-07-03 07:30:00