Trace number 1063413

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 1810.92

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-gr4x6.xml
MD5SUM676da83a245da5754e645c85d459182b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1562.29
Satisfiable
(Un)Satisfiability was proved
Number of variables744
Number of constraints44
Maximum constraint arity180
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.17	c 0	Sugar v1-13 + HOME/minisat
0.00/0.18	c 0	BEGIN Fri Jul  4 04:00:54 2008
0.00/0.18	c 0	PID 9979
0.04/0.20	c 0	HOST node13.alineos.net
0.04/0.20	c 0	CONVERTING HOME/instance-1063413-1215136854.xml TO HOME/temp.csp
0.04/0.20	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1063413-1215136854.xml' 'HOME/temp.csp'
0.04/0.83	c 1	2 domains, 744 variables, 5 predicates, 0 relations, 44 constraints
0.04/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.87	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.42/0.95	c 1	Parsing HOME/temp.csp
0.82/1.35	c 1	parsed 795 expressions
0.82/1.36	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.82/1.36	c 1	Converting to clausal form CSP
0.82/1.38	c 1	converted 80 (10%) expressions
0.82/1.38	c 1	converted 159 (20%) expressions
0.82/1.38	c 1	converted 239 (30%) expressions
0.82/1.38	c 1	converted 318 (40%) expressions
0.82/1.38	c 1	converted 398 (50%) expressions
0.82/1.39	c 1	converted 477 (60%) expressions
0.82/1.39	c 1	converted 557 (70%) expressions
0.82/1.39	c 1	converted 636 (80%) expressions
0.82/1.39	c 1	converted 716 (90%) expressions
1.31/1.88	c 2	converted 795 (100%) expressions
1.31/1.88	c 2	CSP : 4280 integers, 0 booleans, 5976 clauses, largest domain size 50
1.31/1.88	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.88	c 2	Propagation in CSP
1.41/1.97	c 2	2996 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.41/1.97	c 2	CSP : 4280 integers, 0 booleans, 5976 clauses, largest domain size 50
1.41/1.97	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.98	c 2	Simplifing CSP by introducing new Boolean variables
1.41/1.98	c 2	CSP : 4280 integers, 0 booleans, 5976 clauses, largest domain size 50
1.41/1.98	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/2.02	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.51/2.03	c 2	428 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/2.04	c 2	856 (20%) CSP integer variables are encoded (447 clauses, 4981 bytes)
1.51/2.05	c 2	1284 (30%) CSP integer variables are encoded (1660 clauses, 20683 bytes)
1.51/2.06	c 2	1712 (40%) CSP integer variables are encoded (2763 clauses, 35022 bytes)
1.51/2.06	c 2	2140 (50%) CSP integer variables are encoded (3388 clauses, 43147 bytes)
1.51/2.06	c 2	2568 (60%) CSP integer variables are encoded (4021 clauses, 51376 bytes)
1.51/2.06	c 2	2996 (70%) CSP integer variables are encoded (4656 clauses, 59631 bytes)
1.51/2.06	c 2	3424 (80%) CSP integer variables are encoded (5456 clauses, 70031 bytes)
1.51/2.06	c 2	3852 (90%) CSP integer variables are encoded (5989 clauses, 76960 bytes)
1.51/2.07	c 2	4280 (100%) CSP integer variables are encoded (6442 clauses, 82849 bytes)
1.61/2.11	c 2	598 (10%) CSP clauses are encoded (12395 clauses, 171321 bytes)
1.61/2.14	c 2	1196 (20%) CSP clauses are encoded (17299 clauses, 250354 bytes)
1.61/2.16	c 2	1793 (30%) CSP clauses are encoded (24181 clauses, 364077 bytes)
1.61/2.18	c 2	2391 (40%) CSP clauses are encoded (30502 clauses, 468527 bytes)
1.61/2.19	c 2	2988 (50%) CSP clauses are encoded (34091 clauses, 526273 bytes)
1.70/2.21	c 2	3586 (60%) CSP clauses are encoded (39879 clauses, 622018 bytes)
1.70/2.22	c 2	4184 (70%) CSP clauses are encoded (46529 clauses, 734305 bytes)
1.70/2.24	c 2	4781 (80%) CSP clauses are encoded (53221 clauses, 846973 bytes)
1.70/2.25	c 2	5379 (90%) CSP clauses are encoded (58991 clauses, 943751 bytes)
1.70/2.28	c 2	5976 (100%) CSP clauses are encoded (64674 clauses, 1039400 bytes)
1.70/2.28	c 2	5976 CSP clauses encoded
1.70/2.28	c 2	Writing map file : HOME/temp.map
1.70/2.29	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.70/2.29	c 2	SAT : 9798 SAT variables, 64674 SAT clauses, 1039400 bytes
1.70/2.29	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.79/2.30	c 2	SOLVING HOME/temp.cnf
1.79/2.30	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.79/2.30	c 2	This is MiniSat 2.0 beta
1.79/2.30	c 2	WARNING: for repeatability, setting FPU to use double precision
1.79/2.30	c 2	============================[ Problem Statistics ]=============================
1.79/2.30	c 2	|                                                                             |
1.79/2.31	c 2	|  Number of variables:  9798                                                 |
1.79/2.31	c 2	|  Number of clauses:    64674                                                |
1.79/2.34	c 2	|  Parsing time:         0.03         s                                       |
1.79/2.34	c 2	============================[ Search Statistics ]==============================
1.79/2.34	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.79/2.34	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.79/2.34	c 2	===============================================================================
1.79/2.34	c 2	|         0 |    9798    64674   168561 |    21558        0    nan |  0.000 % |
1.79/2.37	c 2	|       100 |    9798    64674   168561 |    23713      100     28 |  0.000 % |
1.80/2.41	c 2	|       250 |    9798    64674   168561 |    26085      250     33 |  0.000 % |
1.80/2.49	c 2	|       475 |    9798    64674   168561 |    28693      475     35 |  0.001 % |
1.80/2.61	c 2	|       813 |    9798    64674   168561 |    31563      813     36 |  0.000 % |
1.80/2.79	c 3	|      1321 |    9798    64674   168561 |    34719     1321     36 |  0.000 % |
1.80/3.07	c 3	|      2083 |    9798    64674   168561 |    38191     2083     38 |  0.000 % |
2.97/3.56	c 3	|      3222 |    9798    64674   168561 |    42010     3222     34 |  0.000 % |
3.57/4.14	c 4	|      4930 |    9798    64674   168561 |    46211     4930     32 |  0.001 % |
4.45/5.00	c 5	|      7492 |    9798    64674   168561 |    50832     7492     31 |  0.000 % |
5.64/6.20	c 6	|     11336 |    9798    64674   168561 |    55915    11336     30 |  0.000 % |
8.41/9.03	c 9	|     17103 |    9685    63738   166125 |    61507    17089     30 |  1.154 % |
14.56/15.28	c 15	|     25752 |    9681    63713   166065 |    67658    25737     31 |  1.196 % |
24.26/25.04	c 25	|     38726 |    9557    62734   163527 |    74424    38707     32 |  2.460 % |
42.39/43.40	c 43	|     58188 |    9557    62734   163527 |    81866    58169     33 |  2.460 % |
75.02/77.32	c 77	|     87383 |    9520    62465   162836 |    90053    14859     29 |  2.837 % |
107.26/110.64	c 111	|    131174 |    9478    62164   162077 |    99058    58646     35 |  3.266 % |
186.91/191.00	c 191	|    196860 |    9478    62164   162077 |   108964    36463     29 |  3.268 % |
301.13/306.38	c 306	|    295387 |    9389    61425   160147 |   119860    37610     31 |  4.174 % |
468.65/475.48	c 475	|    443176 |    9221    60126   156792 |   131846    80132     37 |  5.889 % |
739.58/748.96	c 749	|    664861 |    9187    59893   156212 |   145031    65106     39 |  6.236 % |
1245.32/1256.00	c 1256	|    997386 |    9045    58881   153655 |   159534   134767     38 |  7.685 % |
1800.08/1810.91	c 1811	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1810.91	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.08/1810.91	c ERROR INTERRUPTED
1800.08/1810.91	s UNKNOWN
1800.08/1810.92	c 1811	CPU 1.69 (0.03 0.01 1.66 0.11)
1800.08/1810.92	c 1811	END Fri Jul  4 04:31:05 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-1063413-1215136854/watcher-1063413-1215136854 -o /tmp/evaluation-result-1063413-1215136854/solver-1063413-1215136854 -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-1063413-1215136854.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.78 2.89 2.51 4/81 9979
/proc/meminfo: memFree=1791472/2055920 swapFree=4180424/4192956
[pid=9979] ppid=9977 vsize=18572 CPUtime=0
/proc/9979/stat : 9979 (runsolver) D 9977 9979 8087 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1543357166 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 269757246759 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/9979/statm: 4643 292 257 25 0 2626 0

