Trace number 2077539

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.1 1850.24

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-02.xml
MD5SUMb1ccf0aceb8d8293fe037eca9e2177e5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.935857
Satisfiable
(Un)Satisfiability was proved
Number of variables369
Number of constraints3033
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension150
Number of constraints which are defined in intension2883
Global constraints used (with number of constraints)

Solver Data

0.03/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.07	c 0	BEGIN Sun Jul 12 04:19:57 2009
0.03/0.07	c 0	PID 20827
0.03/0.07	c 0	HOST node75.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-2077539-1247365197.xml TO HOME/temp.csp
0.03/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077539-1247365197.xml' 'HOME/temp.csp'
0.96/1.05	c 1	1 domains, 369 variables, 8 predicates, 8 relations, 3033 constraints
0.96/1.07	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.07	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'
1.03/1.15	c 1	Parsing HOME/temp.csp
1.03/1.65	c 2	parsed 3419 expressions
1.03/1.65	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.65	c 2	Converting to clausal form CSP
1.03/1.68	c 2	converted 342 (10%) expressions
4.52/4.64	c 5	converted 684 (20%) expressions
5.11/5.23	c 6	converted 1026 (30%) expressions
5.22/5.32	c 6	converted 1368 (40%) expressions
6.01/6.15	c 6	converted 1710 (50%) expressions
6.61/6.72	c 7	converted 2052 (60%) expressions
6.61/6.75	c 7	converted 2394 (70%) expressions
6.71/6.82	c 7	converted 2736 (80%) expressions
6.71/6.86	c 7	converted 3078 (90%) expressions
6.80/6.95	c 7	converted 3419 (100%) expressions
6.80/6.95	c 7	CSP : 369 integers, 0 booleans, 3033 clauses, largest domain size 26
6.80/6.95	c 7	Heap : 132 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.80/6.95	c 7	Propagation in CSP
6.80/6.97	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.80/6.97	c 7	CSP : 369 integers, 0 booleans, 3033 clauses, largest domain size 26
6.80/6.97	c 7	Heap : 132 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.80/6.97	c 7	Simplifing CSP by introducing new Boolean variables
7.00/7.11	c 7	CSP : 369 integers, 26052 booleans, 29085 clauses, largest domain size 26
7.00/7.11	c 7	Heap : 137 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.00/8.11	c 8	Encoding CSP to SAT : HOME/temp.cnf
8.00/8.14	c 8	37 (10%) CSP integer variables are encoded (888 clauses, 9624 bytes)
8.00/8.14	c 8	74 (20%) CSP integer variables are encoded (1776 clauses, 21025 bytes)
8.00/8.14	c 8	111 (30%) CSP integer variables are encoded (2664 clauses, 32569 bytes)
8.00/8.14	c 8	148 (40%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
8.00/8.14	c 8	185 (50%) CSP integer variables are encoded (4440 clauses, 55657 bytes)
8.00/8.15	c 8	222 (60%) CSP integer variables are encoded (5328 clauses, 67201 bytes)
8.00/8.15	c 8	259 (70%) CSP integer variables are encoded (6216 clauses, 78745 bytes)
8.00/8.15	c 8	296 (80%) CSP integer variables are encoded (7104 clauses, 90289 bytes)
8.00/8.15	c 8	333 (90%) CSP integer variables are encoded (7992 clauses, 101833 bytes)
8.00/8.15	c 8	369 (100%) CSP integer variables are encoded (8856 clauses, 113065 bytes)
176.44/183.06	c 183	2909 (10%) CSP clauses are encoded (1811387 clauses, 82943630 bytes)
193.02/201.56	c 202	5817 (20%) CSP clauses are encoded (1942241 clauses, 88023404 bytes)
210.66/221.98	c 222	8726 (30%) CSP clauses are encoded (2073121 clauses, 93381592 bytes)
244.85/259.95	c 260	11634 (40%) CSP clauses are encoded (2267296 clauses, 102785287 bytes)
325.26/349.57	c 350	14543 (50%) CSP clauses are encoded (2603777 clauses, 122261033 bytes)
325.46/349.72	c 350	17451 (60%) CSP clauses are encoded (2672760 clauses, 123594450 bytes)
325.52/349.89	c 350	20360 (70%) CSP clauses are encoded (2741794 clauses, 124957123 bytes)
325.70/350.03	c 350	23268 (80%) CSP clauses are encoded (2810777 clauses, 126318840 bytes)
325.78/350.19	c 351	26177 (90%) CSP clauses are encoded (2879811 clauses, 127681513 bytes)
336.38/362.09	c 362	29085 (100%) CSP clauses are encoded (3017775 clauses, 134865875 bytes)
336.38/362.10	c 362	29085 CSP clauses encoded
336.38/362.10	c 362	Writing map file : HOME/temp.map
336.47/362.11	c 362	Heap : 223 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
336.47/362.11	c 362	SAT : 35277 SAT variables, 3017775 SAT clauses, 134865875 bytes
336.47/362.11	c 362	Heap : 223 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
336.47/362.16	c 363	SOLVING HOME/temp.cnf
336.47/362.16	c 363	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
336.47/362.17	c 363	This is MiniSat 2.0 beta
336.47/362.17	c 363	WARNING: for repeatability, setting FPU to use double precision
336.47/362.17	c 363	============================[ Problem Statistics ]=============================
336.47/362.17	c 363	|                                                                             |
336.47/362.17	c 363	|  Number of variables:  35277                                                |
336.47/362.17	c 363	|  Number of clauses:    3017775                                              |
339.28/365.23	c 366	|  Parsing time:         2.47         s                                       |
339.47/365.43	c 366	============================[ Search Statistics ]==============================
339.47/365.43	c 366	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
339.47/365.43	c 366	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
339.47/365.43	c 366	===============================================================================
339.47/365.43	c 366	|         0 |   35277  3017775 23555444 |  1005925        0    nan |  0.000 % |
339.64/365.61	c 366	|       100 |   35277  3017775 23555444 |  1106517      100      9 |  0.000 % |
339.74/365.72	c 366	|       250 |   35277  3017775 23555444 |  1217169      250      8 |  0.000 % |
339.74/365.77	c 366	|       475 |   35277  3017775 23555444 |  1338886      475      8 |  0.000 % |
339.83/365.83	c 366	|       812 |   35277  3017775 23555444 |  1472774      812      8 |  0.000 % |
340.02/366.05	c 366	|      1319 |   35276  3017775 23555444 |  1620052     1318      8 |  0.003 % |
340.11/366.12	c 366	|      2080 |   35276  3017775 23555444 |  1782057     2079      8 |  0.003 % |
340.60/366.78	c 367	|      3220 |   35276  3017775 23555444 |  1960263     3219      9 |  0.003 % |
341.22/367.45	c 368	|      4928 |   35276  3017775 23555444 |  2156289     4927     10 |  0.003 % |
342.36/368.72	c 369	|      7492 |   35276  3017775 23555444 |  2371918     7491     11 |  0.003 % |
344.16/370.71	c 371	|     11336 |   35275  3017775 23555444 |  2609110    11334     12 |  0.006 % |
345.04/371.74	c 372	|     17102 |   35275  3017775 23555444 |  2870021    17100     11 |  0.006 % |
348.28/375.31	c 376	|     25751 |   35275  3017775 23555444 |  3157023    25749     13 |  0.006 % |
350.57/377.86	c 378	|     38725 |   35275  3017775 23555444 |  3472725    38723     13 |  0.006 % |
357.88/385.99	c 386	|     58187 |   35275  3017775 23555444 |  3819998    58185     13 |  0.006 % |
366.89/396.22	c 397	|     87380 |   35275  3017775 23555444 |  4201998    87378     14 |  0.006 % |
388.18/419.96	c 420	|    131171 |   35275  3017775 23555444 |  4622198   131169     14 |  0.006 % |
413.86/449.43	c 450	|    196855 |   35275  3017775 23555444 |  5084418   196853     14 |  0.006 % |
486.66/530.48	c 531	|    295381 |   35275  3017775 23555444 |  5592859   295379     15 |  0.006 % |
564.08/608.28	c 609	|    443171 |   35275  3017775 23555444 |  6152145   443169     15 |  0.006 % |
767.26/812.48	c 813	|    664854 |   35275  3017775 23555444 |  6767360   664852     16 |  0.006 % |
1057.15/1103.79	c 1104	|    997380 |   35275  3017516 23554336 |  7444096   997373     17 |  0.006 % |
1800.07/1850.12	c ERROR INTERRUPTED
1800.07/1850.17	s UNKNOWN
1800.07/1850.17	c 1851	CPU 336.55 (0.05 0.02 334.94 1.54)
1800.07/1850.17	c 1851	END Sun Jul 12 04:50:48 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-2077539-1247365197/watcher-2077539-1247365197 -o /tmp/evaluation-result-2077539-1247365197/solver-2077539-1247365197 -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-2077539-1247365197.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.92 1.98 2.00 3/80 20827
/proc/meminfo: memFree=1757792/2055920 swapFree=4192812/4192956
[pid=20827] ppid=20825 vsize=6268 CPUtime=0
/proc/20827/stat : 20827 (sugar) R 20825 20827 20111 0 -1 4194304 61 0 0 0 0 0 0 0 20 0 1 0 23584184 6418432 46 996147200 4194304 4206940 548682068608 18446744073709551615 231880030557 0 0 4096 0 0 0 0 17 1 0 0
/proc/20827/statm: 1567 46 35 3 0 8 0

[startup+0.0414389 s]
/proc/loadavg: 1.92 1.98 2.00 3/80 20827
/proc/meminfo: memFree=1757792/2055920 swapFree=4192812/4192956
[pid=20827] ppid=20825 vsize=13336 CPUtime=0.03
/proc/20827/stat : 20827 (sugar) R 20825 20827 20111 0 -1 4194304 736 0 0 0 2 1 0 0 20 0 1 0 23584184 13656064 704 996147200 4194304 4206940 548682068608 18446744073709551615 231891581950 0 0 4224 0 0 0 0 17 0 0 0
/proc/20827/statm: 3334 704 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.10144 s]
/proc/loadavg: 1.92 1.98 2.00 3/80 20827
/proc/meminfo: memFree=1757792/2055920 swapFree=4192812/4192956
[pid=20827] ppid=20825 vsize=16868 CPUtime=0.06
/proc/20827/stat : 20827 (sugar) S 20825 20827 20111 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23584184 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20827/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301463 s]
/proc/loadavg: 1.92 1.98 2.00 3/80 20827
/proc/meminfo: memFree=1757792/2055920 swapFree=4192812/4192956
[pid=20827] ppid=20825 vsize=16868 CPUtime=0.06
/proc/20827/stat : 20827 (sugar) S 20825 20827 20111 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23584184 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20827/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701509 s]
/proc/loadavg: 1.92 1.98 2.00 3/80 20827
/proc/meminfo: memFree=1757792/2055920 swapFree=4192812/4192956
[pid=20827] ppid=20825 vsize=16868 CPUtime=0.06
/proc/20827/stat : 20827 (sugar) S 20825 20827 20111 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23584184 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20827/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5016 s]
/proc/loadavg: 1.92 1.98 2.00 4/91 20839
/proc/meminfo: memFree=1733512/2055920 swapFree=4192812/4192956
[pid=20827] ppid=20825 vsize=16868 CPUtime=1.03
/proc/20827/stat : 20827 (sugar) S 20825 20827 20111 0 -1 4194304 1309 8848 0 1 5 2 90 6 15 0 1 0 23584184 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20827/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 16868

