Trace number 1070554

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 1810.63

General information on the benchmark

Namecsp/pseudoGLB/
normalized-fpga25-24-sat-pb-cnf-cr.xml
MD5SUMf1ced7a635586944d4b306941e0035bc
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.99739
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints673
Maximum constraint arity25
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(673)

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 12:02:20 2008
0.00/0.04	c 0	PID 21955
0.00/0.05	c 0	HOST node55.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1070554-1215165740.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-1070554-1215165740.xml' 'HOME/temp.csp'
0.03/0.82	c 0	1 domains, 900 variables, 0 predicates, 0 relations, 673 constraints
0.03/0.83	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.78/0.91	c 1	Parsing HOME/temp.csp
1.02/1.19	c 1	parsed 1574 expressions
1.02/1.19	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.19	c 1	Converting to clausal form CSP
1.11/1.22	c 1	converted 158 (10%) expressions
1.11/1.22	c 1	converted 315 (20%) expressions
1.11/1.23	c 1	converted 473 (30%) expressions
1.11/1.23	c 1	converted 630 (40%) expressions
1.11/1.23	c 1	converted 787 (50%) expressions
1.31/1.44	c 1	converted 945 (60%) expressions
1.52/1.62	c 1	converted 1102 (70%) expressions
1.61/1.72	c 1	converted 1260 (80%) expressions
1.71/1.88	c 1	converted 1417 (90%) expressions
1.91/2.02	c 2	converted 1574 (100%) expressions
1.91/2.02	c 2	CSP : 8854 integers, 0 booleans, 16581 clauses, largest domain size 14
1.91/2.02	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.91/2.02	c 2	Propagation in CSP
2.01/2.18	c 2	2214 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.01/2.19	c 2	CSP : 8854 integers, 0 booleans, 16581 clauses, largest domain size 14
2.01/2.19	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.20	c 2	Simplifing CSP by introducing new Boolean variables
2.11/2.21	c 2	CSP : 8854 integers, 0 booleans, 16581 clauses, largest domain size 14
2.11/2.21	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.11/2.29	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.20/2.31	c 2	886 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.20/2.32	c 2	1771 (20%) CSP integer variables are encoded (1705 clauses, 22229 bytes)
2.20/2.32	c 2	2657 (30%) CSP integer variables are encoded (3718 clauses, 48398 bytes)
2.20/2.33	c 2	3542 (40%) CSP integer variables are encoded (5730 clauses, 74554 bytes)
2.20/2.33	c 2	4427 (50%) CSP integer variables are encoded (7742 clauses, 103725 bytes)
2.20/2.34	c 2	5313 (60%) CSP integer variables are encoded (9755 clauses, 133920 bytes)
2.20/2.35	c 2	6198 (70%) CSP integer variables are encoded (11767 clauses, 164100 bytes)
2.20/2.35	c 2	7084 (80%) CSP integer variables are encoded (13780 clauses, 194295 bytes)
2.20/2.36	c 2	7969 (90%) CSP integer variables are encoded (15000 clauses, 212595 bytes)
2.20/2.36	c 2	8854 (100%) CSP integer variables are encoded (16680 clauses, 237795 bytes)
2.30/2.43	c 2	1659 (10%) CSP clauses are encoded (26029 clauses, 379211 bytes)
2.30/2.46	c 2	3317 (20%) CSP clauses are encoded (36485 clauses, 539299 bytes)
2.30/2.49	c 2	4975 (30%) CSP clauses are encoded (46931 clauses, 699364 bytes)
2.41/2.53	c 2	6633 (40%) CSP clauses are encoded (57381 clauses, 867936 bytes)
2.41/2.56	c 2	8291 (50%) CSP clauses are encoded (67859 clauses, 1050534 bytes)
2.41/2.59	c 2	9949 (60%) CSP clauses are encoded (78305 clauses, 1232493 bytes)
2.50/2.62	c 2	11607 (70%) CSP clauses are encoded (88755 clauses, 1414529 bytes)
2.50/2.66	c 2	13265 (80%) CSP clauses are encoded (99201 clauses, 1596488 bytes)
2.50/2.68	c 2	14923 (90%) CSP clauses are encoded (105889 clauses, 1708355 bytes)
2.60/2.72	c 2	16581 (100%) CSP clauses are encoded (118337 clauses, 1933729 bytes)
2.60/2.72	c 2	16581 CSP clauses encoded
2.60/2.72	c 2	Writing map file : HOME/temp.map
2.60/2.74	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.60/2.74	c 2	SAT : 25534 SAT variables, 118337 SAT clauses, 1933729 bytes
2.60/2.74	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.60/2.77	c 2	SOLVING HOME/temp.cnf
2.60/2.77	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.60/2.77	c 2	This is MiniSat 2.0 beta
2.60/2.77	c 2	WARNING: for repeatability, setting FPU to use double precision
2.60/2.77	c 2	============================[ Problem Statistics ]=============================
2.60/2.77	c 2	|                                                                             |
2.60/2.77	c 2	|  Number of variables:  25534                                                |
2.60/2.77	c 2	|  Number of clauses:    118337                                               |
2.67/2.84	c 2	|  Parsing time:         0.06         s                                       |
2.67/2.84	c 2	============================[ Search Statistics ]==============================
2.67/2.84	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.67/2.84	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.67/2.84	c 2	===============================================================================
2.67/2.84	c 2	|         0 |   25534   118337   287588 |    39445        0    nan |  0.000 % |
2.67/2.88	c 2	|       102 |   25534   118337   287588 |    43390      102     15 |  0.000 % |
2.67/2.91	c 2	|       253 |   25534   118337   287588 |    47729      253     33 |  0.000 % |
2.67/2.94	c 3	|       478 |   25534   118337   287588 |    52502      478     27 |  0.000 % |
2.67/3.09	c 3	|       815 |   25534   118337   287588 |    57752      815     30 |  0.000 % |
2.67/3.17	c 3	|      1321 |   25534   118337   287588 |    63527     1321     46 |  0.000 % |
3.07/3.25	c 3	|      2080 |   25534   118337   287588 |    69880     2080     39 |  0.000 % |
3.17/3.38	c 3	|      3219 |   25534   118337   287588 |    76868     3219     33 |  0.000 % |
3.48/3.61	c 3	|      4927 |   25534   118337   287588 |    84555     4927     41 |  0.000 % |
3.68/3.89	c 3	|      7489 |   25534   118337   287588 |    93010     7489     35 |  0.000 % |
4.56/4.71	c 4	|     11336 |   25534   118337   287588 |   102311    11336     47 |  0.000 % |
5.45/5.61	c 5	|     17103 |   25534   118337   287588 |   112543    17103     45 |  0.000 % |
7.62/7.89	c 7	|     25754 |   25534   118337   287588 |   123797    25754     48 |  0.000 % |
12.78/13.07	c 13	|     38729 |   25534   118337   287588 |   136177    38729     53 |  0.000 % |
24.67/25.01	c 25	|     58190 |   25534   118337   287588 |   149794    58190     64 |  0.000 % |
46.56/47.15	c 47	|     87384 |   25534   118337   287588 |   164774    87384     66 |  0.000 % |
81.43/82.35	c 82	|    131173 |   25534   118337   287588 |   181251   131173     66 |  0.000 % |
140.18/141.65	c 141	|    196857 |   25534   118337   287588 |   199376    31639     53 |  0.000 % |
203.86/205.95	c 206	|    295383 |   25534   118337   287588 |   219314   130165     49 |  0.000 % |
376.73/380.42	c 380	|    443173 |   25534   118337   287588 |   241246    71650     61 |  0.000 % |
757.30/764.68	c 764	|    664856 |   25534   118337   287588 |   265370    64170     90 |  0.000 % |
1280.36/1290.70	c 1290	|    997382 |   25534   118337   287588 |   291907   149518     79 |  0.000 % |
1800.00/1810.62	c ERROR INTERRUPTED
1800.00/1810.63	s UNKNOWN
1800.00/1810.63	c 1810	CPU 2.55 (0.03 0 2.52 0.12)
1800.00/1810.63	c 1810	END Fri Jul  4 12:32:30 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-1070554-1215165740/watcher-1070554-1215165740 -o /tmp/evaluation-result-1070554-1215165740/solver-1070554-1215165740 -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-1070554-1215165740.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.91 1.97 1.99 4/72 21955
/proc/meminfo: memFree=1777216/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=12268 CPUtime=0
/proc/21955/stat : 21955 (sugar) R 21953 21955 21455 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1546240767 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 248761776741 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/21955/statm: 3067 316 241 3 0 167 0