[startup+0.0819121 s]
/proc/loadavg: 2.78 2.89 2.51 4/81 9979
/proc/meminfo: memFree=1791472/2055920 swapFree=4180424/4192956
[pid=9979] ppid=9977 vsize=12268 CPUtime=0
/proc/9979/stat : 9979 (sugar) D 9977 9979 8087 0 -1 4194304 348 0 4 0 0 0 0 0 18 0 1 0 1543357166 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/9979/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101914 s]
/proc/loadavg: 2.78 2.89 2.51 4/81 9979
/proc/meminfo: memFree=1791472/2055920 swapFree=4180424/4192956
[pid=9979] ppid=9977 vsize=12272 CPUtime=0
/proc/9979/stat : 9979 (sugar) D 9977 9979 8087 0 -1 4194304 396 0 4 0 0 0 0 0 18 0 1 0 1543357166 12566528 368 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/9979/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301944 s]
/proc/loadavg: 2.78 2.89 2.51 4/81 9979
/proc/meminfo: memFree=1791472/2055920 swapFree=4180424/4192956
[pid=9979] ppid=9977 vsize=13600 CPUtime=0.04
/proc/9979/stat : 9979 (sugar) S 9977 9979 8087 0 -1 4194304 896 126 4 1 3 1 0 0 18 0 1 0 1543357166 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9979/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702997 s]
/proc/loadavg: 2.78 2.89 2.51 4/81 9979
/proc/meminfo: memFree=1791472/2055920 swapFree=4180424/4192956
[pid=9979] ppid=9977 vsize=13600 CPUtime=0.04
/proc/9979/stat : 9979 (sugar) S 9977 9979 8087 0 -1 4194304 896 126 4 1 3 1 0 0 18 0 1 0 1543357166 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9979/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5021 s]
/proc/loadavg: 2.78 2.89 2.51 5/92 10001
/proc/meminfo: memFree=1774936/2055920 swapFree=4180424/4192956
[pid=9979] ppid=9977 vsize=13600 CPUtime=0.42
/proc/9979/stat : 9979 (sugar) S 9977 9979 8087 0 -1 4194304 969 4552 4 65 3 1 34 4 15 0 1 0 1543357166 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9979/statm: 3400 797 370 3 0 500 0
[pid=9992] ppid=9979 vsize=5356 CPUtime=0
/proc/9992/stat : 9992 (sh) S 9979 9979 8087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543357253 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9992/statm: 1339 233 193 169 0 50 0
[pid=9993] ppid=9992 vsize=864232 CPUtime=0.59
/proc/9993/stat : 9993 (java) S 9992 9979 8087 0 -1 0 4005 0 3 0 58 1 0 0 18 0 9 0 1543357254 884973568 3461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9993/statm: 216058 3461 1732 9 0 210633 0
[pid=9993/tid=9994] ppid=9992 vsize=864232 CPUtime=0.45
/proc/9993/task/9994/stat : 9994 (java) R 9992 9979 8087 0 -1 64 2640 0 3 0 45 0 0 0 18 0 9 0 1543357255 884973568 3461 996147200 134512640 134550740 4294955952 18446744073709551615 4125977815 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9993/tid=9995] ppid=9992 vsize=864232 CPUtime=0.02
/proc/9993/task/9995/stat : 9995 (java) S 9992 9979 8087 0 -1 64 317 0 0 0 2 0 0 0 16 0 9 0 1543357256 884973568 3461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9993/tid=9996] ppid=9992 vsize=864232 CPUtime=0
/proc/9993/task/9996/stat : 9996 (java) S 9992 9979 8087 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1543357256 884973568 3461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9993/tid=9997] ppid=9992 vsize=864232 CPUtime=0
/proc/9993/task/9997/stat : 9997 (java) S 9992 9979 8087 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1543357256 884973568 3461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9993/tid=9998] ppid=9992 vsize=864232 CPUtime=0
/proc/9993/task/9998/stat : 9998 (java) S 9992 9979 8087 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543357258 884973568 3461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9993/tid=9999] ppid=9992 vsize=864232 CPUtime=0.1
/proc/9993/task/9999/stat : 9999 (java) S 9992 9979 8087 0 -1 64 356 0 0 0 10 0 0 0 17 0 9 0 1543357258 884973568 3461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9993/tid=10000] ppid=9992 vsize=864232 CPUtime=0
/proc/9993/task/10000/stat : 10000 (java) S 9992 9979 8087 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543357258 884973568 3461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9993/tid=10001] ppid=9992 vsize=864232 CPUtime=0
/proc/9993/task/10001/stat : 10001 (java) S 9992 9979 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543357258 884973568 3461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 883188