[startup+3.10279 s]
/proc/loadavg: 1.92 1.98 2.00 4/91 20849
/proc/meminfo: memFree=1723400/2055920 swapFree=4192812/4192956
[pid=20827] ppid=20825 vsize=16868 CPUtime=1.03
/proc/20827/stat : 20827 (sugar) S 20825 20827 20111 0 -1 4194304 1309 8848 0 1 5 2 90 6 16 0 1 0 23584184 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20827/statm: 4217 1111 409 3 0 796 0
[pid=20840] ppid=20827 vsize=5356 CPUtime=0
/proc/20840/stat : 20840 (sh) S 20827 20827 20111 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23584291 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20840/statm: 1339 233 193 169 0 50 0
[pid=20841] ppid=20840 vsize=864392 CPUtime=2
/proc/20841/stat : 20841 (java) S 20840 20827 20111 0 -1 0 17171 0 1 0 191 9 0 0 20 0 9 0 23584292 885137408 16414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20841/statm: 216098 16414 2566 9 0 210603 0
[pid=20841/tid=20842] ppid=20840 vsize=864392 CPUtime=0.92
/proc/20841/task/20842/stat : 20842 (java) R 20840 20827 20111 0 -1 64 3216 0 1 0 90 2 0 0 25 0 9 0 23584293 885137408 16414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20843] ppid=20840 vsize=864392 CPUtime=1.02
/proc/20841/task/20843/stat : 20843 (java) R 20840 20827 20111 0 -1 64 12944 0 0 0 96 6 0 0 16 0 9 0 23584294 885137408 16414 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20844] ppid=20840 vsize=864392 CPUtime=0
/proc/20841/task/20844/stat : 20844 (java) S 20840 20827 20111 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23584294 885137408 16414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20845] ppid=20840 vsize=864392 CPUtime=0
/proc/20841/task/20845/stat : 20845 (java) S 20840 20827 20111 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23584294 885137408 16414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20846] ppid=20840 vsize=864392 CPUtime=0
/proc/20841/task/20846/stat : 20846 (java) S 20840 20827 20111 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23584296 885137408 16414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20847] ppid=20840 vsize=864392 CPUtime=0.04
/proc/20841/task/20847/stat : 20847 (java) S 20840 20827 20111 0 -1 64 308 0 0 0 4 0 0 0 16 0 9 0 23584296 885137408 16414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20848] ppid=20840 vsize=864392 CPUtime=0
/proc/20841/task/20848/stat : 20848 (java) S 20840 20827 20111 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23584296 885137408 16414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20849] ppid=20840 vsize=864392 CPUtime=0
/proc/20841/task/20849/stat : 20849 (java) S 20840 20827 20111 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23584296 885137408 16414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 886616

