Trace number 1079150

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.13+minisatUNSAT 165.665 167.386

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg8-12_ext.xml
MD5SUM52dbd823af37ac9c121d1d814d619f91
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.05084
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints20
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension20
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 00:09:22 2008
0.00/0.05	c 0	PID 29388
0.03/0.05	c 0	HOST node24.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1079150-1215209362.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1079150-1215209362.xml' 'HOME/temp.csp'
0.03/0.47	c 0	1 domains, 96 variables, 0 predicates, 2 relations, 20 constraints
0.03/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.51	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.59	c 0	Parsing HOME/temp.csp
0.44/0.73	c 0	parsed 119 expressions
0.44/0.73	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.73	c 0	Converting to clausal form CSP
0.44/0.76	c 0	converted 12 (10%) expressions
0.44/0.76	c 0	converted 24 (20%) expressions
0.44/0.76	c 0	converted 36 (30%) expressions
0.44/0.76	c 0	converted 48 (40%) expressions
0.44/0.76	c 0	converted 60 (50%) expressions
0.44/0.76	c 0	converted 72 (60%) expressions
0.44/0.76	c 0	converted 84 (70%) expressions
0.44/0.76	c 0	converted 96 (80%) expressions
1.10/1.27	c 1	converted 108 (90%) expressions
1.49/1.60	c 1	converted 119 (100%) expressions
1.49/1.60	c 1	CSP : 96 integers, 0 booleans, 20 clauses, largest domain size 26
1.49/1.61	c 1	Heap : 26 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.49/1.61	c 1	Propagation in CSP
1.49/1.61	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.49/1.61	c 1	CSP : 96 integers, 0 booleans, 20 clauses, largest domain size 26
1.49/1.61	c 1	Heap : 26 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.49/1.61	c 1	Simplifing CSP by introducing new Boolean variables
1.49/1.61	c 1	CSP : 96 integers, 0 booleans, 20 clauses, largest domain size 26
1.49/1.61	c 1	Heap : 26 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.59/1.74	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.59/1.75	c 1	10 (10%) CSP integer variables are encoded (240 clauses, 2496 bytes)
1.59/1.76	c 1	20 (20%) CSP integer variables are encoded (480 clauses, 5136 bytes)
1.59/1.76	c 1	29 (30%) CSP integer variables are encoded (696 clauses, 7512 bytes)
1.59/1.76	c 1	39 (40%) CSP integer variables are encoded (936 clauses, 10152 bytes)
1.59/1.76	c 1	48 (50%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
1.59/1.76	c 1	58 (60%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
1.59/1.77	c 1	68 (70%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
1.59/1.77	c 1	77 (80%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
1.59/1.77	c 1	87 (90%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
1.59/1.77	c 1	96 (100%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
12.29/12.57	c 12	2 (10%) CSP clauses are encoded (77054 clauses, 3898328 bytes)
23.18/23.51	c 23	4 (20%) CSP clauses are encoded (151804 clauses, 7804519 bytes)
33.80/34.24	c 34	6 (30%) CSP clauses are encoded (226554 clauses, 11987191 bytes)
44.59/45.18	c 45	8 (40%) CSP clauses are encoded (301304 clauses, 16169863 bytes)
55.28/55.93	c 56	10 (50%) CSP clauses are encoded (376054 clauses, 20352535 bytes)
66.08/66.85	c 66	12 (60%) CSP clauses are encoded (450804 clauses, 24535207 bytes)
67.96/68.74	c 68	14 (70%) CSP clauses are encoded (475812 clauses, 26111219 bytes)
69.84/70.64	c 70	16 (80%) CSP clauses are encoded (500820 clauses, 27880249 bytes)
71.72/72.55	c 72	18 (90%) CSP clauses are encoded (525828 clauses, 29923437 bytes)
73.60/74.46	c 74	20 (100%) CSP clauses are encoded (550836 clauses, 31966625 bytes)
73.60/74.46	c 74	20 CSP clauses encoded
73.60/74.46	c 74	Writing map file : HOME/temp.map
73.60/74.47	c 74	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
73.60/74.47	c 74	SAT : 2400 SAT variables, 550836 SAT clauses, 31966625 bytes
73.60/74.47	c 74	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
73.68/74.50	c 74	SOLVING HOME/temp.cnf
73.68/74.50	c 74	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
73.68/74.51	c 74	This is MiniSat 2.0 beta
73.68/74.51	c 74	WARNING: for repeatability, setting FPU to use double precision
73.68/74.51	c 74	============================[ Problem Statistics ]=============================
73.68/74.51	c 74	|                                                                             |
73.68/74.51	c 74	|  Number of variables:  2400                                                 |
73.68/74.51	c 74	|  Number of clauses:    550836                                               |
74.37/75.26	c 75	|  Parsing time:         0.67         s                                       |
74.47/75.36	c 75	============================[ Search Statistics ]==============================
74.47/75.36	c 75	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
74.47/75.36	c 75	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
74.47/75.36	c 75	===============================================================================
74.47/75.36	c 75	|         0 |    2376   547573  6249414 |   182524        0    nan |  0.000 % |
74.47/75.38	c 75	|       100 |    2374   547573  6249414 |   200776       98      6 |  1.084 % |
74.57/75.42	c 75	|       250 |    2374   547573  6249414 |   220854      248      7 |  1.084 % |
74.57/75.44	c 75	|       475 |    2374   547573  6249414 |   242939      473      7 |  1.084 % |
74.57/75.47	c 75	|       815 |    2374   547573  6249414 |   267233      812      7 |  1.125 % |
74.67/75.50	c 75	|      1322 |    2373   547573  6249414 |   293957     1319      8 |  1.125 % |
74.67/75.59	c 75	|      2083 |    2373   547573  6249414 |   323352     2080      9 |  1.125 % |
74.86/75.70	c 75	|      3224 |    2372   547573  6249414 |   355688     3220      9 |  1.167 % |
74.96/75.85	c 75	|      4934 |    2371   547573  6249414 |   391257     4929      9 |  1.209 % |
75.16/76.06	c 76	|      7496 |    2371   547573  6249414 |   430382     7491      9 |  1.209 % |
75.55/76.48	c 76	|     11342 |    2371   547573  6249414 |   473421    11337      9 |  1.208 % |
76.15/77.08	c 77	|     17108 |    2371   547573  6249414 |   520763    17103      9 |  1.209 % |
77.35/78.22	c 78	|     25761 |    2371   547573  6249414 |   572839    25756     10 |  1.209 % |
79.33/80.28	c 80	|     38736 |    2371   547573  6249414 |   630123    38731     10 |  1.208 % |
108.45/109.65	c 109	|     58197 |    2371   547573  6249414 |   693135    58192     12 |  1.209 % |
159.07/160.72	c 160	|     87390 |    2363   547573  6249414 |   762449    87383     12 |  2.208 % |
165.41/167.18	c 167	===============================================================================
165.41/167.18	c 167	restarts              : 16
165.41/167.18	c 167	conflicts             : 90896          (991 /sec)
165.41/167.18	c 167	decisions             : 122488         (1.80 % random) (1336 /sec)
165.41/167.18	c 167	propagations          : 6019727        (65659 /sec)
165.41/167.18	c 167	conflict literals     : 1113830        (26.63 % deleted)
165.41/167.18	c 167	Memory used           : 56.73 MB
165.41/167.18	c 167	CPU time              : 91.6811 s
165.41/167.18	c 167	
165.41/167.18	c 167	UNSATISFIABLE
165.41/167.19	c 167	DECODING HOME/temp.out WITH HOME/temp.map
165.41/167.19	c 167	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
165.51/167.29	c 167	Decoding HOME/temp.out
165.51/167.32	s UNSATISFIABLE
165.51/167.32	c 167	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
165.51/167.37	c 167	CPU 164.98 (0.04 0.01 164.94 0.64)
165.51/167.37	c 167	END Sat Jul  5 00:12:09 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079150-1215209362/watcher-1079150-1215209362 -o /tmp/evaluation-result-1079150-1215209362/solver-1079150-1215209362 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1079150-1215209362.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.51 2.12 2.04 4/73 29388
/proc/meminfo: memFree=1630024/2055920 swapFree=4180448/4192956
[pid=29388] ppid=29386 vsize=12268 CPUtime=0
/proc/29388/stat : 29388 (sugar) R 29386 29388 28792 0 -1 4194304 348 0 0 0 0 0 0 0 19 0 1 0 1999910720 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 237788428901 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/29388/statm: 3067 316 241 3 0 167 0

[startup+0.050774 s]
/proc/loadavg: 2.51 2.12 2.04 4/73 29388
/proc/meminfo: memFree=1630024/2055920 swapFree=4180448/4192956
[pid=29388] ppid=29386 vsize=13600 CPUtime=0.03
/proc/29388/stat : 29388 (sugar) S 29386 29388 28792 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1999910720 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29388/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102394 s]
/proc/loadavg: 2.51 2.12 2.04 4/73 29388
/proc/meminfo: memFree=1630024/2055920 swapFree=4180448/4192956
[pid=29388] ppid=29386 vsize=13600 CPUtime=0.03
/proc/29388/stat : 29388 (sugar) S 29386 29388 28792 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999910720 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29388/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301416 s]
/proc/loadavg: 2.51 2.12 2.04 4/73 29388
/proc/meminfo: memFree=1630024/2055920 swapFree=4180448/4192956
[pid=29388] ppid=29386 vsize=13600 CPUtime=0.03
/proc/29388/stat : 29388 (sugar) S 29386 29388 28792 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999910720 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29388/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701458 s]
/proc/loadavg: 2.51 2.12 2.04 4/73 29388
/proc/meminfo: memFree=1630024/2055920 swapFree=4180448/4192956
[pid=29388] ppid=29386 vsize=13600 CPUtime=0.44
/proc/29388/stat : 29388 (sugar) S 29386 29388 28792 0 -1 4194304 973 4665 0 1 3 0 38 3 16 0 1 0 1999910720 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29388/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.50255 s]
/proc/loadavg: 2.51 2.12 2.04 4/84 29410
/proc/meminfo: memFree=1612976/2055920 swapFree=4180448/4192956
[pid=29388] ppid=29386 vsize=13600 CPUtime=0.44
/proc/29388/stat : 29388 (sugar) S 29386 29388 28792 0 -1 4194304 973 4665 0 1 3 0 38 3 15 0 1 0 1999910720 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29388/statm: 3400 797 370 3 0 500 0
[pid=29401] ppid=29388 vsize=5356 CPUtime=0
/proc/29401/stat : 29401 (sh) S 29388 29388 28792 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999910771 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 1339 233 193 169 0 50 0
[pid=29402] ppid=29401 vsize=864376 CPUtime=0.95
/proc/29402/stat : 29402 (java) S 29401 29388 28792 0 -1 0 11273 0 1 0 90 5 0 0 19 0 9 0 1999910771 885121024 10443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 216094 10443 2540 9 0 210669 0
[pid=29402/tid=29403] ppid=29401 vsize=864376 CPUtime=0.39
/proc/29402/task/29403/stat : 29403 (java) R 29401 29388 28792 0 -1 64 2748 0 1 0 38 1 0 0 22 0 9 0 1999910773 885121024 10443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29404] ppid=29401 vsize=864376 CPUtime=0.48
/proc/29402/task/29404/stat : 29404 (java) R 29401 29388 28792 0 -1 64 7503 0 0 0 45 3 0 0 17 0 9 0 1999910774 885121024 10443 996147200 134512640 134550740 4294955952 18446744073709551615 104181396 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29405] ppid=29401 vsize=864376 CPUtime=0
/proc/29402/task/29405/stat : 29405 (java) S 29401 29388 28792 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999910774 885121024 10443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29406] ppid=29401 vsize=864376 CPUtime=0
/proc/29402/task/29406/stat : 29406 (java) S 29401 29388 28792 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999910774 885121024 10443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29407] ppid=29401 vsize=864376 CPUtime=0
/proc/29402/task/29407/stat : 29407 (java) S 29401 29388 28792 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999910776 885121024 10443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29408] ppid=29401 vsize=864376 CPUtime=0.06
/proc/29402/task/29408/stat : 29408 (java) S 29401 29388 28792 0 -1 64 329 0 0 0 6 0 0 0 16 0 9 0 1999910776 885121024 10443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29409] ppid=29401 vsize=864376 CPUtime=0
/proc/29402/task/29409/stat : 29409 (java) S 29401 29388 28792 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999910776 885121024 10443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29410] ppid=29401 vsize=864376 CPUtime=0
/proc/29402/task/29410/stat : 29410 (java) S 29401 29388 28792 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999910776 885121024 10443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883332