[startup+3.10132 s]
/proc/loadavg: 2.72 2.87 2.51 4/92 10001
/proc/meminfo: memFree=1763288/2055920 swapFree=4180424/4192956
[pid=9979] ppid=9977 vsize=13600 CPUtime=1.8
/proc/9979/stat : 9979 (sugar) S 9977 9979 8087 0 -1 4194304 1030 12125 4 69 3 1 166 10 15 0 1 0 1543357166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9979/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 13600

[startup+6.30174 s]
/proc/loadavg: 2.72 2.87 2.51 3/84 10003
/proc/meminfo: memFree=1772184/2055920 swapFree=4180424/4192956
[pid=9979] ppid=9977 vsize=13600 CPUtime=1.8
/proc/9979/stat : 9979 (sugar) S 9977 9979 8087 0 -1 4194304 1030 12125 4 69 3 1 166 10 16 0 1 0 1543357166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9979/statm: 3400 799 370 3 0 500 0
[pid=10002] ppid=9979 vsize=5356 CPUtime=0
/proc/10002/stat : 10002 (sh) S 9979 9979 8087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1543357396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10002/statm: 1339 232 193 169 0 50 0
[pid=10003] ppid=10002 vsize=7096 CPUtime=3.94
/proc/10003/stat : 10003 (minisat) R 10002 9979 8087 0 -1 4194304 1646 0 0 0 394 0 0 0 25 0 1 0 1543357396 7266304 1632 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10003/statm: 1774 1632 75 150 0 1621 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 26052

