Trace number 2080993

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.17 1817.13

General information on the benchmark

Namecsp/super-os/super-os-taillard-15/
normalized-super-os-taillard-15-22.xml
MD5SUM900b7747b78e42be6a9314ed6eaf2ff1
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.9151
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Maximum constraint arity2
Maximum domain size909
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9675
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 06:11:42 2009
0.00/0.08	c 0	PID 23616
0.00/0.08	c 0	HOST node29.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2080993-1247371902.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-2080993-1247371902.xml' 'HOME/temp.csp'
0.06/0.99	c 1	86 domains, 450 variables, 3 predicates, 0 relations, 9675 constraints
0.95/1.05	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.05	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.96/1.12	c 1	Parsing HOME/temp.csp
0.96/1.29	c 1	parsed 10000 expressions
0.96/1.29	c 1	parsed 10214 expressions
0.96/1.30	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.96/1.30	c 1	Converting to clausal form CSP
0.96/1.52	c 1	converted 1022 (10%) expressions
0.96/1.62	c 1	converted 2043 (20%) expressions
0.96/1.66	c 1	converted 3065 (30%) expressions
0.96/1.70	c 2	converted 4086 (40%) expressions
0.96/1.73	c 2	converted 5107 (50%) expressions
0.96/1.82	c 2	converted 6129 (60%) expressions
0.96/1.85	c 2	converted 7150 (70%) expressions
0.96/1.88	c 2	converted 8172 (80%) expressions
0.96/1.92	c 2	converted 9193 (90%) expressions
0.96/1.96	c 2	converted 10214 (100%) expressions
0.96/1.96	c 2	CSP : 450 integers, 0 booleans, 9675 clauses, largest domain size 909
0.96/1.96	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.96/1.96	c 2	Propagation in CSP
0.96/2.01	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.96/2.01	c 2	CSP : 450 integers, 0 booleans, 9675 clauses, largest domain size 909
0.96/2.01	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.96/2.02	c 2	Simplifing CSP by introducing new Boolean variables
1.99/2.20	c 2	CSP : 450 integers, 19350 booleans, 29025 clauses, largest domain size 909
1.99/2.20	c 2	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.09/2.29	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.18/2.37	c 2	45 (10%) CSP integer variables are encoded (38251 clauses, 551645 bytes)
2.28/2.41	c 2	90 (20%) CSP integer variables are encoded (77126 clauses, 1134770 bytes)
2.28/2.47	c 2	135 (30%) CSP integer variables are encoded (116234 clauses, 1754093 bytes)
2.38/2.52	c 2	180 (40%) CSP integer variables are encoded (154974 clauses, 2412673 bytes)
2.38/2.57	c 2	225 (50%) CSP integer variables are encoded (193159 clauses, 3061818 bytes)
2.47/2.62	c 2	270 (60%) CSP integer variables are encoded (231696 clauses, 3716947 bytes)
2.47/2.67	c 2	315 (70%) CSP integer variables are encoded (270145 clauses, 4370580 bytes)
2.58/2.72	c 3	360 (80%) CSP integer variables are encoded (308522 clauses, 5022989 bytes)
2.58/2.77	c 3	405 (90%) CSP integer variables are encoded (347112 clauses, 5679019 bytes)
2.68/2.83	c 3	450 (100%) CSP integer variables are encoded (385630 clauses, 6333825 bytes)
5.63/5.85	c 6	2903 (10%) CSP clauses are encoded (1929153 clauses, 41677644 bytes)
8.57/8.89	c 9	5805 (20%) CSP clauses are encoded (3503641 clauses, 78704968 bytes)
11.65/11.93	c 12	8708 (30%) CSP clauses are encoded (5089232 clauses, 116045218 bytes)
14.73/15.23	c 15	11610 (40%) CSP clauses are encoded (6696826 clauses, 154917452 bytes)
17.66/18.28	c 18	14513 (50%) CSP clauses are encoded (8268017 clauses, 194159484 bytes)
20.72/21.31	c 21	17415 (60%) CSP clauses are encoded (9831447 clauses, 233207512 bytes)
23.63/24.35	c 24	20318 (70%) CSP clauses are encoded (11379590 clauses, 271873344 bytes)
26.65/27.61	c 27	23220 (80%) CSP clauses are encoded (12940994 clauses, 310870722 bytes)
29.59/30.65	c 30	26123 (90%) CSP clauses are encoded (14497239 clauses, 349739104 bytes)
32.61/33.74	c 34	29025 (100%) CSP clauses are encoded (16070255 clauses, 389026782 bytes)
32.61/33.74	c 34	29025 CSP clauses encoded
32.61/33.74	c 34	Writing map file : HOME/temp.map
32.61/33.76	c 34	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
32.61/33.76	c 34	SAT : 405430 SAT variables, 16070255 SAT clauses, 389026782 bytes
32.61/33.76	c 34	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
32.61/33.77	c 34	SOLVING HOME/temp.cnf
32.61/33.77	c 34	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
32.61/33.77	c 34	This is MiniSat 2.0 beta
32.61/33.77	c 34	WARNING: for repeatability, setting FPU to use double precision
32.61/33.77	c 34	============================[ Problem Statistics ]=============================
32.61/33.77	c 34	|                                                                             |
32.61/33.77	c 34	|  Number of variables:  405430                                               |
32.61/33.77	c 34	|  Number of clauses:    16070255                                             |
41.70/43.00	c 43	|  Parsing time:         8.02         s                                       |
42.19/43.41	c 43	============================[ Search Statistics ]==============================
42.19/43.41	c 43	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
42.19/43.41	c 43	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
42.19/43.42	c 43	===============================================================================
42.19/43.42	c 43	|         0 |  405430 16070255 47776760 |  5356751        0    nan |  0.000 % |
43.97/45.22	c 45	|       100 |  405430 16070255 47776760 |  5892426      100     29 |  0.000 % |
45.56/46.87	c 47	|       250 |  405430 16070255 47776760 |  6481669      250     22 |  0.000 % |
46.55/47.90	c 48	|       475 |  405430 16070255 47776760 |  7129836      475     18 |  0.000 % |
47.34/48.68	c 48	|       812 |  405430 16070255 47776760 |  7842820      812     16 |  0.000 % |
48.52/49.81	c 50	|      1318 |  405430 16070255 47776760 |  8627102     1318     16 |  0.000 % |
50.90/52.21	c 52	|      2077 |  405430 16070255 47776760 |  9489812     2077     17 |  0.000 % |
55.77/57.15	c 57	|      3217 |  405430 16070255 47776760 | 10438793     3217     21 |  0.000 % |
58.34/59.73	c 60	|      4925 |  405430 16070255 47776760 | 11482672     4925     21 |  0.000 % |
64.68/66.10	c 66	|      7487 |  405430 16070255 47776760 | 12630940     7487     20 |  0.000 % |
69.23/70.70	c 71	|     11331 |  405430 16070255 47776760 | 13894034    11331     19 |  0.000 % |
77.86/79.46	c 79	|     17097 |  405430 16070255 47776760 | 15283437    17097     18 |  0.000 % |
93.64/95.26	c 95	|     25747 |  405430 16070255 47776760 | 16811781    25747     18 |  0.000 % |
114.41/116.07	c 116	|     38722 |  405430 16070255 47776760 | 18492959    38722     19 |  0.000 % |
159.10/160.70	c 161	|     58183 |  405430 16070255 47776760 | 20342255    58183     18 |  0.000 % |
228.95/231.17	c 231	|     87375 |  405430 16070255 47776760 | 22376481    87375     17 |  0.000 % |
334.16/337.35	c 337	|    131165 |  405430 16070255 47776760 | 24614129   131165     17 |  0.000 % |
518.22/523.17	c 523	|    196849 |  405430 16070255 47776760 | 27075542   196849     18 |  0.000 % |
834.22/842.12	c 842	|    295375 |  405430 16070255 47776760 | 29783096   295375     18 |  0.000 % |
1406.03/1419.39	c 1419	|    443165 |  405430 16070255 47776760 | 32761405   443165     19 |  0.000 % |
1800.01/1816.51	c ERROR INTERRUPTED
1800.12/1816.63	s UNKNOWN
1800.12/1816.63	c 1816	CPU 32.69 (0.06 0 29.64 2.99)
1800.12/1816.63	c 1816	END Sun Jul 12 06:41:58 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-2080993-1247371902/watcher-2080993-1247371902 -o /tmp/evaluation-result-2080993-1247371902/solver-2080993-1247371902 -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-2080993-1247371902.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: 1.99 2.02 2.00 4/80 23616
/proc/meminfo: memFree=1698136/2055920 swapFree=4191900/4192956
[pid=23616] ppid=23614 vsize=12268 CPUtime=0
/proc/23616/stat : 23616 (sugar) R 23614 23616 19045 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 24256332 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221780867685 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23616/statm: 3067 316 241 3 0 167 0

