Trace number 2079519

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+minisatUNSAT 167.899 169.616

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg10-11_ext.xml
MD5SUMac1503673bc5c1dbe328395c9dc771a5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.12583
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints21
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension21
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 05:09:43 2009
0.05/0.08	c 0	PID 25485
0.05/0.08	c 0	HOST node19.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2079519-1247368183.xml TO HOME/temp.csp
0.05/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-2079519-1247368183.xml' 'HOME/temp.csp'
0.06/0.49	c 1	1 domains, 110 variables, 0 predicates, 2 relations, 21 constraints
0.06/0.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.50	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.06/0.58	c 1	Parsing HOME/temp.csp
0.46/0.67	c 1	parsed 134 expressions
0.46/0.68	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.46/0.68	c 1	Converting to clausal form CSP
0.46/0.70	c 1	converted 14 (10%) expressions
0.46/0.71	c 1	converted 27 (20%) expressions
0.46/0.71	c 1	converted 41 (30%) expressions
0.46/0.71	c 1	converted 54 (40%) expressions
0.46/0.71	c 1	converted 67 (50%) expressions
0.46/0.71	c 1	converted 81 (60%) expressions
0.46/0.71	c 1	converted 94 (70%) expressions
0.46/0.71	c 1	converted 108 (80%) expressions
0.94/1.03	c 1	converted 121 (90%) expressions
1.34/1.46	c 2	converted 134 (100%) expressions
1.34/1.46	c 2	CSP : 110 integers, 0 booleans, 21 clauses, largest domain size 26
1.34/1.46	c 2	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.34/1.46	c 2	Propagation in CSP
1.34/1.46	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.34/1.46	c 2	CSP : 110 integers, 0 booleans, 21 clauses, largest domain size 26
1.34/1.46	c 2	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.34/1.46	c 2	Simplifing CSP by introducing new Boolean variables
1.34/1.46	c 2	CSP : 110 integers, 0 booleans, 21 clauses, largest domain size 26
1.34/1.46	c 2	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.58	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.43/1.59	c 2	11 (10%) CSP integer variables are encoded (264 clauses, 2760 bytes)
1.43/1.60	c 2	22 (20%) CSP integer variables are encoded (528 clauses, 5664 bytes)
1.53/1.60	c 2	33 (30%) CSP integer variables are encoded (792 clauses, 8568 bytes)
1.53/1.60	c 2	44 (40%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
1.53/1.60	c 2	55 (50%) CSP integer variables are encoded (1320 clauses, 15097 bytes)
1.53/1.61	c 2	66 (60%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
1.53/1.61	c 2	77 (70%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
1.53/1.61	c 2	88 (80%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
1.53/1.61	c 2	99 (90%) CSP integer variables are encoded (2376 clauses, 28825 bytes)
1.53/1.61	c 2	110 (100%) CSP integer variables are encoded (2640 clauses, 32257 bytes)
13.11/13.37	c 14	3 (10%) CSP clauses are encoded (93747 clauses, 5736510 bytes)
21.13/21.41	c 22	5 (20%) CSP clauses are encoded (154485 clauses, 9617830 bytes)
28.77/29.16	c 30	7 (30%) CSP clauses are encoded (215223 clauses, 13557596 bytes)
36.69/37.18	c 38	9 (40%) CSP clauses are encoded (275961 clauses, 17607858 bytes)
44.41/44.97	c 45	11 (50%) CSP clauses are encoded (336699 clauses, 21658120 bytes)
48.66/49.21	c 50	13 (60%) CSP clauses are encoded (377439 clauses, 24069785 bytes)
52.62/53.30	c 54	15 (70%) CSP clauses are encoded (418179 clauses, 26694966 bytes)
56.68/57.40	c 58	17 (80%) CSP clauses are encoded (458919 clauses, 29834342 bytes)
60.74/61.45	c 62	19 (90%) CSP clauses are encoded (499659 clauses, 32973718 bytes)
64.99/65.72	c 66	21 (100%) CSP clauses are encoded (540399 clauses, 36113094 bytes)
64.99/65.72	c 66	21 CSP clauses encoded
64.99/65.72	c 66	Writing map file : HOME/temp.map
64.99/65.72	c 66	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
64.99/65.72	c 66	SAT : 2750 SAT variables, 540399 SAT clauses, 36113094 bytes
64.99/65.72	c 66	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
64.99/65.74	c 66	SOLVING HOME/temp.cnf
64.99/65.74	c 66	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
64.99/65.75	c 66	This is MiniSat 2.0 beta
64.99/65.75	c 66	WARNING: for repeatability, setting FPU to use double precision
64.99/65.75	c 66	============================[ Problem Statistics ]=============================
64.99/65.75	c 66	|                                                                             |
64.99/65.75	c 66	|  Number of variables:  2750                                                 |
64.99/65.75	c 66	|  Number of clauses:    540399                                               |
65.77/66.54	c 67	|  Parsing time:         0.72         s                                       |
65.77/66.59	c 67	============================[ Search Statistics ]==============================
65.77/66.59	c 67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
65.77/66.59	c 67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
65.77/66.59	c 67	===============================================================================
65.77/66.59	c 67	|         0 |    2750   540399  7030868 |   180133        0    nan |  0.000 % |
65.87/66.61	c 67	|       101 |    2749   540399  7030868 |   198146      100      4 |  0.037 % |
65.87/66.67	c 67	|       252 |    2748   540399  7030868 |   217960      250      5 |  0.073 % |
66.16/66.91	c 67	|       477 |    2748   540399  7030868 |   239757      475      8 |  0.073 % |
66.45/67.24	c 68	|       814 |    2748   540399  7030868 |   263732      812      9 |  0.073 % |
67.25/68.04	c 68	|      1320 |    2748   540399  7030868 |   290105     1318     10 |  0.073 % |
68.44/69.25	c 70	|      2079 |    2748   540399  7030868 |   319116     2077     10 |  0.073 % |
69.93/70.75	c 71	|      3219 |    2746   540399  7030868 |   351028     3215     10 |  0.146 % |
72.00/72.83	c 73	|      4927 |    2746   540399  7030868 |   386131     4923     11 |  0.146 % |
75.47/76.33	c 77	|      7491 |    2746   540399  7030868 |   424744     7486     11 |  0.182 % |
80.72/81.63	c 82	|     11335 |    2741   540399  7030868 |   467218    11329     11 |  0.364 % |
89.54/90.56	c 91	|     17101 |    2741   540399  7030868 |   513940    17095     12 |  0.364 % |
102.22/103.36	c 104	|     25752 |    2738   540399  7030868 |   565334    25745     12 |  0.655 % |
120.85/122.16	c 123	|     38726 |    2735   540399  7030868 |   621867    38717     13 |  0.909 % |
150.27/151.87	c 152	|     58189 |    2733   540399  7030868 |   684054    58177     13 |  1.455 % |
167.69/169.41	c 170	===============================================================================
167.69/169.41	c 170	restarts              : 15
167.69/169.41	c 170	conflicts             : 68373          (667 /sec)
167.69/169.41	c 170	decisions             : 89649          (1.81 % random) (874 /sec)
167.69/169.41	c 170	propagations          : 6625804        (64594 /sec)
167.69/169.41	c 170	conflict literals     : 858532         (25.89 % deleted)
167.69/169.41	c 170	Memory used           : 57.58 MB
167.69/169.41	c 170	CPU time              : 102.575 s
167.69/169.41	c 170	
167.69/169.41	c 170	UNSATISFIABLE
167.69/169.42	c 170	DECODING HOME/temp.out WITH HOME/temp.map
167.69/169.42	c 170	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
167.73/169.51	c 170	Decoding HOME/temp.out
167.73/169.54	s UNSATISFIABLE
167.73/169.55	c 170	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
167.73/169.60	c 170	CPU 167.86 (0.06 0.01 167.16 0.63)
167.73/169.60	c 170	END Sun Jul 12 05:12:33 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079519-1247368183/watcher-2079519-1247368183 -o /tmp/evaluation-result-2079519-1247368183/solver-2079519-1247368183 -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-2079519-1247368183.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.12 2.11 2.08 4/82 25485
/proc/meminfo: memFree=1483688/2055920 swapFree=4192812/4192956
[pid=25485] ppid=25483 vsize=12268 CPUtime=0
/proc/25485/stat : 25485 (sugar) R 25483 25485 19118 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23884969 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255236733541 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25485/statm: 3067 316 241 3 0 167 0

[startup+0.0637621 s]
/proc/loadavg: 2.12 2.11 2.08 4/82 25485
/proc/meminfo: memFree=1483688/2055920 swapFree=4192812/4192956
[pid=25485] ppid=25483 vsize=16212 CPUtime=0.05
/proc/25485/stat : 25485 (sugar) R 25483 25485 19118 0 -1 4194304 952 0 0 0 4 1 0 0 18 0 1 0 23884969 16601088 920 996147200 4194304 4206940 548682068608 18446744073709551615 255250253985 0 0 4224 0 0 0 0 17 1 0 0
/proc/25485/statm: 4053 920 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.104764 s]
/proc/loadavg: 2.12 2.11 2.08 4/82 25485
/proc/meminfo: memFree=1483688/2055920 swapFree=4192812/4192956
[pid=25485] ppid=25483 vsize=16868 CPUtime=0.06
/proc/25485/stat : 25485 (sugar) S 25483 25485 19118 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23884969 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25485/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301782 s]
/proc/loadavg: 2.12 2.11 2.08 4/82 25485
/proc/meminfo: memFree=1483688/2055920 swapFree=4192812/4192956
[pid=25485] ppid=25483 vsize=16868 CPUtime=0.06
/proc/25485/stat : 25485 (sugar) S 25483 25485 19118 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23884969 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25485/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701831 s]
/proc/loadavg: 2.12 2.11 2.08 4/82 25485
/proc/meminfo: memFree=1483688/2055920 swapFree=4192812/4192956
[pid=25485] ppid=25483 vsize=16868 CPUtime=0.46
/proc/25485/stat : 25485 (sugar) S 25483 25485 19118 0 -1 4194304 1309 4599 0 1 5 1 38 2 15 0 1 0 23884969 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25485/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 16868

[startup+1.50292 s]
/proc/loadavg: 2.12 2.11 2.08 4/93 25507
/proc/meminfo: memFree=1463312/2055920 swapFree=4192812/4192956
[pid=25485] ppid=25483 vsize=16868 CPUtime=0.46
/proc/25485/stat : 25485 (sugar) S 25483 25485 19118 0 -1 4194304 1310 4599 0 1 5 1 38 2 15 0 1 0 23884969 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25485/statm: 4217 1111 409 3 0 796 0
[pid=25498] ppid=25485 vsize=5356 CPUtime=0
/proc/25498/stat : 25498 (sh) S 25485 25485 19118 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23885019 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25498/statm: 1339 233 193 169 0 50 0
[pid=25499] ppid=25498 vsize=864356 CPUtime=0.97
/proc/25499/stat : 25499 (java) S 25498 25485 19118 0 -1 0 11288 0 1 0 91 6 0 0 18 0 9 0 23885020 885100544 10542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25499/statm: 216089 10542 2566 9 0 210594 0
[pid=25499/tid=25500] ppid=25498 vsize=864356 CPUtime=0.36
/proc/25499/task/25500/stat : 25500 (java) R 25498 25485 19118 0 -1 64 2807 0 1 0 35 1 0 0 22 0 9 0 23885021 885100544 10542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25501] ppid=25498 vsize=864356 CPUtime=0.54
/proc/25499/task/25501/stat : 25501 (java) R 25498 25485 19118 0 -1 64 7471 0 0 0 51 3 0 0 18 0 9 0 23885022 885100544 10542 996147200 134512640 134550932 4294955936 18446744073709551615 103732034 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25502] ppid=25498 vsize=864356 CPUtime=0
/proc/25499/task/25502/stat : 25502 (java) S 25498 25485 19118 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23885022 885100544 10542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25503] ppid=25498 vsize=864356 CPUtime=0
/proc/25499/task/25503/stat : 25503 (java) S 25498 25485 19118 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23885022 885100544 10542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25504] ppid=25498 vsize=864356 CPUtime=0
/proc/25499/task/25504/stat : 25504 (java) S 25498 25485 19118 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23885024 885100544 10542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25505] ppid=25498 vsize=864356 CPUtime=0.04
/proc/25499/task/25505/stat : 25505 (java) S 25498 25485 19118 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 23885024 885100544 10542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25506] ppid=25498 vsize=864356 CPUtime=0
/proc/25499/task/25506/stat : 25506 (java) S 25498 25485 19118 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23885024 885100544 10542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25507] ppid=25498 vsize=864356 CPUtime=0
/proc/25499/task/25507/stat : 25507 (java) S 25498 25485 19118 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23885024 885100544 10542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886580

