Trace number 2064185

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.11 1808.37

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-13.xml
MD5SUM96388d2f788c0ec6e36289d5c4da0a58
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark83.0484
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints30204
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension29954
Global constraints used (with number of constraints)alldifferent(250)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:50:09 2009
0.00/0.08	c 0	PID 14844
0.00/0.08	c 0	HOST node16.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2064185-1247334609.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-2064185-1247334609.xml' 'HOME/temp.csp'
2.05/2.17	c 2	23 domains, 800 variables, 1 predicates, 0 relations, 30204 constraints
2.05/2.19	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.05/2.19	c 2	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'
2.14/2.27	c 2	Parsing HOME/temp.csp
2.42/2.58	c 3	parsed 10000 expressions
2.62/2.73	c 3	parsed 20000 expressions
2.82/2.90	c 3	parsed 30000 expressions
2.82/2.92	c 3	parsed 31028 expressions
2.82/2.93	c 3	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.82/2.93	c 3	Converting to clausal form CSP
3.32/3.46	c 3	converted 3103 (10%) expressions
3.61/3.73	c 4	converted 6206 (20%) expressions
4.00/4.15	c 4	converted 9309 (30%) expressions
4.21/4.39	c 4	converted 12412 (40%) expressions
4.50/4.64	c 5	converted 15514 (50%) expressions
4.70/4.89	c 5	converted 18617 (60%) expressions
5.20/5.39	c 5	converted 21720 (70%) expressions
5.50/5.64	c 6	converted 24823 (80%) expressions
5.70/5.90	c 6	converted 27926 (90%) expressions
7.77/7.95	c 8	converted 31028 (100%) expressions
7.77/7.95	c 8	CSP : 800 integers, 0 booleans, 67494 clauses, largest domain size 45
7.77/7.96	c 8	Heap : 79 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.77/7.96	c 8	Propagation in CSP
7.97/8.19	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.97/8.19	c 8	CSP : 800 integers, 0 booleans, 67494 clauses, largest domain size 45
7.97/8.19	c 8	Heap : 84 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.07/8.23	c 8	Simplifing CSP by introducing new Boolean variables
9.95/10.12	c 10	CSP : 800 integers, 181158 booleans, 248652 clauses, largest domain size 45
9.95/10.12	c 10	Heap : 131 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.84/11.05	c 11	Encoding CSP to SAT : HOME/temp.cnf
10.94/11.10	c 11	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
10.94/11.11	c 11	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
10.94/11.11	c 11	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
10.94/11.12	c 11	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
10.94/11.12	c 11	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
10.94/11.13	c 11	480 (60%) CSP integer variables are encoded (17280 clauses, 237558 bytes)
10.94/11.13	c 11	560 (70%) CSP integer variables are encoded (17336 clauses, 238398 bytes)
10.94/11.13	c 11	640 (80%) CSP integer variables are encoded (17397 clauses, 239313 bytes)
10.94/11.14	c 11	720 (90%) CSP integer variables are encoded (17495 clauses, 240783 bytes)
10.94/11.14	c 11	800 (100%) CSP integer variables are encoded (17538 clauses, 241428 bytes)
12.03/12.29	c 12	24866 (10%) CSP clauses are encoded (522043 clauses, 9977663 bytes)
13.12/13.36	c 13	49731 (20%) CSP clauses are encoded (1032067 clauses, 20264923 bytes)
14.21/14.44	c 14	74596 (30%) CSP clauses are encoded (1550735 clauses, 30774816 bytes)
15.30/15.51	c 16	99461 (40%) CSP clauses are encoded (2060231 clauses, 41146961 bytes)
16.35/16.69	c 17	124326 (50%) CSP clauses are encoded (2572295 clauses, 52315596 bytes)
17.74/18.03	c 18	149192 (60%) CSP clauses are encoded (3210023 clauses, 66286182 bytes)
19.22/19.54	c 20	174057 (70%) CSP clauses are encoded (3960712 clauses, 82386277 bytes)
20.71/21.05	c 21	198922 (80%) CSP clauses are encoded (4711797 clauses, 98487057 bytes)
22.17/22.58	c 23	223787 (90%) CSP clauses are encoded (5462882 clauses, 114685213 bytes)
23.65/24.09	c 24	248652 (100%) CSP clauses are encoded (6214275 clauses, 130803670 bytes)
23.65/24.09	c 24	248652 CSP clauses encoded
23.65/24.09	c 24	Writing map file : HOME/temp.map
23.75/24.12	c 24	Heap : 103 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
23.75/24.12	c 24	SAT : 199330 SAT variables, 6214275 SAT clauses, 130803670 bytes
23.75/24.12	c 24	Heap : 103 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
23.75/24.18	c 24	SOLVING HOME/temp.cnf
23.75/24.18	c 24	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
23.75/24.19	c 24	This is MiniSat 2.0 beta
23.75/24.19	c 24	WARNING: for repeatability, setting FPU to use double precision
23.75/24.19	c 24	============================[ Problem Statistics ]=============================
23.75/24.19	c 24	|                                                                             |
23.75/24.19	c 24	|  Number of variables:  199330                                               |
23.75/24.19	c 24	|  Number of clauses:    6214275                                              |
27.18/27.66	c 28	|  Parsing time:         2.96         s                                       |
27.37/27.82	c 28	============================[ Search Statistics ]==============================
27.37/27.82	c 28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.37/27.82	c 28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.37/27.82	c 28	===============================================================================
27.37/27.82	c 28	|         0 |  199330  6214275 18279487 |  2071425        0    nan |  0.000 % |
29.26/29.76	c 30	|       100 |  199330  6214275 18279487 |  2278567      100      9 |  0.000 % |
30.85/31.36	c 31	|       250 |  199330  6214275 18279487 |  2506424      250      8 |  0.000 % |
32.03/32.52	c 33	|       475 |  199330  6214275 18279487 |  2757066      475     13 |  0.000 % |
32.52/33.02	c 33	|       813 |  199330  6214275 18279487 |  3032773      813     13 |  0.000 % |
35.30/35.80	c 36	|      1319 |  199330  6214275 18279487 |  3336050     1319     22 |  0.000 % |
35.40/35.97	c 36	|      2078 |  199330  6214275 18279487 |  3669655     2078     21 |  0.000 % |
35.89/36.50	c 36	|      3217 |  199330  6214275 18279487 |  4036621     3217     19 |  0.000 % |
37.57/38.11	c 38	|      4925 |  199330  6214275 18279487 |  4440283     4925     20 |  0.000 % |
38.18/38.74	c 39	|      7489 |  199330  6214275 18279487 |  4884311     7489     22 |  0.000 % |
40.26/40.89	c 41	|     11333 |  199330  6214275 18279487 |  5372742    11333     29 |  0.000 % |
42.05/42.62	c 43	|     17100 |  199330  6214275 18279487 |  5910017    17100     29 |  0.000 % |
44.72/45.33	c 45	|     25750 |  199330  6214275 18279487 |  6501019    25750     28 |  0.000 % |
48.09/48.79	c 49	|     38724 |  199330  6214275 18279487 |  7151120    38724     30 |  0.000 % |
54.14/54.84	c 55	|     58185 |  199330  6214275 18279487 |  7866232    58185     30 |  0.000 % |
66.23/67.08	c 67	|     87379 |  199330  6214275 18279487 |  8652856    87379     32 |  0.000 % |
84.16/85.10	c 85	|    131168 |  199330  6214275 18279487 |  9518141   131168     31 |  0.000 % |
128.86/130.26	c 130	|    196852 |  199330  6214275 18279487 | 10469956   196852     34 |  0.000 % |
174.05/175.81	c 176	|    295378 |  199330  6214275 18279487 | 11516951   295378     36 |  0.000 % |
400.01/403.87	c 404	|    443168 |  199330  6214275 18279487 | 12668646   443168     47 |  0.000 % |
588.89/594.48	c 594	|    664851 |  199330  6214275 18279487 | 13935511   664851     43 |  0.000 % |
959.53/967.72	c 968	|    997376 |  199330  6214275 18279487 | 15329062   997376     46 |  0.000 % |
1525.24/1533.41	c 1533	|   1496165 |  199330  6214275 18279487 | 16861969  1496165     46 |  0.000 % |
1800.05/1808.22	c ERROR INTERRUPTED
1800.05/1808.31	s UNKNOWN
1800.05/1808.31	c 1808	CPU 23.83 (0.07 0.01 22.36 1.39)
1800.05/1808.31	c 1808	END Sat Jul 11 20:20:17 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-2064185-1247334609/watcher-2064185-1247334609 -o /tmp/evaluation-result-2064185-1247334609/solver-2064185-1247334609 -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-2064185-1247334609.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.07 2.03 2.00 4/74 14844
/proc/meminfo: memFree=1873568/2055920 swapFree=4192812/4192956
[pid=14844] ppid=14842 vsize=12000 CPUtime=0
/proc/14844/stat : 14844 (sugar) R 14842 14844 12504 0 -1 4194304 189 0 0 0 0 0 0 0 22 0 1 0 20527755 12288000 157 996147200 4194304 4206940 548682068608 18446744073709551615 231961986611 0 0 4224 0 0 0 0 17 1 0 0
/proc/14844/statm: 3000 157 119 3 0 100 0

