Trace number 1069882

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.01 1810.72

General information on the benchmark

Namecsp/pseudoGLB/
normalized-army12-21ls.xml
MD5SUMbcf6a90e231740a3c5625744952db39f
Bench CategoryGLOBAL (global constraints)
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 variables428
Number of constraints644
Maximum constraint arity144
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(644)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 11:01:52 2008
0.00/0.05	c 0	PID 21811
0.00/0.05	c 0	HOST node55.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1069882-1215162112.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-1069882-1215162112.xml' 'HOME/temp.csp'
0.04/0.60	c 1	1 domains, 428 variables, 0 predicates, 0 relations, 644 constraints
0.04/0.64	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.64	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.58/0.72	c 1	Parsing HOME/temp.csp
0.58/0.94	c 1	parsed 1073 expressions
0.58/0.94	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.58/0.94	c 1	Converting to clausal form CSP
0.58/0.96	c 1	converted 108 (10%) expressions
0.58/0.96	c 1	converted 215 (20%) expressions
0.58/0.97	c 1	converted 322 (30%) expressions
0.58/0.98	c 1	converted 430 (40%) expressions
0.92/1.01	c 1	converted 537 (50%) expressions
0.92/1.03	c 1	converted 644 (60%) expressions
0.92/1.06	c 1	converted 752 (70%) expressions
0.92/1.09	c 1	converted 859 (80%) expressions
1.02/1.11	c 1	converted 966 (90%) expressions
1.11/1.29	c 2	converted 1073 (100%) expressions
1.11/1.29	c 2	CSP : 1436 integers, 0 booleans, 2660 clauses, largest domain size 73
1.11/1.29	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.29	c 2	Propagation in CSP
1.20/1.33	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.20/1.33	c 2	CSP : 1436 integers, 0 booleans, 2660 clauses, largest domain size 73
1.20/1.33	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.33	c 2	Simplifing CSP by introducing new Boolean variables
1.20/1.34	c 2	CSP : 1436 integers, 0 booleans, 2660 clauses, largest domain size 73
1.20/1.34	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.37	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.20/1.38	c 2	144 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.20/1.38	c 2	288 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.20/1.38	c 2	431 (30%) CSP integer variables are encoded (4 clauses, 108 bytes)
1.20/1.39	c 2	575 (40%) CSP integer variables are encoded (317 clauses, 3551 bytes)
1.20/1.39	c 2	718 (50%) CSP integer variables are encoded (642 clauses, 7627 bytes)
1.20/1.39	c 2	862 (60%) CSP integer variables are encoded (968 clauses, 11865 bytes)
1.20/1.40	c 2	1006 (70%) CSP integer variables are encoded (1295 clauses, 16116 bytes)
1.20/1.40	c 2	1149 (80%) CSP integer variables are encoded (1620 clauses, 20341 bytes)
1.31/1.40	c 2	1293 (90%) CSP integer variables are encoded (2311 clauses, 29324 bytes)
1.31/1.40	c 2	1436 (100%) CSP integer variables are encoded (3136 clauses, 40049 bytes)
1.31/1.42	c 2	266 (10%) CSP clauses are encoded (3474 clauses, 43445 bytes)
1.31/1.44	c 2	532 (20%) CSP clauses are encoded (4526 clauses, 54777 bytes)
1.41/1.54	c 2	798 (30%) CSP clauses are encoded (5852 clauses, 72987 bytes)
1.41/1.55	c 2	1064 (40%) CSP clauses are encoded (7484 clauses, 95586 bytes)
1.41/1.56	c 2	1330 (50%) CSP clauses are encoded (9184 clauses, 121466 bytes)
1.41/1.57	c 2	1596 (60%) CSP clauses are encoded (10862 clauses, 146973 bytes)
1.41/1.57	c 2	1862 (70%) CSP clauses are encoded (12526 clauses, 172145 bytes)
1.41/1.58	c 2	2128 (80%) CSP clauses are encoded (14444 clauses, 202030 bytes)
1.51/1.60	c 2	2394 (90%) CSP clauses are encoded (26148 clauses, 408321 bytes)
1.51/1.62	c 2	2660 (100%) CSP clauses are encoded (38044 clauses, 618014 bytes)
1.51/1.63	c 2	2660 CSP clauses encoded
1.51/1.63	c 2	Writing map file : HOME/temp.map
1.51/1.64	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.64	c 2	SAT : 4572 SAT variables, 38044 SAT clauses, 618014 bytes
1.51/1.64	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.69	c 2	SOLVING HOME/temp.cnf
1.51/1.69	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.51/1.69	c 2	This is MiniSat 2.0 beta
1.51/1.69	c 2	WARNING: for repeatability, setting FPU to use double precision
1.51/1.69	c 2	============================[ Problem Statistics ]=============================
1.51/1.70	c 2	|                                                                             |
1.51/1.70	c 2	|  Number of variables:  4572                                                 |
1.51/1.70	c 2	|  Number of clauses:    38044                                                |
1.56/1.72	c 2	|  Parsing time:         0.02         s                                       |
1.56/1.72	c 2	============================[ Search Statistics ]==============================
1.56/1.72	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.56/1.72	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.56/1.72	c 2	===============================================================================
1.56/1.72	c 2	|         0 |    4572    38044   101448 |    12681        0    nan |  0.000 % |
1.56/1.73	c 2	|       100 |    4572    38044   101448 |    13949      100     33 |  0.003 % |
1.56/1.76	c 2	|       251 |    4572    38044   101448 |    15344      251     36 |  0.000 % |
1.56/1.80	c 2	|       478 |    4572    38044   101448 |    16878      478     35 |  0.003 % |
1.56/1.85	c 2	|       817 |    4572    38044   101448 |    18566      817     41 |  0.001 % |
1.56/1.94	c 2	|      1324 |    4572    38044   101448 |    20423     1324     43 |  0.000 % |
1.56/2.07	c 2	|      2083 |    4572    38044   101448 |    22465     2083     44 |  0.000 % |
2.14/2.31	c 3	|      3225 |    4572    38044   101448 |    24712     3225     44 |  0.000 % |
2.44/2.61	c 3	|      4933 |    4572    38044   101448 |    27183     4933     44 |  0.001 % |
3.04/3.27	c 4	|      7495 |    4572    38044   101448 |    29901     7495     41 |  0.000 % |
4.13/4.33	c 5	|     11339 |    4572    38044   101448 |    32892    11339     39 |  0.000 % |
6.30/6.52	c 7	|     17106 |    4572    38044   101448 |    36181    17106     44 |  0.000 % |
10.06/10.30	c 11	|     25756 |    4572    38044   101448 |    39799    25756     45 |  0.001 % |
17.99/18.31	c 19	|     38731 |    4572    38044   101448 |    43779    38731     47 |  0.000 % |
28.49/28.95	c 29	|     58196 |    4572    38044   101448 |    48157    25142     40 |  0.000 % |
46.22/46.82	c 47	|     87390 |    4572    38044   101448 |    52973    17645     45 |  0.003 % |
77.61/78.56	c 79	|    131179 |    4572    38044   101448 |    58270    19853     57 |  0.000 % |
132.80/134.26	c 135	|    196863 |    4569    38029   101414 |    64097    39364     37 |  0.066 % |
222.94/225.26	c 226	|    295391 |    4569    38029   101414 |    70507    35785     45 |  0.066 % |
375.09/378.83	c 379	|    443180 |    4569    38029   101414 |    77557    70260     53 |  0.066 % |
600.25/606.19	c 607	|    664863 |    4569    38029   101414 |    85313    44601     61 |  0.068 % |
988.96/998.59	c 999	|    997389 |    4569    38029   101414 |    93845    27406     44 |  0.066 % |
1504.54/1515.17	c 1516	|   1496177 |    4566    38014   101380 |   103229    55836     48 |  0.131 % |
1800.01/1810.71	c 1811	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1810.71	c 1811	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.01/1810.71	c ERROR INTERRUPTED
1800.01/1810.71	s UNKNOWN
1800.01/1810.71	c 1811	CPU 1.46 (0.03 0.01 1.43 0.1)
1800.01/1810.71	c 1811	END Fri Jul  4 11:32:03 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-1069882-1215162112/watcher-1069882-1215162112 -o /tmp/evaluation-result-1069882-1215162112/solver-1069882-1215162112 -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-1069882-1215162112.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.99 1.98 1.99 4/72 21811
/proc/meminfo: memFree=1708040/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=12268 CPUtime=0
/proc/21811/stat : 21811 (sugar) R 21809 21811 21455 0 -1 4194304 348 0 0 0 0 0 0 0 24 0 1 0 1545878045 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 248761776741 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/21811/statm: 3067 316 241 3 0 167 0

