Trace number 2070686

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.14.6+minisat? (TO) 1800.08 1802.83

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-67-12-a3.xml
MD5SUM984657641bd36a115ed9da3d36149bb4
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 benchmark1.72674
Satisfiable
(Un)Satisfiability was proved
Number of variables78
Number of constraints2277
Maximum constraint arity3
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2277
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 00:33:32 2009
0.00/0.08	c 0	PID 17915
0.00/0.08	c 0	HOST node3.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2070686-1247351612.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2070686-1247351612.xml' 'HOME/temp.csp'
0.07/0.74	c 1	2 domains, 78 variables, 3 predicates, 0 relations, 2277 constraints
0.07/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.77	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.71/0.85	c 1	Parsing HOME/temp.csp
0.71/0.94	c 1	parsed 2360 expressions
0.71/0.94	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.71/0.94	c 1	Converting to clausal form CSP
0.92/1.02	c 1	converted 236 (10%) expressions
1.02/1.15	c 1	converted 472 (20%) expressions
1.02/1.17	c 1	converted 708 (30%) expressions
1.02/1.20	c 1	converted 944 (40%) expressions
1.11/1.21	c 1	converted 1180 (50%) expressions
1.11/1.22	c 1	converted 1416 (60%) expressions
1.11/1.23	c 1	converted 1652 (70%) expressions
1.11/1.24	c 1	converted 1888 (80%) expressions
1.11/1.25	c 1	converted 2124 (90%) expressions
1.11/1.26	c 1	converted 2360 (100%) expressions
1.11/1.26	c 1	CSP : 78 integers, 0 booleans, 2343 clauses, largest domain size 67
1.11/1.26	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.26	c 1	Propagation in CSP
1.21/1.30	c 1	210 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.30	c 1	CSP : 78 integers, 0 booleans, 2343 clauses, largest domain size 67
1.21/1.30	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.31	c 1	Simplifing CSP by introducing new Boolean variables
1.21/1.35	c 1	CSP : 78 integers, 4290 booleans, 6633 clauses, largest domain size 67
1.21/1.35	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.39	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.31/1.40	c 1	8 (10%) CSP integer variables are encoded (440 clauses, 4692 bytes)
1.31/1.41	c 1	16 (20%) CSP integer variables are encoded (886 clauses, 9598 bytes)
1.31/1.41	c 1	24 (30%) CSP integer variables are encoded (1375 clauses, 15764 bytes)
1.31/1.41	c 1	32 (40%) CSP integer variables are encoded (1851 clauses, 21952 bytes)
1.31/1.41	c 1	39 (50%) CSP integer variables are encoded (2260 clauses, 27269 bytes)
1.31/1.41	c 1	47 (60%) CSP integer variables are encoded (2731 clauses, 33392 bytes)
1.31/1.41	c 1	55 (70%) CSP integer variables are encoded (3199 clauses, 39476 bytes)
1.31/1.41	c 1	63 (80%) CSP integer variables are encoded (3665 clauses, 45534 bytes)
1.31/1.41	c 1	71 (90%) CSP integer variables are encoded (4118 clauses, 51423 bytes)
1.31/1.42	c 1	78 (100%) CSP integer variables are encoded (4510 clauses, 56519 bytes)
1.31/1.49	c 1	664 (10%) CSP clauses are encoded (31272 clauses, 507242 bytes)
1.40/1.56	c 1	1327 (20%) CSP clauses are encoded (57872 clauses, 989390 bytes)
1.50/1.61	c 2	1990 (30%) CSP clauses are encoded (84662 clauses, 1493281 bytes)
1.50/1.67	c 2	2654 (40%) CSP clauses are encoded (110636 clauses, 1981525 bytes)
1.60/1.73	c 2	3317 (50%) CSP clauses are encoded (137245 clauses, 2481917 bytes)
1.60/1.78	c 2	3980 (60%) CSP clauses are encoded (163298 clauses, 2971703 bytes)
1.69/1.83	c 2	4644 (70%) CSP clauses are encoded (189686 clauses, 3467901 bytes)
1.69/1.88	c 2	5307 (80%) CSP clauses are encoded (215787 clauses, 3958575 bytes)
1.80/1.93	c 2	5970 (90%) CSP clauses are encoded (241714 clauses, 4445937 bytes)
2.19/2.39	c 2	6633 (100%) CSP clauses are encoded (504097 clauses, 8657517 bytes)
2.19/2.39	c 2	6633 CSP clauses encoded
2.19/2.39	c 2	Writing map file : HOME/temp.map
2.19/2.39	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.19/2.39	c 2	SAT : 8878 SAT variables, 504097 SAT clauses, 8657517 bytes
2.19/2.39	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.29/2.45	c 2	SOLVING HOME/temp.cnf
2.29/2.45	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.29/2.45	c 2	This is MiniSat 2.0 beta
2.29/2.45	c 2	WARNING: for repeatability, setting FPU to use double precision
2.29/2.45	c 2	============================[ Problem Statistics ]=============================
2.29/2.45	c 2	|                                                                             |
2.29/2.45	c 2	|  Number of variables:  8878                                                 |
2.29/2.46	c 2	|  Number of clauses:    504097                                               |
2.30/2.70	c 3	|  Parsing time:         0.21         s                                       |
2.30/2.71	c 3	============================[ Search Statistics ]==============================
2.30/2.71	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.30/2.71	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.30/2.71	c 3	===============================================================================
2.30/2.71	c 3	|         0 |    8878   504097  1484197 |   168032        0    nan |  0.000 % |
2.30/3.02	c 3	|       100 |    8878   504097  1484197 |   184835      100      8 |  0.000 % |
3.31/3.51	c 3	|       252 |    8878   504097  1484197 |   203319      252      9 |  0.000 % |
3.81/4.07	c 4	|       478 |    8878   504097  1484197 |   223651      478     10 |  0.000 % |
4.70/4.90	c 5	|       815 |    8878   504097  1484197 |   246016      815     11 |  0.000 % |
6.68/6.97	c 7	|      1324 |    8878   504097  1484197 |   270617     1324     12 |  0.000 % |
8.66/8.96	c 9	|      2086 |    8878   504097  1484197 |   297679     2086     11 |  0.001 % |
10.76/11.01	c 11	|      3225 |    8787   495539  1459712 |   327447     3222     11 |  1.825 % |
15.12/15.48	c 15	|      4933 |    8786   495539  1459712 |   360192     4929     11 |  1.939 % |
22.84/23.28	c 23	|      7496 |    8706   486879  1434633 |   396211     7492     11 |  1.938 % |
33.54/34.05	c 34	|     11341 |    8706   486879  1434633 |   435832    11337     12 |  1.938 % |
50.77/51.40	c 51	|     17107 |    8706   486879  1434633 |   479415    17103     12 |  1.938 % |
71.87/72.76	c 73	|     25757 |    8706   486879  1434633 |   527357    25753     12 |  1.938 % |
110.30/111.53	c 111	|     38732 |    8706   486879  1434633 |   580093    38728     13 |  1.939 % |
165.58/167.31	c 167	|     58193 |    8706   486879  1434633 |   638102    58189     13 |  1.939 % |
259.69/261.76	c 262	|     87385 |    8706   486879  1434633 |   701912    87381     14 |  1.940 % |
413.01/415.12	c 415	|    131174 |    8651   481609  1419405 |   772104   131169     14 |  2.558 % |
659.09/661.38	c 661	|    196858 |    8453   458645  1352076 |   849314   188366     14 |  4.787 % |
1103.90/1106.33	c 1106	|    295384 |    8453   458645  1352076 |   934245   286892     14 |  4.788 % |
1800.08/1802.82	c 1803	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1802.82	c 1803	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.08/1802.82	c ERROR INTERRUPTED
1800.08/1802.83	s UNKNOWN
1800.08/1802.83	c 1803	CPU 2.32 (0.06 0.02 2.07 0.17)
1800.08/1802.83	c 1803	END Sun Jul 12 01:03:35 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2070686-1247351612/watcher-2070686-1247351612 -o /tmp/evaluation-result-2070686-1247351612/solver-2070686-1247351612 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2070686-1247351612.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.07 2.04 4/74 17915
/proc/meminfo: memFree=1748048/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=12268 CPUtime=0
/proc/17915/stat : 17915 (sugar) R 17913 17915 17372 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 22228764 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233653165931 0 0 4224 0 0 0 0 17 1 0 0
/proc/17915/statm: 3067 316 241 3 0 167 0