[startup+0.083772 s]
/proc/loadavg: 1.99 2.02 2.00 4/80 23616
/proc/meminfo: memFree=1698136/2055920 swapFree=4191900/4192956
[pid=23616] ppid=23614 vsize=16868 CPUtime=0.06
/proc/23616/stat : 23616 (sugar) S 23614 23616 19045 0 -1 4194304 1209 128 0 0 6 0 0 0 18 0 1 0 24256332 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23616/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102902 s]
/proc/loadavg: 1.99 2.02 2.00 4/80 23616
/proc/meminfo: memFree=1698136/2055920 swapFree=4191900/4192956
[pid=23616] ppid=23614 vsize=16868 CPUtime=0.06
/proc/23616/stat : 23616 (sugar) S 23614 23616 19045 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 24256332 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23616/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302913 s]
/proc/loadavg: 1.99 2.02 2.00 4/80 23616
/proc/meminfo: memFree=1698136/2055920 swapFree=4191900/4192956
[pid=23616] ppid=23614 vsize=16868 CPUtime=0.06
/proc/23616/stat : 23616 (sugar) S 23614 23616 19045 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 24256332 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23616/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702942 s]
/proc/loadavg: 1.99 2.02 2.00 4/80 23616
/proc/meminfo: memFree=1698136/2055920 swapFree=4191900/4192956
[pid=23616] ppid=23614 vsize=16868 CPUtime=0.06
/proc/23616/stat : 23616 (sugar) S 23614 23616 19045 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 24256332 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23616/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50199 s]
/proc/loadavg: 1.99 2.02 2.00 2/91 23628
/proc/meminfo: memFree=1674112/2055920 swapFree=4191900/4192956
[pid=23616] ppid=23614 vsize=16868 CPUtime=0.96
/proc/23616/stat : 23616 (sugar) S 23614 23616 19045 0 -1 4194304 1309 9097 0 1 6 0 84 6 15 0 1 0 24256332 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23616/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 16868