[startup+0.0796979 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 21811
/proc/meminfo: memFree=1708040/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=0.04
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1545878045 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21811/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.103451 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 21811
/proc/meminfo: memFree=1708040/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=0.04
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1545878045 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21811/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302784 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 21811
/proc/meminfo: memFree=1708040/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=0.04
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1545878045 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21811/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701857 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 21811
/proc/meminfo: memFree=1708040/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=0.58
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 956 4848 0 1 3 1 51 3 16 0 1 0 1545878045 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21811/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13600

[startup+1.50299 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 21833
/proc/meminfo: memFree=1698928/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=0.58
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 974 4848 0 1 3 1 51 3 15 0 1 0 1545878045 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21811/statm: 3400 797 370 3 0 500 0
[pid=21824] ppid=21811 vsize=5356 CPUtime=0
/proc/21824/stat : 21824 (sh) S 21811 21811 21455 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545878110 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21824/statm: 1339 233 193 169 0 50 0
[pid=21825] ppid=21824 vsize=868384 CPUtime=0.83
/proc/21825/stat : 21825 (java) S 21824 21811 21455 0 -1 0 6666 0 1 0 79 4 0 0 18 0 9 0 1545878110 889225216 5901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21825/statm: 217096 5901 2563 9 0 211643 0
[pid=21825/tid=21826] ppid=21824 vsize=868384 CPUtime=0.5
/proc/21825/task/21826/stat : 21826 (java) R 21824 21811 21455 0 -1 64 2708 0 1 0 48 2 0 0 18 0 9 0 1545878111 889225216 5901 996147200 134512640 134550740 4294955952 18446744073709551615 4126581969 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21825/tid=21827] ppid=21824 vsize=868384 CPUtime=0.06
/proc/21825/task/21827/stat : 21827 (java) S 21824 21811 21455 0 -1 64 1781 0 0 0 6 0 0 0 16 0 9 0 1545878112 889225216 5901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21825/tid=21828] ppid=21824 vsize=868384 CPUtime=0
/proc/21825/task/21828/stat : 21828 (java) S 21824 21811 21455 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1545878112 889225216 5901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21825/tid=21829] ppid=21824 vsize=868384 CPUtime=0
/proc/21825/task/21829/stat : 21829 (java) S 21824 21811 21455 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1545878112 889225216 5901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21825/tid=21830] ppid=21824 vsize=868384 CPUtime=0
/proc/21825/task/21830/stat : 21830 (java) S 21824 21811 21455 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1545878114 889225216 5901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21825/tid=21831] ppid=21824 vsize=868384 CPUtime=0.23
/proc/21825/task/21831/stat : 21831 (java) S 21824 21811 21455 0 -1 64 1484 0 0 0 23 0 0 0 16 0 9 0 1545878114 889225216 5901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21825/tid=21832] ppid=21824 vsize=868384 CPUtime=0
/proc/21825/task/21832/stat : 21832 (java) S 21824 21811 21455 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545878114 889225216 5901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21825/tid=21833] ppid=21824 vsize=868384 CPUtime=0
/proc/21825/task/21833/stat : 21833 (java) S 21824 21811 21455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545878115 889225216 5901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887340