[startup+3.10272 s]
/proc/loadavg: 2.51 2.12 2.04 3/84 29410
/proc/meminfo: memFree=1591920/2055920 swapFree=4180448/4192956
[pid=29388] ppid=29386 vsize=13600 CPUtime=0.44
/proc/29388/stat : 29388 (sugar) S 29386 29388 28792 0 -1 4194304 974 4665 0 1 3 0 38 3 15 0 1 0 1999910720 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29388/statm: 3400 797 370 3 0 500 0
[pid=29401] ppid=29388 vsize=5356 CPUtime=0
/proc/29401/stat : 29401 (sh) S 29388 29388 28792 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999910771 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 1339 233 193 169 0 50 0
[pid=29402] ppid=29401 vsize=864252 CPUtime=2.54
/proc/29402/stat : 29402 (java) S 29401 29388 28792 0 -1 0 12450 0 1 0 247 7 0 0 19 0 9 0 1999910771 884994048 11528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 216063 11528 2564 9 0 210610 0
[pid=29402/tid=29403] ppid=29401 vsize=864252 CPUtime=1.69
/proc/29402/task/29403/stat : 29403 (java) R 29401 29388 28792 0 -1 64 3075 0 1 0 168 1 0 0 25 0 9 0 1999910773 884994048 11528 996147200 134512640 134550740 4294955952 18446744073709551615 4126612666 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29404] ppid=29401 vsize=864252 CPUtime=0.73
/proc/29402/task/29404/stat : 29404 (java) S 29401 29388 28792 0 -1 64 8332 0 0 0 69 4 0 0 16 0 9 0 1999910774 884994048 11528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29405] ppid=29401 vsize=864252 CPUtime=0
/proc/29402/task/29405/stat : 29405 (java) S 29401 29388 28792 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999910774 884994048 11528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29406] ppid=29401 vsize=864252 CPUtime=0
/proc/29402/task/29406/stat : 29406 (java) S 29401 29388 28792 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999910774 884994048 11528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29407] ppid=29401 vsize=864252 CPUtime=0
/proc/29402/task/29407/stat : 29407 (java) S 29401 29388 28792 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999910776 884994048 11528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29408] ppid=29401 vsize=864252 CPUtime=0.09
/proc/29402/task/29408/stat : 29408 (java) S 29401 29388 28792 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 1999910776 884994048 11528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29409] ppid=29401 vsize=864252 CPUtime=0
/proc/29402/task/29409/stat : 29409 (java) S 29401 29388 28792 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999910776 884994048 11528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29410] ppid=29401 vsize=864252 CPUtime=0
/proc/29402/task/29410/stat : 29410 (java) S 29401 29388 28792 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999910776 884994048 11528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883208