[startup+3.10109 s]
/proc/loadavg: 1.99 2.02 2.00 4/91 23638
/proc/meminfo: memFree=1670912/2055920 swapFree=4191900/4192956
[pid=23616] ppid=23614 vsize=16868 CPUtime=0.96
/proc/23616/stat : 23616 (sugar) S 23614 23616 19045 0 -1 4194304 1310 9097 0 1 6 0 84 6 15 0 1 0 24256332 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23616/statm: 4217 1111 409 3 0 796 0
[pid=23629] ppid=23616 vsize=5356 CPUtime=0
/proc/23629/stat : 23629 (sh) S 23616 23616 19045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24256437 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23629/statm: 1339 233 193 169 0 50 0
[pid=23630] ppid=23629 vsize=868708 CPUtime=1.99
/proc/23630/stat : 23630 (java) S 23629 23616 19045 0 -1 0 10631 0 1 0 188 11 0 0 18 0 9 0 24256437 889556992 9639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23630/statm: 217177 9639 2590 9 0 211654 0
[pid=23630/tid=23631] ppid=23629 vsize=868708 CPUtime=1.34
/proc/23630/task/23631/stat : 23631 (java) R 23629 23616 19045 0 -1 64 3017 0 1 0 128 6 0 0 25 0 9 0 24256438 889556992 9639 996147200 134512640 134550932 4294955936 18446744073709551615 102093962 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23632] ppid=23629 vsize=868708 CPUtime=0.43
/proc/23630/task/23632/stat : 23632 (java) S 23629 23616 19045 0 -1 64 5401 0 0 0 40 3 0 0 16 0 9 0 24256439 889556992 9639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23633] ppid=23629 vsize=868708 CPUtime=0
/proc/23630/task/23633/stat : 23633 (java) S 23629 23616 19045 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24256439 889556992 9639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23634] ppid=23629 vsize=868708 CPUtime=0
/proc/23630/task/23634/stat : 23634 (java) S 23629 23616 19045 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24256439 889556992 9639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23635] ppid=23629 vsize=868708 CPUtime=0
/proc/23630/task/23635/stat : 23635 (java) S 23629 23616 19045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24256441 889556992 9639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23636] ppid=23629 vsize=868708 CPUtime=0.2
/proc/23630/task/23636/stat : 23636 (java) S 23629 23616 19045 0 -1 64 1515 0 0 0 19 1 0 0 16 0 9 0 24256441 889556992 9639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23637] ppid=23629 vsize=868708 CPUtime=0
/proc/23630/task/23637/stat : 23637 (java) S 23629 23616 19045 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24256441 889556992 9639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23638] ppid=23629 vsize=868708 CPUtime=0
/proc/23630/task/23638/stat : 23638 (java) S 23629 23616 19045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24256441 889556992 9639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 890932