[startup+12.7016 s]
/proc/loadavg: 2.61 2.84 2.50 3/84 10009
/proc/meminfo: memFree=1769240/2055920 swapFree=4180436/4192956
[pid=9979] ppid=9977 vsize=13600 CPUtime=1.8
/proc/9979/stat : 9979 (sugar) S 9977 9979 8087 0 -1 4194304 1030 12125 4 69 3 1 166 10 16 0 1 0 1543357166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9979/statm: 3400 799 370 3 0 500 0
[pid=10002] ppid=9979 vsize=5356 CPUtime=0
/proc/10002/stat : 10002 (sh) S 9979 9979 8087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1543357396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10002/statm: 1339 232 193 169 0 50 0
[pid=10003] ppid=10002 vsize=8824 CPUtime=10.27
/proc/10003/stat : 10003 (minisat) R 10002 9979 8087 0 -1 4194304 2073 0 0 0 1027 0 0 0 25 0 1 0 1543357396 9035776 2059 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/10003/statm: 2206 2059 75 150 0 2053 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 27780

[startup+25.5023 s]
/proc/loadavg: 2.51 2.81 2.49 3/84 10009
/proc/meminfo: memFree=1766424/2055920 swapFree=4180436/4192956
[pid=9979] ppid=9977 vsize=13600 CPUtime=1.8
/proc/9979/stat : 9979 (sugar) S 9977 9979 8087 0 -1 4194304 1030 12125 4 69 3 1 166 10 16 0 1 0 1543357166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9979/statm: 3400 799 370 3 0 500 0
[pid=10002] ppid=9979 vsize=5356 CPUtime=0
/proc/10002/stat : 10002 (sh) S 9979 9979 8087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1543357396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10002/statm: 1339 232 193 169 0 50 0
[pid=10003] ppid=10002 vsize=11932 CPUtime=22.95
/proc/10003/stat : 10003 (minisat) R 10002 9979 8087 0 -1 4194304 2840 0 0 0 2294 1 0 0 25 0 1 0 1543357396 12218368 2826 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10003/statm: 2983 2826 75 150 0 2830 0
Current children cumulated CPU time (s) 24.75
Current children cumulated vsize (KiB) 30888