[startup+6.30103 s]
/proc/loadavg: 2.47 2.12 2.04 3/84 29410
/proc/meminfo: memFree=1588400/2055920 swapFree=4180448/4192956
[pid=29388] ppid=29386 vsize=13600 CPUtime=0.44
/proc/29388/stat : 29388 (sugar) S 29386 29388 28792 0 -1 4194304 974 4665 0 1 3 0 38 3 15 0 1 0 1999910720 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29388/statm: 3400 797 370 3 0 500 0
[pid=29401] ppid=29388 vsize=5356 CPUtime=0
/proc/29401/stat : 29401 (sh) S 29388 29388 28792 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999910771 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 1339 233 193 169 0 50 0
[pid=29402] ppid=29401 vsize=864252 CPUtime=5.71
/proc/29402/stat : 29402 (java) S 29401 29388 28792 0 -1 0 13306 0 1 0 563 8 0 0 19 0 9 0 1999910771 884994048 12354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 216063 12354 2564 9 0 210610 0
[pid=29402/tid=29403] ppid=29401 vsize=864252 CPUtime=4.8
/proc/29402/task/29403/stat : 29403 (java) R 29401 29388 28792 0 -1 64 3105 0 1 0 479 1 0 0 25 0 9 0 1999910773 884994048 12354 996147200 134512640 134550740 4294955952 18446744073709551615 4126583104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29404] ppid=29401 vsize=864252 CPUtime=0.78
/proc/29402/task/29404/stat : 29404 (java) S 29401 29388 28792 0 -1 64 9158 0 0 0 73 5 0 0 16 0 9 0 1999910774 884994048 12354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29405] ppid=29401 vsize=864252 CPUtime=0
/proc/29402/task/29405/stat : 29405 (java) S 29401 29388 28792 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999910774 884994048 12354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29406] ppid=29401 vsize=864252 CPUtime=0
/proc/29402/task/29406/stat : 29406 (java) S 29401 29388 28792 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999910774 884994048 12354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29407] ppid=29401 vsize=864252 CPUtime=0
/proc/29402/task/29407/stat : 29407 (java) S 29401 29388 28792 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999910776 884994048 12354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29408] ppid=29401 vsize=864252 CPUtime=0.09
/proc/29402/task/29408/stat : 29408 (java) S 29401 29388 28792 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 1999910776 884994048 12354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29409] ppid=29401 vsize=864252 CPUtime=0
/proc/29402/task/29409/stat : 29409 (java) S 29401 29388 28792 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999910776 884994048 12354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29410] ppid=29401 vsize=864252 CPUtime=0
/proc/29402/task/29410/stat : 29410 (java) S 29401 29388 28792 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999910776 884994048 12354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883208

