Trace number 2064174

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 1817.55

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-11.xml
MD5SUM995ab5e30175a498c1eb15b93ed7231d
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark65.3741
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints28733
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension28513
Global constraints used (with number of constraints)alldifferent(220)

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:49:06 2009
0.00/0.08	c 0	PID 15771
0.07/0.08	c 0	HOST node49.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2064174-1247334546.xml TO HOME/temp.csp
0.07/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-2064174-1247334546.xml' 'HOME/temp.csp'
1.95/2.09	c 2	39 domains, 800 variables, 1 predicates, 0 relations, 28733 constraints
2.05/2.13	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.05/2.13	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.06/2.21	c 2	Parsing HOME/temp.csp
2.06/2.52	c 3	parsed 10000 expressions
2.06/2.66	c 3	parsed 20000 expressions
2.06/2.83	c 3	parsed 29573 expressions
2.06/2.84	c 3	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.06/2.84	c 3	Converting to clausal form CSP
3.19/3.36	c 4	converted 2958 (10%) expressions
3.39/3.59	c 4	converted 5915 (20%) expressions
3.69/3.82	c 4	converted 8872 (30%) expressions
3.98/4.19	c 4	converted 11830 (40%) expressions
4.28/4.43	c 5	converted 14787 (50%) expressions
4.47/4.63	c 5	converted 17744 (60%) expressions
4.68/4.84	c 5	converted 20702 (70%) expressions
5.18/5.33	c 6	converted 23659 (80%) expressions
5.37/5.54	c 6	converted 26616 (90%) expressions
6.96/7.14	c 7	converted 29573 (100%) expressions
6.96/7.14	c 7	CSP : 800 integers, 0 booleans, 60537 clauses, largest domain size 45
6.96/7.14	c 7	Heap : 73 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.96/7.14	c 7	Propagation in CSP
7.15/7.36	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.15/7.36	c 8	CSP : 800 integers, 0 booleans, 60537 clauses, largest domain size 45
7.15/7.36	c 8	Heap : 75 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.15/7.39	c 8	Simplifing CSP by introducing new Boolean variables
8.93/9.17	c 9	CSP : 800 integers, 166154 booleans, 226691 clauses, largest domain size 45
8.93/9.17	c 9	Heap : 121 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.82/10.03	c 10	Encoding CSP to SAT : HOME/temp.cnf
9.82/10.08	c 10	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
9.82/10.08	c 10	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
9.82/10.08	c 10	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
9.82/10.09	c 10	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
9.82/10.09	c 10	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
9.91/10.10	c 10	480 (60%) CSP integer variables are encoded (17249 clauses, 237093 bytes)
9.91/10.10	c 10	560 (70%) CSP integer variables are encoded (17278 clauses, 237528 bytes)
9.91/10.10	c 10	640 (80%) CSP integer variables are encoded (17304 clauses, 237918 bytes)
9.91/10.10	c 10	720 (90%) CSP integer variables are encoded (17336 clauses, 238398 bytes)
9.91/10.11	c 10	800 (100%) CSP integer variables are encoded (17372 clauses, 238938 bytes)
10.90/11.16	c 11	22670 (10%) CSP clauses are encoded (477789 clauses, 9146421 bytes)
11.89/12.12	c 12	45339 (20%) CSP clauses are encoded (941882 clauses, 18524019 bytes)
12.88/13.11	c 13	68008 (30%) CSP clauses are encoded (1407557 clauses, 27968906 bytes)
13.77/14.08	c 14	90677 (40%) CSP clauses are encoded (1870765 clauses, 37414015 bytes)
14.76/15.07	c 15	113346 (50%) CSP clauses are encoded (2328984 clauses, 47185475 bytes)
15.84/16.19	c 16	136015 (60%) CSP clauses are encoded (2829271 clauses, 58345002 bytes)
17.21/17.59	c 18	158684 (70%) CSP clauses are encoded (3513524 clauses, 72950632 bytes)
18.58/18.96	c 19	181353 (80%) CSP clauses are encoded (4197953 clauses, 87665105 bytes)
19.97/20.34	c 21	204022 (90%) CSP clauses are encoded (4882734 clauses, 102343563 bytes)
21.36/21.71	c 22	226691 (100%) CSP clauses are encoded (5567691 clauses, 116953593 bytes)
21.36/21.71	c 22	226691 CSP clauses encoded
21.36/21.71	c 22	Writing map file : HOME/temp.map
21.36/21.74	c 22	Heap : 97 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.36/21.74	c 22	SAT : 184180 SAT variables, 5567691 SAT clauses, 116953593 bytes
21.36/21.74	c 22	Heap : 97 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.36/21.78	c 22	SOLVING HOME/temp.cnf
21.36/21.78	c 22	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
21.36/21.78	c 22	This is MiniSat 2.0 beta
21.36/21.78	c 22	WARNING: for repeatability, setting FPU to use double precision
21.36/21.78	c 22	============================[ Problem Statistics ]=============================
21.36/21.78	c 22	|                                                                             |
21.36/21.78	c 22	|  Number of variables:  184180                                               |
21.36/21.78	c 22	|  Number of clauses:    5567691                                              |
24.38/24.88	c 25	|  Parsing time:         2.62         s                                       |
24.59/25.02	c 25	============================[ Search Statistics ]==============================
24.59/25.02	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.59/25.02	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.59/25.02	c 25	===============================================================================
24.59/25.02	c 25	|         0 |  184180  5567691 16376485 |  1855897        0    nan |  0.000 % |
25.17/25.70	c 26	|       100 |  184180  5567691 16376485 |  2041486      100     15 |  0.000 % |
26.57/27.05	c 27	|       250 |  184180  5567691 16376485 |  2245635      250     17 |  0.000 % |
28.06/28.51	c 29	|       476 |  184180  5567691 16376485 |  2470198      476     13 |  0.000 % |
29.53/30.02	c 30	|       813 |  184180  5567691 16376485 |  2717218      813     19 |  0.000 % |
32.50/33.09	c 33	|      1320 |  184180  5567691 16376485 |  2988940     1320     17 |  0.000 % |
33.30/33.82	c 34	|      2080 |  184180  5567691 16376485 |  3287834     2080     19 |  0.000 % |
33.99/34.52	c 35	|      3221 |  184180  5567691 16376485 |  3616618     3221     19 |  0.000 % |
35.08/35.66	c 36	|      4930 |  184180  5567691 16376485 |  3978280     4930     23 |  0.000 % |
36.96/37.54	c 38	|      7492 |  184180  5567691 16376485 |  4376108     7492     23 |  0.000 % |
37.75/38.32	c 39	|     11336 |  184180  5567691 16376485 |  4813718    11336     18 |  0.000 % |
40.23/40.82	c 41	|     17103 |  184180  5567691 16376485 |  5295090    17103     25 |  0.000 % |
49.34/50.05	c 50	|     25752 |  184180  5567691 16376485 |  5824599    25752     24 |  0.000 % |
54.10/54.88	c 55	|     38726 |  184180  5567691 16376485 |  6407059    38726     27 |  0.000 % |
65.39/66.29	c 67	|     58189 |  184180  5567691 16376485 |  7047765    58189     27 |  0.000 % |
136.43/138.10	c 138	|     87381 |  184180  5567691 16376485 |  7752542    87381     35 |  0.000 % |
152.47/154.21	c 154	|    131170 |  184180  5567691 16376485 |  8527796   131170     31 |  0.000 % |
364.85/368.66	c 369	|    196854 |  184180  5567691 16376485 |  9380576   196854     36 |  0.000 % |
584.66/590.59	c 591	|    295380 |  184180  5567691 16376485 | 10318633   295380     46 |  0.000 % |
725.40/732.65	c 733	|    443170 |  184180  5567691 16376485 | 11350497   443170     41 |  0.000 % |
1026.95/1037.00	c 1037	|    664854 |  184180  5567691 16376485 | 12485546   664854     47 |  0.000 % |
1729.31/1746.08	c 1746	|    997381 |  184180  5567691 16376485 | 13734101   997381     51 |  0.000 % |
1800.03/1817.41	c ERROR INTERRUPTED
1800.03/1817.49	s UNKNOWN
1800.03/1817.49	c 1818	CPU 21.44 (0.05 0.02 20.2 1.17)
1800.03/1817.49	c 1818	END Sat Jul 11 20:19:24 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-2064174-1247334546/watcher-2064174-1247334546 -o /tmp/evaluation-result-2064174-1247334546/solver-2064174-1247334546 -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-2064174-1247334546.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.00 2.00 2.00 4/74 15771
/proc/meminfo: memFree=1357664/2055920 swapFree=4192812/4192956
[pid=15771] ppid=15769 vsize=12268 CPUtime=0
/proc/15771/stat : 15771 (sugar) R 15769 15771 15496 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 20514962 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 224627751525 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15771/statm: 3067 316 241 3 0 167 0