[startup+6.30229 s]
/proc/loadavg: 1.99 2.02 2.00 3/91 23638
/proc/meminfo: memFree=1629568/2055920 swapFree=4191900/4192956
[pid=23616] ppid=23614 vsize=16868 CPUtime=0.96
/proc/23616/stat : 23616 (sugar) S 23614 23616 19045 0 -1 4194304 1310 9097 0 1 6 0 84 6 16 0 1 0 24256332 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23616/statm: 4217 1111 409 3 0 796 0
[pid=23629] ppid=23616 vsize=5356 CPUtime=0
/proc/23629/stat : 23629 (sh) S 23616 23616 19045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24256437 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23629/statm: 1339 233 193 169 0 50 0
[pid=23630] ppid=23629 vsize=868708 CPUtime=5.17
/proc/23630/stat : 23630 (java) S 23629 23616 19045 0 -1 0 11252 0 1 0 478 39 0 0 18 0 9 0 24256437 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23630/statm: 217177 9647 2590 9 0 211654 0
[pid=23630/tid=23631] ppid=23629 vsize=868708 CPUtime=4.3
/proc/23630/task/23631/stat : 23631 (java) R 23629 23616 19045 0 -1 64 3631 0 1 0 400 30 0 0 25 0 9 0 24256438 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4126938844 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23632] ppid=23629 vsize=868708 CPUtime=0.61
/proc/23630/task/23632/stat : 23632 (java) S 23629 23616 19045 0 -1 64 5401 0 0 0 55 6 0 0 16 0 9 0 24256439 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23633] ppid=23629 vsize=868708 CPUtime=0
/proc/23630/task/23633/stat : 23633 (java) S 23629 23616 19045 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24256439 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23634] ppid=23629 vsize=868708 CPUtime=0
/proc/23630/task/23634/stat : 23634 (java) S 23629 23616 19045 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24256439 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23635] ppid=23629 vsize=868708 CPUtime=0
/proc/23630/task/23635/stat : 23635 (java) S 23629 23616 19045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24256441 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23636] ppid=23629 vsize=868708 CPUtime=0.22
/proc/23630/task/23636/stat : 23636 (java) S 23629 23616 19045 0 -1 64 1522 0 0 0 21 1 0 0 17 0 9 0 24256441 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23637] ppid=23629 vsize=868708 CPUtime=0
/proc/23630/task/23637/stat : 23637 (java) S 23629 23616 19045 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24256441 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23638] ppid=23629 vsize=868708 CPUtime=0
/proc/23630/task/23638/stat : 23638 (java) S 23629 23616 19045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24256441 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 890932