[startup+12.7017 s]
/proc/loadavg: 2.43 2.12 2.04 3/84 29410
/proc/meminfo: memFree=1580016/2055920 swapFree=4180448/4192956
[pid=29388] ppid=29386 vsize=13600 CPUtime=0.44
/proc/29388/stat : 29388 (sugar) S 29386 29388 28792 0 -1 4194304 974 4665 0 1 3 0 38 3 16 0 1 0 1999910720 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29388/statm: 3400 797 370 3 0 500 0
[pid=29401] ppid=29388 vsize=5356 CPUtime=0
/proc/29401/stat : 29401 (sh) S 29388 29388 28792 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999910771 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 1339 233 193 169 0 50 0
[pid=29402] ppid=29401 vsize=864252 CPUtime=12.05
/proc/29402/stat : 29402 (java) S 29401 29388 28792 0 -1 0 14805 0 1 0 1193 12 0 0 19 0 9 0 1999910771 884994048 13757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 216063 13757 2564 9 0 210610 0
[pid=29402/tid=29403] ppid=29401 vsize=864252 CPUtime=11.01
/proc/29402/task/29403/stat : 29403 (java) R 29401 29388 28792 0 -1 64 3201 0 1 0 1097 4 0 0 25 0 9 0 1999910773 884994048 13757 996147200 134512640 134550740 4294955952 18446744073709551615 4126583165 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29404] ppid=29401 vsize=864252 CPUtime=0.9
/proc/29402/task/29404/stat : 29404 (java) S 29401 29388 28792 0 -1 64 10556 0 0 0 84 6 0 0 16 0 9 0 1999910774 884994048 13757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29405] ppid=29401 vsize=864252 CPUtime=0
/proc/29402/task/29405/stat : 29405 (java) S 29401 29388 28792 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999910774 884994048 13757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29406] ppid=29401 vsize=864252 CPUtime=0
/proc/29402/task/29406/stat : 29406 (java) S 29401 29388 28792 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999910774 884994048 13757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29407] ppid=29401 vsize=864252 CPUtime=0
/proc/29402/task/29407/stat : 29407 (java) S 29401 29388 28792 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999910776 884994048 13757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29408] ppid=29401 vsize=864252 CPUtime=0.1
/proc/29402/task/29408/stat : 29408 (java) S 29401 29388 28792 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1999910776 884994048 13757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29409] ppid=29401 vsize=864252 CPUtime=0
/proc/29402/task/29409/stat : 29409 (java) S 29401 29388 28792 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999910776 884994048 13757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29410] ppid=29401 vsize=864252 CPUtime=0
/proc/29402/task/29410/stat : 29410 (java) S 29401 29388 28792 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999910776 884994048 13757 996147200 134512640 134550740 4294955952 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) 883208