[startup+51.1027 s]
/proc/loadavg: 2.34 2.75 2.48 3/84 10009
/proc/meminfo: memFree=1761880/2055920 swapFree=4180436/4192956
[pid=9979] ppid=9977 vsize=13600 CPUtime=1.8
/proc/9979/stat : 9979 (sugar) S 9977 9979 8087 0 -1 4194304 1030 12125 4 69 3 1 166 10 16 0 1 0 1543357166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9979/statm: 3400 799 370 3 0 500 0
[pid=10002] ppid=9979 vsize=5356 CPUtime=0
/proc/10002/stat : 10002 (sh) S 9979 9979 8087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1543357396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10002/statm: 1339 232 193 169 0 50 0
[pid=10003] ppid=10002 vsize=16692 CPUtime=48.32
/proc/10003/stat : 10003 (minisat) R 10002 9979 8087 0 -1 4194304 4007 0 0 0 4829 3 0 0 25 0 1 0 1543357396 17092608 3993 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/10003/statm: 4173 3993 75 150 0 4020 0
Current children cumulated CPU time (s) 50.12
Current children cumulated vsize (KiB) 35648

[startup+102.306 s]
/proc/loadavg: 2.62 2.77 2.50 3/84 10485
/proc/meminfo: memFree=1724040/2055920 swapFree=4180436/4192956
[pid=9979] ppid=9977 vsize=13600 CPUtime=1.8
/proc/9979/stat : 9979 (sugar) S 9977 9979 8087 0 -1 4194304 1030 12125 4 69 3 1 166 10 16 0 1 0 1543357166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9979/statm: 3400 799 370 3 0 500 0
[pid=10002] ppid=9979 vsize=5356 CPUtime=0
/proc/10002/stat : 10002 (sh) S 9979 9979 8087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1543357396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10002/statm: 1339 232 193 169 0 50 0
[pid=10003] ppid=10002 vsize=20256 CPUtime=97.25
/proc/10003/stat : 10003 (minisat) R 10002 9979 8087 0 -1 4194304 4893 0 0 0 9719 6 0 0 25 0 1 0 1543357396 20742144 4879 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10003/statm: 5064 4879 75 150 0 4911 0
Current children cumulated CPU time (s) 99.05
Current children cumulated vsize (KiB) 39212

[startup+162.302 s]
/proc/loadavg: 2.24 2.64 2.47 3/84 10485
/proc/meminfo: memFree=1677528/2055920 swapFree=4180436/4192956
[pid=9979] ppid=9977 vsize=13600 CPUtime=1.8
/proc/9979/stat : 9979 (sugar) S 9977 9979 8087 0 -1 4194304 1030 12125 4 69 3 1 166 10 16 0 1 0 1543357166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9979/statm: 3400 799 370 3 0 500 0
[pid=10002] ppid=9979 vsize=5356 CPUtime=0
/proc/10002/stat : 10002 (sh) S 9979 9979 8087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1543357396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10002/statm: 1339 232 193 169 0 50 0
[pid=10003] ppid=10002 vsize=22848 CPUtime=156.68
/proc/10003/stat : 10003 (minisat) R 10002 9979 8087 0 -1 4194304 5512 0 0 0 15660 8 0 0 25 0 1 0 1543357396 23396352 5498 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/10003/statm: 5712 5498 75 150 0 5559 0
Current children cumulated CPU time (s) 158.48
Current children cumulated vsize (KiB) 41804

[startup+222.302 s]
/proc/loadavg: 2.08 2.51 2.43 3/84 10485
/proc/meminfo: memFree=1675608/2055920 swapFree=4180436/4192956
[pid=9979] ppid=9977 vsize=13600 CPUtime=1.8
/proc/9979/stat : 9979 (sugar) S 9977 9979 8087 0 -1 4194304 1030 12125 4 69 3 1 166 10 16 0 1 0 1543357166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9979/statm: 3400 799 370 3 0 500 0
[pid=10002] ppid=9979 vsize=5356 CPUtime=0
/proc/10002/stat : 10002 (sh) S 9979 9979 8087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1543357396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10002/statm: 1339 232 193 169 0 50 0
[pid=10003] ppid=10002 vsize=24664 CPUtime=216.11
/proc/10003/stat : 10003 (minisat) R 10002 9979 8087 0 -1 4194304 5961 0 0 0 21603 8 0 0 25 0 1 0 1543357396 25255936 5947 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10003/statm: 6166 5947 75 150 0 6013 0
Current children cumulated CPU time (s) 217.91
Current children cumulated vsize (KiB) 43620

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

