Trace number 2071170

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.02 1809.68

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-15-01.xml
MD5SUM0389a008320032d4e55e89d7ac6d4180
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.350945
Satisfiable
(Un)Satisfiability was proved
Number of variables189
Number of constraints681
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension78
Number of constraints which are defined in intension603
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 00:55:25 2009
0.00/0.08	c 0	PID 17448
0.00/0.08	c 0	HOST node69.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2071170-1247352925.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-2071170-1247352925.xml' 'HOME/temp.csp'
0.06/0.73	c 1	1 domains, 189 variables, 6 predicates, 6 relations, 681 constraints
0.06/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.77	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.70/0.84	c 1	Parsing HOME/temp.csp
0.91/1.04	c 1	parsed 883 expressions
0.91/1.05	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.05	c 1	Converting to clausal form CSP
0.91/1.07	c 1	converted 89 (10%) expressions
0.91/1.08	c 1	converted 177 (20%) expressions
1.71/1.88	c 2	converted 265 (30%) expressions
1.91/2.08	c 2	converted 354 (40%) expressions
2.59/2.72	c 2	converted 442 (50%) expressions
2.59/2.76	c 3	converted 530 (60%) expressions
2.59/2.77	c 3	converted 619 (70%) expressions
2.59/2.78	c 3	converted 707 (80%) expressions
2.71/2.86	c 3	converted 795 (90%) expressions
2.80/2.91	c 3	converted 883 (100%) expressions
2.80/2.91	c 3	CSP : 189 integers, 0 booleans, 681 clauses, largest domain size 26
2.80/2.91	c 3	Heap : 49 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/2.91	c 3	Propagation in CSP
2.80/2.92	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.80/2.92	c 3	CSP : 189 integers, 0 booleans, 681 clauses, largest domain size 26
2.80/2.92	c 3	Heap : 49 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/2.92	c 3	Simplifing CSP by introducing new Boolean variables
2.80/2.97	c 3	CSP : 189 integers, 5152 booleans, 5833 clauses, largest domain size 26
2.80/2.97	c 3	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.09/3.25	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.09/3.27	c 3	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
3.09/3.27	c 3	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
3.09/3.27	c 3	57 (30%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
3.09/3.27	c 3	76 (40%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
3.09/3.27	c 3	95 (50%) CSP integer variables are encoded (2280 clauses, 27577 bytes)
3.09/3.27	c 3	114 (60%) CSP integer variables are encoded (2736 clauses, 33505 bytes)
3.09/3.28	c 3	133 (70%) CSP integer variables are encoded (3192 clauses, 39433 bytes)
3.09/3.28	c 3	152 (80%) CSP integer variables are encoded (3648 clauses, 45361 bytes)
3.09/3.28	c 3	171 (90%) CSP integer variables are encoded (4104 clauses, 51289 bytes)
3.09/3.28	c 3	189 (100%) CSP integer variables are encoded (4536 clauses, 56905 bytes)
25.35/25.79	c 26	584 (10%) CSP clauses are encoded (429970 clauses, 17301592 bytes)
65.03/65.85	c 66	1167 (20%) CSP clauses are encoded (797983 clauses, 36250439 bytes)
65.03/65.88	c 66	1750 (30%) CSP clauses are encoded (811516 clauses, 36483989 bytes)
65.12/65.92	c 66	2334 (40%) CSP clauses are encoded (825075 clauses, 36723789 bytes)
65.12/65.95	c 66	2917 (50%) CSP clauses are encoded (838633 clauses, 36966877 bytes)
65.12/65.98	c 66	3500 (60%) CSP clauses are encoded (852166 clauses, 37219501 bytes)
73.64/74.52	c 74	4084 (70%) CSP clauses are encoded (926711 clauses, 41304023 bytes)
77.69/78.62	c 78	4667 (80%) CSP clauses are encoded (970887 clauses, 43760572 bytes)
81.64/82.69	c 82	5250 (90%) CSP clauses are encoded (1015238 clauses, 46217860 bytes)
81.74/82.71	c 82	5833 (100%) CSP clauses are encoded (1029421 clauses, 46480710 bytes)
81.74/82.71	c 82	5833 CSP clauses encoded
81.74/82.71	c 82	Writing map file : HOME/temp.map
81.74/82.72	c 83	Heap : 64 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
81.74/82.72	c 83	SAT : 9877 SAT variables, 1029421 SAT clauses, 46480710 bytes
81.74/82.72	c 83	Heap : 64 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
81.74/82.75	c 83	SOLVING HOME/temp.cnf
81.74/82.75	c 83	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
81.74/82.76	c 83	This is MiniSat 2.0 beta
81.74/82.76	c 83	WARNING: for repeatability, setting FPU to use double precision
81.74/82.76	c 83	============================[ Problem Statistics ]=============================
81.74/82.76	c 83	|                                                                             |
81.74/82.76	c 83	|  Number of variables:  9877                                                 |
81.74/82.76	c 83	|  Number of clauses:    1029421                                              |
82.71/83.76	c 84	|  Parsing time:         0.90         s                                       |
82.82/83.83	c 84	============================[ Search Statistics ]==============================
82.82/83.83	c 84	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
82.82/83.83	c 84	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
82.82/83.83	c 84	===============================================================================
82.82/83.83	c 84	|         0 |    9877  1029421  8333688 |   343140        0    nan |  0.000 % |
82.92/83.91	c 84	|       100 |    9877  1029421  8333688 |   377454      100     10 |  0.000 % |
82.92/83.99	c 84	|       250 |    9876  1029421  8333688 |   415199      249      8 |  0.010 % |
83.01/84.03	c 84	|       476 |    9876  1029421  8333688 |   456719      475      8 |  0.010 % |
83.01/84.08	c 84	|       814 |    9876  1029421  8333688 |   502391      813      8 |  0.010 % |
83.11/84.13	c 84	|      1320 |    9876  1029421  8333688 |   552630     1319      8 |  0.010 % |
83.31/84.37	c 84	|      2079 |    9872  1029421  8333688 |   607894     2074      8 |  0.051 % |
83.41/84.47	c 84	|      3218 |    9872  1029421  8333688 |   668683     3213      8 |  0.051 % |
83.70/84.72	c 85	|      4926 |    9872  1029421  8333688 |   735551     4921      9 |  0.051 % |
84.41/85.42	c 85	|      7488 |    9872  1029421  8333688 |   809106     7483     10 |  0.051 % |
85.19/86.27	c 86	|     11332 |    9872  1029421  8333688 |   890017    11327     12 |  0.051 % |
86.18/87.23	c 87	|     17100 |    9872  1029421  8333688 |   979019    17095     12 |  0.051 % |
87.97/89.01	c 89	|     25750 |    9871  1029421  8333688 |  1076921    25744     12 |  0.061 % |
91.03/92.11	c 92	|     38726 |    9870  1029421  8333688 |  1184613    38719     12 |  0.071 % |
96.88/98.06	c 98	|     58189 |    9870  1029421  8333688 |  1303074    58182     13 |  0.071 % |
103.81/105.07	c 105	|     87383 |    9868  1029421  8333688 |  1433382    87374     13 |  0.091 % |
117.38/118.71	c 118	|    131172 |    9866  1029421  8333688 |  1576720   131161     13 |  0.111 % |
139.26/140.86	c 141	|    196857 |    9866  1029421  8333688 |  1734392   196846     15 |  0.111 % |
191.07/193.18	c 193	|    295383 |    9866  1028378  8328256 |  1907831   295360     15 |  0.122 % |
277.65/280.58	c 280	|    443172 |    9866  1028378  8328256 |  2098615   443149     16 |  0.122 % |
443.09/447.58	c 447	|    664856 |    9865  1028157  8326887 |  2308476   664832     17 |  0.122 % |
779.73/787.36	c 787	|    997383 |    9861  1027897  8325617 |  2539324   997351     17 |  0.162 % |
1472.14/1481.66	c 1481	|   1496172 |    9861  1027897  8325617 |  2793256  1496140     18 |  0.162 % |
1800.02/1809.62	c ERROR INTERRUPTED
1800.02/1809.65	s UNKNOWN
1800.02/1809.65	c 1809	CPU 81.8 (0.05 0.02 81.16 0.57)
1800.02/1809.65	c 1809	END Sun Jul 12 01:25:34 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-2071170-1247352925/watcher-2071170-1247352925 -o /tmp/evaluation-result-2071170-1247352925/solver-2071170-1247352925 -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-2071170-1247352925.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.44 2.24 2.09 4/81 17448
/proc/meminfo: memFree=1801944/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=12268 CPUtime=0
/proc/17448/stat : 17448 (sugar) R 17446 17448 17160 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22355181 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 237947812453 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17448/statm: 3067 316 241 3 0 167 0

[startup+0.0877621 s]
/proc/loadavg: 2.44 2.24 2.09 4/81 17448
/proc/meminfo: memFree=1801944/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=0.06
/proc/17448/stat : 17448 (sugar) S 17446 17448 17160 0 -1 4194304 1227 128 0 0 4 2 0 0 19 0 1 0 22355181 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101763 s]
/proc/loadavg: 2.44 2.24 2.09 4/81 17448
/proc/meminfo: memFree=1801944/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=0.06
/proc/17448/stat : 17448 (sugar) S 17446 17448 17160 0 -1 4194304 1227 128 0 0 4 2 0 0 19 0 1 0 22355181 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301775 s]
/proc/loadavg: 2.44 2.24 2.09 4/81 17448
/proc/meminfo: memFree=1801944/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=0.06
/proc/17448/stat : 17448 (sugar) S 17446 17448 17160 0 -1 4194304 1227 128 0 0 4 2 0 0 19 0 1 0 22355181 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701809 s]
/proc/loadavg: 2.44 2.24 2.09 4/81 17448
/proc/meminfo: memFree=1801944/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=0.06
/proc/17448/stat : 17448 (sugar) S 17446 17448 17160 0 -1 4194304 1227 128 0 0 4 2 0 0 19 0 1 0 22355181 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50288 s]
/proc/loadavg: 2.44 2.24 2.09 3/92 17470
/proc/meminfo: memFree=1791040/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=0.7
/proc/17448/stat : 17448 (sugar) S 17446 17448 17160 0 -1 4194304 1309 5496 0 1 4 2 61 3 15 0 1 0 22355181 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1111 409 3 0 796 0
[pid=17461] ppid=17448 vsize=5356 CPUtime=0
/proc/17461/stat : 17461 (sh) S 17448 17448 17160 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22355259 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17461/statm: 1339 233 193 169 0 50 0
[pid=17462] ppid=17461 vsize=864332 CPUtime=0.7
/proc/17462/stat : 17462 (java) S 17461 17448 17160 0 -1 0 8072 0 1 0 66 4 0 0 18 0 9 0 22355259 885075968 7339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17462/statm: 216083 7339 2566 9 0 210588 0
[pid=17462/tid=17463] ppid=17461 vsize=864332 CPUtime=0.38
/proc/17462/task/17463/stat : 17463 (java) R 17461 17448 17160 0 -1 64 2786 0 1 0 36 2 0 0 19 0 9 0 22355260 885075968 7339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17464] ppid=17461 vsize=864332 CPUtime=0.26
/proc/17462/task/17464/stat : 17464 (java) R 17461 17448 17160 0 -1 64 4275 0 0 0 25 1 0 0 16 0 9 0 22355261 885075968 7339 996147200 134512640 134550932 4294955936 18446744073709551615 104187648 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17465] ppid=17461 vsize=864332 CPUtime=0
/proc/17462/task/17465/stat : 17465 (java) S 17461 17448 17160 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22355261 885075968 7339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17466] ppid=17461 vsize=864332 CPUtime=0
/proc/17462/task/17466/stat : 17466 (java) S 17461 17448 17160 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22355261 885075968 7339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17467] ppid=17461 vsize=864332 CPUtime=0
/proc/17462/task/17467/stat : 17467 (java) S 17461 17448 17160 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22355263 885075968 7339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17468] ppid=17461 vsize=864332 CPUtime=0.04
/proc/17462/task/17468/stat : 17468 (java) S 17461 17448 17160 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 22355263 885075968 7339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17469] ppid=17461 vsize=864332 CPUtime=0
/proc/17462/task/17469/stat : 17469 (java) S 17461 17448 17160 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22355263 885075968 7339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17470] ppid=17461 vsize=864332 CPUtime=0
/proc/17462/task/17470/stat : 17470 (java) S 17461 17448 17160 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22355263 885075968 7339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886556