[startup+12.7027 s]
/proc/loadavg: 2.07 2.03 2.00 3/91 23638
/proc/meminfo: memFree=1549440/2055920 swapFree=4191900/4192956
[pid=23616] ppid=23614 vsize=16868 CPUtime=0.96
/proc/23616/stat : 23616 (sugar) S 23614 23616 19045 0 -1 4194304 1310 9097 0 1 6 0 84 6 16 0 1 0 24256332 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23616/statm: 4217 1111 409 3 0 796 0
[pid=23629] ppid=23616 vsize=5356 CPUtime=0
/proc/23629/stat : 23629 (sh) S 23616 23616 19045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24256437 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23629/statm: 1339 233 193 169 0 50 0
[pid=23630] ppid=23629 vsize=868708 CPUtime=11.45
/proc/23630/stat : 23630 (java) S 23629 23616 19045 0 -1 0 12477 0 1 0 1051 94 0 0 18 0 9 0 24256437 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23630/statm: 217177 9647 2590 9 0 211654 0
[pid=23630/tid=23631] ppid=23629 vsize=868708 CPUtime=10.2
/proc/23630/task/23631/stat : 23631 (java) R 23629 23616 19045 0 -1 64 4856 0 1 0 943 77 0 0 25 0 9 0 24256438 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4126940217 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23632] ppid=23629 vsize=868708 CPUtime=1.01
/proc/23630/task/23632/stat : 23632 (java) S 23629 23616 19045 0 -1 64 5401 0 0 0 87 14 0 0 16 0 9 0 24256439 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23633] ppid=23629 vsize=868708 CPUtime=0
/proc/23630/task/23633/stat : 23633 (java) S 23629 23616 19045 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24256439 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23634] ppid=23629 vsize=868708 CPUtime=0
/proc/23630/task/23634/stat : 23634 (java) S 23629 23616 19045 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24256439 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23635] ppid=23629 vsize=868708 CPUtime=0
/proc/23630/task/23635/stat : 23635 (java) S 23629 23616 19045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24256441 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23636] ppid=23629 vsize=868708 CPUtime=0.22
/proc/23630/task/23636/stat : 23636 (java) S 23629 23616 19045 0 -1 64 1522 0 0 0 21 1 0 0 17 0 9 0 24256441 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23637] ppid=23629 vsize=868708 CPUtime=0
/proc/23630/task/23637/stat : 23637 (java) S 23629 23616 19045 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24256441 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23638] ppid=23629 vsize=868708 CPUtime=0
/proc/23630/task/23638/stat : 23638 (java) S 23629 23616 19045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24256441 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 890932

[startup+25.5025 s]
/proc/loadavg: 2.27 2.08 2.02 3/91 23638
/proc/meminfo: memFree=1385544/2055920 swapFree=4191900/4192956
[pid=23616] ppid=23614 vsize=16868 CPUtime=0.96
/proc/23616/stat : 23616 (sugar) S 23614 23616 19045 0 -1 4194304 1310 9097 0 1 6 0 84 6 16 0 1 0 24256332 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23616/statm: 4217 1111 409 3 0 796 0
[pid=23629] ppid=23616 vsize=5356 CPUtime=0
/proc/23629/stat : 23629 (sh) S 23616 23616 19045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24256437 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23629/statm: 1339 233 193 169 0 50 0
[pid=23630] ppid=23629 vsize=868708 CPUtime=23.66
/proc/23630/stat : 23630 (java) S 23629 23616 19045 0 -1 0 14911 0 1 0 2153 213 0 0 18 0 9 0 24256437 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23630/statm: 217177 9647 2590 9 0 211654 0
[pid=23630/tid=23631] ppid=23629 vsize=868708 CPUtime=21.62
/proc/23630/task/23631/stat : 23631 (java) R 23629 23616 19045 0 -1 64 7290 0 1 0 1982 180 0 0 25 0 9 0 24256438 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 102094001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23632] ppid=23629 vsize=868708 CPUtime=1.79
/proc/23630/task/23632/stat : 23632 (java) S 23629 23616 19045 0 -1 64 5401 0 0 0 148 31 0 0 16 0 9 0 24256439 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23633] ppid=23629 vsize=868708 CPUtime=0
/proc/23630/task/23633/stat : 23633 (java) S 23629 23616 19045 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24256439 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23634] ppid=23629 vsize=868708 CPUtime=0
/proc/23630/task/23634/stat : 23634 (java) S 23629 23616 19045 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24256439 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23635] ppid=23629 vsize=868708 CPUtime=0
/proc/23630/task/23635/stat : 23635 (java) S 23629 23616 19045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24256441 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23636] ppid=23629 vsize=868708 CPUtime=0.22
/proc/23630/task/23636/stat : 23636 (java) S 23629 23616 19045 0 -1 64 1522 0 0 0 21 1 0 0 17 0 9 0 24256441 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23637] ppid=23629 vsize=868708 CPUtime=0
/proc/23630/task/23637/stat : 23637 (java) S 23629 23616 19045 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24256441 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23630/tid=23638] ppid=23629 vsize=868708 CPUtime=0
/proc/23630/task/23638/stat : 23638 (java) S 23629 23616 19045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24256441 889556992 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.62
Current children cumulated vsize (KiB) 890932