[startup+6.30217 s]
/proc/loadavg: 2.09 2.02 2.01 4/91 20849
/proc/meminfo: memFree=1624584/2055920 swapFree=4192812/4192956
[pid=20827] ppid=20825 vsize=16868 CPUtime=1.03
/proc/20827/stat : 20827 (sugar) S 20825 20827 20111 0 -1 4194304 1309 8848 0 1 5 2 90 6 16 0 1 0 23584184 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20827/statm: 4217 1111 409 3 0 796 0
[pid=20840] ppid=20827 vsize=5356 CPUtime=0
/proc/20840/stat : 20840 (sh) S 20827 20827 20111 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23584291 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20840/statm: 1339 233 193 169 0 50 0
[pid=20841] ppid=20840 vsize=868648 CPUtime=5.18
/proc/20841/stat : 20841 (java) S 20840 20827 20111 0 -1 0 46260 0 1 0 495 23 0 0 20 0 9 0 23584292 889495552 35223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20841/statm: 217162 35223 2567 9 0 211667 0
[pid=20841/tid=20842] ppid=20840 vsize=868648 CPUtime=1.95
/proc/20841/task/20842/stat : 20842 (java) R 20840 20827 20111 0 -1 64 4491 0 1 0 192 3 0 0 25 0 9 0 23584293 889495552 35223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20843] ppid=20840 vsize=868648 CPUtime=3.07
/proc/20841/task/20843/stat : 20843 (java) R 20840 20827 20111 0 -1 64 39599 0 0 0 288 19 0 0 18 0 9 0 23584294 889495552 35223 996147200 134512640 134550932 4294955936 18446744073709551615 104187627 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20844] ppid=20840 vsize=868648 CPUtime=0
/proc/20841/task/20844/stat : 20844 (java) S 20840 20827 20111 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23584294 889495552 35223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20845] ppid=20840 vsize=868648 CPUtime=0
/proc/20841/task/20845/stat : 20845 (java) S 20840 20827 20111 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23584294 889495552 35223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20846] ppid=20840 vsize=868648 CPUtime=0
/proc/20841/task/20846/stat : 20846 (java) S 20840 20827 20111 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23584296 889495552 35223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20847] ppid=20840 vsize=868648 CPUtime=0.14
/proc/20841/task/20847/stat : 20847 (java) S 20840 20827 20111 0 -1 64 1467 0 0 0 14 0 0 0 17 0 9 0 23584296 889495552 35223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20848] ppid=20840 vsize=868648 CPUtime=0
/proc/20841/task/20848/stat : 20848 (java) S 20840 20827 20111 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23584296 889495552 35223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20849] ppid=20840 vsize=868648 CPUtime=0
/proc/20841/task/20849/stat : 20849 (java) S 20840 20827 20111 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23584296 889495552 35223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 890872