[startup+0.0939511 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 21955
/proc/meminfo: memFree=1777216/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=0.03
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1546240767 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21955/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101951 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 21955
/proc/meminfo: memFree=1777216/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=0.03
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1546240767 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21955/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301982 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 21955
/proc/meminfo: memFree=1777216/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=0.03
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1546240767 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21955/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701056 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 21955
/proc/meminfo: memFree=1777216/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=0.03
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1546240767 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21955/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50219 s]
/proc/loadavg: 1.91 1.97 1.99 4/83 21977
/proc/meminfo: memFree=1769512/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=0.78
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 973 4982 0 1 3 0 72 3 15 0 1 0 1546240767 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21955/statm: 3400 797 370 3 0 500 0
[pid=21968] ppid=21955 vsize=5356 CPUtime=0
/proc/21968/stat : 21968 (sh) S 21955 21955 21455 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1546240851 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21968/statm: 1339 233 193 169 0 50 0
[pid=21969] ppid=21968 vsize=868272 CPUtime=0.64
/proc/21969/stat : 21969 (java) S 21968 21955 21455 0 -1 0 5616 0 1 0 60 4 0 0 19 0 9 0 1546240851 889110528 5034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21969/statm: 217068 5034 1730 9 0 211643 0
[pid=21969/tid=21970] ppid=21968 vsize=868272 CPUtime=0.39
/proc/21969/task/21970/stat : 21970 (java) R 21968 21955 21455 0 -1 64 2654 0 1 0 37 2 0 0 18 0 9 0 1546240852 889110528 5034 996147200 134512640 134550740 4294955952 18446744073709551615 4126474161 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21971] ppid=21968 vsize=868272 CPUtime=0.04
/proc/21969/task/21971/stat : 21971 (java) S 21968 21955 21455 0 -1 64 812 0 0 0 4 0 0 0 16 0 9 0 1546240853 889110528 5034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21972] ppid=21968 vsize=868272 CPUtime=0
/proc/21969/task/21972/stat : 21972 (java) S 21968 21955 21455 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1546240853 889110528 5034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21973] ppid=21968 vsize=868272 CPUtime=0
/proc/21969/task/21973/stat : 21973 (java) S 21968 21955 21455 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1546240853 889110528 5034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21974] ppid=21968 vsize=868272 CPUtime=0
/proc/21969/task/21974/stat : 21974 (java) S 21968 21955 21455 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1546240855 889110528 5034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21975] ppid=21968 vsize=868272 CPUtime=0.18
/proc/21969/task/21975/stat : 21975 (java) S 21968 21955 21455 0 -1 64 1458 0 0 0 18 0 0 0 16 0 9 0 1546240855 889110528 5034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21976] ppid=21968 vsize=868272 CPUtime=0
/proc/21969/task/21976/stat : 21976 (java) S 21968 21955 21455 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1546240855 889110528 5034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21969/tid=21977] ppid=21968 vsize=868272 CPUtime=0
/proc/21969/task/21977/stat : 21977 (java) S 21968 21955 21455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1546240855 889110528 5034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887228