[startup+0.0851081 s]
/proc/loadavg: 2.05 2.07 2.04 4/74 17915
/proc/meminfo: memFree=1748048/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=0.07
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1209 128 0 0 5 2 0 0 18 0 1 0 22228764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101269 s]
/proc/loadavg: 2.05 2.07 2.04 4/74 17915
/proc/meminfo: memFree=1748048/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=0.07
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22228764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301296 s]
/proc/loadavg: 2.05 2.07 2.04 4/74 17915
/proc/meminfo: memFree=1748048/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=0.07
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22228764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702366 s]
/proc/loadavg: 2.05 2.07 2.04 4/74 17915
/proc/meminfo: memFree=1748048/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=0.07
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22228764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50249 s]
/proc/loadavg: 2.05 2.07 2.04 3/85 17937
/proc/meminfo: memFree=1738040/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=0.71
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1310 5259 0 1 5 2 61 3 15 0 1 0 22228764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17915/statm: 4217 1111 409 3 0 796 0
[pid=17928] ppid=17915 vsize=5356 CPUtime=0
/proc/17928/stat : 17928 (sh) S 17915 17915 17372 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22228842 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17928/statm: 1339 233 193 169 0 50 0
[pid=17929] ppid=17928 vsize=868616 CPUtime=0.69
/proc/17929/stat : 17929 (java) S 17928 17915 17372 0 -1 0 6908 0 1 0 65 4 0 0 18 0 9 0 22228842 889462784 6126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17929/statm: 217154 6126 2589 9 0 211631 0
[pid=17929/tid=17930] ppid=17928 vsize=868616 CPUtime=0.41
/proc/17929/task/17930/stat : 17930 (java) R 17928 17915 17372 0 -1 64 2746 0 1 0 39 2 0 0 18 0 9 0 22228843 889462784 6126 996147200 134512640 134550932 4294955936 18446744073709551615 102094025 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17929/tid=17931] ppid=17928 vsize=868616 CPUtime=0.07
/proc/17929/task/17931/stat : 17931 (java) S 17928 17915 17372 0 -1 64 1973 0 0 0 7 0 0 0 16 0 9 0 22228844 889462784 6126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17929/tid=17932] ppid=17928 vsize=868616 CPUtime=0
/proc/17929/task/17932/stat : 17932 (java) S 17928 17915 17372 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22228844 889462784 6126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17929/tid=17933] ppid=17928 vsize=868616 CPUtime=0
/proc/17929/task/17933/stat : 17933 (java) S 17928 17915 17372 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22228844 889462784 6126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17929/tid=17934] ppid=17928 vsize=868616 CPUtime=0
/proc/17929/task/17934/stat : 17934 (java) S 17928 17915 17372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22228846 889462784 6126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17929/tid=17935] ppid=17928 vsize=868616 CPUtime=0.18
/proc/17929/task/17935/stat : 17935 (java) S 17928 17915 17372 0 -1 64 1490 0 0 0 18 0 0 0 16 0 9 0 22228846 889462784 6126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17929/tid=17936] ppid=17928 vsize=868616 CPUtime=0
/proc/17929/task/17936/stat : 17936 (java) S 17928 17915 17372 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22228846 889462784 6126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17929/tid=17937] ppid=17928 vsize=868616 CPUtime=0
/proc/17929/task/17937/stat : 17937 (java) S 17928 17915 17372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22228846 889462784 6126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890840