[startup+25.502 s]
/proc/loadavg: 2.34 2.11 2.04 3/84 29410
/proc/meminfo: memFree=1565680/2055920 swapFree=4180448/4192956
[pid=29388] ppid=29386 vsize=13600 CPUtime=0.45
/proc/29388/stat : 29388 (sugar) S 29386 29388 28792 0 -1 4194304 974 4665 0 1 4 0 38 3 16 0 1 0 1999910720 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29388/statm: 3400 797 370 3 0 500 0
[pid=29401] ppid=29388 vsize=5356 CPUtime=0
/proc/29401/stat : 29401 (sh) S 29388 29388 28792 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999910771 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 1339 233 193 169 0 50 0
[pid=29402] ppid=29401 vsize=864368 CPUtime=24.72
/proc/29402/stat : 29402 (java) S 29401 29388 28792 0 -1 0 19282 0 1 0 2455 17 0 0 19 0 9 0 1999910771 885112832 15556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 216092 15556 2564 9 0 210639 0
[pid=29402/tid=29403] ppid=29401 vsize=864368 CPUtime=23.28
/proc/29402/task/29403/stat : 29403 (java) R 29401 29388 28792 0 -1 64 3349 0 1 0 2321 7 0 0 25 0 9 0 1999910773 885112832 15556 996147200 134512640 134550740 4294955952 18446744073709551615 4126583168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29404] ppid=29401 vsize=864368 CPUtime=1.31
/proc/29402/task/29404/stat : 29404 (java) S 29401 29388 28792 0 -1 64 14883 0 0 0 122 9 0 0 16 0 9 0 1999910774 885112832 15556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29405] ppid=29401 vsize=864368 CPUtime=0
/proc/29402/task/29405/stat : 29405 (java) S 29401 29388 28792 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999910774 885112832 15556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29406] ppid=29401 vsize=864368 CPUtime=0
/proc/29402/task/29406/stat : 29406 (java) S 29401 29388 28792 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999910774 885112832 15556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29407] ppid=29401 vsize=864368 CPUtime=0
/proc/29402/task/29407/stat : 29407 (java) S 29401 29388 28792 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999910776 885112832 15556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29408] ppid=29401 vsize=864368 CPUtime=0.1
/proc/29402/task/29408/stat : 29408 (java) S 29401 29388 28792 0 -1 64 357 0 0 0 10 0 0 0 16 0 9 0 1999910776 885112832 15556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29409] ppid=29401 vsize=864368 CPUtime=0
/proc/29402/task/29409/stat : 29409 (java) S 29401 29388 28792 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999910776 885112832 15556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29410] ppid=29401 vsize=864368 CPUtime=0
/proc/29402/task/29410/stat : 29410 (java) S 29401 29388 28792 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999910776 885112832 15556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 883324