[startup+0.083828 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 15771
/proc/meminfo: memFree=1357664/2055920 swapFree=4192812/4192956
[pid=15771] ppid=15769 vsize=16740 CPUtime=0.07
/proc/15771/stat : 15771 (sugar) S 15769 15771 15496 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 20514962 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15771/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102622 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 15771
/proc/meminfo: memFree=1357664/2055920 swapFree=4192812/4192956
[pid=15771] ppid=15769 vsize=16868 CPUtime=0.07
/proc/15771/stat : 15771 (sugar) S 15769 15771 15496 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20514962 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15771/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301646 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 15771
/proc/meminfo: memFree=1357664/2055920 swapFree=4192812/4192956
[pid=15771] ppid=15769 vsize=16868 CPUtime=0.07
/proc/15771/stat : 15771 (sugar) S 15769 15771 15496 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20514962 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15771/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701712 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 15771
/proc/meminfo: memFree=1357664/2055920 swapFree=4192812/4192956
[pid=15771] ppid=15769 vsize=16868 CPUtime=0.07
/proc/15771/stat : 15771 (sugar) S 15769 15771 15496 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20514962 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15771/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50282 s]
/proc/loadavg: 2.16 2.03 2.01 4/85 15783
/proc/meminfo: memFree=1329800/2055920 swapFree=4192812/4192956
[pid=15771] ppid=15769 vsize=16868 CPUtime=0.07
/proc/15771/stat : 15771 (sugar) S 15769 15771 15496 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20514962 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15771/statm: 4217 1111 409 3 0 796 0
[pid=15774] ppid=15771 vsize=5356 CPUtime=0
/proc/15774/stat : 15774 (sh) S 15771 15771 15496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20514971 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15774/statm: 1339 233 193 169 0 50 0
[pid=15775] ppid=15774 vsize=864788 CPUtime=1.39
/proc/15775/stat : 15775 (java) S 15774 15771 15496 0 -1 0 14849 0 1 0 130 9 0 0 18 0 9 0 20514971 885542912 12885 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15775/statm: 216197 12885 2556 9 0 210709 0
[pid=15775/tid=15776] ppid=15774 vsize=864788 CPUtime=0.76
/proc/15775/task/15776/stat : 15776 (java) R 15774 15771 15496 0 -1 64 3068 0 1 0 73 3 0 0 24 0 9 0 20514972 885542912 12885 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15775/tid=15777] ppid=15774 vsize=864788 CPUtime=0.49
/proc/15775/task/15777/stat : 15777 (java) R 15774 15771 15496 0 -1 64 10561 0 0 0 45 4 0 0 16 0 9 0 20514974 885542912 12885 996147200 134512640 134550932 4294955984 18446744073709551615 102709375 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15775/tid=15778] ppid=15774 vsize=864788 CPUtime=0
/proc/15775/task/15778/stat : 15778 (java) S 15774 15771 15496 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20514974 885542912 12885 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15775/tid=15779] ppid=15774 vsize=864788 CPUtime=0
/proc/15775/task/15779/stat : 15779 (java) S 15774 15771 15496 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20514974 885542912 12885 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15775/tid=15780] ppid=15774 vsize=864788 CPUtime=0
/proc/15775/task/15780/stat : 15780 (java) S 15774 15771 15496 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20514976 885542912 12885 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15775/tid=15781] ppid=15774 vsize=864788 CPUtime=0.12
/proc/15775/task/15781/stat : 15781 (java) S 15774 15771 15496 0 -1 64 516 0 0 0 12 0 0 0 16 0 9 0 20514976 885542912 12885 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15775/tid=15782] ppid=15774 vsize=864788 CPUtime=0
/proc/15775/task/15782/stat : 15782 (java) S 15774 15771 15496 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20514976 885542912 12885 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15775/tid=15783] ppid=15774 vsize=864788 CPUtime=0
/proc/15775/task/15783/stat : 15783 (java) S 15774 15771 15496 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20514976 885542912 12885 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) 887012