[startup+3.10301 s]
/proc/loadavg: 2.44 2.24 2.09 4/92 17470
/proc/meminfo: memFree=1761088/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=0.71
/proc/17448/stat : 17448 (sugar) S 17446 17448 17160 0 -1 4194304 1310 5496 0 1 5 2 61 3 15 0 1 0 22355181 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1111 409 3 0 796 0
[pid=17461] ppid=17448 vsize=5356 CPUtime=0
/proc/17461/stat : 17461 (sh) S 17448 17448 17160 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22355259 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17461/statm: 1339 233 193 169 0 50 0
[pid=17462] ppid=17461 vsize=868656 CPUtime=2.29
/proc/17462/stat : 17462 (java) S 17461 17448 17160 0 -1 0 19600 0 1 0 219 10 0 0 18 0 9 0 22355259 889503744 18810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17462/statm: 217164 18810 2566 9 0 211669 0
[pid=17462/tid=17463] ppid=17461 vsize=868656 CPUtime=0.93
/proc/17462/task/17463/stat : 17463 (java) R 17461 17448 17160 0 -1 64 3288 0 1 0 91 2 0 0 24 0 9 0 22355260 889503744 18810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17464] ppid=17461 vsize=868656 CPUtime=1.17
/proc/17462/task/17464/stat : 17464 (java) R 17461 17448 17160 0 -1 64 14120 0 0 0 111 6 0 0 17 0 9 0 22355261 889503744 18810 996147200 134512640 134550932 4294955936 18446744073709551615 104190065 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17465] ppid=17461 vsize=868656 CPUtime=0
/proc/17462/task/17465/stat : 17465 (java) S 17461 17448 17160 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22355261 889503744 18810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17466] ppid=17461 vsize=868656 CPUtime=0
/proc/17462/task/17466/stat : 17466 (java) S 17461 17448 17160 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22355261 889503744 18810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17467] ppid=17461 vsize=868656 CPUtime=0
/proc/17462/task/17467/stat : 17467 (java) S 17461 17448 17160 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22355263 889503744 18810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17468] ppid=17461 vsize=868656 CPUtime=0.16
/proc/17462/task/17468/stat : 17468 (java) S 17461 17448 17160 0 -1 64 1494 0 0 0 16 0 0 0 16 0 9 0 22355263 889503744 18810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17469] ppid=17461 vsize=868656 CPUtime=0
/proc/17462/task/17469/stat : 17469 (java) S 17461 17448 17160 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22355263 889503744 18810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17470] ppid=17461 vsize=868656 CPUtime=0
/proc/17462/task/17470/stat : 17470 (java) S 17461 17448 17160 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22355263 889503744 18810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890880