[startup+0.107226 s]
/proc/loadavg: 2.07 2.03 2.00 4/74 14844
/proc/meminfo: memFree=1873568/2055920 swapFree=4192812/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=0.07
/proc/14844/stat : 14844 (sugar) S 14842 14844 12504 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20527755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201199 s]
/proc/loadavg: 2.07 2.03 2.00 4/74 14844
/proc/meminfo: memFree=1873568/2055920 swapFree=4192812/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=0.07
/proc/14844/stat : 14844 (sugar) S 14842 14844 12504 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20527755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301171 s]
/proc/loadavg: 2.07 2.03 2.00 4/74 14844
/proc/meminfo: memFree=1873568/2055920 swapFree=4192812/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=0.07
/proc/14844/stat : 14844 (sugar) S 14842 14844 12504 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20527755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701054 s]
/proc/loadavg: 2.07 2.03 2.00 4/74 14844
/proc/meminfo: memFree=1873568/2055920 swapFree=4192812/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=0.07
/proc/14844/stat : 14844 (sugar) S 14842 14844 12504 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20527755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50283 s]
/proc/loadavg: 2.07 2.03 2.00 4/85 14856
/proc/meminfo: memFree=1837512/2055920 swapFree=4192812/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=0.07
/proc/14844/stat : 14844 (sugar) S 14842 14844 12504 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20527755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1111 409 3 0 796 0
[pid=14847] ppid=14844 vsize=5356 CPUtime=0
/proc/14847/stat : 14847 (sh) S 14844 14844 12504 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20527764 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14847/statm: 1339 233 193 169 0 50 0
[pid=14848] ppid=14847 vsize=864760 CPUtime=1.39
/proc/14848/stat : 14848 (java) S 14847 14844 12504 0 -1 0 16465 0 1 0 129 10 0 0 18 0 9 0 20527764 885514240 14486 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14848/statm: 216190 14486 2556 9 0 210702 0
[pid=14848/tid=14849] ppid=14847 vsize=864760 CPUtime=0.71
/proc/14848/task/14849/stat : 14849 (java) R 14847 14844 12504 0 -1 64 3065 0 1 0 68 3 0 0 23 0 9 0 20527765 885514240 14486 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14848/tid=14850] ppid=14847 vsize=864760 CPUtime=0.53
/proc/14848/task/14850/stat : 14850 (java) R 14847 14844 12504 0 -1 64 12179 0 0 0 48 5 0 0 16 0 9 0 20527767 885514240 14486 996147200 134512640 134550932 4294955984 18446744073709551615 102759263 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14848/tid=14851] ppid=14847 vsize=864760 CPUtime=0
/proc/14848/task/14851/stat : 14851 (java) S 14847 14844 12504 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20527767 885514240 14486 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14848/tid=14852] ppid=14847 vsize=864760 CPUtime=0
/proc/14848/task/14852/stat : 14852 (java) S 14847 14844 12504 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20527767 885514240 14486 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14848/tid=14853] ppid=14847 vsize=864760 CPUtime=0
/proc/14848/task/14853/stat : 14853 (java) S 14847 14844 12504 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20527769 885514240 14486 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14848/tid=14854] ppid=14847 vsize=864760 CPUtime=0.12
/proc/14848/task/14854/stat : 14854 (java) S 14847 14844 12504 0 -1 64 515 0 0 0 12 0 0 0 16 0 9 0 20527769 885514240 14486 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14848/tid=14855] ppid=14847 vsize=864760 CPUtime=0
/proc/14848/task/14855/stat : 14855 (java) S 14847 14844 12504 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20527769 885514240 14486 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14848/tid=14856] ppid=14847 vsize=864760 CPUtime=0
/proc/14848/task/14856/stat : 14856 (java) S 14847 14844 12504 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20527769 885514240 14486 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886984