[startup+3.10105 s]
/proc/loadavg: 2.16 2.03 2.01 2/85 15783
/proc/meminfo: memFree=1306376/2055920 swapFree=4192812/4192956
[pid=15771] ppid=15769 vsize=16868 CPUtime=2.06
/proc/15771/stat : 15771 (sugar) S 15769 15771 15496 0 -1 4194304 1309 16565 0 1 5 2 187 12 16 0 1 0 20514962 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15771/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.31211 s]
/proc/loadavg: 2.15 2.03 2.01 3/85 15793
/proc/meminfo: memFree=1294856/2055920 swapFree=4192812/4192956
[pid=15771] ppid=15769 vsize=16868 CPUtime=2.06
/proc/15771/stat : 15771 (sugar) S 15769 15771 15496 0 -1 4194304 1309 16565 0 1 5 2 187 12 16 0 1 0 20514962 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15771/statm: 4217 1111 409 3 0 796 0
[pid=15784] ppid=15771 vsize=5356 CPUtime=0
/proc/15784/stat : 15784 (sh) S 15771 15771 15496 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20515176 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15784/statm: 1339 233 193 169 0 50 0
[pid=15785] ppid=15784 vsize=868644 CPUtime=4.11
/proc/15785/stat : 15785 (java) S 15784 15771 15496 0 -1 0 22894 0 1 0 397 14 0 0 18 0 9 0 20515176 889491456 21704 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15785/statm: 217161 21704 2566 9 0 211666 0
[pid=15785/tid=15786] ppid=15784 vsize=868644 CPUtime=2.51
/proc/15785/task/15786/stat : 15786 (java) R 15784 15771 15496 0 -1 64 3253 0 1 0 249 2 0 0 25 0 9 0 20515177 889491456 21704 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15785/tid=15787] ppid=15784 vsize=868644 CPUtime=1.41
/proc/15785/task/15787/stat : 15787 (java) S 15784 15771 15496 0 -1 64 17458 0 0 0 131 10 0 0 15 0 9 0 20515179 889491456 21704 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15785/tid=15788] ppid=15784 vsize=868644 CPUtime=0
/proc/15785/task/15788/stat : 15788 (java) S 15784 15771 15496 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20515179 889491456 21704 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15785/tid=15789] ppid=15784 vsize=868644 CPUtime=0
/proc/15785/task/15789/stat : 15789 (java) S 15784 15771 15496 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20515179 889491456 21704 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15785/tid=15790] ppid=15784 vsize=868644 CPUtime=0
/proc/15785/task/15790/stat : 15790 (java) S 15784 15771 15496 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20515181 889491456 21704 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15785/tid=15791] ppid=15784 vsize=868644 CPUtime=0.17
/proc/15785/task/15791/stat : 15791 (java) S 15784 15771 15496 0 -1 64 1480 0 0 0 16 1 0 0 16 0 9 0 20515181 889491456 21704 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15785/tid=15792] ppid=15784 vsize=868644 CPUtime=0
/proc/15785/task/15792/stat : 15792 (java) S 15784 15771 15496 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20515181 889491456 21704 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15785/tid=15793] ppid=15784 vsize=868644 CPUtime=0
/proc/15785/task/15793/stat : 15793 (java) R 15784 15771 15496 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20515181 889491456 21704 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890868