[startup+3.10209 s]
/proc/loadavg: 2.12 2.11 2.08 3/93 25507
/proc/meminfo: memFree=1445328/2055920 swapFree=4192812/4192956
[pid=25485] ppid=25483 vsize=16868 CPUtime=0.46
/proc/25485/stat : 25485 (sugar) S 25483 25485 19118 0 -1 4194304 1310 4599 0 1 5 1 38 2 15 0 1 0 23884969 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25485/statm: 4217 1111 409 3 0 796 0
[pid=25498] ppid=25485 vsize=5356 CPUtime=0
/proc/25498/stat : 25498 (sh) S 25485 25485 19118 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23885019 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25498/statm: 1339 233 193 169 0 50 0
[pid=25499] ppid=25498 vsize=864356 CPUtime=2.55
/proc/25499/stat : 25499 (java) S 25498 25485 19118 0 -1 0 12172 0 1 0 249 6 0 0 18 0 9 0 23885020 885100544 11391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25499/statm: 216089 11391 2590 9 0 210566 0
[pid=25499/tid=25500] ppid=25498 vsize=864356 CPUtime=1.81
/proc/25499/task/25500/stat : 25500 (java) R 25498 25485 19118 0 -1 64 3077 0 1 0 179 2 0 0 25 0 9 0 23885021 885100544 11391 996147200 134512640 134550932 4294955936 18446744073709551615 4126569316 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25501] ppid=25498 vsize=864356 CPUtime=0.65
/proc/25499/task/25501/stat : 25501 (java) S 25498 25485 19118 0 -1 64 8063 0 0 0 62 3 0 0 16 0 9 0 23885022 885100544 11391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25502] ppid=25498 vsize=864356 CPUtime=0
/proc/25499/task/25502/stat : 25502 (java) S 25498 25485 19118 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23885022 885100544 11391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25503] ppid=25498 vsize=864356 CPUtime=0
/proc/25499/task/25503/stat : 25503 (java) S 25498 25485 19118 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23885022 885100544 11391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25504] ppid=25498 vsize=864356 CPUtime=0
/proc/25499/task/25504/stat : 25504 (java) S 25498 25485 19118 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23885024 885100544 11391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25505] ppid=25498 vsize=864356 CPUtime=0.08
/proc/25499/task/25505/stat : 25505 (java) S 25498 25485 19118 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 23885024 885100544 11391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25506] ppid=25498 vsize=864356 CPUtime=0
/proc/25499/task/25506/stat : 25506 (java) S 25498 25485 19118 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23885024 885100544 11391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25507] ppid=25498 vsize=864356 CPUtime=0
/proc/25499/task/25507/stat : 25507 (java) S 25498 25485 19118 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23885024 885100544 11391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886580