[startup+3.10237 s]
/proc/loadavg: 2.07 2.03 2.00 3/77 14858
/proc/meminfo: memFree=1868872/2055920 swapFree=4192812/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=2.14
/proc/14844/stat : 14844 (sugar) S 14842 14844 12504 0 -1 4194304 1309 17754 0 1 6 1 194 13 16 0 1 0 20527755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1111 409 3 0 796 0
[pid=14857] ppid=14844 vsize=5356 CPUtime=0
/proc/14857/stat : 14857 (sh) S 14844 14844 12504 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20527975 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14857/statm: 1339 233 193 169 0 50 0
[pid=14858] ppid=14857 vsize=866296 CPUtime=0.88
/proc/14858/stat : 14858 (java) S 14857 14844 12504 0 -1 0 8653 0 1 0 84 4 0 0 18 0 9 0 20527975 887087104 7815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14858/statm: 216574 7815 2568 9 0 211079 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 888520

[startup+6.30288 s]
/proc/loadavg: 2.15 2.05 2.01 3/85 14866
/proc/meminfo: memFree=1810120/2055920 swapFree=4192812/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=2.14
/proc/14844/stat : 14844 (sugar) S 14842 14844 12504 0 -1 4194304 1309 17754 0 1 6 1 194 13 16 0 1 0 20527755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1111 409 3 0 796 0
[pid=14857] ppid=14844 vsize=5356 CPUtime=0
/proc/14857/stat : 14857 (sh) S 14844 14844 12504 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20527975 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14857/statm: 1339 233 193 169 0 50 0
[pid=14858] ppid=14857 vsize=868648 CPUtime=4.04
/proc/14858/stat : 14858 (java) S 14857 14844 12504 0 -1 0 22006 0 1 0 392 12 0 0 18 0 9 0 20527975 889495552 20844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14858/statm: 217162 20844 2566 9 0 211667 0
[pid=14858/tid=14859] ppid=14857 vsize=868648 CPUtime=2.49
/proc/14858/task/14859/stat : 14859 (java) R 14857 14844 12504 0 -1 64 3242 0 1 0 247 2 0 0 25 0 9 0 20527977 889495552 20844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14858/tid=14860] ppid=14857 vsize=868648 CPUtime=1.36
/proc/14858/task/14860/stat : 14860 (java) S 14857 14844 12504 0 -1 64 16582 0 0 0 128 8 0 0 15 0 9 0 20527978 889495552 20844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14858/tid=14861] ppid=14857 vsize=868648 CPUtime=0
/proc/14858/task/14861/stat : 14861 (java) S 14857 14844 12504 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20527978 889495552 20844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14858/tid=14862] ppid=14857 vsize=868648 CPUtime=0
/proc/14858/task/14862/stat : 14862 (java) S 14857 14844 12504 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20527978 889495552 20844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14858/tid=14863] ppid=14857 vsize=868648 CPUtime=0
/proc/14858/task/14863/stat : 14863 (java) S 14857 14844 12504 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20527980 889495552 20844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14858/tid=14864] ppid=14857 vsize=868648 CPUtime=0.16
/proc/14858/task/14864/stat : 14864 (java) S 14857 14844 12504 0 -1 64 1479 0 0 0 16 0 0 0 17 0 9 0 20527980 889495552 20844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14858/tid=14865] ppid=14857 vsize=868648 CPUtime=0
/proc/14858/task/14865/stat : 14865 (java) S 14857 14844 12504 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20527980 889495552 20844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14858/tid=14866] ppid=14857 vsize=868648 CPUtime=0
/proc/14858/task/14866/stat : 14866 (java) S 14857 14844 12504 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20527980 889495552 20844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890872