[startup+12.7014 s]
/proc/loadavg: 2.13 2.03 2.01 3/85 15793
/proc/meminfo: memFree=1190408/2055920 swapFree=4192812/4192956
[pid=15771] ppid=15769 vsize=16868 CPUtime=2.06
/proc/15771/stat : 15771 (sugar) S 15769 15771 15496 0 -1 4194304 1310 16565 0 1 5 2 187 12 16 0 1 0 20514962 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15771/statm: 4217 1111 409 3 0 796 0
[pid=15784] ppid=15771 vsize=5356 CPUtime=0
/proc/15784/stat : 15784 (sh) S 15771 15771 15496 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20515176 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15784/statm: 1339 233 193 169 0 50 0
[pid=15785] ppid=15784 vsize=868756 CPUtime=10.43
/proc/15785/stat : 15785 (java) S 15784 15771 15496 0 -1 0 54252 0 1 0 997 46 0 0 18 0 9 0 20515176 889606144 38584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15785/statm: 217189 38584 2593 9 0 211666 0
[pid=15785/tid=15786] ppid=15784 vsize=868756 CPUtime=5.8
/proc/15785/task/15786/stat : 15786 (java) R 15784 15771 15496 0 -1 64 4751 0 1 0 561 19 0 0 25 0 9 0 20515177 889606144 38584 996147200 134512640 134550932 4294955936 18446744073709551615 4126995012 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15785/tid=15787] ppid=15784 vsize=868756 CPUtime=4.34
/proc/15785/task/15787/stat : 15787 (java) S 15784 15771 15496 0 -1 64 47266 0 0 0 410 24 0 0 15 0 9 0 20515179 889606144 38584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15785/tid=15788] ppid=15784 vsize=868756 CPUtime=0
/proc/15785/task/15788/stat : 15788 (java) S 15784 15771 15496 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20515179 889606144 38584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15785/tid=15789] ppid=15784 vsize=868756 CPUtime=0
/proc/15785/task/15789/stat : 15789 (java) S 15784 15771 15496 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20515179 889606144 38584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15785/tid=15790] ppid=15784 vsize=868756 CPUtime=0
/proc/15785/task/15790/stat : 15790 (java) S 15784 15771 15496 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20515181 889606144 38584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15785/tid=15791] ppid=15784 vsize=868756 CPUtime=0.25
/proc/15785/task/15791/stat : 15791 (java) S 15784 15771 15496 0 -1 64 1532 0 0 0 24 1 0 0 16 0 9 0 20515181 889606144 38584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15785/tid=15792] ppid=15784 vsize=868756 CPUtime=0
/proc/15785/task/15792/stat : 15792 (java) S 15784 15771 15496 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20515181 889606144 38584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15785/tid=15793] ppid=15784 vsize=868756 CPUtime=0
/proc/15785/task/15793/stat : 15793 (java) S 15784 15771 15496 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20515181 889606144 38584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890980