[startup+12.7019 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 20849
/proc/meminfo: memFree=1583816/2055920 swapFree=4192812/4192956
[pid=20827] ppid=20825 vsize=16868 CPUtime=1.03
/proc/20827/stat : 20827 (sugar) S 20825 20827 20111 0 -1 4194304 1310 8848 0 1 5 2 90 6 16 0 1 0 23584184 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20827/statm: 4217 1111 409 3 0 796 0
[pid=20840] ppid=20827 vsize=5356 CPUtime=0
/proc/20840/stat : 20840 (sh) S 20827 20827 20111 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23584291 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20840/statm: 1339 233 193 169 0 50 0
[pid=20841] ppid=20840 vsize=868760 CPUtime=11.55
/proc/20841/stat : 20841 (java) S 20840 20827 20111 0 -1 0 63211 0 2 0 1118 37 0 0 20 0 9 0 23584292 889610240 43150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20841/statm: 217190 43150 2593 9 0 211667 0
[pid=20841/tid=20842] ppid=20840 vsize=868760 CPUtime=6.77
/proc/20841/task/20842/stat : 20842 (java) R 20840 20827 20111 0 -1 64 4596 0 2 0 669 8 0 0 25 0 9 0 23584293 889610240 43150 996147200 134512640 134550932 4294955936 18446744073709551615 4125952294 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20843] ppid=20840 vsize=868760 CPUtime=4.53
/proc/20841/task/20843/stat : 20843 (java) S 20840 20827 20111 0 -1 64 56393 0 0 0 426 27 0 0 16 0 9 0 23584294 889610240 43150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20844] ppid=20840 vsize=868760 CPUtime=0
/proc/20841/task/20844/stat : 20844 (java) S 20840 20827 20111 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23584294 889610240 43150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20845] ppid=20840 vsize=868760 CPUtime=0
/proc/20841/task/20845/stat : 20845 (java) S 20840 20827 20111 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23584294 889610240 43150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20846] ppid=20840 vsize=868760 CPUtime=0
/proc/20841/task/20846/stat : 20846 (java) S 20840 20827 20111 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23584296 889610240 43150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20847] ppid=20840 vsize=868760 CPUtime=0.22
/proc/20841/task/20847/stat : 20847 (java) S 20840 20827 20111 0 -1 64 1519 0 0 0 22 0 0 0 16 0 9 0 23584296 889610240 43150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20848] ppid=20840 vsize=868760 CPUtime=0
/proc/20841/task/20848/stat : 20848 (java) S 20840 20827 20111 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23584296 889610240 43150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20849] ppid=20840 vsize=868760 CPUtime=0
/proc/20841/task/20849/stat : 20849 (java) S 20840 20827 20111 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23584296 889610240 43150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 890984