[startup+12.7026 s]
/proc/loadavg: 2.22 2.07 2.01 3/85 14866
/proc/meminfo: memFree=1702152/2055920 swapFree=4192812/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=2.14
/proc/14844/stat : 14844 (sugar) S 14842 14844 12504 0 -1 4194304 1310 17754 0 1 6 1 194 13 16 0 1 0 20527755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1111 409 3 0 796 0
[pid=14857] ppid=14844 vsize=5356 CPUtime=0
/proc/14857/stat : 14857 (sh) S 14844 14844 12504 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20527975 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14857/statm: 1339 233 193 169 0 50 0
[pid=14858] ppid=14857 vsize=868760 CPUtime=10.39
/proc/14858/stat : 14858 (java) S 14857 14844 12504 0 -1 0 67632 0 1 0 995 44 0 0 18 0 9 0 20527975 889610240 42077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14858/statm: 217190 42077 2593 9 0 211667 0
[pid=14858/tid=14859] ppid=14857 vsize=868760 CPUtime=5.23
/proc/14858/task/14859/stat : 14859 (java) R 14857 14844 12504 0 -1 64 4673 0 1 0 511 12 0 0 25 0 9 0 20527977 889610240 42077 996147200 134512640 134550932 4294955936 18446744073709551615 4127029349 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14858/tid=14860] ppid=14857 vsize=868760 CPUtime=4.87
/proc/14858/task/14860/stat : 14860 (java) S 14857 14844 12504 0 -1 64 60728 0 0 0 458 29 0 0 16 0 9 0 20527978 889610240 42077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14858/tid=14861] ppid=14857 vsize=868760 CPUtime=0
/proc/14858/task/14861/stat : 14861 (java) S 14857 14844 12504 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20527978 889610240 42077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14858/tid=14862] ppid=14857 vsize=868760 CPUtime=0
/proc/14858/task/14862/stat : 14862 (java) S 14857 14844 12504 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20527978 889610240 42077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14858/tid=14863] ppid=14857 vsize=868760 CPUtime=0
/proc/14858/task/14863/stat : 14863 (java) S 14857 14844 12504 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20527980 889610240 42077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14858/tid=14864] ppid=14857 vsize=868760 CPUtime=0.26
/proc/14858/task/14864/stat : 14864 (java) S 14857 14844 12504 0 -1 64 1528 0 0 0 25 1 0 0 16 0 9 0 20527980 889610240 42077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14858/tid=14865] ppid=14857 vsize=868760 CPUtime=0
/proc/14858/task/14865/stat : 14865 (java) S 14857 14844 12504 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20527980 889610240 42077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14858/tid=14866] ppid=14857 vsize=868760 CPUtime=0
/proc/14858/task/14866/stat : 14866 (java) S 14857 14844 12504 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20527980 889610240 42077 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890984