[startup+51.1027 s]
/proc/loadavg: 2.22 2.10 2.04 3/84 29410
/proc/meminfo: memFree=1550192/2055920 swapFree=4180448/4192956
[pid=29388] ppid=29386 vsize=13600 CPUtime=0.45
/proc/29388/stat : 29388 (sugar) S 29386 29388 28792 0 -1 4194304 974 4665 0 1 4 0 38 3 16 0 1 0 1999910720 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29388/statm: 3400 797 370 3 0 500 0
[pid=29401] ppid=29388 vsize=5356 CPUtime=0
/proc/29401/stat : 29401 (sh) S 29388 29388 28792 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999910771 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29401/statm: 1339 233 193 169 0 50 0
[pid=29402] ppid=29401 vsize=864368 CPUtime=50.07
/proc/29402/stat : 29402 (java) S 29401 29388 28792 0 -1 0 22959 0 1 0 4979 28 0 0 19 0 9 0 1999910771 885112832 16403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 216092 16403 2564 9 0 210639 0
[pid=29402/tid=29403] ppid=29401 vsize=864368 CPUtime=47.95
/proc/29402/task/29403/stat : 29403 (java) R 29401 29388 28792 0 -1 64 3670 0 1 0 4782 13 0 0 25 0 9 0 1999910773 885112832 16403 996147200 134512640 134550740 4294955952 18446744073709551615 4126583127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29404] ppid=29401 vsize=864368 CPUtime=1.99
/proc/29402/task/29404/stat : 29404 (java) S 29401 29388 28792 0 -1 64 18237 0 0 0 185 14 0 0 16 0 9 0 1999910774 885112832 16403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29405] ppid=29401 vsize=864368 CPUtime=0
/proc/29402/task/29405/stat : 29405 (java) S 29401 29388 28792 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999910774 885112832 16403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29406] ppid=29401 vsize=864368 CPUtime=0
/proc/29402/task/29406/stat : 29406 (java) S 29401 29388 28792 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999910774 885112832 16403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29407] ppid=29401 vsize=864368 CPUtime=0
/proc/29402/task/29407/stat : 29407 (java) S 29401 29388 28792 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999910776 885112832 16403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29408] ppid=29401 vsize=864368 CPUtime=0.11
/proc/29402/task/29408/stat : 29408 (java) S 29401 29388 28792 0 -1 64 359 0 0 0 11 0 0 0 16 0 9 0 1999910776 885112832 16403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29409] ppid=29401 vsize=864368 CPUtime=0
/proc/29402/task/29409/stat : 29409 (java) S 29401 29388 28792 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999910776 885112832 16403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29410] ppid=29401 vsize=864368 CPUtime=0
/proc/29402/task/29410/stat : 29410 (java) S 29401 29388 28792 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999910776 885112832 16403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 883324