[startup+25.5024 s]
/proc/loadavg: 2.06 2.01 2.01 3/91 20849
/proc/meminfo: memFree=1571272/2055920 swapFree=4192812/4192956
[pid=20827] ppid=20825 vsize=16868 CPUtime=1.03
/proc/20827/stat : 20827 (sugar) S 20825 20827 20111 0 -1 4194304 1310 8848 0 1 5 2 90 6 16 0 1 0 23584184 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20827/statm: 4217 1111 409 3 0 796 0
[pid=20840] ppid=20827 vsize=5356 CPUtime=0
/proc/20840/stat : 20840 (sh) S 20827 20827 20111 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23584291 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20840/statm: 1339 233 193 169 0 50 0
[pid=20841] ppid=20840 vsize=868760 CPUtime=24.27
/proc/20841/stat : 20841 (java) S 20840 20827 20111 0 -1 0 63661 0 2 0 2383 44 0 0 20 0 9 0 23584292 889610240 43546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20841/statm: 217190 43546 2593 9 0 211667 0
[pid=20841/tid=20842] ppid=20840 vsize=868760 CPUtime=19.19
/proc/20841/task/20842/stat : 20842 (java) R 20840 20827 20111 0 -1 64 4650 0 2 0 1905 14 0 0 25 0 9 0 23584293 889610240 43546 996147200 134512640 134550932 4294955936 18446744073709551615 4126962933 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20843] ppid=20840 vsize=868760 CPUtime=4.84
/proc/20841/task/20843/stat : 20843 (java) S 20840 20827 20111 0 -1 64 56789 0 0 0 456 28 0 0 16 0 9 0 23584294 889610240 43546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20844] ppid=20840 vsize=868760 CPUtime=0
/proc/20841/task/20844/stat : 20844 (java) S 20840 20827 20111 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23584294 889610240 43546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20845] ppid=20840 vsize=868760 CPUtime=0
/proc/20841/task/20845/stat : 20845 (java) S 20840 20827 20111 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23584294 889610240 43546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20846] ppid=20840 vsize=868760 CPUtime=0
/proc/20841/task/20846/stat : 20846 (java) S 20840 20827 20111 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23584296 889610240 43546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20847] ppid=20840 vsize=868760 CPUtime=0.22
/proc/20841/task/20847/stat : 20847 (java) S 20840 20827 20111 0 -1 64 1519 0 0 0 22 0 0 0 16 0 9 0 23584296 889610240 43546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20848] ppid=20840 vsize=868760 CPUtime=0
/proc/20841/task/20848/stat : 20848 (java) S 20840 20827 20111 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23584296 889610240 43546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20841/tid=20849] ppid=20840 vsize=868760 CPUtime=0
/proc/20841/task/20849/stat : 20849 (java) S 20840 20827 20111 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23584296 889610240 43546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 890984