[startup+25.5019 s]
/proc/loadavg: 2.17 2.06 2.01 3/77 14868
/proc/meminfo: memFree=1659016/2055920 swapFree=4192812/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=23.82
/proc/14844/stat : 14844 (sugar) S 14842 14844 12504 0 -1 4194304 1376 85946 0 2 6 1 2236 139 16 0 1 0 20527755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1113 409 3 0 796 0
[pid=14867] ppid=14844 vsize=5356 CPUtime=0
/proc/14867/stat : 14867 (sh) S 14844 14844 12504 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20530174 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14867/statm: 1339 232 193 169 0 50 0
[pid=14868] ppid=14867 vsize=96268 CPUtime=1.28
/proc/14868/stat : 14868 (minisat) R 14867 14844 12504 0 -1 4194304 23351 0 0 0 112 16 0 0 25 0 1 0 20530175 98578432 23337 996147200 134512640 135127466 4294956256 18446744073709551615 134704254 0 0 4096 3 0 0 0 17 1 0 0
/proc/14868/statm: 24067 23337 62 150 0 23914 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 118492

[startup+51.1016 s]
/proc/loadavg: 2.11 2.06 2.01 3/77 14868
/proc/meminfo: memFree=1454152/2055920 swapFree=4192812/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=23.83
/proc/14844/stat : 14844 (sugar) S 14842 14844 12504 0 -1 4194304 1376 85946 0 2 7 1 2236 139 16 0 1 0 20527755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1113 409 3 0 796 0
[pid=14867] ppid=14844 vsize=5356 CPUtime=0
/proc/14867/stat : 14867 (sh) S 14844 14844 12504 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20530174 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14867/statm: 1339 232 193 169 0 50 0
[pid=14868] ppid=14867 vsize=293812 CPUtime=26.64
/proc/14868/stat : 14868 (minisat) R 14867 14844 12504 0 -1 4194304 71366 0 0 0 2612 52 0 0 25 0 1 0 20530175 300863488 71352 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/14868/statm: 73453 71352 76 150 0 73300 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 316036