[startup+3.10147 s]
/proc/loadavg: 1.91 1.97 1.99 3/83 21977
/proc/meminfo: memFree=1753192/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=2.67
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 1034 14259 0 2 3 0 252 12 15 0 1 0 1546240767 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21955/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 13600

[startup+6.30202 s]
/proc/loadavg: 1.92 1.97 1.99 3/75 21979
/proc/meminfo: memFree=1761768/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=2.67
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 1034 14259 0 2 3 0 252 12 16 0 1 0 1546240767 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21955/statm: 3400 799 370 3 0 500 0
[pid=21978] ppid=21955 vsize=5356 CPUtime=0
/proc/21978/stat : 21978 (sh) S 21955 21955 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546241044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21978/statm: 1339 232 193 169 0 50 0
[pid=21979] ppid=21978 vsize=13012 CPUtime=3.48
/proc/21979/stat : 21979 (minisat) R 21978 21955 21455 0 -1 4194304 3098 0 0 0 347 1 0 0 25 0 1 0 1546241044 13324288 3084 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21979/statm: 3253 3084 76 150 0 3100 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 31968

[startup+12.7011 s]
/proc/loadavg: 1.93 1.97 1.99 3/75 21979
/proc/meminfo: memFree=1756008/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=2.67
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 1034 14259 0 2 3 0 252 12 16 0 1 0 1546240767 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21955/statm: 3400 799 370 3 0 500 0
[pid=21978] ppid=21955 vsize=5356 CPUtime=0
/proc/21978/stat : 21978 (sh) S 21955 21955 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546241044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21978/statm: 1339 232 193 169 0 50 0
[pid=21979] ppid=21978 vsize=18072 CPUtime=9.81
/proc/21979/stat : 21979 (minisat) R 21978 21955 21455 0 -1 4194304 4358 0 0 0 979 2 0 0 25 0 1 0 1546241044 18505728 4344 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21979/statm: 4518 4344 76 150 0 4365 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 37028