[startup+51.1021 s]
/proc/loadavg: 2.30 2.10 2.03 3/83 23640
/proc/meminfo: memFree=611272/2055920 swapFree=4191900/4192956
[pid=23616] ppid=23614 vsize=16868 CPUtime=32.68
/proc/23616/stat : 23616 (sugar) S 23614 23616 19045 0 -1 4194304 1376 25922 0 2 6 0 2964 298 16 0 1 0 24256332 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23616/statm: 4217 1113 409 3 0 796 0
[pid=23639] ppid=23616 vsize=5356 CPUtime=0
/proc/23639/stat : 23639 (sh) S 23616 23616 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24259709 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23639/statm: 1339 232 193 169 0 50 0
[pid=23640] ppid=23639 vsize=709624 CPUtime=17.14
/proc/23640/stat : 23640 (minisat) R 23639 23616 19045 0 -1 4194304 174310 0 0 0 1596 118 0 0 25 0 1 0 24259709 726654976 174296 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23640/statm: 177406 174296 76 150 0 177253 0

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

/proc/23616/stat : 23616 (sugar) S 23614 23616 19045 0 -1 4194304 1376 25922 0 2 6 0 2964 298 16 0 1 0 24256332 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23616/statm: 4217 1113 409 3 0 796 0
[pid=23639] ppid=23616 vsize=5356 CPUtime=0
/proc/23639/stat : 23639 (sh) S 23616 23616 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24259709 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23639/statm: 1339 232 193 169 0 50 0
[pid=23640] ppid=23639 vsize=776832 CPUtime=1495.21
/proc/23640/stat : 23640 (minisat) R 23639 23616 19045 0 -1 4194304 190682 0 0 0 149370 151 0 0 25 0 1 0 24259709 795475968 190668 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23640/statm: 194208 190668 76 150 0 194055 0
Current children cumulated CPU time (s) 1527.89
Current children cumulated vsize (KiB) 799056

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 23838
/proc/meminfo: memFree=791848/2055920 swapFree=4191900/4192956
[pid=23616] ppid=23614 vsize=16868 CPUtime=32.68
/proc/23616/stat : 23616 (sugar) S 23614 23616 19045 0 -1 4194304 1376 25922 0 2 6 0 2964 298 16 0 1 0 24256332 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23616/statm: 4217 1113 409 3 0 796 0
[pid=23639] ppid=23616 vsize=5356 CPUtime=0
/proc/23639/stat : 23639 (sh) S 23616 23616 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24259709 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23639/statm: 1339 232 193 169 0 50 0
[pid=23640] ppid=23639 vsize=778296 CPUtime=1555.01
/proc/23640/stat : 23640 (minisat) R 23639 23616 19045 0 -1 4194304 191066 0 0 0 155350 151 0 0 25 0 1 0 24259709 796975104 191052 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23640/statm: 194574 191052 76 150 0 194421 0
Current children cumulated CPU time (s) 1587.69
Current children cumulated vsize (KiB) 800520

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 23838
/proc/meminfo: memFree=769256/2055920 swapFree=4191900/4192956
[pid=23616] ppid=23614 vsize=16868 CPUtime=32.68
/proc/23616/stat : 23616 (sugar) S 23614 23616 19045 0 -1 4194304 1376 25922 0 2 6 0 2964 298 16 0 1 0 24256332 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23616/statm: 4217 1113 409 3 0 796 0
[pid=23639] ppid=23616 vsize=5356 CPUtime=0
/proc/23639/stat : 23639 (sh) S 23616 23616 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24259709 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23639/statm: 1339 232 193 169 0 50 0
[pid=23640] ppid=23639 vsize=779800 CPUtime=1614.58
/proc/23640/stat : 23640 (minisat) R 23639 23616 19045 0 -1 4194304 191441 0 0 0 161306 152 0 0 25 0 1 0 24259709 798515200 191427 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23640/statm: 194950 191427 76 150 0 194797 0
Current children cumulated CPU time (s) 1647.26
Current children cumulated vsize (KiB) 802024

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 23838
/proc/meminfo: memFree=767784/2055920 swapFree=4191900/4192956
[pid=23616] ppid=23614 vsize=16868 CPUtime=32.68
/proc/23616/stat : 23616 (sugar) S 23614 23616 19045 0 -1 4194304 1376 25922 0 2 6 0 2964 298 16 0 1 0 24256332 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23616/statm: 4217 1113 409 3 0 796 0
[pid=23639] ppid=23616 vsize=5356 CPUtime=0
/proc/23639/stat : 23639 (sh) S 23616 23616 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24259709 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23639/statm: 1339 232 193 169 0 50 0
[pid=23640] ppid=23639 vsize=781196 CPUtime=1674.02
/proc/23640/stat : 23640 (minisat) R 23639 23616 19045 0 -1 4194304 191812 0 0 0 167250 152 0 0 25 0 1 0 24259709 799944704 191798 996147200 134512640 135127466 4294956256 18446744073709551615 134522666 0 0 4096 3 0 0 0 17 1 0 0
/proc/23640/statm: 195299 191798 76 150 0 195146 0
Current children cumulated CPU time (s) 1706.7
Current children cumulated vsize (KiB) 803420

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 23838
/proc/meminfo: memFree=743016/2055920 swapFree=4191900/4192956
[pid=23616] ppid=23614 vsize=16868 CPUtime=32.68
/proc/23616/stat : 23616 (sugar) S 23614 23616 19045 0 -1 4194304 1376 25922 0 2 6 0 2964 298 16 0 1 0 24256332 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23616/statm: 4217 1113 409 3 0 796 0
[pid=23639] ppid=23616 vsize=5356 CPUtime=0
/proc/23639/stat : 23639 (sh) S 23616 23616 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24259709 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23639/statm: 1339 232 193 169 0 50 0
[pid=23640] ppid=23639 vsize=782860 CPUtime=1733.45
/proc/23640/stat : 23640 (minisat) R 23639 23616 19045 0 -1 4194304 192214 0 0 0 173193 152 0 0 25 0 1 0 24259709 801648640 192200 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23640/statm: 195715 192200 76 150 0 195562 0
Current children cumulated CPU time (s) 1766.13
Current children cumulated vsize (KiB) 805084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 23838
/proc/meminfo: memFree=742056/2055920 swapFree=4191900/4192956
[pid=23616] ppid=23614 vsize=16868 CPUtime=32.68
/proc/23616/stat : 23616 (sugar) S 23614 23616 19045 0 -1 4194304 1376 25922 0 2 6 0 2964 298 16 0 1 0 24256332 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23616/statm: 4217 1113 409 3 0 796 0
[pid=23639] ppid=23616 vsize=5356 CPUtime=0
/proc/23639/stat : 23639 (sh) S 23616 23616 19045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24259709 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23639/statm: 1339 232 193 169 0 50 0
[pid=23640] ppid=23639 vsize=783800 CPUtime=1767.33
/proc/23640/stat : 23640 (minisat) R 23639 23616 19045 0 -1 4194304 192451 0 0 0 176581 152 0 0 25 0 1 0 24259709 802611200 192437 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23640/statm: 195950 192437 76 150 0 195797 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 806024

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

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