[startup+51.1024 s]
/proc/loadavg: 2.04 2.01 2.01 3/91 20849
/proc/meminfo: memFree=1543688/2055920 swapFree=4192812/4192956
[pid=20827] ppid=20825 vsize=16868 CPUtime=1.03
/proc/20827/stat : 20827 (sugar) S 20825 20827 20111 0 -1 4194304 1310 8848 0 1 5 2 90 6 16 0 1 0 23584184 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20827/statm: 4217 1111 409 3 0 796 0
[pid=20840] ppid=20827 vsize=5356 CPUtime=0
/proc/20840/stat : 20840 (sh) S 20827 20827 20111 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23584291 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20840/statm: 1339 233 193 169 0 50 0
[pid=20841] ppid=20840 vsize=868760 CPUtime=49.73
/proc/20841/stat : 20841 (java) S 20840 20827 20111 0 -1 0 65702 0 2 0 4919 54 0 0 20 0 9 0 23584292 889610240 45480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20841/statm: 217190 45480 2593 9 0 211667 0

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

/proc/8909/stat : 8909 (minisat) R 8906 20827 20111 0 -1 4194304 85911 0 0 0 109655 86 0 0 25 0 1 0 23620401 358047744 85897 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8909/statm: 87414 85897 76 150 0 87261 0
Current children cumulated CPU time (s) 1433.95
Current children cumulated vsize (KiB) 371880

[startup+1542.3 s]
/proc/loadavg: 2.16 2.08 2.15 3/85 23499
/proc/meminfo: memFree=859808/2055920 swapFree=4192812/4192956
[pid=20827] ppid=20825 vsize=16868 CPUtime=336.54
/proc/20827/stat : 20827 (sugar) S 20825 20827 20111 0 -1 4194304 1376 103846 0 3 5 2 33493 154 16 0 1 0 23584184 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20827/statm: 4217 1113 409 3 0 796 0
[pid=8906] ppid=20827 vsize=5356 CPUtime=0
/proc/8906/stat : 8906 (sh) S 20827 20827 20111 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23620400 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8906/statm: 1339 232 193 169 0 50 0
[pid=8909] ppid=8906 vsize=354888 CPUtime=1157.13
/proc/8909/stat : 8909 (minisat) R 8906 20827 20111 0 -1 4194304 87255 0 0 0 115625 88 0 0 25 0 1 0 23620401 363405312 87241 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8909/statm: 88722 87241 76 150 0 88569 0
Current children cumulated CPU time (s) 1493.67
Current children cumulated vsize (KiB) 377112

[startup+1602.3 s]
/proc/loadavg: 2.48 2.18 2.18 3/85 23499
/proc/meminfo: memFree=855392/2055920 swapFree=4192812/4192956
[pid=20827] ppid=20825 vsize=16868 CPUtime=336.54
/proc/20827/stat : 20827 (sugar) S 20825 20827 20111 0 -1 4194304 1376 103846 0 3 5 2 33493 154 16 0 1 0 23584184 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20827/statm: 4217 1113 409 3 0 796 0
[pid=8906] ppid=20827 vsize=5356 CPUtime=0
/proc/8906/stat : 8906 (sh) S 20827 20827 20111 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23620400 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8906/statm: 1339 232 193 169 0 50 0
[pid=8909] ppid=8906 vsize=358220 CPUtime=1216.86
/proc/8909/stat : 8909 (minisat) R 8906 20827 20111 0 -1 4194304 88116 0 0 0 121596 90 0 0 25 0 1 0 23620401 366817280 88102 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/8909/statm: 89555 88102 76 150 0 89402 0
Current children cumulated CPU time (s) 1553.4
Current children cumulated vsize (KiB) 380444