[startup+6.30143 s]
/proc/loadavg: 2.11 2.11 2.08 3/93 25507
/proc/meminfo: memFree=1440592/2055920 swapFree=4192812/4192956
[pid=25485] ppid=25483 vsize=16868 CPUtime=0.46
/proc/25485/stat : 25485 (sugar) S 25483 25485 19118 0 -1 4194304 1310 4599 0 1 5 1 38 2 15 0 1 0 23884969 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25485/statm: 4217 1111 409 3 0 796 0
[pid=25498] ppid=25485 vsize=5356 CPUtime=0
/proc/25498/stat : 25498 (sh) S 25485 25485 19118 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23885019 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25498/statm: 1339 233 193 169 0 50 0
[pid=25499] ppid=25498 vsize=864356 CPUtime=5.72
/proc/25499/stat : 25499 (java) S 25498 25485 19118 0 -1 0 13239 0 1 0 563 9 0 0 18 0 9 0 23885020 885100544 12397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25499/statm: 216089 12397 2590 9 0 210566 0
[pid=25499/tid=25500] ppid=25498 vsize=864356 CPUtime=4.9
/proc/25499/task/25500/stat : 25500 (java) R 25498 25485 19118 0 -1 64 3138 0 1 0 487 3 0 0 25 0 9 0 23885021 885100544 12397 996147200 134512640 134550932 4294955936 18446744073709551615 4126592416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25501] ppid=25498 vsize=864356 CPUtime=0.71
/proc/25499/task/25501/stat : 25501 (java) S 25498 25485 19118 0 -1 64 9066 0 0 0 67 4 0 0 16 0 9 0 23885022 885100544 12397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25502] ppid=25498 vsize=864356 CPUtime=0
/proc/25499/task/25502/stat : 25502 (java) S 25498 25485 19118 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23885022 885100544 12397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25503] ppid=25498 vsize=864356 CPUtime=0
/proc/25499/task/25503/stat : 25503 (java) S 25498 25485 19118 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23885022 885100544 12397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25504] ppid=25498 vsize=864356 CPUtime=0
/proc/25499/task/25504/stat : 25504 (java) S 25498 25485 19118 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23885024 885100544 12397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25505] ppid=25498 vsize=864356 CPUtime=0.08
/proc/25499/task/25505/stat : 25505 (java) S 25498 25485 19118 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 23885024 885100544 12397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25506] ppid=25498 vsize=864356 CPUtime=0
/proc/25499/task/25506/stat : 25506 (java) S 25498 25485 19118 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23885024 885100544 12397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25507] ppid=25498 vsize=864356 CPUtime=0
/proc/25499/task/25507/stat : 25507 (java) S 25498 25485 19118 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23885024 885100544 12397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886580