[startup+1816.62 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 23838
/proc/meminfo: memFree=742056/2055920 swapFree=4191900/4192956
[pid=23616] ppid=23614 vsize=16868 CPUtime=32.68
/proc/23616/stat : 23616 (sugar) S 23614 23616 19045 0 -1 4194304 1398 25922 0 2 6 0 2964 298 16 0 1 0 24256332 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23616/statm: 4217 1113 409 3 0 796 0
[pid=23639] ppid=23616 vsize=0 CPUtime=0
/proc/23639/stat : 23639 (sh) Z 23616 23616 19045 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24259709 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23639/statm: 0 0 0 0 0 0 0
[pid=23640] ppid=1 vsize=0 CPUtime=1767.44
/proc/23640/stat : 23640 (minisat) R 1 23616 19045 0 -1 4195332 192451 0 0 0 176581 163 0 0 25 0 1 0 24259709 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/23640/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 16868

[startup+1816.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 23838
/proc/meminfo: memFree=742056/2055920 swapFree=4191900/4192956
[pid=23616] ppid=23614 vsize=16868 CPUtime=32.7
/proc/23616/stat : 23616 (sugar) D 23614 23616 19045 0 -1 4194304 1423 26199 0 2 6 1 2964 299 15 0 1 0 24256332 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23616/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 32.7
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1816.62 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 23838
/proc/meminfo: memFree=742056/2055920 swapFree=4191900/4192956
[pid=23616] ppid=23614 vsize=16868 CPUtime=32.68
/proc/23616/stat : 23616 (sugar) S 23614 23616 19045 0 -1 4194304 1398 25922 0 2 6 0 2964 298 16 0 1 0 24256332 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23616/statm: 4217 1113 409 3 0 796 0
[pid=23639] ppid=23616 vsize=0 CPUtime=0
/proc/23639/stat : 23639 (sh) Z 23616 23616 19045 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24259709 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23639/statm: 0 0 0 0 0 0 0
[pid=23640] ppid=1 vsize=0 CPUtime=1767.44
/proc/23640/stat : 23640 (minisat) R 1 23616 19045 0 -1 4195332 192451 0 0 0 176581 163 0 0 25 0 1 0 24259709 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/23640/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 16868

[startup+1817 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 23838
/proc/meminfo: memFree=742056/2055920 swapFree=4191900/4192956
[pid=23616] ppid=23614 vsize=16868 CPUtime=32.72
/proc/23616/stat : 23616 (sugar) D 23614 23616 19045 0 -1 4194304 1423 26199 0 2 6 3 2964 299 15 0 1 0 24256332 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23616/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 32.72
Current children cumulated vsize (KiB) 16868

[startup+1817.1 s]
/proc/loadavg: 2.00 2.00 2.00 2/86 23839
/proc/meminfo: memFree=1515760/2055920 swapFree=4191900/4192956
[pid=23616] ppid=23614 vsize=16868 CPUtime=32.72
/proc/23616/stat : 23616 (sugar) R 23614 23616 19045 0 -1 4194304 1423 26199 0 2 6 3 2964 299 15 0 1 0 24256332 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23616/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 32.72
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): 1767.42
#  lost CPU user time (s): 1765.81
#  lost CPU system time (s): 1.61

Real time (s): 1817.13
CPU time (s): 1800.17
CPU user time (s): 1795.53
CPU system time (s): 4.64354
CPU usage (%): 99.0669
Max. virtual memory (cumulated for all children) (KiB): 891008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.7165
system time used= 3.03354
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27681
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= 57155
involuntary context switches= 58135

runsolver used 2.20167 second user time and 6.08807 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 06:11:42
IDJOB=2080993
IDBENCH=57220
IDSOLVER=739
FILE ID=node29/2080993-1247371902
PBS_JOBID= 9507084
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-15/normalized-super-os-taillard-15-22.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-2080993-1247371902/watcher-2080993-1247371902 -o /tmp/evaluation-result-2080993-1247371902/solver-2080993-1247371902 -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-2080993-1247371902.xml

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

MD5SUM BENCH= 900b7747b78e42be6a9314ed6eaf2ff1
RANDOM SEED=2140401366

node29.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.225
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.225
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:       1698616 kB
Buffers:         42812 kB
Cached:         178136 kB
SwapCached:        392 kB
Active:         211664 kB
Inactive:        81876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1698616 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2540 kB
Writeback:           0 kB
Mapped:          89644 kB
Slab:            48828 kB
Committed_AS:   926072 kB
PageTables:       2016 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= 66376 MiB
End job on node29 at 2009-07-12 06:42:00