[startup+3.10176 s]
/proc/loadavg: 2.05 2.07 2.04 3/85 17937
/proc/meminfo: memFree=1723896/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=2.3
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1376 12741 0 2 5 2 207 16 15 0 1 0 22228764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17915/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30227 s]
/proc/loadavg: 2.05 2.07 2.04 3/77 17939
/proc/meminfo: memFree=1712184/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=2.3
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1376 12741 0 2 5 2 207 16 15 0 1 0 22228764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17915/statm: 4217 1113 409 3 0 796 0
[pid=17938] ppid=17915 vsize=5356 CPUtime=0
/proc/17938/stat : 17938 (sh) S 17915 17915 17372 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22229009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17938/statm: 1339 232 193 169 0 50 0
[pid=17939] ppid=17938 vsize=24240 CPUtime=3.78
/proc/17939/stat : 17939 (minisat) R 17938 17915 17372 0 -1 4194304 5776 0 0 0 375 3 0 0 25 0 1 0 22229010 24821760 5762 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/17939/statm: 6060 5762 75 150 0 5907 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 46464

[startup+12.7013 s]
/proc/loadavg: 2.05 2.07 2.04 3/77 17939
/proc/meminfo: memFree=1711864/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=2.31
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1376 12741 0 2 6 2 207 16 16 0 1 0 22228764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17915/statm: 4217 1113 409 3 0 796 0
[pid=17938] ppid=17915 vsize=5356 CPUtime=0
/proc/17938/stat : 17938 (sh) S 17915 17915 17372 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22229009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17938/statm: 1339 232 193 169 0 50 0
[pid=17939] ppid=17938 vsize=24372 CPUtime=10.13
/proc/17939/stat : 17939 (minisat) R 17938 17915 17372 0 -1 4194304 5805 0 0 0 1009 4 0 0 25 0 1 0 22229010 24956928 5791 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17939/statm: 6093 5791 75 150 0 5940 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 46596