[startup+6.30126 s]
/proc/loadavg: 2.48 2.25 2.09 3/92 17470
/proc/meminfo: memFree=1727552/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=0.71
/proc/17448/stat : 17448 (sugar) S 17446 17448 17160 0 -1 4194304 1310 5496 0 1 5 2 61 3 15 0 1 0 22355181 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1111 409 3 0 796 0
[pid=17461] ppid=17448 vsize=5356 CPUtime=0
/proc/17461/stat : 17461 (sh) S 17448 17448 17160 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22355259 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17461/statm: 1339 233 193 169 0 50 0
[pid=17462] ppid=17461 vsize=868768 CPUtime=5.45
/proc/17462/stat : 17462 (java) S 17461 17448 17160 0 -1 0 20218 0 1 0 532 13 0 0 18 0 9 0 22355259 889618432 19357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17462/statm: 217192 19357 2591 9 0 211669 0
[pid=17462/tid=17463] ppid=17461 vsize=868768 CPUtime=3.81
/proc/17462/task/17463/stat : 17463 (java) R 17461 17448 17160 0 -1 64 3546 0 1 0 377 4 0 0 25 0 9 0 22355260 889618432 19357 996147200 134512640 134550932 4294955936 18446744073709551615 102093942 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17464] ppid=17461 vsize=868768 CPUtime=1.42
/proc/17462/task/17464/stat : 17464 (java) S 17461 17448 17160 0 -1 64 14460 0 0 0 135 7 0 0 15 0 9 0 22355261 889618432 19357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17465] ppid=17461 vsize=868768 CPUtime=0
/proc/17462/task/17465/stat : 17465 (java) S 17461 17448 17160 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22355261 889618432 19357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17466] ppid=17461 vsize=868768 CPUtime=0
/proc/17462/task/17466/stat : 17466 (java) S 17461 17448 17160 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22355261 889618432 19357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17467] ppid=17461 vsize=868768 CPUtime=0
/proc/17462/task/17467/stat : 17467 (java) S 17461 17448 17160 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22355263 889618432 19357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17468] ppid=17461 vsize=868768 CPUtime=0.19
/proc/17462/task/17468/stat : 17468 (java) S 17461 17448 17160 0 -1 64 1514 0 0 0 19 0 0 0 16 0 9 0 22355263 889618432 19357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17469] ppid=17461 vsize=868768 CPUtime=0
/proc/17462/task/17469/stat : 17469 (java) S 17461 17448 17160 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22355263 889618432 19357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17470] ppid=17461 vsize=868768 CPUtime=0
/proc/17462/task/17470/stat : 17470 (java) S 17461 17448 17160 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22355263 889618432 19357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890992