/proc/meminfo: memFree=1703392/2055920 swapFree=4180436/4192956
[pid=9979] ppid=9977 vsize=13600 CPUtime=1.8
/proc/9979/stat : 9979 (sugar) S 9977 9979 8087 0 -1 4194304 1030 12125 4 69 3 1 166 10 16 0 1 0 1543357166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9979/statm: 3400 799 370 3 0 500 0
[pid=10002] ppid=9979 vsize=5356 CPUtime=0
/proc/10002/stat : 10002 (sh) S 9979 9979 8087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1543357396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10002/statm: 1339 232 193 169 0 50 0
[pid=10003] ppid=10002 vsize=45868 CPUtime=1349.87
/proc/10003/stat : 10003 (minisat) R 10002 9979 8087 0 -1 4194304 11045 0 0 0 134947 40 0 0 25 0 1 0 1543357396 46968832 11031 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10003/statm: 11467 11031 75 150 0 11314 0
Current children cumulated CPU time (s) 1351.67
Current children cumulated vsize (KiB) 64824

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.10 3/75 10565
/proc/meminfo: memFree=1703136/2055920 swapFree=4180436/4192956
[pid=9979] ppid=9977 vsize=13600 CPUtime=1.8
/proc/9979/stat : 9979 (sugar) S 9977 9979 8087 0 -1 4194304 1030 12125 4 69 3 1 166 10 16 0 1 0 1543357166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9979/statm: 3400 799 370 3 0 500 0
[pid=10002] ppid=9979 vsize=5356 CPUtime=0
/proc/10002/stat : 10002 (sh) S 9979 9979 8087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1543357396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10002/statm: 1339 232 193 169 0 50 0
[pid=10003] ppid=10002 vsize=45868 CPUtime=1409.85
/proc/10003/stat : 10003 (minisat) R 10002 9979 8087 0 -1 4194304 11074 0 0 0 140945 40 0 0 25 0 1 0 1543357396 46968832 11060 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10003/statm: 11467 11060 75 150 0 11314 0
Current children cumulated CPU time (s) 1411.65
Current children cumulated vsize (KiB) 64824

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.09 3/75 10565
/proc/meminfo: memFree=1702880/2055920 swapFree=4180436/4192956
[pid=9979] ppid=9977 vsize=13600 CPUtime=1.8
/proc/9979/stat : 9979 (sugar) S 9977 9979 8087 0 -1 4194304 1030 12125 4 69 3 1 166 10 16 0 1 0 1543357166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9979/statm: 3400 799 370 3 0 500 0
[pid=10002] ppid=9979 vsize=5356 CPUtime=0
/proc/10002/stat : 10002 (sh) S 9979 9979 8087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1543357396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10002/statm: 1339 232 193 169 0 50 0
[pid=10003] ppid=10002 vsize=46328 CPUtime=1469.82
/proc/10003/stat : 10003 (minisat) R 10002 9979 8087 0 -1 4194304 11140 0 0 0 146942 40 0 0 25 0 1 0 1543357396 47439872 11126 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/10003/statm: 11582 11126 75 150 0 11429 0
Current children cumulated CPU time (s) 1471.62
Current children cumulated vsize (KiB) 65284

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/75 10565
/proc/meminfo: memFree=1702688/2055920 swapFree=4180436/4192956
[pid=9979] ppid=9977 vsize=13600 CPUtime=1.8
/proc/9979/stat : 9979 (sugar) S 9977 9979 8087 0 -1 4194304 1030 12125 4 69 3 1 166 10 16 0 1 0 1543357166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9979/statm: 3400 799 370 3 0 500 0
[pid=10002] ppid=9979 vsize=5356 CPUtime=0
/proc/10002/stat : 10002 (sh) S 9979 9979 8087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1543357396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10002/statm: 1339 232 193 169 0 50 0
[pid=10003] ppid=10002 vsize=46540 CPUtime=1529.79
/proc/10003/stat : 10003 (minisat) R 10002 9979 8087 0 -1 4194304 11185 0 0 0 152939 40 0 0 25 0 1 0 1543357396 47656960 11171 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/10003/statm: 11635 11171 75 150 0 11482 0
Current children cumulated CPU time (s) 1531.59
Current children cumulated vsize (KiB) 65496