[startup+1662.3 s]
/proc/loadavg: 2.30 2.19 2.18 4/85 23499
/proc/meminfo: memFree=851872/2055920 swapFree=4192812/4192956
[pid=20827] ppid=20825 vsize=16868 CPUtime=336.54
/proc/20827/stat : 20827 (sugar) S 20825 20827 20111 0 -1 4194304 1376 103846 0 3 5 2 33493 154 16 0 1 0 23584184 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20827/statm: 4217 1113 409 3 0 796 0
[pid=8906] ppid=20827 vsize=5356 CPUtime=0
/proc/8906/stat : 8906 (sh) S 20827 20827 20111 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23620400 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8906/statm: 1339 232 193 169 0 50 0
[pid=8909] ppid=8906 vsize=361620 CPUtime=1276.59
/proc/8909/stat : 8909 (minisat) R 8906 20827 20111 0 -1 4194304 88961 0 0 0 127568 91 0 0 25 0 1 0 23620401 370298880 88947 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8909/statm: 90405 88947 76 150 0 90252 0
Current children cumulated CPU time (s) 1613.13
Current children cumulated vsize (KiB) 383844

[startup+1722.3 s]
/proc/loadavg: 2.35 2.23 2.19 4/85 23499
/proc/meminfo: memFree=848608/2055920 swapFree=4192812/4192956
[pid=20827] ppid=20825 vsize=16868 CPUtime=336.54
/proc/20827/stat : 20827 (sugar) S 20825 20827 20111 0 -1 4194304 1376 103846 0 3 5 2 33493 154 16 0 1 0 23584184 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20827/statm: 4217 1113 409 3 0 796 0
[pid=8906] ppid=20827 vsize=5356 CPUtime=0
/proc/8906/stat : 8906 (sh) S 20827 20827 20111 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23620400 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8906/statm: 1339 232 193 169 0 50 0
[pid=8909] ppid=8906 vsize=364824 CPUtime=1336.32
/proc/8909/stat : 8909 (minisat) R 8906 20827 20111 0 -1 4194304 89754 0 0 0 133539 93 0 0 25 0 1 0 23620401 373579776 89740 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8909/statm: 91206 89740 76 150 0 91053 0
Current children cumulated CPU time (s) 1672.86
Current children cumulated vsize (KiB) 387048

[startup+1782.3 s]
/proc/loadavg: 2.43 2.27 2.21 4/85 23499
/proc/meminfo: memFree=844896/2055920 swapFree=4192812/4192956
[pid=20827] ppid=20825 vsize=16868 CPUtime=336.54
/proc/20827/stat : 20827 (sugar) S 20825 20827 20111 0 -1 4194304 1376 103846 0 3 5 2 33493 154 16 0 1 0 23584184 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20827/statm: 4217 1113 409 3 0 796 0
[pid=8906] ppid=20827 vsize=5356 CPUtime=0
/proc/8906/stat : 8906 (sh) S 20827 20827 20111 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23620400 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8906/statm: 1339 232 193 169 0 50 0
[pid=8909] ppid=8906 vsize=368344 CPUtime=1396.04
/proc/8909/stat : 8909 (minisat) R 8906 20827 20111 0 -1 4194304 90637 0 0 0 139511 93 0 0 25 0 1 0 23620401 377184256 90623 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8909/statm: 92086 90623 76 150 0 91933 0
Current children cumulated CPU time (s) 1732.58
Current children cumulated vsize (KiB) 390568

[startup+1842.3 s]
/proc/loadavg: 2.51 2.33 2.23 3/85 23499
/proc/meminfo: memFree=841120/2055920 swapFree=4192812/4192956
[pid=20827] ppid=20825 vsize=16868 CPUtime=336.54
/proc/20827/stat : 20827 (sugar) S 20825 20827 20111 0 -1 4194304 1376 103846 0 3 5 2 33493 154 16 0 1 0 23584184 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20827/statm: 4217 1113 409 3 0 796 0
[pid=8906] ppid=20827 vsize=5356 CPUtime=0
/proc/8906/stat : 8906 (sh) S 20827 20827 20111 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23620400 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8906/statm: 1339 232 193 169 0 50 0
[pid=8909] ppid=8906 vsize=372076 CPUtime=1455.76
/proc/8909/stat : 8909 (minisat) R 8906 20827 20111 0 -1 4194304 91589 0 0 0 145482 94 0 0 25 0 1 0 23620401 381005824 91575 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8909/statm: 93019 91575 76 150 0 92866 0
Current children cumulated CPU time (s) 1792.3
Current children cumulated vsize (KiB) 394300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1850.1 s]
/proc/loadavg: 2.51 2.33 2.23 3/85 23499
/proc/meminfo: memFree=840416/2055920 swapFree=4192812/4192956
[pid=20827] ppid=20825 vsize=16868 CPUtime=336.54
/proc/20827/stat : 20827 (sugar) S 20825 20827 20111 0 -1 4194304 1376 103846 0 3 5 2 33493 154 16 0 1 0 23584184 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20827/statm: 4217 1113 409 3 0 796 0
[pid=8906] ppid=20827 vsize=5356 CPUtime=0
/proc/8906/stat : 8906 (sh) S 20827 20827 20111 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23620400 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8906/statm: 1339 232 193 169 0 50 0
[pid=8909] ppid=8906 vsize=372776 CPUtime=1463.53
/proc/8909/stat : 8909 (minisat) R 8906 20827 20111 0 -1 4194304 91769 0 0 0 146259 94 0 0 25 0 1 0 23620401 381722624 91755 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8909/statm: 93194 91755 76 150 0 93041 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 395000

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

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