[startup+12.7028 s]
/proc/loadavg: 2.44 2.25 2.09 3/92 17470
/proc/meminfo: memFree=1713408/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=0.71
/proc/17448/stat : 17448 (sugar) S 17446 17448 17160 0 -1 4194304 1310 5496 0 1 5 2 61 3 15 0 1 0 22355181 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1111 409 3 0 796 0
[pid=17461] ppid=17448 vsize=5356 CPUtime=0
/proc/17461/stat : 17461 (sh) S 17448 17448 17160 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22355259 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17461/statm: 1339 233 193 169 0 50 0
[pid=17462] ppid=17461 vsize=868768 CPUtime=11.78
/proc/17462/stat : 17462 (java) S 17461 17448 17160 0 -1 0 22544 0 1 0 1161 17 0 0 18 0 9 0 22355259 889618432 21611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17462/statm: 217192 21611 2591 9 0 211669 0
[pid=17462/tid=17463] ppid=17461 vsize=868768 CPUtime=9.93
/proc/17462/task/17463/stat : 17463 (java) R 17461 17448 17160 0 -1 64 3619 0 1 0 986 7 0 0 25 0 9 0 22355260 889618432 21611 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17464] ppid=17461 vsize=868768 CPUtime=1.62
/proc/17462/task/17464/stat : 17464 (java) S 17461 17448 17160 0 -1 64 16708 0 0 0 154 8 0 0 16 0 9 0 22355261 889618432 21611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17465] ppid=17461 vsize=868768 CPUtime=0
/proc/17462/task/17465/stat : 17465 (java) S 17461 17448 17160 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22355261 889618432 21611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17466] ppid=17461 vsize=868768 CPUtime=0
/proc/17462/task/17466/stat : 17466 (java) S 17461 17448 17160 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22355261 889618432 21611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17467] ppid=17461 vsize=868768 CPUtime=0
/proc/17462/task/17467/stat : 17467 (java) S 17461 17448 17160 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22355263 889618432 21611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17468] ppid=17461 vsize=868768 CPUtime=0.19
/proc/17462/task/17468/stat : 17468 (java) S 17461 17448 17160 0 -1 64 1519 0 0 0 19 0 0 0 16 0 9 0 22355263 889618432 21611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17469] ppid=17461 vsize=868768 CPUtime=0
/proc/17462/task/17469/stat : 17469 (java) S 17461 17448 17160 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22355263 889618432 21611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17470] ppid=17461 vsize=868768 CPUtime=0
/proc/17462/task/17470/stat : 17470 (java) S 17461 17448 17160 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22355263 889618432 21611 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) 890992