[startup+25.5024 s]
/proc/loadavg: 2.03 2.06 2.04 3/77 17939
/proc/meminfo: memFree=1710968/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=2.31
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1376 12741 0 2 6 2 207 16 16 0 1 0 22228764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17915/statm: 4217 1113 409 3 0 796 0
[pid=17938] ppid=17915 vsize=5356 CPUtime=0
/proc/17938/stat : 17938 (sh) S 17915 17915 17372 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22229009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17938/statm: 1339 232 193 169 0 50 0
[pid=17939] ppid=17938 vsize=24504 CPUtime=22.81
/proc/17939/stat : 17939 (minisat) R 17938 17915 17372 0 -1 4194304 5837 0 0 0 2277 4 0 0 25 0 1 0 22229010 25092096 5823 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17939/statm: 6126 5823 75 150 0 5973 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 46728

[startup+51.1025 s]
/proc/loadavg: 2.10 2.07 2.04 3/77 17939
/proc/meminfo: memFree=1710648/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=2.31
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1376 12741 0 2 6 2 207 16 16 0 1 0 22228764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17915/statm: 4217 1113 409 3 0 796 0
[pid=17938] ppid=17915 vsize=5356 CPUtime=0
/proc/17938/stat : 17938 (sh) S 17915 17915 17372 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22229009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17938/statm: 1339 232 193 169 0 50 0
[pid=17939] ppid=17938 vsize=25036 CPUtime=48.17
/proc/17939/stat : 17939 (minisat) R 17938 17915 17372 0 -1 4194304 5958 0 0 0 4813 4 0 0 25 0 1 0 22229010 25636864 5944 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 1 0 0
/proc/17939/statm: 6259 5944 75 150 0 6106 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 47260

[startup+102.308 s]
/proc/loadavg: 2.04 2.06 2.03 3/77 17939
/proc/meminfo: memFree=1708984/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=2.31
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1376 12741 0 2 6 2 207 16 16 0 1 0 22228764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17915/statm: 4217 1113 409 3 0 796 0
[pid=17938] ppid=17915 vsize=5356 CPUtime=0
/proc/17938/stat : 17938 (sh) S 17915 17915 17372 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22229009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17938/statm: 1339 232 193 169 0 50 0
[pid=17939] ppid=17938 vsize=26656 CPUtime=98.88
/proc/17939/stat : 17939 (minisat) R 17938 17915 17372 0 -1 4194304 6359 0 0 0 9884 4 0 0 25 0 1 0 22229010 27295744 6345 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/17939/statm: 6664 6345 75 150 0 6511 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 48880