[startup+12.7011 s]
/proc/loadavg: 2.10 2.11 2.08 3/93 25507
/proc/meminfo: memFree=1429392/2055920 swapFree=4192812/4192956
[pid=25485] ppid=25483 vsize=16868 CPUtime=0.46
/proc/25485/stat : 25485 (sugar) S 25483 25485 19118 0 -1 4194304 1310 4599 0 1 5 1 38 2 15 0 1 0 23884969 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25485/statm: 4217 1111 409 3 0 796 0
[pid=25498] ppid=25485 vsize=5356 CPUtime=0
/proc/25498/stat : 25498 (sh) S 25485 25485 19118 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23885019 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25498/statm: 1339 233 193 169 0 50 0
[pid=25499] ppid=25498 vsize=864356 CPUtime=12.07
/proc/25499/stat : 25499 (java) S 25498 25485 19118 0 -1 0 15382 0 1 0 1195 12 0 0 18 0 9 0 23885020 885100544 14440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25499/statm: 216089 14440 2590 9 0 210566 0
[pid=25499/tid=25500] ppid=25498 vsize=864356 CPUtime=11.09
/proc/25499/task/25500/stat : 25500 (java) R 25498 25485 19118 0 -1 64 3238 0 1 0 1105 4 0 0 25 0 9 0 23885021 885100544 14440 996147200 134512640 134550932 4294955936 18446744073709551615 4126095866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25501] ppid=25498 vsize=864356 CPUtime=0.86
/proc/25499/task/25501/stat : 25501 (java) S 25498 25485 19118 0 -1 64 11108 0 0 0 80 6 0 0 16 0 9 0 23885022 885100544 14440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25502] ppid=25498 vsize=864356 CPUtime=0
/proc/25499/task/25502/stat : 25502 (java) S 25498 25485 19118 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23885022 885100544 14440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25503] ppid=25498 vsize=864356 CPUtime=0
/proc/25499/task/25503/stat : 25503 (java) S 25498 25485 19118 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23885022 885100544 14440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25504] ppid=25498 vsize=864356 CPUtime=0
/proc/25499/task/25504/stat : 25504 (java) S 25498 25485 19118 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23885024 885100544 14440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25505] ppid=25498 vsize=864356 CPUtime=0.08
/proc/25499/task/25505/stat : 25505 (java) S 25498 25485 19118 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 23885024 885100544 14440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25506] ppid=25498 vsize=864356 CPUtime=0
/proc/25499/task/25506/stat : 25506 (java) S 25498 25485 19118 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23885024 885100544 14440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25507] ppid=25498 vsize=864356 CPUtime=0
/proc/25499/task/25507/stat : 25507 (java) S 25498 25485 19118 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23885024 885100544 14440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 886580