[startup+102.306 s]
/proc/loadavg: 2.09 2.08 2.03 3/76 29412
/proc/meminfo: memFree=1536048/2055920 swapFree=4180448/4192956
[pid=29388] ppid=29386 vsize=13600 CPUtime=73.71
/proc/29388/stat : 29388 (sugar) S 29386 29388 28792 0 -1 4194304 1031 30865 0 2 4 1 7317 49 16 0 1 0 1999910720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29388/statm: 3400 798 370 3 0 500 0
[pid=29411] ppid=29388 vsize=5356 CPUtime=0
/proc/29411/stat : 29411 (sh) S 29388 29388 28792 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999918170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29411/statm: 1339 232 193 169 0 50 0
[pid=29412] ppid=29411 vsize=54480 CPUtime=27.52
/proc/29412/stat : 29412 (minisat) R 29411 29388 28792 0 -1 4194304 13342 0 0 0 2743 9 0 0 25 0 1 0 1999918171 55787520 13328 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29412/statm: 13620 13328 75 150 0 13467 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 73436

[startup+162.301 s]
/proc/loadavg: 2.03 2.07 2.02 3/76 29412
/proc/meminfo: memFree=1530096/2055920 swapFree=4180448/4192956
[pid=29388] ppid=29386 vsize=13600 CPUtime=73.71
/proc/29388/stat : 29388 (sugar) S 29386 29388 28792 0 -1 4194304 1031 30865 0 2 4 1 7317 49 16 0 1 0 1999910720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29388/statm: 3400 798 370 3 0 500 0
[pid=29411] ppid=29388 vsize=5356 CPUtime=0
/proc/29411/stat : 29411 (sh) S 29388 29388 28792 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999918170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29411/statm: 1339 232 193 169 0 50 0
[pid=29412] ppid=29411 vsize=57952 CPUtime=86.94
/proc/29412/stat : 29412 (minisat) R 29411 29388 28792 0 -1 4194304 14216 0 0 0 8684 10 0 0 25 0 1 0 1999918171 59342848 14202 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29412/statm: 14488 14202 75 150 0 14335 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 76908

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

[startup+163.101 s]
/proc/loadavg: 2.03 2.07 2.02 3/76 29412
/proc/meminfo: memFree=1530032/2055920 swapFree=4180448/4192956
[pid=29388] ppid=29386 vsize=13600 CPUtime=73.71
/proc/29388/stat : 29388 (sugar) S 29386 29388 28792 0 -1 4194304 1031 30865 0 2 4 1 7317 49 16 0 1 0 1999910720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29388/statm: 3400 798 370 3 0 500 0
[pid=29411] ppid=29388 vsize=5356 CPUtime=0
/proc/29411/stat : 29411 (sh) S 29388 29388 28792 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999918170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29411/statm: 1339 232 193 169 0 50 0
[pid=29412] ppid=29411 vsize=57952 CPUtime=87.73
/proc/29412/stat : 29412 (minisat) R 29411 29388 28792 0 -1 4194304 14225 0 0 0 8763 10 0 0 25 0 1 0 1999918171 59342848 14211 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29412/statm: 14488 14211 75 150 0 14335 0
Current children cumulated CPU time (s) 161.44
Current children cumulated vsize (KiB) 76908

[startup+164.703 s]
/proc/loadavg: 2.03 2.07 2.02 3/76 29412
/proc/meminfo: memFree=1529904/2055920 swapFree=4180448/4192956
[pid=29388] ppid=29386 vsize=13600 CPUtime=73.71
/proc/29388/stat : 29388 (sugar) S 29386 29388 28792 0 -1 4194304 1031 30865 0 2 4 1 7317 49 16 0 1 0 1999910720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29388/statm: 3400 798 370 3 0 500 0
[pid=29411] ppid=29388 vsize=5356 CPUtime=0
/proc/29411/stat : 29411 (sh) S 29388 29388 28792 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999918170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29411/statm: 1339 232 193 169 0 50 0
[pid=29412] ppid=29411 vsize=58084 CPUtime=89.32
/proc/29412/stat : 29412 (minisat) R 29411 29388 28792 0 -1 4194304 14239 0 0 0 8922 10 0 0 25 0 1 0 1999918171 59478016 14225 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29412/statm: 14521 14225 75 150 0 14368 0
Current children cumulated CPU time (s) 163.03
Current children cumulated vsize (KiB) 77040