[startup+25.5013 s]
/proc/loadavg: 1.94 1.97 1.99 3/75 21979
/proc/meminfo: memFree=1747880/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=2.67
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 1034 14259 0 2 3 0 252 12 16 0 1 0 1546240767 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21955/statm: 3400 799 370 3 0 500 0
[pid=21978] ppid=21955 vsize=5356 CPUtime=0
/proc/21978/stat : 21978 (sh) S 21955 21955 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546241044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21978/statm: 1339 232 193 169 0 50 0
[pid=21979] ppid=21978 vsize=26016 CPUtime=22.49
/proc/21979/stat : 21979 (minisat) R 21978 21955 21455 0 -1 4194304 6343 0 0 0 2245 4 0 0 25 0 1 0 1546241044 26640384 6329 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21979/statm: 6504 6329 76 150 0 6351 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 44972

[startup+51.1017 s]
/proc/loadavg: 1.96 1.97 1.99 3/75 21979
/proc/meminfo: memFree=1737512/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=2.67
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 1034 14259 0 2 3 0 252 12 16 0 1 0 1546240767 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21955/statm: 3400 799 370 3 0 500 0
[pid=21978] ppid=21955 vsize=5356 CPUtime=0
/proc/21978/stat : 21978 (sh) S 21955 21955 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546241044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21978/statm: 1339 232 193 169 0 50 0
[pid=21979] ppid=21978 vsize=36520 CPUtime=47.85
/proc/21979/stat : 21979 (minisat) R 21978 21955 21455 0 -1 4194304 8946 0 0 0 4778 7 0 0 25 0 1 0 1546241044 37396480 8932 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21979/statm: 9130 8932 76 150 0 8977 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 55476

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 1.99 3/75 21979
/proc/meminfo: memFree=1719976/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=2.67
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 1034 14259 0 2 3 0 252 12 16 0 1 0 1546240767 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21955/statm: 3400 799 370 3 0 500 0
[pid=21978] ppid=21955 vsize=5356 CPUtime=0
/proc/21978/stat : 21978 (sh) S 21955 21955 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546241044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21978/statm: 1339 232 193 169 0 50 0
[pid=21979] ppid=21978 vsize=53900 CPUtime=98.57
/proc/21979/stat : 21979 (minisat) R 21978 21955 21455 0 -1 4194304 13253 0 0 0 9845 12 0 0 25 0 1 0 1546241044 55193600 13239 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/21979/statm: 13475 13239 76 150 0 13322 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 72856