[startup+25.5012 s]
/proc/loadavg: 2.11 2.03 2.01 3/77 15795
/proc/meminfo: memFree=1009416/2055920 swapFree=4192812/4192956
[pid=15771] ppid=15769 vsize=16868 CPUtime=21.43
/proc/15771/stat : 15771 (sugar) S 15769 15771 15496 0 -1 4194304 1376 71321 0 2 5 2 2020 116 15 0 1 0 20514962 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15771/statm: 4217 1113 409 3 0 796 0
[pid=15794] ppid=15771 vsize=5356 CPUtime=0
/proc/15794/stat : 15794 (sh) S 15771 15771 15496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20517141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15794/statm: 1339 232 193 169 0 50 0
[pid=15795] ppid=15794 vsize=239264 CPUtime=3.64
/proc/15795/stat : 15795 (minisat) R 15794 15771 15496 0 -1 4194304 56934 0 0 0 321 43 0 0 25 0 1 0 20517141 245006336 56920 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/15795/statm: 59816 56920 72 150 0 59663 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 261488

[startup+51.1019 s]
/proc/loadavg: 2.07 2.03 2.01 3/77 15795
/proc/meminfo: memFree=974792/2055920 swapFree=4192812/4192956
[pid=15771] ppid=15769 vsize=16868 CPUtime=21.43
/proc/15771/stat : 15771 (sugar) S 15769 15771 15496 0 -1 4194304 1376 71321 0 2 5 2 2020 116 16 0 1 0 20514962 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15771/statm: 4217 1113 409 3 0 796 0
[pid=15794] ppid=15771 vsize=5356 CPUtime=0
/proc/15794/stat : 15794 (sh) S 15771 15771 15496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20517141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15794/statm: 1339 232 193 169 0 50 0
[pid=15795] ppid=15794 vsize=267008 CPUtime=29
/proc/15795/stat : 15795 (minisat) R 15794 15771 15496 0 -1 4194304 63819 0 0 0 2852 48 0 0 25 0 1 0 20517141 273416192 63805 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/15795/statm: 66752 63805 76 150 0 66599 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 289232

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/77 15795
/proc/meminfo: memFree=965896/2055920 swapFree=4192812/4192956
[pid=15771] ppid=15769 vsize=16868 CPUtime=21.43
/proc/15771/stat : 15771 (sugar) S 15769 15771 15496 0 -1 4194304 1376 71321 0 2 5 2 2020 116 16 0 1 0 20514962 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15771/statm: 4217 1113 409 3 0 796 0
[pid=15794] ppid=15771 vsize=5356 CPUtime=0
/proc/15794/stat : 15794 (sh) S 15771 15771 15496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20517141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15794/statm: 1339 232 193 169 0 50 0
[pid=15795] ppid=15794 vsize=272224 CPUtime=79.65
/proc/15795/stat : 15795 (minisat) R 15794 15771 15496 0 -1 4194304 65108 0 0 0 7915 50 0 0 25 0 1 0 20517141 278757376 65094 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15795/statm: 68056 65094 76 150 0 67903 0

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