[startup+162.301 s]
/proc/loadavg: 2.05 2.06 2.03 3/77 17939
/proc/meminfo: memFree=1706232/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=2.31
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1376 12741 0 2 6 2 207 16 16 0 1 0 22228764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17915/statm: 4217 1113 409 3 0 796 0
[pid=17938] ppid=17915 vsize=5356 CPUtime=0
/proc/17938/stat : 17938 (sh) S 17915 17915 17372 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22229009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17938/statm: 1339 232 193 169 0 50 0
[pid=17939] ppid=17938 vsize=28476 CPUtime=158.31
/proc/17939/stat : 17939 (minisat) R 17938 17915 17372 0 -1 4194304 6835 0 0 0 15826 5 0 0 25 0 1 0 22229010 29159424 6821 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17939/statm: 7119 6821 75 150 0 6966 0
Current children cumulated CPU time (s) 160.62
Current children cumulated vsize (KiB) 50700

[startup+222.301 s]
/proc/loadavg: 2.02 2.05 2.03 3/85 17989
/proc/meminfo: memFree=1819520/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=2.31
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1376 12741 0 2 6 2 207 16 16 0 1 0 22228764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17915/statm: 4217 1113 409 3 0 796 0
[pid=17938] ppid=17915 vsize=5356 CPUtime=0
/proc/17938/stat : 17938 (sh) S 17915 17915 17372 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22229009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17938/statm: 1339 232 193 169 0 50 0
[pid=17939] ppid=17938 vsize=30360 CPUtime=217.98
/proc/17939/stat : 17939 (minisat) R 17938 17915 17372 0 -1 4194304 7269 0 0 0 21791 7 0 0 25 0 1 0 22229010 31088640 7255 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 0 0 0
/proc/17939/statm: 7590 7255 75 150 0 7437 0
Current children cumulated CPU time (s) 220.29
Current children cumulated vsize (KiB) 52584

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

/proc/meminfo: memFree=1705336/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=2.31
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1376 12741 0 2 6 2 207 16 16 0 1 0 22228764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17915/statm: 4217 1113 409 3 0 796 0
[pid=17938] ppid=17915 vsize=5356 CPUtime=0
/proc/17938/stat : 17938 (sh) S 17915 17915 17372 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22229009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17938/statm: 1339 232 193 169 0 50 0
[pid=17939] ppid=17938 vsize=53496 CPUtime=1297.5
/proc/17939/stat : 17939 (minisat) R 17938 17915 17372 0 -1 4194304 12827 0 0 0 129736 14 0 0 25 0 1 0 22229010 54779904 12813 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17939/statm: 13374 12813 75 150 0 13221 0
Current children cumulated CPU time (s) 1299.81
Current children cumulated vsize (KiB) 75720