[startup+25.5028 s]
/proc/loadavg: 2.42 2.25 2.09 3/92 17470
/proc/meminfo: memFree=1689664/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=0.71
/proc/17448/stat : 17448 (sugar) S 17446 17448 17160 0 -1 4194304 1310 5496 0 1 5 2 61 3 15 0 1 0 22355181 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1111 409 3 0 796 0
[pid=17461] ppid=17448 vsize=5356 CPUtime=0
/proc/17461/stat : 17461 (sh) S 17448 17448 17160 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22355259 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17461/statm: 1339 233 193 169 0 50 0
[pid=17462] ppid=17461 vsize=868768 CPUtime=24.44
/proc/17462/stat : 17462 (java) S 17461 17448 17160 0 -1 0 26609 0 1 0 2419 25 0 0 18 0 9 0 22355259 889618432 25563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17462/statm: 217192 25563 2591 9 0 211669 0
[pid=17462/tid=17463] ppid=17461 vsize=868768 CPUtime=22.25
/proc/17462/task/17463/stat : 17463 (java) R 17461 17448 17160 0 -1 64 3733 0 1 0 2213 12 0 0 25 0 9 0 22355260 889618432 25563 996147200 134512640 134550932 4294955936 18446744073709551615 4126906048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17464] ppid=17461 vsize=868768 CPUtime=1.94
/proc/17462/task/17464/stat : 17464 (java) S 17461 17448 17160 0 -1 64 20654 0 0 0 184 10 0 0 16 0 9 0 22355261 889618432 25563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17465] ppid=17461 vsize=868768 CPUtime=0
/proc/17462/task/17465/stat : 17465 (java) S 17461 17448 17160 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22355261 889618432 25563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17466] ppid=17461 vsize=868768 CPUtime=0
/proc/17462/task/17466/stat : 17466 (java) S 17461 17448 17160 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22355261 889618432 25563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17467] ppid=17461 vsize=868768 CPUtime=0

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