[startup+102.302 s]
/proc/loadavg: 2.05 2.05 2.00 3/77 14868
/proc/meminfo: memFree=1434504/2055920 swapFree=4192812/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=23.83
/proc/14844/stat : 14844 (sugar) S 14842 14844 12504 0 -1 4194304 1376 85946 0 2 7 1 2236 139 16 0 1 0 20527755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14844/statm: 4217 1113 409 3 0 796 0
[pid=14867] ppid=14844 vsize=5356 CPUtime=0

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

/proc/14868/stat : 14868 (minisat) R 14867 14844 12504 0 -1 4194304 145858 0 0 0 138894 136 0 0 25 0 1 0 20530175 607924224 145844 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14868/statm: 148419 145844 76 150 0 148266 0
Current children cumulated CPU time (s) 1414.13
Current children cumulated vsize (KiB) 615900

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14918
/proc/meminfo: memFree=986496/2055920 swapFree=4192812/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=23.83
/proc/14844/stat : 14844 (sugar) S 14842 14844 12504 0 -1 4194304 1376 85946 0 2 7 1 2236 139 16 0 1 0 20527755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14844/statm: 4217 1113 409 3 0 796 0
[pid=14867] ppid=14844 vsize=5356 CPUtime=0
/proc/14867/stat : 14867 (sh) S 14844 14844 12504 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20530174 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14867/statm: 1339 232 193 169 0 50 0
[pid=14868] ppid=14867 vsize=604536 CPUtime=1450.31
/proc/14868/stat : 14868 (minisat) R 14867 14844 12504 0 -1 4194304 148660 0 0 0 144892 139 0 0 25 0 1 0 20530175 619044864 148646 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14868/statm: 151134 148646 76 150 0 150981 0
Current children cumulated CPU time (s) 1474.14
Current children cumulated vsize (KiB) 626760

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14918
/proc/meminfo: memFree=977024/2055920 swapFree=4192812/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=23.83
/proc/14844/stat : 14844 (sugar) S 14842 14844 12504 0 -1 4194304 1376 85946 0 2 7 1 2236 139 16 0 1 0 20527755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14844/statm: 4217 1113 409 3 0 796 0
[pid=14867] ppid=14844 vsize=5356 CPUtime=0
/proc/14867/stat : 14867 (sh) S 14844 14844 12504 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20530174 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14867/statm: 1339 232 193 169 0 50 0
[pid=14868] ppid=14867 vsize=613700 CPUtime=1510.31
/proc/14868/stat : 14868 (minisat) R 14867 14844 12504 0 -1 4194304 150985 0 0 0 150890 141 0 0 25 0 1 0 20530175 628428800 150971 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/14868/statm: 153425 150971 76 150 0 153272 0
Current children cumulated CPU time (s) 1534.14
Current children cumulated vsize (KiB) 635924

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14918
/proc/meminfo: memFree=969088/2055920 swapFree=4192812/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=23.83
/proc/14844/stat : 14844 (sugar) S 14842 14844 12504 0 -1 4194304 1376 85946 0 2 7 1 2236 139 16 0 1 0 20527755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14844/statm: 4217 1113 409 3 0 796 0
[pid=14867] ppid=14844 vsize=5356 CPUtime=0
/proc/14867/stat : 14867 (sh) S 14844 14844 12504 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20530174 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14867/statm: 1339 232 193 169 0 50 0
[pid=14868] ppid=14867 vsize=621548 CPUtime=1570.3
/proc/14868/stat : 14868 (minisat) R 14867 14844 12504 0 -1 4194304 152968 0 0 0 156887 143 0 0 25 0 1 0 20530175 636465152 152954 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14868/statm: 155387 152954 76 150 0 155234 0
Current children cumulated CPU time (s) 1594.13
Current children cumulated vsize (KiB) 643772

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 14918
/proc/meminfo: memFree=958080/2055920 swapFree=4192812/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=23.83
/proc/14844/stat : 14844 (sugar) S 14842 14844 12504 0 -1 4194304 1376 85946 0 2 7 1 2236 139 16 0 1 0 20527755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14844/statm: 4217 1113 409 3 0 796 0
[pid=14867] ppid=14844 vsize=5356 CPUtime=0
/proc/14867/stat : 14867 (sh) S 14844 14844 12504 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20530174 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14867/statm: 1339 232 193 169 0 50 0
[pid=14868] ppid=14867 vsize=632116 CPUtime=1630.31
/proc/14868/stat : 14868 (minisat) R 14867 14844 12504 0 -1 4194304 155658 0 0 0 162885 146 0 0 25 0 1 0 20530175 647286784 155644 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14868/statm: 158029 155644 76 150 0 157876 0
Current children cumulated CPU time (s) 1654.14
Current children cumulated vsize (KiB) 654340

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 14918
/proc/meminfo: memFree=948288/2055920 swapFree=4192812/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=23.83
/proc/14844/stat : 14844 (sugar) S 14842 14844 12504 0 -1 4194304 1376 85946 0 2 7 1 2236 139 16 0 1 0 20527755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14844/statm: 4217 1113 409 3 0 796 0
[pid=14867] ppid=14844 vsize=5356 CPUtime=0
/proc/14867/stat : 14867 (sh) S 14844 14844 12504 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20530174 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14867/statm: 1339 232 193 169 0 50 0
[pid=14868] ppid=14867 vsize=644992 CPUtime=1690.31
/proc/14868/stat : 14868 (minisat) R 14867 14844 12504 0 -1 4194304 158121 0 0 0 168883 148 0 0 25 0 1 0 20530175 660471808 158107 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14868/statm: 161248 158107 76 150 0 161095 0
Current children cumulated CPU time (s) 1714.14
Current children cumulated vsize (KiB) 667216

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14918
/proc/meminfo: memFree=939776/2055920 swapFree=4192812/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=23.83
/proc/14844/stat : 14844 (sugar) S 14842 14844 12504 0 -1 4194304 1376 85946 0 2 7 1 2236 139 16 0 1 0 20527755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14844/statm: 4217 1113 409 3 0 796 0
[pid=14867] ppid=14844 vsize=5356 CPUtime=0
/proc/14867/stat : 14867 (sh) S 14844 14844 12504 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20530174 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14867/statm: 1339 232 193 169 0 50 0
[pid=14868] ppid=14867 vsize=653184 CPUtime=1750.31
/proc/14868/stat : 14868 (minisat) R 14867 14844 12504 0 -1 4194304 160208 0 0 0 174881 150 0 0 25 0 1 0 20530175 668860416 160194 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14868/statm: 163296 160194 76 150 0 163143 0
Current children cumulated CPU time (s) 1774.14
Current children cumulated vsize (KiB) 675408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14918
/proc/meminfo: memFree=936128/2055920 swapFree=4192812/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=23.83
/proc/14844/stat : 14844 (sugar) S 14842 14844 12504 0 -1 4194304 1376 85946 0 2 7 1 2236 139 16 0 1 0 20527755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14844/statm: 4217 1113 409 3 0 796 0
[pid=14867] ppid=14844 vsize=5356 CPUtime=0
/proc/14867/stat : 14867 (sh) S 14844 14844 12504 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20530174 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14867/statm: 1339 232 193 169 0 50 0
[pid=14868] ppid=14867 vsize=656728 CPUtime=1776.22
/proc/14868/stat : 14868 (minisat) R 14867 14844 12504 0 -1 4194304 161103 0 0 0 177471 151 0 0 25 0 1 0 20530175 672489472 161089 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14868/statm: 164182 161089 76 150 0 164029 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 678952

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