[startup+25.5025 s]
/proc/loadavg: 2.08 2.10 2.08 5/93 25507
/proc/meminfo: memFree=1418000/2055920 swapFree=4192812/4192956
[pid=25485] ppid=25483 vsize=16868 CPUtime=0.47
/proc/25485/stat : 25485 (sugar) S 25483 25485 19118 0 -1 4194304 1310 4599 0 1 6 1 38 2 16 0 1 0 23884969 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25485/statm: 4217 1111 409 3 0 796 0
[pid=25498] ppid=25485 vsize=5356 CPUtime=0
/proc/25498/stat : 25498 (sh) S 25485 25485 19118 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23885019 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25498/statm: 1339 233 193 169 0 50 0
[pid=25499] ppid=25498 vsize=864376 CPUtime=24.73
/proc/25499/stat : 25499 (java) S 25498 25485 19118 0 -1 0 19089 0 1 0 2453 20 0 0 18 0 9 0 23885020 885121024 15368 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25499/statm: 216094 15368 2590 9 0 210571 0
[pid=25499/tid=25500] ppid=25498 vsize=864376 CPUtime=23.3
/proc/25499/task/25500/stat : 25500 (java) R 25498 25485 19118 0 -1 64 3453 0 1 0 2320 10 0 0 25 0 9 0 23885021 885121024 15368 996147200 134512640 134550932 4294955936 18446744073709551615 4126570479 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25501] ppid=25498 vsize=864376 CPUtime=1.3
/proc/25499/task/25501/stat : 25501 (java) S 25498 25485 19118 0 -1 64 14595 0 0 0 122 8 0 0 15 0 9 0 23885022 885121024 15368 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25502] ppid=25498 vsize=864376 CPUtime=0
/proc/25499/task/25502/stat : 25502 (java) S 25498 25485 19118 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23885022 885121024 15368 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25503] ppid=25498 vsize=864376 CPUtime=0
/proc/25499/task/25503/stat : 25503 (java) S 25498 25485 19118 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23885022 885121024 15368 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25504] ppid=25498 vsize=864376 CPUtime=0
/proc/25499/task/25504/stat : 25504 (java) S 25498 25485 19118 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23885024 885121024 15368 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25505] ppid=25498 vsize=864376 CPUtime=0.09
/proc/25499/task/25505/stat : 25505 (java) S 25498 25485 19118 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 23885024 885121024 15368 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25506] ppid=25498 vsize=864376 CPUtime=0
/proc/25499/task/25506/stat : 25506 (java) S 25498 25485 19118 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23885024 885121024 15368 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25507] ppid=25498 vsize=864376 CPUtime=0
/proc/25499/task/25507/stat : 25507 (java) S 25498 25485 19118 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23885024 885121024 15368 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 886600