[startup+166.303 s]
/proc/loadavg: 2.03 2.06 2.02 3/76 29412
/proc/meminfo: memFree=1529776/2055920 swapFree=4180448/4192956
[pid=29388] ppid=29386 vsize=13600 CPUtime=73.71
/proc/29388/stat : 29388 (sugar) S 29386 29388 28792 0 -1 4194304 1031 30865 0 2 4 1 7317 49 16 0 1 0 1999910720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29388/statm: 3400 798 370 3 0 500 0
[pid=29411] ppid=29388 vsize=5356 CPUtime=0
/proc/29411/stat : 29411 (sh) S 29388 29388 28792 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999918170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29411/statm: 1339 232 193 169 0 50 0
[pid=29412] ppid=29411 vsize=58084 CPUtime=90.9
/proc/29412/stat : 29412 (minisat) R 29411 29388 28792 0 -1 4194304 14258 0 0 0 9080 10 0 0 25 0 1 0 1999918171 59478016 14244 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29412/statm: 14521 14244 75 150 0 14368 0
Current children cumulated CPU time (s) 164.61
Current children cumulated vsize (KiB) 77040

[startup+167.102 s]
/proc/loadavg: 2.03 2.06 2.02 3/76 29412
/proc/meminfo: memFree=1529648/2055920 swapFree=4180448/4192956
[pid=29388] ppid=29386 vsize=13600 CPUtime=73.71
/proc/29388/stat : 29388 (sugar) S 29386 29388 28792 0 -1 4194304 1031 30865 0 2 4 1 7317 49 16 0 1 0 1999910720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29388/statm: 3400 798 370 3 0 500 0
[pid=29411] ppid=29388 vsize=5356 CPUtime=0
/proc/29411/stat : 29411 (sh) S 29388 29388 28792 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999918170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29411/statm: 1339 232 193 169 0 50 0
[pid=29412] ppid=29411 vsize=58084 CPUtime=91.7
/proc/29412/stat : 29412 (minisat) R 29411 29388 28792 0 -1 4194304 14264 0 0 0 9160 10 0 0 25 0 1 0 1999918171 59478016 14250 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29412/statm: 14521 14250 75 150 0 14368 0
Current children cumulated CPU time (s) 165.41
Current children cumulated vsize (KiB) 77040

[startup+167.302 s]
/proc/loadavg: 2.03 2.06 2.02 3/76 29412
/proc/meminfo: memFree=1529648/2055920 swapFree=4180448/4192956
[pid=29388] ppid=29386 vsize=13600 CPUtime=165.51
/proc/29388/stat : 29388 (sugar) S 29386 29388 28792 0 -1 4194304 1089 45424 0 2 4 1 16485 61 16 0 1 0 1999910720 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29388/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 165.51
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 167.386
CPU time (s): 165.665
CPU user time (s): 164.994
CPU system time (s): 0.670898
CPU usage (%): 98.9715
Max. virtual memory (cumulated for all children) (KiB): 888576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 164.994
system time used= 0.670898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50213
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= 9987
involuntary context switches= 13211

runsolver used 0.216967 second user time and 0.563914 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-05 00:09:22
IDJOB=1079150
IDBENCH=56864
IDSOLVER=346
FILE ID=node24/1079150-1215209362
PBS_JOBID= 7881734
Free space on /tmp= 66452 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg8-12_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079150-1215209362/watcher-1079150-1215209362 -o /tmp/evaluation-result-1079150-1215209362/solver-1079150-1215209362 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1079150-1215209362.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 52dbd823af37ac9c121d1d814d619f91
RANDOM SEED=2083660873

node24.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1630504 kB
Buffers:         51228 kB
Cached:         260932 kB
SwapCached:       6556 kB
Active:         204524 kB
Inactive:       160920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1630504 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            1512 kB
Writeback:           0 kB
Mapped:          59740 kB
Slab:            45192 kB
Committed_AS:  3578560 kB
PageTables:       1912 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= 66452 MiB
End job on node24 at 2008-07-05 00:12:09