[startup+1602.3 s]
/proc/loadavg: 2.22 2.06 2.10 3/75 10565
/proc/meminfo: memFree=1702624/2055920 swapFree=4180436/4192956
[pid=9979] ppid=9977 vsize=13600 CPUtime=1.8
/proc/9979/stat : 9979 (sugar) S 9977 9979 8087 0 -1 4194304 1030 12125 4 69 3 1 166 10 16 0 1 0 1543357166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9979/statm: 3400 799 370 3 0 500 0
[pid=10002] ppid=9979 vsize=5356 CPUtime=0
/proc/10002/stat : 10002 (sh) S 9979 9979 8087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1543357396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10002/statm: 1339 232 193 169 0 50 0
[pid=10003] ppid=10002 vsize=46540 CPUtime=1589.77
/proc/10003/stat : 10003 (minisat) R 10002 9979 8087 0 -1 4194304 11186 0 0 0 158936 41 0 0 25 0 1 0 1543357396 47656960 11172 996147200 134512640 135127466 4294956272 18446744073709551615 134527086 0 0 4096 3 0 0 0 17 0 0 0
/proc/10003/statm: 11635 11172 75 150 0 11482 0
Current children cumulated CPU time (s) 1591.57
Current children cumulated vsize (KiB) 65496

[startup+1662.3 s]
/proc/loadavg: 2.22 2.09 2.10 3/75 10565
/proc/meminfo: memFree=1702560/2055920 swapFree=4180436/4192956
[pid=9979] ppid=9977 vsize=13600 CPUtime=1.8
/proc/9979/stat : 9979 (sugar) S 9977 9979 8087 0 -1 4194304 1030 12125 4 69 3 1 166 10 16 0 1 0 1543357166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9979/statm: 3400 799 370 3 0 500 0
[pid=10002] ppid=9979 vsize=5356 CPUtime=0
/proc/10002/stat : 10002 (sh) S 9979 9979 8087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1543357396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10002/statm: 1339 232 193 169 0 50 0
[pid=10003] ppid=10002 vsize=46540 CPUtime=1649.74
/proc/10003/stat : 10003 (minisat) R 10002 9979 8087 0 -1 4194304 11187 0 0 0 164933 41 0 0 25 0 1 0 1543357396 47656960 11173 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/10003/statm: 11635 11173 75 150 0 11482 0
Current children cumulated CPU time (s) 1651.54
Current children cumulated vsize (KiB) 65496

[startup+1722.3 s]
/proc/loadavg: 2.19 2.10 2.10 3/75 10565
/proc/meminfo: memFree=1702304/2055920 swapFree=4180436/4192956
[pid=9979] ppid=9977 vsize=13600 CPUtime=1.8
/proc/9979/stat : 9979 (sugar) S 9977 9979 8087 0 -1 4194304 1030 12125 4 69 3 1 166 10 16 0 1 0 1543357166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9979/statm: 3400 799 370 3 0 500 0
[pid=10002] ppid=9979 vsize=5356 CPUtime=0
/proc/10002/stat : 10002 (sh) S 9979 9979 8087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1543357396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10002/statm: 1339 232 193 169 0 50 0
[pid=10003] ppid=10002 vsize=46704 CPUtime=1709.72
/proc/10003/stat : 10003 (minisat) R 10002 9979 8087 0 -1 4194304 11246 0 0 0 170931 41 0 0 25 0 1 0 1543357396 47824896 11232 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10003/statm: 11676 11232 75 150 0 11523 0
Current children cumulated CPU time (s) 1711.52
Current children cumulated vsize (KiB) 65660