[startup+162.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 21979
/proc/meminfo: memFree=1711784/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=2.67
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 1034 14259 0 2 3 0 252 12 16 0 1 0 1546240767 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21955/statm: 3400 799 370 3 0 500 0
[pid=21978] ppid=21955 vsize=5356 CPUtime=0
/proc/21978/stat : 21978 (sh) S 21955 21955 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546241044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21978/statm: 1339 232 193 169 0 50 0
[pid=21979] ppid=21978 vsize=61884 CPUtime=158.01
/proc/21979/stat : 21979 (minisat) R 21978 21955 21455 0 -1 4194304 15269 0 0 0 15787 14 0 0 25 0 1 0 1546241044 63369216 15255 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21979/statm: 15471 15255 76 150 0 15318 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 80840

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 21979
/proc/meminfo: memFree=1711720/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=2.67
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 1034 14259 0 2 3 0 252 12 16 0 1 0 1546240767 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21955/statm: 3400 799 370 3 0 500 0
[pid=21978] ppid=21955 vsize=5356 CPUtime=0
/proc/21978/stat : 21978 (sh) S 21955 21955 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546241044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21978/statm: 1339 232 193 169 0 50 0
[pid=21979] ppid=21978 vsize=61884 CPUtime=217.44
/proc/21979/stat : 21979 (minisat) R 21978 21955 21455 0 -1 4194304 15274 0 0 0 21730 14 0 0 25 0 1 0 1546241044 63369216 15260 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21979/statm: 15471 15260 76 150 0 15318 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 80840

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

/proc/meminfo: memFree=1624104/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=2.67
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 1034 14259 0 2 3 0 252 12 16 0 1 0 1546240767 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21955/statm: 3400 799 370 3 0 500 0
[pid=21978] ppid=21955 vsize=5356 CPUtime=0
/proc/21978/stat : 21978 (sh) S 21955 21955 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546241044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21978/statm: 1339 232 193 169 0 50 0
[pid=21979] ppid=21978 vsize=116500 CPUtime=1289.29
/proc/21979/stat : 21979 (minisat) R 21978 21955 21455 0 -1 4194304 28697 0 0 0 128897 32 0 0 25 0 1 0 1546241044 119296000 28683 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21979/statm: 29125 28683 76 150 0 28972 0
Current children cumulated CPU time (s) 1291.96
Current children cumulated vsize (KiB) 135456

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 22079
/proc/meminfo: memFree=1624104/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=2.67
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 1034 14259 0 2 3 0 252 12 16 0 1 0 1546240767 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21955/statm: 3400 799 370 3 0 500 0
[pid=21978] ppid=21955 vsize=5356 CPUtime=0
/proc/21978/stat : 21978 (sh) S 21955 21955 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546241044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21978/statm: 1339 232 193 169 0 50 0
[pid=21979] ppid=21978 vsize=116500 CPUtime=1349.26
/proc/21979/stat : 21979 (minisat) R 21978 21955 21455 0 -1 4194304 28697 0 0 0 134894 32 0 0 25 0 1 0 1546241044 119296000 28683 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21979/statm: 29125 28683 76 150 0 28972 0
Current children cumulated CPU time (s) 1351.93
Current children cumulated vsize (KiB) 135456

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 22079
/proc/meminfo: memFree=1624104/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=2.67
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 1034 14259 0 2 3 0 252 12 16 0 1 0 1546240767 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21955/statm: 3400 799 370 3 0 500 0
[pid=21978] ppid=21955 vsize=5356 CPUtime=0
/proc/21978/stat : 21978 (sh) S 21955 21955 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546241044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21978/statm: 1339 232 193 169 0 50 0
[pid=21979] ppid=21978 vsize=116500 CPUtime=1409.24
/proc/21979/stat : 21979 (minisat) R 21978 21955 21455 0 -1 4194304 28697 0 0 0 140892 32 0 0 25 0 1 0 1546241044 119296000 28683 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21979/statm: 29125 28683 76 150 0 28972 0
Current children cumulated CPU time (s) 1411.91
Current children cumulated vsize (KiB) 135456

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 22079
/proc/meminfo: memFree=1624104/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=2.67
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 1034 14259 0 2 3 0 252 12 16 0 1 0 1546240767 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21955/statm: 3400 799 370 3 0 500 0
[pid=21978] ppid=21955 vsize=5356 CPUtime=0
/proc/21978/stat : 21978 (sh) S 21955 21955 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546241044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21978/statm: 1339 232 193 169 0 50 0
[pid=21979] ppid=21978 vsize=116500 CPUtime=1469.21
/proc/21979/stat : 21979 (minisat) R 21978 21955 21455 0 -1 4194304 28706 0 0 0 146889 32 0 0 25 0 1 0 1546241044 119296000 28692 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/21979/statm: 29125 28692 76 150 0 28972 0
Current children cumulated CPU time (s) 1471.88
Current children cumulated vsize (KiB) 135456

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 22079
/proc/meminfo: memFree=1624360/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=2.67
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 1034 14259 0 2 3 0 252 12 16 0 1 0 1546240767 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21955/statm: 3400 799 370 3 0 500 0
[pid=21978] ppid=21955 vsize=5356 CPUtime=0
/proc/21978/stat : 21978 (sh) S 21955 21955 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546241044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21978/statm: 1339 232 193 169 0 50 0
[pid=21979] ppid=21978 vsize=116096 CPUtime=1529.17
/proc/21979/stat : 21979 (minisat) R 21978 21955 21455 0 -1 4194304 28723 0 0 0 152885 32 0 0 25 0 1 0 1546241044 118882304 28631 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21979/statm: 29024 28631 76 150 0 28871 0
Current children cumulated CPU time (s) 1531.84
Current children cumulated vsize (KiB) 135052

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 22079
/proc/meminfo: memFree=1624360/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=2.67
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 1034 14259 0 2 3 0 252 12 16 0 1 0 1546240767 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21955/statm: 3400 799 370 3 0 500 0
[pid=21978] ppid=21955 vsize=5356 CPUtime=0
/proc/21978/stat : 21978 (sh) S 21955 21955 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546241044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21978/statm: 1339 232 193 169 0 50 0
[pid=21979] ppid=21978 vsize=116096 CPUtime=1589.15
/proc/21979/stat : 21979 (minisat) R 21978 21955 21455 0 -1 4194304 28723 0 0 0 158882 33 0 0 25 0 1 0 1546241044 118882304 28631 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21979/statm: 29024 28631 76 150 0 28871 0
Current children cumulated CPU time (s) 1591.82
Current children cumulated vsize (KiB) 135052

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 22081
/proc/meminfo: memFree=1624232/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=2.67
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 1034 14259 0 2 3 0 252 12 16 0 1 0 1546240767 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21955/statm: 3400 799 370 3 0 500 0
[pid=21978] ppid=21955 vsize=5356 CPUtime=0
/proc/21978/stat : 21978 (sh) S 21955 21955 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546241044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21978/statm: 1339 232 193 169 0 50 0
[pid=21979] ppid=21978 vsize=116096 CPUtime=1649.13
/proc/21979/stat : 21979 (minisat) R 21978 21955 21455 0 -1 4194304 28723 0 0 0 164880 33 0 0 25 0 1 0 1546241044 118882304 28631 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/21979/statm: 29024 28631 76 150 0 28871 0
Current children cumulated CPU time (s) 1651.8
Current children cumulated vsize (KiB) 135052

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 22081
/proc/meminfo: memFree=1624232/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=2.67
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 1034 14259 0 2 3 0 252 12 16 0 1 0 1546240767 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21955/statm: 3400 799 370 3 0 500 0
[pid=21978] ppid=21955 vsize=5356 CPUtime=0
/proc/21978/stat : 21978 (sh) S 21955 21955 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546241044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21978/statm: 1339 232 193 169 0 50 0
[pid=21979] ppid=21978 vsize=116096 CPUtime=1709.1
/proc/21979/stat : 21979 (minisat) R 21978 21955 21455 0 -1 4194304 28723 0 0 0 170877 33 0 0 25 0 1 0 1546241044 118882304 28631 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 0 0 0
/proc/21979/statm: 29024 28631 76 150 0 28871 0
Current children cumulated CPU time (s) 1711.77
Current children cumulated vsize (KiB) 135052

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.99 4/85 22129
/proc/meminfo: memFree=1648280/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=2.67
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 1034 14259 0 2 3 0 252 12 16 0 1 0 1546240767 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21955/statm: 3400 799 370 3 0 500 0
[pid=21978] ppid=21955 vsize=5356 CPUtime=0
/proc/21978/stat : 21978 (sh) S 21955 21955 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546241044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21978/statm: 1339 232 193 169 0 50 0
[pid=21979] ppid=21978 vsize=116096 CPUtime=1769.06
/proc/21979/stat : 21979 (minisat) R 21978 21955 21455 0 -1 4194304 28723 0 0 0 176872 34 0 0 25 0 1 0 1546241044 118882304 28631 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21979/statm: 29024 28631 76 150 0 28871 0
Current children cumulated CPU time (s) 1771.73
Current children cumulated vsize (KiB) 135052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.61 s]
/proc/loadavg: 2.05 1.99 1.99 3/85 22129
/proc/meminfo: memFree=1527448/2055920 swapFree=4180408/4192956
[pid=21955] ppid=21953 vsize=13600 CPUtime=2.67
/proc/21955/stat : 21955 (sugar) S 21953 21955 21455 0 -1 4194304 1034 14259 0 2 3 0 252 12 16 0 1 0 1546240767 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21955/statm: 3400 799 370 3 0 500 0
[pid=21978] ppid=21955 vsize=5356 CPUtime=0
/proc/21978/stat : 21978 (sh) S 21955 21955 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546241044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21978/statm: 1339 232 193 169 0 50 0
[pid=21979] ppid=21978 vsize=116096 CPUtime=1797.33
/proc/21979/stat : 21979 (minisat) R 21978 21955 21455 0 -1 4194304 28723 0 0 0 179698 35 0 0 25 0 1 0 1546241044 118882304 28631 996147200 134512640 135127466 4294956256 18446744073709551615 134528235 0 0 4096 3 0 0 0 17 0 0 0
/proc/21979/statm: 29024 28631 76 150 0 28871 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 135052

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 21955 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=562610
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=135979
# CPU time returned by wait4() is 2.69859
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.63
CPU time (s): 1800
CPU user time (s): 1799.53
CPU system time (s): 0.47
CPU usage (%): 99.4127
Max. virtual memory (cumulated for all children) (KiB): 887456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.56261
system time used= 0.135979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15637
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= 2970
involuntary context switches= 2857

runsolver used 2.11368 second user time and 5.55715 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-04 12:02:20
IDJOB=1070554
IDBENCH=55886
IDSOLVER=346
FILE ID=node55/1070554-1215165740
PBS_JOBID= 7881448
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-fpga25-24-sat-pb-cnf-cr.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-1070554-1215165740/watcher-1070554-1215165740 -o /tmp/evaluation-result-1070554-1215165740/solver-1070554-1215165740 -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-1070554-1215165740.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f1ced7a635586944d4b306941e0035bc
RANDOM SEED=806592639

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:       1777696 kB
Buffers:         55400 kB
Cached:         156280 kB
SwapCached:       6804 kB
Active:         130728 kB
Inactive:        92712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1777696 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            1552 kB
Writeback:           0 kB
Mapped:          18904 kB
Slab:            40136 kB
Committed_AS:  2994572 kB
PageTables:       1692 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= 66540 MiB
End job on node55 at 2008-07-04 12:32:32