[startup+51.1022 s]
/proc/loadavg: 2.05 2.09 2.07 3/93 25507
/proc/meminfo: memFree=1399696/2055920 swapFree=4192812/4192956
[pid=25485] ppid=25483 vsize=16868 CPUtime=0.47
/proc/25485/stat : 25485 (sugar) S 25483 25485 19118 0 -1 4194304 1310 4599 0 1 6 1 38 2 16 0 1 0 23884969 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25485/statm: 4217 1111 409 3 0 796 0
[pid=25498] ppid=25485 vsize=5356 CPUtime=0
/proc/25498/stat : 25498 (sh) S 25485 25485 19118 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23885019 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25498/statm: 1339 233 193 169 0 50 0
[pid=25499] ppid=25498 vsize=864376 CPUtime=50.08
/proc/25499/stat : 25499 (java) S 25498 25485 19118 0 -1 0 25826 0 1 0 4973 35 0 0 18 0 9 0 23885020 885121024 16639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25499/statm: 216094 16639 2590 9 0 210571 0
[pid=25499/tid=25500] ppid=25498 vsize=864376 CPUtime=47.7
/proc/25499/task/25500/stat : 25500 (java) R 25498 25485 19118 0 -1 64 3856 0 1 0 4751 19 0 0 25 0 9 0 23885021 885121024 16639 996147200 134512640 134550932 4294955936 18446744073709551615 4126570495 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25501] ppid=25498 vsize=864376 CPUtime=2.24
/proc/25499/task/25501/stat : 25501 (java) S 25498 25485 19118 0 -1 64 20929 0 0 0 211 13 0 0 16 0 9 0 23885022 885121024 16639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25502] ppid=25498 vsize=864376 CPUtime=0
/proc/25499/task/25502/stat : 25502 (java) S 25498 25485 19118 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23885022 885121024 16639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25503] ppid=25498 vsize=864376 CPUtime=0
/proc/25499/task/25503/stat : 25503 (java) S 25498 25485 19118 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23885022 885121024 16639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25504] ppid=25498 vsize=864376 CPUtime=0
/proc/25499/task/25504/stat : 25504 (java) S 25498 25485 19118 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23885024 885121024 16639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25505] ppid=25498 vsize=864376 CPUtime=0.09
/proc/25499/task/25505/stat : 25505 (java) S 25498 25485 19118 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 23885024 885121024 16639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25506] ppid=25498 vsize=864376 CPUtime=0
/proc/25499/task/25506/stat : 25506 (java) S 25498 25485 19118 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23885024 885121024 16639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25507] ppid=25498 vsize=864376 CPUtime=0
/proc/25499/task/25507/stat : 25507 (java) S 25498 25485 19118 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23885024 885121024 16639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 886600