/proc/15795/stat : 15795 (minisat) R 15794 15771 15496 0 -1 4194304 113594 0 0 0 138612 106 0 0 25 0 1 0 20517141 478121984 113580 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15795/statm: 116729 113580 76 150 0 116576 0
Current children cumulated CPU time (s) 1408.61
Current children cumulated vsize (KiB) 489140

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 15848
/proc/meminfo: memFree=1261832/2055920 swapFree=4192812/4192956
[pid=15771] ppid=15769 vsize=16868 CPUtime=21.43
/proc/15771/stat : 15771 (sugar) S 15769 15771 15496 0 -1 4194304 1376 71321 0 2 5 2 2020 116 16 0 1 0 20514962 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15771/statm: 4217 1113 409 3 0 796 0
[pid=15794] ppid=15771 vsize=5356 CPUtime=0
/proc/15794/stat : 15794 (sh) S 15771 15771 15496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20517141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15794/statm: 1339 232 193 169 0 50 0
[pid=15795] ppid=15794 vsize=479208 CPUtime=1446.62
/proc/15795/stat : 15795 (minisat) R 15794 15771 15496 0 -1 4194304 116717 0 0 0 144552 110 0 0 25 0 1 0 20517141 490708992 116703 996147200 134512640 135127466 4294956256 18446744073709551615 134521703 0 0 4096 3 0 0 0 17 1 0 0
/proc/15795/statm: 119802 116703 76 150 0 119649 0
Current children cumulated CPU time (s) 1468.05
Current children cumulated vsize (KiB) 501432