/proc/meminfo: memFree=1465528/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=81.8
/proc/17448/stat : 17448 (sugar) S 17446 17448 17160 0 -1 4194304 1376 42852 0 2 5 2 8116 57 16 0 1 0 22355181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1113 409 3 0 796 0
[pid=17471] ppid=17448 vsize=5356 CPUtime=0
/proc/17471/stat : 17471 (sh) S 17448 17448 17160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22363457 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17471/statm: 1339 232 193 169 0 50 0
[pid=17472] ppid=17471 vsize=225076 CPUtime=1211.12
/proc/17472/stat : 17472 (minisat) R 17471 17448 17160 0 -1 4194304 55632 0 0 0 121063 49 0 0 25 0 1 0 22363458 230477824 55618 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17472/statm: 56269 55618 76 150 0 56116 0
Current children cumulated CPU time (s) 1292.92
Current children cumulated vsize (KiB) 247300

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17530
/proc/meminfo: memFree=1462008/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=81.8
/proc/17448/stat : 17448 (sugar) S 17446 17448 17160 0 -1 4194304 1376 42852 0 2 5 2 8116 57 16 0 1 0 22355181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1113 409 3 0 796 0
[pid=17471] ppid=17448 vsize=5356 CPUtime=0
/proc/17471/stat : 17471 (sh) S 17448 17448 17160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22363457 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17471/statm: 1339 232 193 169 0 50 0
[pid=17472] ppid=17471 vsize=228652 CPUtime=1271.1
/proc/17472/stat : 17472 (minisat) R 17471 17448 17160 0 -1 4194304 56510 0 0 0 127059 51 0 0 25 0 1 0 22363458 234139648 56496 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17472/statm: 57163 56496 76 150 0 57010 0
Current children cumulated CPU time (s) 1352.9
Current children cumulated vsize (KiB) 250876

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17530
/proc/meminfo: memFree=1456440/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=81.8
/proc/17448/stat : 17448 (sugar) S 17446 17448 17160 0 -1 4194304 1376 42852 0 2 5 2 8116 57 16 0 1 0 22355181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1113 409 3 0 796 0
[pid=17471] ppid=17448 vsize=5356 CPUtime=0
/proc/17471/stat : 17471 (sh) S 17448 17448 17160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22363457 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17471/statm: 1339 232 193 169 0 50 0
[pid=17472] ppid=17471 vsize=233920 CPUtime=1331.07
/proc/17472/stat : 17472 (minisat) R 17471 17448 17160 0 -1 4194304 57886 0 0 0 133055 52 0 0 25 0 1 0 22363458 239534080 57872 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17472/statm: 58480 57872 76 150 0 58327 0
Current children cumulated CPU time (s) 1412.87
Current children cumulated vsize (KiB) 256144