[startup+1782.3 s]
/proc/loadavg: 2.14 2.10 2.10 3/75 10565
/proc/meminfo: memFree=1702048/2055920 swapFree=4180436/4192956
[pid=9979] ppid=9977 vsize=13600 CPUtime=1.8
/proc/9979/stat : 9979 (sugar) S 9977 9979 8087 0 -1 4194304 1030 12125 4 69 3 1 166 10 16 0 1 0 1543357166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9979/statm: 3400 799 370 3 0 500 0
[pid=10002] ppid=9979 vsize=5356 CPUtime=0
/proc/10002/stat : 10002 (sh) S 9979 9979 8087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1543357396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10002/statm: 1339 232 193 169 0 50 0
[pid=10003] ppid=10002 vsize=46916 CPUtime=1769.69
/proc/10003/stat : 10003 (minisat) R 10002 9979 8087 0 -1 4194304 11299 0 0 0 176928 41 0 0 25 0 1 0 1543357396 48041984 11285 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10003/statm: 11729 11285 75 150 0 11576 0
Current children cumulated CPU time (s) 1771.49
Current children cumulated vsize (KiB) 65872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.9 s]
/proc/loadavg: 2.08 2.09 2.09 3/75 10565
/proc/meminfo: memFree=1702048/2055920 swapFree=4180436/4192956
[pid=9979] ppid=9977 vsize=13600 CPUtime=1.8
/proc/9979/stat : 9979 (sugar) S 9977 9979 8087 0 -1 4194304 1030 12125 4 69 3 1 166 10 16 0 1 0 1543357166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9979/statm: 3400 799 370 3 0 500 0
[pid=10002] ppid=9979 vsize=5356 CPUtime=0
/proc/10002/stat : 10002 (sh) S 9979 9979 8087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1543357396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10002/statm: 1339 232 193 169 0 50 0
[pid=10003] ppid=10002 vsize=46916 CPUtime=1798.28
/proc/10003/stat : 10003 (minisat) R 10002 9979 8087 0 -1 4194304 11299 0 0 0 179787 41 0 0 25 0 1 0 1543357396 48041984 11285 996147200 134512640 135127466 4294956272 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/10003/statm: 11729 11285 75 150 0 11576 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 65872

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

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

[startup+1810.9 s]
/proc/loadavg: 2.08 2.09 2.09 3/75 10565
/proc/meminfo: memFree=1702048/2055920 swapFree=4180436/4192956
[pid=9979] ppid=9977 vsize=13600 CPUtime=1.8
/proc/9979/stat : 9979 (sugar) S 9977 9979 8087 0 -1 4194304 1030 12125 4 69 3 1 166 10 16 0 1 0 1543357166 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9979/statm: 3400 799 370 3 0 500 0
[pid=10002] ppid=9979 vsize=5356 CPUtime=0
/proc/10002/stat : 10002 (sh) S 9979 9979 8087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1543357396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10002/statm: 1339 232 193 169 0 50 0
[pid=10003] ppid=10002 vsize=46916 CPUtime=1798.28
/proc/10003/stat : 10003 (minisat) R 10002 9979 8087 0 -1 4194304 11299 0 0 0 179787 41 0 0 25 0 1 0 1543357396 48041984 11285 996147200 134512640 135127466 4294956272 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/10003/statm: 11729 11285 75 150 0 11576 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 65872

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9979 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=708740
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=131979
# CPU time returned by wait4() is 1.84072
# 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): 1810.92
CPU time (s): 1800.08
CPU user time (s): 1799.56
CPU system time (s): 0.52
CPU usage (%): 99.4013
Max. virtual memory (cumulated for all children) (KiB): 887468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.70874
system time used= 0.131979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13582
page faults= 73
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2402
involuntary context switches= 1949

runsolver used 2.13567 second user time and 6.17006 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-04 04:00:54
IDJOB=1063413
IDBENCH=54748
IDSOLVER=346
FILE ID=node13/1063413-1215136854
PBS_JOBID= 7877211
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-gr4x6.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-1063413-1215136854/watcher-1063413-1215136854 -o /tmp/evaluation-result-1063413-1215136854/solver-1063413-1215136854 -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-1063413-1215136854.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 676da83a245da5754e645c85d459182b
RANDOM SEED=1327240784

node13.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1792208 kB
Buffers:          6100 kB
Cached:          27272 kB
SwapCached:       5524 kB
Active:         198460 kB
Inactive:         7632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1792208 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1364 kB
Writeback:           0 kB
Mapped:         190396 kB
Slab:            42480 kB
Committed_AS:  3673920 kB
PageTables:       2312 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= 66560 MiB
End job on node13 at 2008-07-04 04:31:07