[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 17992
/proc/meminfo: memFree=1704376/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=2.31
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1376 12741 0 2 6 2 207 16 16 0 1 0 22228764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17915/statm: 4217 1113 409 3 0 796 0
[pid=17938] ppid=17915 vsize=5356 CPUtime=0
/proc/17938/stat : 17938 (sh) S 17915 17915 17372 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22229009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17938/statm: 1339 232 193 169 0 50 0
[pid=17939] ppid=17938 vsize=54456 CPUtime=1357.47
/proc/17939/stat : 17939 (minisat) R 17938 17915 17372 0 -1 4194304 13071 0 0 0 135732 15 0 0 25 0 1 0 22229010 55762944 13057 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17939/statm: 13614 13057 75 150 0 13461 0
Current children cumulated CPU time (s) 1359.78
Current children cumulated vsize (KiB) 76680

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/85 17992
/proc/meminfo: memFree=1703416/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=2.31
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1376 12741 0 2 6 2 207 16 16 0 1 0 22228764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17915/statm: 4217 1113 409 3 0 796 0
[pid=17938] ppid=17915 vsize=5356 CPUtime=0
/proc/17938/stat : 17938 (sh) S 17915 17915 17372 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22229009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17938/statm: 1339 232 193 169 0 50 0
[pid=17939] ppid=17938 vsize=55288 CPUtime=1417.45
/proc/17939/stat : 17939 (minisat) R 17938 17915 17372 0 -1 4194304 13287 0 0 0 141730 15 0 0 25 0 1 0 22229010 56614912 13273 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17939/statm: 13822 13273 75 150 0 13669 0
Current children cumulated CPU time (s) 1419.76
Current children cumulated vsize (KiB) 77512

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 17992
/proc/meminfo: memFree=1702904/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=2.31
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1376 12741 0 2 6 2 207 16 16 0 1 0 22228764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17915/statm: 4217 1113 409 3 0 796 0
[pid=17938] ppid=17915 vsize=5356 CPUtime=0
/proc/17938/stat : 17938 (sh) S 17915 17915 17372 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22229009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17938/statm: 1339 232 193 169 0 50 0
[pid=17939] ppid=17938 vsize=55844 CPUtime=1477.41
/proc/17939/stat : 17939 (minisat) R 17938 17915 17372 0 -1 4194304 13420 0 0 0 147726 15 0 0 25 0 1 0 22229010 57184256 13406 996147200 134512640 135127466 4294956256 18446744073709551615 134530703 0 0 4096 3 0 0 0 17 0 0 0
/proc/17939/statm: 13961 13406 75 150 0 13808 0
Current children cumulated CPU time (s) 1479.72
Current children cumulated vsize (KiB) 78068

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17992
/proc/meminfo: memFree=1702712/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=2.31
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1376 12741 0 2 6 2 207 16 16 0 1 0 22228764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17915/statm: 4217 1113 409 3 0 796 0
[pid=17938] ppid=17915 vsize=5356 CPUtime=0
/proc/17938/stat : 17938 (sh) S 17915 17915 17372 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22229009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17938/statm: 1339 232 193 169 0 50 0
[pid=17939] ppid=17938 vsize=55844 CPUtime=1537.38
/proc/17939/stat : 17939 (minisat) R 17938 17915 17372 0 -1 4194304 13441 0 0 0 153723 15 0 0 25 0 1 0 22229010 57184256 13427 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/17939/statm: 13961 13427 75 150 0 13808 0
Current children cumulated CPU time (s) 1539.69
Current children cumulated vsize (KiB) 78068

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17992
/proc/meminfo: memFree=1702520/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=2.31
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1376 12741 0 2 6 2 207 16 16 0 1 0 22228764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17915/statm: 4217 1113 409 3 0 796 0
[pid=17938] ppid=17915 vsize=5356 CPUtime=0
/proc/17938/stat : 17938 (sh) S 17915 17915 17372 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22229009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17938/statm: 1339 232 193 169 0 50 0
[pid=17939] ppid=17938 vsize=55976 CPUtime=1597.35
/proc/17939/stat : 17939 (minisat) R 17938 17915 17372 0 -1 4194304 13475 0 0 0 159720 15 0 0 25 0 1 0 22229010 57319424 13461 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17939/statm: 13994 13461 75 150 0 13841 0
Current children cumulated CPU time (s) 1599.66
Current children cumulated vsize (KiB) 78200

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 17998
/proc/meminfo: memFree=1702320/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=2.31
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1376 12741 0 2 6 2 207 16 16 0 1 0 22228764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17915/statm: 4217 1113 409 3 0 796 0
[pid=17938] ppid=17915 vsize=5356 CPUtime=0
/proc/17938/stat : 17938 (sh) S 17915 17915 17372 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22229009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17938/statm: 1339 232 193 169 0 50 0
[pid=17939] ppid=17938 vsize=56116 CPUtime=1657.33
/proc/17939/stat : 17939 (minisat) R 17938 17915 17372 0 -1 4194304 13488 0 0 0 165717 16 0 0 25 0 1 0 22229010 57462784 13474 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17939/statm: 14029 13474 75 150 0 13876 0
Current children cumulated CPU time (s) 1659.64
Current children cumulated vsize (KiB) 78340

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/85 17998
/proc/meminfo: memFree=1702192/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=2.31
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1376 12741 0 2 6 2 207 16 16 0 1 0 22228764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17915/statm: 4217 1113 409 3 0 796 0
[pid=17938] ppid=17915 vsize=5356 CPUtime=0
/proc/17938/stat : 17938 (sh) S 17915 17915 17372 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22229009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17938/statm: 1339 232 193 169 0 50 0
[pid=17939] ppid=17938 vsize=56116 CPUtime=1717.3
/proc/17939/stat : 17939 (minisat) R 17938 17915 17372 0 -1 4194304 13520 0 0 0 171714 16 0 0 25 0 1 0 22229010 57462784 13506 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/17939/statm: 14029 13506 75 150 0 13876 0
Current children cumulated CPU time (s) 1719.61
Current children cumulated vsize (KiB) 78340

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 17998
/proc/meminfo: memFree=1701808/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=2.31
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1376 12741 0 2 6 2 207 16 16 0 1 0 22228764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17915/statm: 4217 1113 409 3 0 796 0
[pid=17938] ppid=17915 vsize=5356 CPUtime=0
/proc/17938/stat : 17938 (sh) S 17915 17915 17372 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22229009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17938/statm: 1339 232 193 169 0 50 0
[pid=17939] ppid=17938 vsize=56340 CPUtime=1777.27
/proc/17939/stat : 17939 (minisat) R 17938 17915 17372 0 -1 4194304 13578 0 0 0 177711 16 0 0 25 0 1 0 22229010 57692160 13564 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17939/statm: 14085 13564 75 150 0 13932 0
Current children cumulated CPU time (s) 1779.58
Current children cumulated vsize (KiB) 78564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.8 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 17998
/proc/meminfo: memFree=1701808/2055920 swapFree=4192812/4192956
[pid=17915] ppid=17913 vsize=16868 CPUtime=2.31
/proc/17915/stat : 17915 (sugar) S 17913 17915 17372 0 -1 4194304 1376 12741 0 2 6 2 207 16 16 0 1 0 22228764 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17915/statm: 4217 1113 409 3 0 796 0
[pid=17938] ppid=17915 vsize=5356 CPUtime=0
/proc/17938/stat : 17938 (sh) S 17915 17915 17372 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22229009 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17938/statm: 1339 232 193 169 0 50 0
[pid=17939] ppid=17938 vsize=56340 CPUtime=1797.77
/proc/17939/stat : 17939 (minisat) R 17938 17915 17372 0 -1 4194304 13578 0 0 0 179761 16 0 0 25 0 1 0 22229010 57692160 13564 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 0 0 0
/proc/17939/statm: 14085 13564 75 150 0 13932 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 78564

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 17915 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=141674
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=201969
# CPU time returned by wait4() is 2.34364
# 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): 1802.83
CPU time (s): 1800.08
CPU user time (s): 1799.74
CPU system time (s): 0.34
CPU usage (%): 99.8474
Max. virtual memory (cumulated for all children) (KiB): 890840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.14167
system time used= 0.201969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14591
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= 4216
involuntary context switches= 4084

runsolver used 2.22866 second user time and 5.99909 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 00:33:32
IDJOB=2070686
IDBENCH=55380
IDSOLVER=739
FILE ID=node3/2070686-1247351612
PBS_JOBID= 9506917
Free space on /tmp= 66324 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-67-12-a3.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070686-1247351612/watcher-2070686-1247351612 -o /tmp/evaluation-result-2070686-1247351612/solver-2070686-1247351612 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2070686-1247351612.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 984657641bd36a115ed9da3d36149bb4
RANDOM SEED=72054620

node3.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.259
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.259
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:       1748528 kB
Buffers:         20524 kB
Cached:         149884 kB
SwapCached:          0 kB
Active:         222828 kB
Inactive:        35480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11520 kB
Writeback:           0 kB
Mapped:          98996 kB
Slab:            34392 kB
Committed_AS:   232732 kB
PageTables:       1936 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= 66380 MiB
End job on node3 at 2009-07-12 01:03:37