[startup+102.307 s]
/proc/loadavg: 2.02 2.08 2.07 3/85 25509
/proc/meminfo: memFree=1390992/2055920 swapFree=4192812/4192956
[pid=25485] ppid=25483 vsize=16868 CPUtime=65.04
/proc/25485/stat : 25485 (sugar) S 25483 25485 19118 0 -1 4194304 1376 33550 0 2 6 1 6448 49 16 0 1 0 23884969 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25485/statm: 4217 1113 409 3 0 796 0
[pid=25508] ppid=25485 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25485 25485 19118 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23891544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=54828 CPUtime=36.19
/proc/25509/stat : 25509 (minisat) R 25508 25485 19118 0 -1 4194304 13426 0 0 0 3611 8 0 0 25 0 1 0 23891544 56143872 13412 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25509/statm: 13707 13412 75 150 0 13554 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 77052

[startup+162.301 s]
/proc/loadavg: 2.00 2.06 2.06 3/85 25509
/proc/meminfo: memFree=1387280/2055920 swapFree=4192812/4192956
[pid=25485] ppid=25483 vsize=16868 CPUtime=65.04
/proc/25485/stat : 25485 (sugar) S 25483 25485 19118 0 -1 4194304 1376 33550 0 2 6 1 6448 49 16 0 1 0 23884969 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25485/statm: 4217 1113 409 3 0 796 0
[pid=25508] ppid=25485 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25485 25485 19118 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23891544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=58564 CPUtime=95.62
/proc/25509/stat : 25509 (minisat) R 25508 25485 19118 0 -1 4194304 14335 0 0 0 9553 9 0 0 25 0 1 0 23891544 59969536 14321 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25509/statm: 14641 14321 75 150 0 14488 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 80788

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

[startup+166.302 s]
/proc/loadavg: 2.00 2.06 2.06 3/85 25509
/proc/meminfo: memFree=1387024/2055920 swapFree=4192812/4192956
[pid=25485] ppid=25483 vsize=16868 CPUtime=65.04
/proc/25485/stat : 25485 (sugar) S 25483 25485 19118 0 -1 4194304 1376 33550 0 2 6 1 6448 49 16 0 1 0 23884969 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25485/statm: 4217 1113 409 3 0 796 0
[pid=25508] ppid=25485 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25485 25485 19118 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23891544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=58828 CPUtime=99.58
/proc/25509/stat : 25509 (minisat) R 25508 25485 19118 0 -1 4194304 14381 0 0 0 9949 9 0 0 25 0 1 0 23891544 60239872 14367 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25509/statm: 14707 14367 75 150 0 14554 0
Current children cumulated CPU time (s) 164.62
Current children cumulated vsize (KiB) 81052

[startup+167.902 s]
/proc/loadavg: 2.00 2.06 2.06 3/85 25509
/proc/meminfo: memFree=1386960/2055920 swapFree=4192812/4192956
[pid=25485] ppid=25483 vsize=16868 CPUtime=65.04
/proc/25485/stat : 25485 (sugar) S 25483 25485 19118 0 -1 4194304 1376 33550 0 2 6 1 6448 49 16 0 1 0 23884969 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25485/statm: 4217 1113 409 3 0 796 0
[pid=25508] ppid=25485 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25485 25485 19118 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23891544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=58828 CPUtime=101.17
/proc/25509/stat : 25509 (minisat) R 25508 25485 19118 0 -1 4194304 14401 0 0 0 10108 9 0 0 25 0 1 0 23891544 60239872 14387 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25509/statm: 14707 14387 75 150 0 14554 0
Current children cumulated CPU time (s) 166.21
Current children cumulated vsize (KiB) 81052