[startup+1850.1 s]
/proc/loadavg: 2.51 2.33 2.23 3/85 23499
/proc/meminfo: memFree=840416/2055920 swapFree=4192812/4192956
[pid=20827] ppid=20825 vsize=16868 CPUtime=336.54
/proc/20827/stat : 20827 (sugar) S 20825 20827 20111 0 -1 4194304 1376 103846 0 3 5 2 33493 154 16 0 1 0 23584184 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20827/statm: 4217 1113 409 3 0 796 0
[pid=8906] ppid=20827 vsize=5356 CPUtime=0
/proc/8906/stat : 8906 (sh) S 20827 20827 20111 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23620400 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8906/statm: 1339 232 193 169 0 50 0
[pid=8909] ppid=8906 vsize=372776 CPUtime=1463.53
/proc/8909/stat : 8909 (minisat) R 8906 20827 20111 0 -1 4194304 91769 0 0 0 146259 94 0 0 25 0 1 0 23620401 381722624 91755 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8909/statm: 93194 91755 76 150 0 93041 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 395000

[startup+1850.23 s]
/proc/loadavg: 2.51 2.33 2.23 3/85 23499
/proc/meminfo: memFree=840416/2055920 swapFree=4192812/4192956
[pid=20827] ppid=20825 vsize=16868 CPUtime=336.61
/proc/20827/stat : 20827 (sugar) R 20825 20827 20111 0 -1 4194304 1423 104123 0 3 5 8 33494 154 16 0 1 0 23584184 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/20827/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 336.61
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1850.23 s]
/proc/loadavg: 2.51 2.33 2.23 3/85 23499
/proc/meminfo: memFree=840416/2055920 swapFree=4192812/4192956
[pid=20827] ppid=20825 vsize=16868 CPUtime=336.61
/proc/20827/stat : 20827 (sugar) R 20825 20827 20111 0 -1 4194304 1423 104123 0 3 5 8 33494 154 16 0 1 0 23584184 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/20827/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 336.61
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): 1463.46
#  lost CPU user time (s): 1462.58
#  lost CPU system time (s): 0.88

Real time (s): 1850.24
CPU time (s): 1800.1
CPU user time (s): 1797.58
CPU system time (s): 2.51575
CPU usage (%): 97.29
Max. virtual memory (cumulated for all children) (KiB): 911548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 335
system time used= 1.63575
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105605
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15830
involuntary context switches= 33942

runsolver used 2.19667 second user time and 5.68413 second system time

The end

Launcher Data

Begin job on node75 at 2009-07-12 04:19:57
IDJOB=2077539
IDBENCH=56610
IDSOLVER=739
FILE ID=node75/2077539-1247365197
PBS_JOBID= 9507025
Free space on /tmp= 66316 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-02.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-2077539-1247365197/watcher-2077539-1247365197 -o /tmp/evaluation-result-2077539-1247365197/solver-2077539-1247365197 -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-2077539-1247365197.xml

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

MD5SUM BENCH= b1ccf0aceb8d8293fe037eca9e2177e5
RANDOM SEED=34527410

node75.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1758208 kB
Buffers:         22288 kB
Cached:         121940 kB
SwapCached:          0 kB
Active:         188940 kB
Inactive:        57048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2528 kB
Writeback:           0 kB
Mapped:         119544 kB
Slab:            36780 kB
Committed_AS:   943316 kB
PageTables:       1988 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= 66308 MiB
End job on node75 at 2009-07-12 04:50:49