############
# WARNING:
# current cumulated CPU time (23.85 s) is less than in the last sample (1800.05 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1776.2 s) to the 'lost time'.

[startup+1808.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14918
/proc/meminfo: memFree=936128/2055920 swapFree=4192812/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=23.83
/proc/14844/stat : 14844 (sugar) S 14842 14844 12504 0 -1 4194304 1376 85946 0 2 7 1 2236 139 16 0 1 0 20527755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14844/statm: 4217 1113 409 3 0 796 0
[pid=14867] ppid=14844 vsize=5356 CPUtime=0
/proc/14867/stat : 14867 (sh) S 14844 14844 12504 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20530174 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14867/statm: 1339 232 193 169 0 50 0
[pid=14868] ppid=14867 vsize=656728 CPUtime=1776.22
/proc/14868/stat : 14868 (minisat) R 14867 14844 12504 0 -1 4194304 161103 0 0 0 177471 151 0 0 25 0 1 0 20530175 672489472 161089 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14868/statm: 164182 161089 76 150 0 164029 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 678952

[startup+1808.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14918
/proc/meminfo: memFree=936128/2055920 swapFree=4192812/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=23.85
/proc/14844/stat : 14844 (sugar) R 14842 14844 12504 0 -1 4194304 1423 86223 0 2 7 3 2236 139 17 0 1 0 20527755 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14844/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 23.85
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1808.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14918
/proc/meminfo: memFree=936128/2055920 swapFree=4192812/4192956
[pid=14844] ppid=14842 vsize=16868 CPUtime=23.85
/proc/14844/stat : 14844 (sugar) R 14842 14844 12504 0 -1 4194304 1423 86223 0 2 7 3 2236 139 17 0 1 0 20527755 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14844/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 23.85
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1776.2
#  lost CPU user time (s): 1774.71
#  lost CPU system time (s): 1.49

Real time (s): 1808.37
CPU time (s): 1800.11
CPU user time (s): 1797.15
CPU system time (s): 2.96677
CPU usage (%): 99.5436
Max. virtual memory (cumulated for all children) (KiB): 911864

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

runsolver used 2.12268 second user time and 6.12007 second system time

The end

Launcher Data

Begin job on node16 at 2009-07-11 19:50:09
IDJOB=2064185
IDBENCH=54130
IDSOLVER=739
FILE ID=node16/2064185-1247334609
PBS_JOBID= 9506595
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-13.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-2064185-1247334609/watcher-2064185-1247334609 -o /tmp/evaluation-result-2064185-1247334609/solver-2064185-1247334609 -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-2064185-1247334609.xml

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

MD5SUM BENCH= 96388d2f788c0ec6e36289d5c4da0a58
RANDOM SEED=1506834116

node16.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.231
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.231
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:       1874048 kB
Buffers:         14052 kB
Cached:          74484 kB
SwapCached:          0 kB
Active:         106588 kB
Inactive:        26016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1874048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5576 kB
Writeback:           0 kB
Mapped:          54788 kB
Slab:            34636 kB
Committed_AS:   216592 kB
PageTables:       1876 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= 66444 MiB
End job on node16 at 2009-07-11 20:20:19