[startup+3.10127 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 21835
/proc/meminfo: memFree=1702064/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=1.56
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 1033 11845 0 2 3 1 143 9 15 0 1 0 1545878045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21811/statm: 3400 799 370 3 0 500 0
[pid=21834] ppid=21811 vsize=5356 CPUtime=0
/proc/21834/stat : 21834 (sh) S 21811 21811 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545878215 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21834/statm: 1339 232 193 169 0 50 0
[pid=21835] ppid=21834 vsize=5016 CPUtime=1.38
/proc/21835/stat : 21835 (minisat) R 21834 21811 21455 0 -1 4194304 1064 0 0 0 138 0 0 0 25 0 1 0 1545878215 5136384 1050 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/21835/statm: 1254 1050 75 150 0 1101 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 23972

[startup+6.30182 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 21835
/proc/meminfo: memFree=1699376/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=1.56
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 1033 11845 0 2 3 1 143 9 16 0 1 0 1545878045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21811/statm: 3400 799 370 3 0 500 0
[pid=21834] ppid=21811 vsize=5356 CPUtime=0
/proc/21834/stat : 21834 (sh) S 21811 21811 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545878215 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21834/statm: 1339 232 193 169 0 50 0
[pid=21835] ppid=21834 vsize=7268 CPUtime=4.54
/proc/21835/stat : 21835 (minisat) R 21834 21811 21455 0 -1 4194304 1614 0 0 0 454 0 0 0 25 0 1 0 1545878215 7442432 1600 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21835/statm: 1817 1600 75 150 0 1664 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 26224

[startup+12.7019 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 21835
/proc/meminfo: memFree=1695792/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=1.56
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 1033 11845 0 2 3 1 143 9 16 0 1 0 1545878045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21811/statm: 3400 799 370 3 0 500 0
[pid=21834] ppid=21811 vsize=5356 CPUtime=0
/proc/21834/stat : 21834 (sh) S 21811 21811 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545878215 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21834/statm: 1339 232 193 169 0 50 0
[pid=21835] ppid=21834 vsize=10468 CPUtime=10.89
/proc/21835/stat : 21835 (minisat) R 21834 21811 21455 0 -1 4194304 2418 0 0 0 1087 2 0 0 25 0 1 0 1545878215 10719232 2404 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21835/statm: 2617 2404 75 150 0 2464 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 29424

[startup+25.5021 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 21835
/proc/meminfo: memFree=1692208/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=1.56
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 1033 11845 0 2 3 1 143 9 16 0 1 0 1545878045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21811/statm: 3400 799 370 3 0 500 0
[pid=21834] ppid=21811 vsize=5356 CPUtime=0
/proc/21834/stat : 21834 (sh) S 21811 21811 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545878215 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21834/statm: 1339 232 193 169 0 50 0
[pid=21835] ppid=21834 vsize=13852 CPUtime=23.56
/proc/21835/stat : 21835 (minisat) R 21834 21811 21455 0 -1 4194304 3264 0 0 0 2353 3 0 0 25 0 1 0 1545878215 14184448 3250 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/21835/statm: 3463 3250 75 150 0 3310 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 32808

[startup+51.1015 s]
/proc/loadavg: 2.06 2.00 2.00 3/75 21835
/proc/meminfo: memFree=1690672/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=1.56
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 1033 11845 0 2 3 1 143 9 16 0 1 0 1545878045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21811/statm: 3400 799 370 3 0 500 0
[pid=21834] ppid=21811 vsize=5356 CPUtime=0
/proc/21834/stat : 21834 (sh) S 21811 21811 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545878215 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21834/statm: 1339 232 193 169 0 50 0
[pid=21835] ppid=21834 vsize=15472 CPUtime=48.92
/proc/21835/stat : 21835 (minisat) R 21834 21811 21455 0 -1 4194304 3650 0 0 0 4888 4 0 0 25 0 1 0 1545878215 15843328 3636 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21835/statm: 3868 3636 75 150 0 3715 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 34428

[startup+102.306 s]
/proc/loadavg: 2.02 2.00 2.00 3/75 21835
/proc/meminfo: memFree=1685808/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=1.56
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 1033 11845 0 2 3 1 143 9 16 0 1 0 1545878045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21811/statm: 3400 799 370 3 0 500 0
[pid=21834] ppid=21811 vsize=5356 CPUtime=0
/proc/21834/stat : 21834 (sh) S 21811 21811 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545878215 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21834/statm: 1339 232 193 169 0 50 0
[pid=21835] ppid=21834 vsize=20092 CPUtime=99.63
/proc/21835/stat : 21835 (minisat) R 21834 21811 21455 0 -1 4194304 4814 0 0 0 9958 5 0 0 25 0 1 0 1545878215 20574208 4800 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/21835/statm: 5023 4800 75 150 0 4870 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 39048

[startup+162.303 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 21835
/proc/meminfo: memFree=1685808/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=1.56
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 1033 11845 0 2 3 1 143 9 16 0 1 0 1545878045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21811/statm: 3400 799 370 3 0 500 0
[pid=21834] ppid=21811 vsize=5356 CPUtime=0
/proc/21834/stat : 21834 (sh) S 21811 21811 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545878215 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21834/statm: 1339 232 193 169 0 50 0
[pid=21835] ppid=21834 vsize=20212 CPUtime=159.07
/proc/21835/stat : 21835 (minisat) R 21834 21811 21455 0 -1 4194304 4825 0 0 0 15901 6 0 0 25 0 1 0 1545878215 20697088 4811 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/21835/statm: 5053 4811 75 150 0 4900 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 39168

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21835
/proc/meminfo: memFree=1683696/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=1.56
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 1033 11845 0 2 3 1 143 9 16 0 1 0 1545878045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21811/statm: 3400 799 370 3 0 500 0
[pid=21834] ppid=21811 vsize=5356 CPUtime=0
/proc/21834/stat : 21834 (sh) S 21811 21811 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545878215 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1736048/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=1.56
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 1033 11845 0 2 3 1 143 9 16 0 1 0 1545878045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21811/statm: 3400 799 370 3 0 500 0
[pid=21834] ppid=21811 vsize=5356 CPUtime=0
/proc/21834/stat : 21834 (sh) S 21811 21811 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545878215 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21834/statm: 1339 232 193 169 0 50 0
[pid=21835] ppid=21834 vsize=41268 CPUtime=1350.25
/proc/21835/stat : 21835 (minisat) R 21834 21811 21455 0 -1 4194304 9972 0 0 0 135012 13 0 0 25 0 1 0 1545878215 42258432 9958 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21835/statm: 10317 9958 75 150 0 10164 0
Current children cumulated CPU time (s) 1351.81
Current children cumulated vsize (KiB) 60224

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 21863
/proc/meminfo: memFree=1735664/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=1.56
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 1033 11845 0 2 3 1 143 9 16 0 1 0 1545878045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21811/statm: 3400 799 370 3 0 500 0
[pid=21834] ppid=21811 vsize=5356 CPUtime=0
/proc/21834/stat : 21834 (sh) S 21811 21811 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545878215 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21834/statm: 1339 232 193 169 0 50 0
[pid=21835] ppid=21834 vsize=41620 CPUtime=1410.23
/proc/21835/stat : 21835 (minisat) R 21834 21811 21455 0 -1 4194304 10058 0 0 0 141010 13 0 0 25 0 1 0 1545878215 42618880 10044 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/21835/statm: 10405 10044 75 150 0 10252 0
Current children cumulated CPU time (s) 1411.79
Current children cumulated vsize (KiB) 60576

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 21863
/proc/meminfo: memFree=1735536/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=1.56
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 1033 11845 0 2 3 1 143 9 16 0 1 0 1545878045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21811/statm: 3400 799 370 3 0 500 0
[pid=21834] ppid=21811 vsize=5356 CPUtime=0
/proc/21834/stat : 21834 (sh) S 21811 21811 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545878215 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21834/statm: 1339 232 193 169 0 50 0
[pid=21835] ppid=21834 vsize=41764 CPUtime=1470.2
/proc/21835/stat : 21835 (minisat) R 21834 21811 21455 0 -1 4194304 10070 0 0 0 147007 13 0 0 25 0 1 0 1545878215 42766336 10056 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21835/statm: 10441 10056 75 150 0 10288 0
Current children cumulated CPU time (s) 1471.76
Current children cumulated vsize (KiB) 60720

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 21863
/proc/meminfo: memFree=1735536/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=1.56
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 1033 11845 0 2 3 1 143 9 16 0 1 0 1545878045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21811/statm: 3400 799 370 3 0 500 0
[pid=21834] ppid=21811 vsize=5356 CPUtime=0
/proc/21834/stat : 21834 (sh) S 21811 21811 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545878215 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21834/statm: 1339 232 193 169 0 50 0
[pid=21835] ppid=21834 vsize=41764 CPUtime=1530.17
/proc/21835/stat : 21835 (minisat) R 21834 21811 21455 0 -1 4194304 10071 0 0 0 153004 13 0 0 25 0 1 0 1545878215 42766336 10057 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21835/statm: 10441 10057 75 150 0 10288 0
Current children cumulated CPU time (s) 1531.73
Current children cumulated vsize (KiB) 60720

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21863
/proc/meminfo: memFree=1735408/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=1.56
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 1033 11845 0 2 3 1 143 9 16 0 1 0 1545878045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21811/statm: 3400 799 370 3 0 500 0
[pid=21834] ppid=21811 vsize=5356 CPUtime=0
/proc/21834/stat : 21834 (sh) S 21811 21811 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545878215 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21834/statm: 1339 232 193 169 0 50 0
[pid=21835] ppid=21834 vsize=41764 CPUtime=1590.15
/proc/21835/stat : 21835 (minisat) R 21834 21811 21455 0 -1 4194304 10095 0 0 0 159001 14 0 0 25 0 1 0 1545878215 42766336 10081 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21835/statm: 10441 10081 75 150 0 10288 0
Current children cumulated CPU time (s) 1591.71
Current children cumulated vsize (KiB) 60720

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21864
/proc/meminfo: memFree=1735088/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=1.56
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 1033 11845 0 2 3 1 143 9 16 0 1 0 1545878045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21811/statm: 3400 799 370 3 0 500 0
[pid=21834] ppid=21811 vsize=5356 CPUtime=0
/proc/21834/stat : 21834 (sh) S 21811 21811 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545878215 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21834/statm: 1339 232 193 169 0 50 0
[pid=21835] ppid=21834 vsize=42056 CPUtime=1650.11
/proc/21835/stat : 21835 (minisat) R 21834 21811 21455 0 -1 4194304 10144 0 0 0 164997 14 0 0 25 0 1 0 1545878215 43065344 10130 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/21835/statm: 10514 10130 75 150 0 10361 0
Current children cumulated CPU time (s) 1651.67
Current children cumulated vsize (KiB) 61012

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21865
/proc/meminfo: memFree=1734896/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=1.56
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 1033 11845 0 2 3 1 143 9 16 0 1 0 1545878045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21811/statm: 3400 799 370 3 0 500 0
[pid=21834] ppid=21811 vsize=5356 CPUtime=0
/proc/21834/stat : 21834 (sh) S 21811 21811 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545878215 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21834/statm: 1339 232 193 169 0 50 0
[pid=21835] ppid=21834 vsize=42240 CPUtime=1710.09
/proc/21835/stat : 21835 (minisat) R 21834 21811 21455 0 -1 4194304 10204 0 0 0 170995 14 0 0 25 0 1 0 1545878215 43253760 10190 996147200 134512640 135127466 4294956256 18446744073709551615 134528352 0 0 4096 3 0 0 0 17 0 0 0
/proc/21835/statm: 10560 10190 75 150 0 10407 0
Current children cumulated CPU time (s) 1711.65
Current children cumulated vsize (KiB) 61196

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21865
/proc/meminfo: memFree=1734704/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=1.56
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 1033 11845 0 2 3 1 143 9 16 0 1 0 1545878045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21811/statm: 3400 799 370 3 0 500 0
[pid=21834] ppid=21811 vsize=5356 CPUtime=0
/proc/21834/stat : 21834 (sh) S 21811 21811 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545878215 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21834/statm: 1339 232 193 169 0 50 0
[pid=21835] ppid=21834 vsize=42408 CPUtime=1770.06
/proc/21835/stat : 21835 (minisat) R 21834 21811 21455 0 -1 4194304 10245 0 0 0 176992 14 0 0 25 0 1 0 1545878215 43425792 10231 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/21835/statm: 10602 10231 75 150 0 10449 0
Current children cumulated CPU time (s) 1771.62
Current children cumulated vsize (KiB) 61364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21865
/proc/meminfo: memFree=1734512/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=1.56
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 1033 11845 0 2 3 1 143 9 16 0 1 0 1545878045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21811/statm: 3400 799 370 3 0 500 0
[pid=21834] ppid=21811 vsize=5356 CPUtime=0
/proc/21834/stat : 21834 (sh) S 21811 21811 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545878215 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21834/statm: 1339 232 193 169 0 50 0
[pid=21835] ppid=21834 vsize=42564 CPUtime=1798.45
/proc/21835/stat : 21835 (minisat) R 21834 21811 21455 0 -1 4194304 10279 0 0 0 179831 14 0 0 25 0 1 0 1545878215 43585536 10265 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21835/statm: 10641 10265 75 150 0 10488 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 61520

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

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

[startup+1810.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21865
/proc/meminfo: memFree=1734512/2055920 swapFree=4180408/4192956
[pid=21811] ppid=21809 vsize=13600 CPUtime=1.56
/proc/21811/stat : 21811 (sugar) S 21809 21811 21455 0 -1 4194304 1033 11845 0 2 3 1 143 9 16 0 1 0 1545878045 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21811/statm: 3400 799 370 3 0 500 0
[pid=21834] ppid=21811 vsize=5356 CPUtime=0
/proc/21834/stat : 21834 (sh) S 21811 21811 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545878215 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21834/statm: 1339 232 193 169 0 50 0
[pid=21835] ppid=21834 vsize=42564 CPUtime=1798.45
/proc/21835/stat : 21835 (minisat) R 21834 21811 21455 0 -1 4194304 10279 0 0 0 179831 14 0 0 25 0 1 0 1545878215 43585536 10265 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21835/statm: 10641 10265 75 150 0 10488 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 61520

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21811 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=476775
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=118981
# CPU time returned by wait4() is 1.59576
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.72
CPU time (s): 1800.01
CPU user time (s): 1799.77
CPU system time (s): 0.24
CPU usage (%): 99.4085
Max. virtual memory (cumulated for all children) (KiB): 887340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.47677
system time used= 0.118981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13306
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= 2119
involuntary context switches= 1963

runsolver used 2.04069 second user time and 5.55715 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-04 11:01:52
IDJOB=1069882
IDBENCH=55735
IDSOLVER=346
FILE ID=node55/1069882-1215162112
PBS_JOBID= 7881448
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-army12-21ls.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-1069882-1215162112/watcher-1069882-1215162112 -o /tmp/evaluation-result-1069882-1215162112/solver-1069882-1215162112 -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-1069882-1215162112.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bcf6a90e231740a3c5625744952db39f
RANDOM SEED=1093057307

node55.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.261
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.261
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:       1708520 kB
Buffers:         53220 kB
Cached:         160568 kB
SwapCached:       6804 kB
Active:         202676 kB
Inactive:        89952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1708520 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            1520 kB
Writeback:           0 kB
Mapped:          85952 kB
Slab:            40088 kB
Committed_AS:  3060484 kB
PageTables:       1828 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= 66556 MiB
End job on node55 at 2008-07-04 11:32:05