[startup+1482.3 s]
/proc/loadavg: 2.14 2.03 2.01 3/83 17617
/proc/meminfo: memFree=1517000/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=81.8
/proc/17448/stat : 17448 (sugar) S 17446 17448 17160 0 -1 4194304 1376 42852 0 2 5 2 8116 57 16 0 1 0 22355181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17448/statm: 4217 1113 409 3 0 796 0
[pid=17471] ppid=17448 vsize=5356 CPUtime=0
/proc/17471/stat : 17471 (sh) S 17448 17448 17160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22363457 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17471/statm: 1339 232 193 169 0 50 0
[pid=17472] ppid=17471 vsize=239440 CPUtime=1391.04
/proc/17472/stat : 17472 (minisat) R 17471 17448 17160 0 -1 4194304 59290 0 0 0 139049 55 0 0 25 0 1 0 22363458 245186560 59276 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/17472/statm: 59860 59276 76 150 0 59707 0
Current children cumulated CPU time (s) 1472.84
Current children cumulated vsize (KiB) 261664

[startup+1542.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/83 17617
/proc/meminfo: memFree=1449096/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=81.8
/proc/17448/stat : 17448 (sugar) S 17446 17448 17160 0 -1 4194304 1376 42852 0 2 5 2 8116 57 16 0 1 0 22355181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17448/statm: 4217 1113 409 3 0 796 0
[pid=17471] ppid=17448 vsize=5356 CPUtime=0
/proc/17471/stat : 17471 (sh) S 17448 17448 17160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22363457 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17471/statm: 1339 232 193 169 0 50 0
[pid=17472] ppid=17471 vsize=245836 CPUtime=1451.02
/proc/17472/stat : 17472 (minisat) R 17471 17448 17160 0 -1 4194304 60925 0 0 0 145046 56 0 0 25 0 1 0 22363458 251736064 60911 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17472/statm: 61459 60911 76 150 0 61306 0
Current children cumulated CPU time (s) 1532.82
Current children cumulated vsize (KiB) 268060

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 17617
/proc/meminfo: memFree=1443656/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=81.8
/proc/17448/stat : 17448 (sugar) S 17446 17448 17160 0 -1 4194304 1376 42852 0 2 5 2 8116 57 16 0 1 0 22355181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17448/statm: 4217 1113 409 3 0 796 0
[pid=17471] ppid=17448 vsize=5356 CPUtime=0
/proc/17471/stat : 17471 (sh) S 17448 17448 17160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22363457 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17471/statm: 1339 232 193 169 0 50 0
[pid=17472] ppid=17471 vsize=254056 CPUtime=1510.99
/proc/17472/stat : 17472 (minisat) R 17471 17448 17160 0 -1 4194304 62251 0 0 0 151041 58 0 0 25 0 1 0 22363458 260153344 62237 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/17472/statm: 63514 62237 76 150 0 63361 0
Current children cumulated CPU time (s) 1592.79
Current children cumulated vsize (KiB) 276280

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 17617
/proc/meminfo: memFree=1438280/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=81.8
/proc/17448/stat : 17448 (sugar) S 17446 17448 17160 0 -1 4194304 1376 42852 0 2 5 2 8116 57 16 0 1 0 22355181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17448/statm: 4217 1113 409 3 0 796 0
[pid=17471] ppid=17448 vsize=5356 CPUtime=0
/proc/17471/stat : 17471 (sh) S 17448 17448 17160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22363457 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17471/statm: 1339 232 193 169 0 50 0
[pid=17472] ppid=17471 vsize=259188 CPUtime=1570.97
/proc/17472/stat : 17472 (minisat) R 17471 17448 17160 0 -1 4194304 63555 0 0 0 157038 59 0 0 25 0 1 0 22363458 265408512 63541 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17472/statm: 64797 63541 76 150 0 64644 0
Current children cumulated CPU time (s) 1652.77
Current children cumulated vsize (KiB) 281412

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17617
/proc/meminfo: memFree=1434952/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=81.8
/proc/17448/stat : 17448 (sugar) S 17446 17448 17160 0 -1 4194304 1376 42852 0 2 5 2 8116 57 16 0 1 0 22355181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17448/statm: 4217 1113 409 3 0 796 0
[pid=17471] ppid=17448 vsize=5356 CPUtime=0
/proc/17471/stat : 17471 (sh) S 17448 17448 17160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22363457 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17471/statm: 1339 232 193 169 0 50 0
[pid=17472] ppid=17471 vsize=262532 CPUtime=1630.95
/proc/17472/stat : 17472 (minisat) R 17471 17448 17160 0 -1 4194304 64399 0 0 0 163035 60 0 0 25 0 1 0 22363458 268832768 64385 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17472/statm: 65633 64385 76 150 0 65480 0
Current children cumulated CPU time (s) 1712.75
Current children cumulated vsize (KiB) 284756

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 17617
/proc/meminfo: memFree=1431176/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=81.8
/proc/17448/stat : 17448 (sugar) S 17446 17448 17160 0 -1 4194304 1376 42852 0 2 5 2 8116 57 16 0 1 0 22355181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17448/statm: 4217 1113 409 3 0 796 0
[pid=17471] ppid=17448 vsize=5356 CPUtime=0
/proc/17471/stat : 17471 (sh) S 17448 17448 17160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22363457 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17471/statm: 1339 232 193 169 0 50 0
[pid=17472] ppid=17471 vsize=266104 CPUtime=1690.93
/proc/17472/stat : 17472 (minisat) R 17471 17448 17160 0 -1 4194304 65315 0 0 0 169032 61 0 0 25 0 1 0 22363458 272490496 65301 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17472/statm: 66526 65301 76 150 0 66373 0
Current children cumulated CPU time (s) 1772.73
Current children cumulated vsize (KiB) 288328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 17617
/proc/meminfo: memFree=1429704/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=81.8
/proc/17448/stat : 17448 (sugar) S 17446 17448 17160 0 -1 4194304 1376 42852 0 2 5 2 8116 57 16 0 1 0 22355181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17448/statm: 4217 1113 409 3 0 796 0
[pid=17471] ppid=17448 vsize=5356 CPUtime=0
/proc/17471/stat : 17471 (sh) S 17448 17448 17160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22363457 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17471/statm: 1339 232 193 169 0 50 0
[pid=17472] ppid=17471 vsize=267520 CPUtime=1718.22
/proc/17472/stat : 17472 (minisat) R 17471 17448 17160 0 -1 4194304 65675 0 0 0 171761 61 0 0 25 0 1 0 22363458 273940480 65661 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/17472/statm: 66880 65661 76 150 0 66727 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 289744

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17448 and gives
#  childrusage.ru_utime.tv_sec=81
#  childrusage.ru_utime.tv_usec=229651
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=626904
# CPU time returned by wait4() is 81.8566
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.68
CPU time (s): 1800.02
CPU user time (s): 1798.82
CPU system time (s): 1.2
CPU usage (%): 99.4664
Max. virtual memory (cumulated for all children) (KiB): 901240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.2297
system time used= 0.626904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44611
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= 9672
involuntary context switches= 11403

runsolver used 2.27465 second user time and 6.02108 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-12 00:55:25
IDJOB=2071170
IDBENCH=55445
IDSOLVER=739
FILE ID=node69/2071170-1247352925
PBS_JOBID= 9506899
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-15-01.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-2071170-1247352925/watcher-2071170-1247352925 -o /tmp/evaluation-result-2071170-1247352925/solver-2071170-1247352925 -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-2071170-1247352925.xml

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

MD5SUM BENCH= 0389a008320032d4e55e89d7ac6d4180
RANDOM SEED=1694842069

node69.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.211
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.211
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:       1802424 kB
Buffers:         41232 kB
Cached:         128284 kB
SwapCached:        144 kB
Active:          62844 kB
Inactive:       137308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1802424 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1872 kB
Writeback:           0 kB
Mapped:          50832 kB
Slab:            38444 kB
Committed_AS:   198452 kB
PageTables:       1980 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= 66500 MiB
End job on node69 at 2009-07-12 01:25:36