[startup+168.702 s]
/proc/loadavg: 2.00 2.06 2.06 3/85 25509
/proc/meminfo: memFree=1386960/2055920 swapFree=4192812/4192956
[pid=25485] ppid=25483 vsize=16868 CPUtime=65.04
/proc/25485/stat : 25485 (sugar) S 25483 25485 19118 0 -1 4194304 1376 33550 0 2 6 1 6448 49 16 0 1 0 23884969 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25485/statm: 4217 1113 409 3 0 796 0
[pid=25508] ppid=25485 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25485 25485 19118 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23891544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=58960 CPUtime=101.96
/proc/25509/stat : 25509 (minisat) R 25508 25485 19118 0 -1 4194304 14415 0 0 0 10187 9 0 0 25 0 1 0 23891544 60375040 14401 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25509/statm: 14740 14401 75 150 0 14587 0
Current children cumulated CPU time (s) 167
Current children cumulated vsize (KiB) 81184

[startup+169.102 s]
/proc/loadavg: 2.00 2.06 2.06 3/85 25509
/proc/meminfo: memFree=1386960/2055920 swapFree=4192812/4192956
[pid=25485] ppid=25483 vsize=16868 CPUtime=65.04
/proc/25485/stat : 25485 (sugar) S 25483 25485 19118 0 -1 4194304 1376 33550 0 2 6 1 6448 49 16 0 1 0 23884969 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25485/statm: 4217 1113 409 3 0 796 0
[pid=25508] ppid=25485 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25485 25485 19118 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23891544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=58960 CPUtime=102.35
/proc/25509/stat : 25509 (minisat) R 25508 25485 19118 0 -1 4194304 14416 0 0 0 10226 9 0 0 25 0 1 0 23891544 60375040 14402 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25509/statm: 14740 14402 75 150 0 14587 0
Current children cumulated CPU time (s) 167.39
Current children cumulated vsize (KiB) 81184

[startup+169.502 s]
/proc/loadavg: 2.00 2.06 2.06 3/85 25509
/proc/meminfo: memFree=1386896/2055920 swapFree=4192812/4192956
[pid=25485] ppid=25483 vsize=16868 CPUtime=167.73
/proc/25485/stat : 25485 (sugar) S 25483 25485 19118 0 -1 4194304 1430 48262 0 2 6 1 16706 60 17 0 1 0 23884969 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25485/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 167.73
Current children cumulated vsize (KiB) 16868

[startup+169.604 s]
/proc/loadavg: 2.00 2.06 2.06 3/85 25509
/proc/meminfo: memFree=1386896/2055920 swapFree=4192812/4192956
[pid=25485] ppid=25483 vsize=16868 CPUtime=167.87
/proc/25485/stat : 25485 (sugar) R 25483 25485 19118 0 -1 4194304 1477 52013 0 3 6 2 16716 63 16 0 1 0 23884969 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25485/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 167.87
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 169.616
CPU time (s): 167.899
CPU user time (s): 167.23
CPU system time (s): 0.669898
CPU usage (%): 98.9881
Max. virtual memory (cumulated for all children) (KiB): 893264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 167.23
system time used= 0.669898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53550
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= 12513
involuntary context switches= 17999

runsolver used 0.199969 second user time and 0.601908 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-12 05:09:43
IDJOB=2079519
IDBENCH=56909
IDSOLVER=739
FILE ID=node19/2079519-1247368183
PBS_JOBID= 9506981
Free space on /tmp= 66432 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg10-11_ext.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-2079519-1247368183/watcher-2079519-1247368183 -o /tmp/evaluation-result-2079519-1247368183/solver-2079519-1247368183 -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-2079519-1247368183.xml

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

MD5SUM BENCH= ac1503673bc5c1dbe328395c9dc771a5
RANDOM SEED=2139807295

node19.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:       1484168 kB
Buffers:         48260 kB
Cached:         289156 kB
SwapCached:          0 kB
Active:         309200 kB
Inactive:       185444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1484168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1800 kB
Writeback:           0 kB
Mapped:         177636 kB
Slab:            62000 kB
Committed_AS:   428452 kB
PageTables:       2204 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= 66432 MiB
End job on node19 at 2009-07-12 05:12:33