[startup+1542.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/83 15848
/proc/meminfo: memFree=1257288/2055920 swapFree=4192812/4192956
[pid=15771] ppid=15769 vsize=16868 CPUtime=21.43
/proc/15771/stat : 15771 (sugar) S 15769 15771 15496 0 -1 4194304 1376 71321 0 2 5 2 2020 116 16 0 1 0 20514962 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15771/statm: 4217 1113 409 3 0 796 0
[pid=15794] ppid=15771 vsize=5356 CPUtime=0
/proc/15794/stat : 15794 (sh) S 15771 15771 15496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20517141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15794/statm: 1339 232 193 169 0 50 0
[pid=15795] ppid=15794 vsize=483568 CPUtime=1506.04
/proc/15795/stat : 15795 (minisat) R 15794 15771 15496 0 -1 4194304 117829 0 0 0 150493 111 0 0 25 0 1 0 20517141 495173632 117815 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15795/statm: 120892 117815 76 150 0 120739 0
Current children cumulated CPU time (s) 1527.47
Current children cumulated vsize (KiB) 505792

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/83 15848
/proc/meminfo: memFree=1254344/2055920 swapFree=4192812/4192956
[pid=15771] ppid=15769 vsize=16868 CPUtime=21.43
/proc/15771/stat : 15771 (sugar) S 15769 15771 15496 0 -1 4194304 1376 71321 0 2 5 2 2020 116 16 0 1 0 20514962 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15771/statm: 4217 1113 409 3 0 796 0
[pid=15794] ppid=15771 vsize=5356 CPUtime=0
/proc/15794/stat : 15794 (sh) S 15771 15771 15496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20517141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15794/statm: 1339 232 193 169 0 50 0
[pid=15795] ppid=15794 vsize=486604 CPUtime=1565.48
/proc/15795/stat : 15795 (minisat) R 15794 15771 15496 0 -1 4194304 118596 0 0 0 156436 112 0 0 25 0 1 0 20517141 498282496 118582 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/15795/statm: 121651 118582 76 150 0 121498 0
Current children cumulated CPU time (s) 1586.91
Current children cumulated vsize (KiB) 508828

[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/84 15890
/proc/meminfo: memFree=1272952/2055920 swapFree=4192812/4192956
[pid=15771] ppid=15769 vsize=16868 CPUtime=21.43
/proc/15771/stat : 15771 (sugar) S 15769 15771 15496 0 -1 4194304 1376 71321 0 2 5 2 2020 116 16 0 1 0 20514962 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15771/statm: 4217 1113 409 3 0 796 0
[pid=15794] ppid=15771 vsize=5356 CPUtime=0
/proc/15794/stat : 15794 (sh) S 15771 15771 15496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20517141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15794/statm: 1339 232 193 169 0 50 0
[pid=15795] ppid=15794 vsize=490300 CPUtime=1624.98
/proc/15795/stat : 15795 (minisat) R 15794 15771 15496 0 -1 4194304 119548 0 0 0 162382 116 0 0 25 0 1 0 20517141 502067200 119534 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15795/statm: 122575 119534 76 150 0 122422 0
Current children cumulated CPU time (s) 1646.41
Current children cumulated vsize (KiB) 512524

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/84 15890
/proc/meminfo: memFree=1269368/2055920 swapFree=4192812/4192956
[pid=15771] ppid=15769 vsize=16868 CPUtime=21.43
/proc/15771/stat : 15771 (sugar) S 15769 15771 15496 0 -1 4194304 1376 71321 0 2 5 2 2020 116 16 0 1 0 20514962 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15771/statm: 4217 1113 409 3 0 796 0
[pid=15794] ppid=15771 vsize=5356 CPUtime=0
/proc/15794/stat : 15794 (sh) S 15771 15771 15496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20517141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15794/statm: 1339 232 193 169 0 50 0
[pid=15795] ppid=15794 vsize=493732 CPUtime=1684.4
/proc/15795/stat : 15795 (minisat) R 15794 15771 15496 0 -1 4194304 120423 0 0 0 168323 117 0 0 25 0 1 0 20517141 505581568 120409 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15795/statm: 123433 120409 76 150 0 123280 0
Current children cumulated CPU time (s) 1705.83
Current children cumulated vsize (KiB) 515956

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 15890
/proc/meminfo: memFree=1252088/2055920 swapFree=4192812/4192956
[pid=15771] ppid=15769 vsize=16868 CPUtime=21.43
/proc/15771/stat : 15771 (sugar) S 15769 15771 15496 0 -1 4194304 1376 71321 0 2 5 2 2020 116 16 0 1 0 20514962 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15771/statm: 4217 1113 409 3 0 796 0
[pid=15794] ppid=15771 vsize=5356 CPUtime=0
/proc/15794/stat : 15794 (sh) S 15771 15771 15496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20517141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15794/statm: 1339 232 193 169 0 50 0
[pid=15795] ppid=15794 vsize=512680 CPUtime=1743.84
/proc/15795/stat : 15795 (minisat) R 15794 15771 15496 0 -1 4194304 124696 0 0 0 174263 121 0 0 25 0 1 0 20517141 524984320 124682 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15795/statm: 128170 124682 76 150 0 128017 0
Current children cumulated CPU time (s) 1765.27
Current children cumulated vsize (KiB) 534904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 15890
/proc/meminfo: memFree=1239736/2055920 swapFree=4192812/4192956
[pid=15771] ppid=15769 vsize=16868 CPUtime=21.43
/proc/15771/stat : 15771 (sugar) S 15769 15771 15496 0 -1 4194304 1376 71321 0 2 5 2 2020 116 16 0 1 0 20514962 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15771/statm: 4217 1113 409 3 0 796 0
[pid=15794] ppid=15771 vsize=5356 CPUtime=0
/proc/15794/stat : 15794 (sh) S 15771 15771 15496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20517141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15794/statm: 1339 232 193 169 0 50 0
[pid=15795] ppid=15794 vsize=524716 CPUtime=1778.6
/proc/15795/stat : 15795 (minisat) R 15794 15771 15496 0 -1 4194304 127774 0 0 0 177737 123 0 0 25 0 1 0 20517141 537309184 127760 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/15795/statm: 131179 127760 76 150 0 131026 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 546940

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

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

[startup+1817.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 15890
/proc/meminfo: memFree=1239736/2055920 swapFree=4192812/4192956
[pid=15771] ppid=15769 vsize=16868 CPUtime=21.43
/proc/15771/stat : 15771 (sugar) S 15769 15771 15496 0 -1 4194304 1376 71321 0 2 5 2 2020 116 16 0 1 0 20514962 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15771/statm: 4217 1113 409 3 0 796 0
[pid=15794] ppid=15771 vsize=5356 CPUtime=0
/proc/15794/stat : 15794 (sh) S 15771 15771 15496 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20517141 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15794/statm: 1339 232 193 169 0 50 0
[pid=15795] ppid=15794 vsize=524716 CPUtime=1778.6
/proc/15795/stat : 15795 (minisat) R 15794 15771 15496 0 -1 4194304 127774 0 0 0 177737 123 0 0 25 0 1 0 20517141 537309184 127760 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/15795/statm: 131179 127760 76 150 0 131026 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 546940

[startup+1817.52 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 15890
/proc/meminfo: memFree=1239736/2055920 swapFree=4192812/4192956
[pid=15771] ppid=15769 vsize=16868 CPUtime=21.47
/proc/15771/stat : 15771 (sugar) R 15769 15771 15496 0 -1 4194304 1423 71598 0 2 5 5 2020 117 16 0 1 0 20514962 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 224627758121 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15771/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 21.47
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1817.52 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 15890
/proc/meminfo: memFree=1239736/2055920 swapFree=4192812/4192956
[pid=15771] ppid=15769 vsize=16868 CPUtime=21.47
/proc/15771/stat : 15771 (sugar) R 15769 15771 15496 0 -1 4194304 1423 71598 0 2 5 5 2020 117 16 0 1 0 20514962 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 224627758121 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15771/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 21.47
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): 1778.56
#  lost CPU user time (s): 1777.37
#  lost CPU system time (s): 1.19

Real time (s): 1817.55
CPU time (s): 1800.08
CPU user time (s): 1797.64
CPU system time (s): 2.44681
CPU usage (%): 99.039
Max. virtual memory (cumulated for all children) (KiB): 911356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.2679
system time used= 1.25681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73080
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= 5966
involuntary context switches= 6240

runsolver used 2.24866 second user time and 6.05708 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-11 19:49:06
IDJOB=2064174
IDBENCH=54129
IDSOLVER=739
FILE ID=node49/2064174-1247334546
PBS_JOBID= 9506652
Free space on /tmp= 66212 MiB

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

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

MD5SUM BENCH= 995ab5e30175a498c1eb15b93ed7231d
RANDOM SEED=743098824

node49.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.232
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.232
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:       1358144 kB
Buffers:          6508 kB
Cached:         210956 kB
SwapCached:          0 kB
Active:         630128 kB
Inactive:        14692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1358144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5316 kB
Writeback:           0 kB
Mapped:         438692 kB
Slab:            37096 kB
Committed_AS:   576744 kB
PageTables:       2664 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66368 MiB
End job on node49 at 2009-07-11 20:19:26