Trace number 1063938

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+minisatSAT 1323.61 1335.72

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-15-09.xml
MD5SUM37fc4856568d841902d46b632fbbf16a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.371942
Satisfiable
(Un)Satisfiability was proved
Number of variables187
Number of constraints907
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension82
Number of constraints which are defined in intension825
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.04	c 0	BEGIN Fri Jul  4 04:42:57 2008
0.00/0.04	c 0	PID 21651
0.00/0.05	c 0	HOST node37.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1063938-1215139377.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1063938-1215139377.xml' 'HOME/temp.csp'
0.03/0.86	c 1	1 domains, 187 variables, 6 predicates, 5 relations, 907 constraints
0.03/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.89	c 1	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.83/0.97	c 1	Parsing HOME/temp.csp
1.81/1.96	c 2	parsed 1106 expressions
1.81/1.96	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.81/1.96	c 2	Converting to clausal form CSP
1.81/1.99	c 2	converted 111 (10%) expressions
2.20/2.36	c 2	converted 222 (20%) expressions
4.68/4.87	c 5	converted 332 (30%) expressions
8.34/8.53	c 8	converted 443 (40%) expressions
8.34/8.54	c 8	converted 553 (50%) expressions
8.34/8.55	c 8	converted 664 (60%) expressions
8.34/8.56	c 8	converted 775 (70%) expressions
8.34/8.59	c 9	converted 885 (80%) expressions
8.45/8.60	c 9	converted 996 (90%) expressions
8.45/8.61	c 9	converted 1106 (100%) expressions
8.45/8.61	c 9	CSP : 187 integers, 0 booleans, 907 clauses, largest domain size 26
8.45/8.61	c 9	Heap : 172 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.45/8.61	c 9	Propagation in CSP
8.45/8.65	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.45/8.65	c 9	CSP : 187 integers, 0 booleans, 907 clauses, largest domain size 26
8.45/8.65	c 9	Heap : 163 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.45/8.65	c 9	Simplifing CSP by introducing new Boolean variables
8.45/8.69	c 9	CSP : 187 integers, 7048 booleans, 7955 clauses, largest domain size 26
8.45/8.69	c 9	Heap : 166 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.54/9.77	c 10	Encoding CSP to SAT : HOME/temp.cnf
9.54/9.79	c 10	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
9.54/9.79	c 10	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
9.54/9.79	c 10	57 (30%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
9.63/9.80	c 10	75 (40%) CSP integer variables are encoded (1800 clauses, 21337 bytes)
9.63/9.80	c 10	94 (50%) CSP integer variables are encoded (2256 clauses, 27265 bytes)
9.63/9.80	c 10	113 (60%) CSP integer variables are encoded (2712 clauses, 33193 bytes)
9.63/9.81	c 10	131 (70%) CSP integer variables are encoded (3144 clauses, 38809 bytes)
9.63/9.81	c 10	150 (80%) CSP integer variables are encoded (3600 clauses, 44737 bytes)
9.63/9.81	c 10	169 (90%) CSP integer variables are encoded (4056 clauses, 50665 bytes)
9.63/9.81	c 10	187 (100%) CSP integer variables are encoded (4488 clauses, 56281 bytes)
117.71/119.01	c 119	796 (10%) CSP clauses are encoded (1066726 clauses, 45344516 bytes)
1114.76/1124.96	c 1125	1591 (20%) CSP clauses are encoded (2767412 clauses, 142881467 bytes)
1114.87/1125.00	c 1125	2387 (30%) CSP clauses are encoded (2785908 clauses, 143205252 bytes)
1114.87/1125.04	c 1125	3182 (40%) CSP clauses are encoded (2804378 clauses, 143532804 bytes)
1114.87/1125.07	c 1125	3978 (50%) CSP clauses are encoded (2822849 clauses, 143870423 bytes)
1114.96/1125.11	c 1125	4773 (60%) CSP clauses are encoded (2841444 clauses, 144211620 bytes)
1114.96/1125.14	c 1125	5569 (70%) CSP clauses are encoded (2860340 clauses, 144550206 bytes)
1114.96/1125.18	c 1125	6364 (80%) CSP clauses are encoded (2879210 clauses, 144909898 bytes)
1115.07/1125.22	c 1125	7160 (90%) CSP clauses are encoded (2898081 clauses, 145282431 bytes)
1115.07/1125.25	c 1125	7955 (100%) CSP clauses are encoded (2917351 clauses, 145659132 bytes)
1115.07/1125.25	c 1125	7955 CSP clauses encoded
1115.07/1125.25	c 1125	Writing map file : HOME/temp.map
1115.07/1125.26	c 1125	Heap : 222 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1115.07/1125.26	c 1125	SAT : 11723 SAT variables, 2917351 SAT clauses, 145659132 bytes
1115.07/1125.26	c 1125	Heap : 222 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1115.16/1125.33	c 1125	SOLVING HOME/temp.cnf
1115.16/1125.33	c 1125	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1115.16/1125.33	c 1125	This is MiniSat 2.0 beta
1115.16/1125.33	c 1125	WARNING: for repeatability, setting FPU to use double precision
1115.16/1125.33	c 1125	============================[ Problem Statistics ]=============================
1115.16/1125.33	c 1125	|                                                                             |
1115.16/1125.33	c 1125	|  Number of variables:  11723                                                |
1115.16/1125.33	c 1125	|  Number of clauses:    2917351                                              |
1118.24/1128.40	c 1128	|  Parsing time:         2.72         s                                       |
1118.44/1128.60	c 1129	============================[ Search Statistics ]==============================
1118.44/1128.60	c 1129	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1118.44/1128.60	c 1129	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1118.44/1128.60	c 1129	===============================================================================
1118.44/1128.60	c 1129	|         0 |   11723  2917351 26108852 |   972450        0    nan |  0.000 % |
1118.54/1128.76	c 1129	|       100 |   11723  2917351 26108852 |  1069695      100     10 |  0.000 % |
1118.74/1128.94	c 1129	|       252 |   11723  2917351 26108852 |  1176664      252     10 |  0.000 % |
1118.93/1129.10	c 1129	|       479 |   11723  2917351 26108852 |  1294331      479     10 |  0.000 % |
1119.13/1129.31	c 1129	|       817 |   11723  2917351 26108852 |  1423764      817      9 |  0.000 % |
1119.13/1129.37	c 1129	|      1324 |   11723  2917351 26108852 |  1566140     1324     10 |  0.000 % |
1119.33/1129.53	c 1129	|      2084 |   11723  2917351 26108852 |  1722755     2084     10 |  0.000 % |
1119.82/1130.06	c 1130	|      3225 |   11723  2917351 26108852 |  1895030     3225     10 |  0.000 % |
1120.32/1130.59	c 1131	|      4933 |   11723  2917351 26108852 |  2084533     4933     12 |  0.000 % |
1121.62/1131.82	c 1132	|      7495 |   11723  2917351 26108852 |  2292987     7495     11 |  0.000 % |
1124.38/1134.65	c 1135	|     11339 |   11723  2917351 26108852 |  2522285    11339     11 |  0.000 % |
1127.25/1137.54	c 1137	|     17105 |   11723  2917351 26108852 |  2774514    17105     11 |  0.000 % |
1131.22/1141.56	c 1141	|     25754 |   11723  2917351 26108852 |  3051965    25754     11 |  0.000 % |
1138.64/1149.04	c 1149	|     38728 |   11723  2917351 26108852 |  3357162    38728     12 |  0.000 % |
1145.77/1156.26	c 1156	|     58189 |   11723  2917351 26108852 |  3692878    58189     12 |  0.000 % |
1159.55/1170.11	c 1170	|     87381 |   11723  2917351 26108852 |  4062166    87381     12 |  0.000 % |
1178.07/1188.80	c 1189	|    131171 |   11723  2917351 26108852 |  4468383   131171     13 |  0.000 % |
1220.96/1232.18	c 1232	|    196855 |   11723  2917351 26108852 |  4915221   196855     13 |  0.000 % |
1287.92/1299.76	c 1300	|    295381 |   11723  2917351 26108852 |  5406743   295381     13 |  0.000 % |
1323.19/1335.32	c 1335	===============================================================================
1323.19/1335.32	c 1335	restarts              : 19
1323.19/1335.32	c 1335	conflicts             : 340577         (1641 /sec)
1323.19/1335.32	c 1335	decisions             : 482246         (1.77 % random) (2324 /sec)
1323.19/1335.32	c 1335	propagations          : 9458077        (45570 /sec)
1323.19/1335.32	c 1335	conflict literals     : 4473034        (21.15 % deleted)
1323.19/1335.32	c 1335	Memory used           : 254.57 MB
1323.19/1335.32	c 1335	CPU time              : 207.551 s
1323.19/1335.32	c 1335	
1323.19/1335.32	c 1335	SATISFIABLE
1323.19/1335.37	c 1335	DECODING HOME/temp.out WITH HOME/temp.map
1323.19/1335.37	c 1335	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1323.27/1335.46	c 1335	Decoding HOME/temp.out
1323.27/1335.58	s SATISFIABLE
1323.27/1335.59	v 20 25 8 18 18 12 4 4 10 19 25 0 17 11 4 21 0 25 14 17 17 14 4 24 17 4 21 4 4 18 4 20 17 20 18 18 12 8 19 0 18 18 7 14 11 4 15 4 13 19 4 11 18 0 22 11 0 19 18 4 0 19 17 4 24 18 24 20 18 20 19 8 11 4 17 8 19 18 18 4 19 20 18 4 3 20 15 4 19 7 20 15 19 20 17 13 18 4 21 4 0 25 14 11 11 0 12 24 18 2 0 21 4 19 24 18 14 13 20 13 0 15 14 11 24 18 22 0 17 13 18 12 8 17 24 4 22 19 17 4 4 6 17 20 24 4 17 4 11 24 17 4 15 0 19 8 14 3 25 14 18 4 17 8 2 14 19 0 6 14 14 17 0 13 12 24 19 7 18 7 4 0 5 13 0 17 4
1323.27/1335.62	c 1336	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1323.27/1335.65	c 1336	CPU 1321.37 (0.04 0.01 1321.33 2.14)
1323.27/1335.65	c 1336	END Fri Jul  4 05:05:13 2008

Verifier Data (download as text)

OK

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-1063938-1215139377/watcher-1063938-1215139377 -o /tmp/evaluation-result-1063938-1215139377/solver-1063938-1215139377 -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-1063938-1215139377.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.01 2.00 2.00 3/82 21651
/proc/meminfo: memFree=1756912/2055920 swapFree=4179916/4192956
[pid=21651] ppid=21649 vsize=12000 CPUtime=0
/proc/21651/stat : 21651 (sugar) R 21649 21651 18683 0 -1 4194304 195 0 0 0 0 0 0 0 20 0 1 0 1992910942 12288000 163 996147200 4194304 4206940 548682068608 18446744073709551615 213115887743 0 0 4224 0 0 0 0 17 1 0 0
/proc/21651/statm: 3000 163 125 3 0 100 0

[startup+0.0742 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 21651
/proc/meminfo: memFree=1756912/2055920 swapFree=4179916/4192956
[pid=21651] ppid=21649 vsize=13600 CPUtime=0.03
/proc/21651/stat : 21651 (sugar) S 21649 21651 18683 0 -1 4194304 900 127 0 0 3 0 0 0 20 0 1 0 1992910942 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21651/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101514 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 21651
/proc/meminfo: memFree=1756912/2055920 swapFree=4179916/4192956
[pid=21651] ppid=21649 vsize=13600 CPUtime=0.03
/proc/21651/stat : 21651 (sugar) S 21649 21651 18683 0 -1 4194304 900 127 0 0 3 0 0 0 20 0 1 0 1992910942 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21651/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301535 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 21651
/proc/meminfo: memFree=1756912/2055920 swapFree=4179916/4192956
[pid=21651] ppid=21649 vsize=13600 CPUtime=0.03
/proc/21651/stat : 21651 (sugar) S 21649 21651 18683 0 -1 4194304 900 127 0 0 3 0 0 0 20 0 1 0 1992910942 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21651/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701584 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 21651
/proc/meminfo: memFree=1756912/2055920 swapFree=4179916/4192956
[pid=21651] ppid=21649 vsize=13600 CPUtime=0.03
/proc/21651/stat : 21651 (sugar) S 21649 21651 18683 0 -1 4194304 900 127 0 0 3 0 0 0 20 0 1 0 1992910942 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21651/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50267 s]
/proc/loadavg: 2.01 2.00 2.00 6/93 21673
/proc/meminfo: memFree=1715864/2055920 swapFree=4179916/4192956
[pid=21651] ppid=21649 vsize=13600 CPUtime=0.83
/proc/21651/stat : 21651 (sugar) S 21649 21651 18683 0 -1 4194304 973 9206 0 1 3 0 74 6 16 0 1 0 1992910942 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21651/statm: 3400 797 370 3 0 500 0
[pid=21664] ppid=21651 vsize=5356 CPUtime=0
/proc/21664/stat : 21664 (sh) S 21651 21651 18683 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992911031 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21664/statm: 1339 233 193 169 0 50 0
[pid=21665] ppid=21664 vsize=864100 CPUtime=0.59
/proc/21665/stat : 21665 (java) S 21664 21651 18683 0 -1 0 5828 0 1 0 56 3 0 0 18 0 9 0 1992911032 884838400 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21665/statm: 216025 5105 2532 9 0 210607 0
[pid=21665/tid=21666] ppid=21664 vsize=864100 CPUtime=0.43
/proc/21665/task/21666/stat : 21666 (java) R 21664 21651 18683 0 -1 64 2446 0 1 0 42 1 0 0 21 0 9 0 1992911032 884838400 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4126431899 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21667] ppid=21664 vsize=864100 CPUtime=0.08
/proc/21665/task/21667/stat : 21667 (java) S 21664 21651 18683 0 -1 64 2362 0 0 0 7 1 0 0 16 0 9 0 1992911034 884838400 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21668] ppid=21664 vsize=864100 CPUtime=0
/proc/21665/task/21668/stat : 21668 (java) S 21664 21651 18683 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992911034 884838400 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21669] ppid=21664 vsize=864100 CPUtime=0
/proc/21665/task/21669/stat : 21669 (java) S 21664 21651 18683 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992911034 884838400 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21670] ppid=21664 vsize=864100 CPUtime=0
/proc/21665/task/21670/stat : 21670 (java) S 21664 21651 18683 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992911036 884838400 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21671] ppid=21664 vsize=864100 CPUtime=0.05
/proc/21665/task/21671/stat : 21671 (java) S 21664 21651 18683 0 -1 64 323 0 0 0 5 0 0 0 16 0 9 0 1992911036 884838400 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21672] ppid=21664 vsize=864100 CPUtime=0
/proc/21665/task/21672/stat : 21672 (java) S 21664 21651 18683 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992911036 884838400 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21673] ppid=21664 vsize=864100 CPUtime=0
/proc/21665/task/21673/stat : 21673 (java) S 21664 21651 18683 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992911036 884838400 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883056

[startup+3.10284 s]
/proc/loadavg: 2.17 2.03 2.01 4/93 21673
/proc/meminfo: memFree=1680536/2055920 swapFree=4179916/4192956
[pid=21651] ppid=21649 vsize=13600 CPUtime=0.83
/proc/21651/stat : 21651 (sugar) S 21649 21651 18683 0 -1 4194304 973 9206 0 1 3 0 74 6 15 0 1 0 1992910942 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21651/statm: 3400 797 370 3 0 500 0
[pid=21664] ppid=21651 vsize=5356 CPUtime=0
/proc/21664/stat : 21664 (sh) S 21651 21651 18683 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992911031 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21664/statm: 1339 233 193 169 0 50 0
[pid=21665] ppid=21664 vsize=864248 CPUtime=2.17
/proc/21665/stat : 21665 (java) S 21664 21651 18683 0 -1 0 14946 0 1 0 208 9 0 0 18 0 9 0 1992911032 884989952 13807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21665/statm: 216062 13807 2540 9 0 210637 0
[pid=21665/tid=21666] ppid=21664 vsize=864248 CPUtime=1.12
/proc/21665/task/21666/stat : 21666 (java) R 21664 21651 18683 0 -1 64 3118 0 1 0 110 2 0 0 25 0 9 0 1992911032 884989952 13807 996147200 134512640 134550740 4294955952 18446744073709551615 101444436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21667] ppid=21664 vsize=864248 CPUtime=0.94
/proc/21665/task/21667/stat : 21667 (java) S 21664 21651 18683 0 -1 64 10791 0 0 0 89 5 0 0 17 0 9 0 1992911034 884989952 13807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21668] ppid=21664 vsize=864248 CPUtime=0
/proc/21665/task/21668/stat : 21668 (java) S 21664 21651 18683 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992911034 884989952 13807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21669] ppid=21664 vsize=864248 CPUtime=0
/proc/21665/task/21669/stat : 21669 (java) S 21664 21651 18683 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992911034 884989952 13807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21670] ppid=21664 vsize=864248 CPUtime=0
/proc/21665/task/21670/stat : 21670 (java) S 21664 21651 18683 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992911036 884989952 13807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21671] ppid=21664 vsize=864248 CPUtime=0.08
/proc/21665/task/21671/stat : 21671 (java) S 21664 21651 18683 0 -1 64 340 0 0 0 8 0 0 0 16 0 9 0 1992911036 884989952 13807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21672] ppid=21664 vsize=864248 CPUtime=0
/proc/21665/task/21672/stat : 21672 (java) S 21664 21651 18683 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992911036 884989952 13807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21673] ppid=21664 vsize=864248 CPUtime=0
/proc/21665/task/21673/stat : 21673 (java) S 21664 21651 18683 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992911036 884989952 13807 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883204

[startup+6.30219 s]
/proc/loadavg: 2.17 2.03 2.01 4/93 21673
/proc/meminfo: memFree=1532952/2055920 swapFree=4179916/4192956
[pid=21651] ppid=21649 vsize=13600 CPUtime=0.83
/proc/21651/stat : 21651 (sugar) S 21649 21651 18683 0 -1 4194304 973 9206 0 1 3 0 74 6 16 0 1 0 1992910942 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21651/statm: 3400 797 370 3 0 500 0
[pid=21664] ppid=21651 vsize=5356 CPUtime=0
/proc/21664/stat : 21664 (sh) S 21651 21651 18683 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992911031 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21664/statm: 1339 233 193 169 0 50 0
[pid=21665] ppid=21664 vsize=889380 CPUtime=5.34
/proc/21665/stat : 21665 (java) S 21664 21651 18683 0 -1 0 43390 0 1 0 511 23 0 0 18 0 9 0 1992911032 910725120 36991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21665/statm: 222345 36991 2540 9 0 216920 0
[pid=21665/tid=21666] ppid=21664 vsize=889380 CPUtime=2.25
/proc/21665/task/21666/stat : 21666 (java) S 21664 21651 18683 0 -1 64 3578 0 1 0 222 3 0 0 19 0 9 0 1992911032 910725120 36991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21667] ppid=21664 vsize=889380 CPUtime=2.87
/proc/21665/task/21667/stat : 21667 (java) R 21664 21651 18683 0 -1 64 37678 0 0 0 269 18 0 0 20 0 9 0 1992911034 910725120 36991 996147200 134512640 134550740 4294955952 18446744073709551615 102731781 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21668] ppid=21664 vsize=889380 CPUtime=0
/proc/21665/task/21668/stat : 21668 (java) S 21664 21651 18683 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992911034 910725120 36991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21669] ppid=21664 vsize=889380 CPUtime=0
/proc/21665/task/21669/stat : 21669 (java) S 21664 21651 18683 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992911034 910725120 36991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21670] ppid=21664 vsize=889380 CPUtime=0
/proc/21665/task/21670/stat : 21670 (java) S 21664 21651 18683 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992911036 910725120 36991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21671] ppid=21664 vsize=889380 CPUtime=0.18
/proc/21665/task/21671/stat : 21671 (java) S 21664 21651 18683 0 -1 64 1437 0 0 0 18 0 0 0 16 0 9 0 1992911036 910725120 36991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21672] ppid=21664 vsize=889380 CPUtime=0
/proc/21665/task/21672/stat : 21672 (java) S 21664 21651 18683 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992911036 910725120 36991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21673] ppid=21664 vsize=889380 CPUtime=0
/proc/21665/task/21673/stat : 21673 (java) S 21664 21651 18683 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992911036 910725120 36991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 908336

[startup+12.7029 s]
/proc/loadavg: 2.22 2.05 2.02 3/93 21673
/proc/meminfo: memFree=1437848/2055920 swapFree=4179916/4192956
[pid=21651] ppid=21649 vsize=13600 CPUtime=0.83
/proc/21651/stat : 21651 (sugar) S 21649 21651 18683 0 -1 4194304 974 9206 0 1 3 0 74 6 16 0 1 0 1992910942 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21651/statm: 3400 797 370 3 0 500 0
[pid=21664] ppid=21651 vsize=5356 CPUtime=0
/proc/21664/stat : 21664 (sh) S 21651 21651 18683 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992911031 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21664/statm: 1339 233 193 169 0 50 0
[pid=21665] ppid=21664 vsize=868500 CPUtime=11.67
/proc/21665/stat : 21665 (java) S 21664 21651 18683 0 -1 0 70283 0 1 0 1130 37 0 0 18 0 9 0 1992911032 889344000 49299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21665/statm: 217125 49299 2565 9 0 211672 0
[pid=21665/tid=21666] ppid=21664 vsize=868500 CPUtime=6.14
/proc/21665/task/21666/stat : 21666 (java) R 21664 21651 18683 0 -1 64 5117 0 1 0 609 5 0 0 25 0 9 0 1992911032 889344000 49299 996147200 134512640 134550740 4294955952 18446744073709551615 102064753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21667] ppid=21664 vsize=868500 CPUtime=5.27
/proc/21665/task/21667/stat : 21667 (java) S 21664 21651 18683 0 -1 64 62998 0 0 0 497 30 0 0 16 0 9 0 1992911034 889344000 49299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21668] ppid=21664 vsize=868500 CPUtime=0
/proc/21665/task/21668/stat : 21668 (java) S 21664 21651 18683 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992911034 889344000 49299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21665/tid=21669] ppid=21664 vsize=868500 CPUtime=0
/proc/21665/task/21669/stat : 21669 (java) S 21664 21651 18683 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992911034 889344000 49299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21665/tid=21670] ppid=21664 vsize=868500 CPUtime=0
/proc/21665/task/21670/stat : 21670 (java) S 21664 21651 18683 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992911036 889344000 49299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21671] ppid=21664 vsize=868500 CPUtime=0.24
/proc/21665/task/21671/stat : 21671 (java) S 21664 21651 18683 0 -1 64 1471 0 0 0 23 1 0 0 17 0 9 0 1992911036 889344000 49299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21672] ppid=21664 vsize=868500 CPUtime=0
/proc/21665/task/21672/stat : 21672 (java) S 21664 21651 18683 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992911036 889344000 49299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21673] ppid=21664 vsize=868500 CPUtime=0
/proc/21665/task/21673/stat : 21673 (java) S 21664 21651 18683 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992911036 889344000 49299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887456

[startup+25.5013 s]
/proc/loadavg: 2.34 2.08 2.02 3/93 21673
/proc/meminfo: memFree=1419288/2055920 swapFree=4179916/4192956
[pid=21651] ppid=21649 vsize=13600 CPUtime=0.83
/proc/21651/stat : 21651 (sugar) S 21649 21651 18683 0 -1 4194304 974 9206 0 1 3 0 74 6 16 0 1 0 1992910942 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21651/statm: 3400 797 370 3 0 500 0
[pid=21664] ppid=21651 vsize=5356 CPUtime=0
/proc/21664/stat : 21664 (sh) S 21651 21651 18683 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992911031 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21664/statm: 1339 233 193 169 0 50 0
[pid=21665] ppid=21664 vsize=868500 CPUtime=24.34
/proc/21665/stat : 21665 (java) S 21664 21651 18683 0 -1 0 70835 0 1 0 2392 42 0 0 18 0 9 0 1992911032 889344000 49817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21665/statm: 217125 49817 2565 9 0 211672 0
[pid=21665/tid=21666] ppid=21664 vsize=868500 CPUtime=18.59
/proc/21665/task/21666/stat : 21666 (java) R 21664 21651 18683 0 -1 64 5153 0 1 0 1849 10 0 0 25 0 9 0 1992911032 889344000 49817 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21667] ppid=21664 vsize=868500 CPUtime=5.48
/proc/21665/task/21667/stat : 21667 (java) S 21664 21651 18683 0 -1 64 63507 0 0 0 518 30 0 0 16 0 9 0 1992911034 889344000 49817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21668] ppid=21664 vsize=868500 CPUtime=0
/proc/21665/task/21668/stat : 21668 (java) S 21664 21651 18683 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992911034 889344000 49817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21665/tid=21669] ppid=21664 vsize=868500 CPUtime=0
/proc/21665/task/21669/stat : 21669 (java) S 21664 21651 18683 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992911034 889344000 49817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/21665/task/21667/stat : 21667 (java) S 21664 21651 18683 0 -1 64 116302 0 0 0 1192 53 0 0 16 0 9 0 1992911034 889344000 83975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21665/tid=21668] ppid=21664 vsize=868500 CPUtime=0
/proc/21665/task/21668/stat : 21668 (java) S 21664 21651 18683 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992911034 889344000 83975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21669] ppid=21664 vsize=868500 CPUtime=0
/proc/21665/task/21669/stat : 21669 (java) S 21664 21651 18683 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992911034 889344000 83975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21665/tid=21670] ppid=21664 vsize=868500 CPUtime=0
/proc/21665/task/21670/stat : 21670 (java) S 21664 21651 18683 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992911036 889344000 83975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21671] ppid=21664 vsize=868500 CPUtime=0.26
/proc/21665/task/21671/stat : 21671 (java) S 21664 21651 18683 0 -1 64 1483 0 0 0 25 1 0 0 16 0 9 0 1992911036 889344000 83975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21672] ppid=21664 vsize=868500 CPUtime=0
/proc/21665/task/21672/stat : 21672 (java) S 21664 21651 18683 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992911036 889344000 83975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21665/tid=21673] ppid=21664 vsize=868500 CPUtime=0
/proc/21665/task/21673/stat : 21673 (java) S 21664 21651 18683 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992911036 889344000 83975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1112.16
Current children cumulated vsize (KiB) 887456

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/77 21683
/proc/meminfo: memFree=1137496/2055920 swapFree=4179916/4192956
[pid=21651] ppid=21649 vsize=13600 CPUtime=1115.21
/proc/21651/stat : 21651 (sugar) S 21649 21651 18683 0 -1 4194304 1032 133707 0 2 4 1 111356 160 16 0 1 0 1992910942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21651/statm: 3400 798 370 3 0 500 0
[pid=21682] ppid=21651 vsize=5356 CPUtime=0
/proc/21682/stat : 21682 (sh) S 21651 21651 18683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993023475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21682/statm: 1339 232 193 169 0 50 0
[pid=21683] ppid=21682 vsize=231168 CPUtime=56.41
/proc/21683/stat : 21683 (minisat) R 21682 21651 18683 0 -1 4194304 56322 0 0 0 5602 39 0 0 25 0 1 0 1993023476 236716032 56308 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21683/statm: 57792 56308 76 150 0 57639 0
Current children cumulated CPU time (s) 1171.62
Current children cumulated vsize (KiB) 250124

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/77 21683
/proc/meminfo: memFree=1121176/2055920 swapFree=4179916/4192956
[pid=21651] ppid=21649 vsize=13600 CPUtime=1115.21
/proc/21651/stat : 21651 (sugar) S 21649 21651 18683 0 -1 4194304 1032 133707 0 2 4 1 111356 160 16 0 1 0 1992910942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21651/statm: 3400 798 370 3 0 500 0
[pid=21682] ppid=21651 vsize=5356 CPUtime=0
/proc/21682/stat : 21682 (sh) S 21651 21651 18683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993023475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21682/statm: 1339 232 193 169 0 50 0
[pid=21683] ppid=21682 vsize=245376 CPUtime=115.85
/proc/21683/stat : 21683 (minisat) R 21682 21651 18683 0 -1 4194304 59697 0 0 0 11543 42 0 0 25 0 1 0 1993023476 251265024 59683 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21683/statm: 61344 59683 76 150 0 61191 0
Current children cumulated CPU time (s) 1231.06
Current children cumulated vsize (KiB) 264332

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 21683
/proc/meminfo: memFree=1110232/2055920 swapFree=4179916/4192956
[pid=21651] ppid=21649 vsize=13600 CPUtime=1115.21
/proc/21651/stat : 21651 (sugar) S 21649 21651 18683 0 -1 4194304 1032 133707 0 2 4 1 111356 160 16 0 1 0 1992910942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21651/statm: 3400 798 370 3 0 500 0
[pid=21682] ppid=21651 vsize=5356 CPUtime=0
/proc/21682/stat : 21682 (sh) S 21651 21651 18683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993023475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21682/statm: 1339 232 193 169 0 50 0
[pid=21683] ppid=21682 vsize=254824 CPUtime=175.29
/proc/21683/stat : 21683 (minisat) R 21682 21651 18683 0 -1 4194304 62049 0 0 0 17485 44 0 0 25 0 1 0 1993023476 260939776 62035 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/21683/statm: 63706 62035 76 150 0 63553 0
Current children cumulated CPU time (s) 1290.5
Current children cumulated vsize (KiB) 273780

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

[startup+1305.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 21683
/proc/meminfo: memFree=1109784/2055920 swapFree=4179916/4192956
[pid=21651] ppid=21649 vsize=13600 CPUtime=1115.21
/proc/21651/stat : 21651 (sugar) S 21649 21651 18683 0 -1 4194304 1032 133707 0 2 4 1 111356 160 16 0 1 0 1992910942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21651/statm: 3400 798 370 3 0 500 0
[pid=21682] ppid=21651 vsize=5356 CPUtime=0
/proc/21682/stat : 21682 (sh) S 21651 21651 18683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993023475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21682/statm: 1339 232 193 169 0 50 0
[pid=21683] ppid=21682 vsize=255380 CPUtime=178.46
/proc/21683/stat : 21683 (minisat) R 21682 21651 18683 0 -1 4194304 62180 0 0 0 17802 44 0 0 25 0 1 0 1993023476 261509120 62166 996147200 134512640 135127466 4294956272 18446744073709551615 134530650 0 0 4096 3 0 0 0 17 1 0 0
/proc/21683/statm: 63845 62166 76 150 0 63692 0
Current children cumulated CPU time (s) 1293.67
Current children cumulated vsize (KiB) 274336

[startup+1318.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 21683
/proc/meminfo: memFree=1107672/2055920 swapFree=4179916/4192956
[pid=21651] ppid=21649 vsize=13600 CPUtime=1115.21
/proc/21651/stat : 21651 (sugar) S 21649 21651 18683 0 -1 4194304 1032 133707 0 2 4 1 111356 160 16 0 1 0 1992910942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21651/statm: 3400 798 370 3 0 500 0
[pid=21682] ppid=21651 vsize=5356 CPUtime=0
/proc/21682/stat : 21682 (sh) S 21651 21651 18683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993023475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21682/statm: 1339 232 193 169 0 50 0
[pid=21683] ppid=21682 vsize=258112 CPUtime=191.14
/proc/21683/stat : 21683 (minisat) R 21682 21651 18683 0 -1 4194304 62708 0 0 0 19069 45 0 0 25 0 1 0 1993023476 264306688 62694 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21683/statm: 64528 62694 76 150 0 64375 0
Current children cumulated CPU time (s) 1306.35
Current children cumulated vsize (KiB) 277068

[startup+1324.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 21683
/proc/meminfo: memFree=1106712/2055920 swapFree=4179916/4192956
[pid=21651] ppid=21649 vsize=13600 CPUtime=1115.21
/proc/21651/stat : 21651 (sugar) S 21649 21651 18683 0 -1 4194304 1032 133707 0 2 4 1 111356 160 16 0 1 0 1992910942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21651/statm: 3400 798 370 3 0 500 0
[pid=21682] ppid=21651 vsize=5356 CPUtime=0
/proc/21682/stat : 21682 (sh) S 21651 21651 18683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993023475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21682/statm: 1339 232 193 169 0 50 0
[pid=21683] ppid=21682 vsize=259116 CPUtime=197.48
/proc/21683/stat : 21683 (minisat) R 21682 21651 18683 0 -1 4194304 62930 0 0 0 19703 45 0 0 25 0 1 0 1993023476 265334784 62916 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21683/statm: 64779 62916 76 150 0 64626 0
Current children cumulated CPU time (s) 1312.69
Current children cumulated vsize (KiB) 278072

[startup+1331.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 21683
/proc/meminfo: memFree=1105560/2055920 swapFree=4179916/4192956
[pid=21651] ppid=21649 vsize=13600 CPUtime=1115.21
/proc/21651/stat : 21651 (sugar) S 21649 21651 18683 0 -1 4194304 1032 133707 0 2 4 1 111356 160 16 0 1 0 1992910942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21651/statm: 3400 798 370 3 0 500 0
[pid=21682] ppid=21651 vsize=5356 CPUtime=0
/proc/21682/stat : 21682 (sh) S 21651 21651 18683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993023475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21682/statm: 1339 232 193 169 0 50 0
[pid=21683] ppid=21682 vsize=260284 CPUtime=203.82
/proc/21683/stat : 21683 (minisat) R 21682 21651 18683 0 -1 4194304 63219 0 0 0 20337 45 0 0 25 0 1 0 1993023476 266530816 63205 996147200 134512640 135127466 4294956272 18446744073709551615 134529967 0 0 4096 3 0 0 0 17 1 0 0
/proc/21683/statm: 65071 63205 76 150 0 64918 0
Current children cumulated CPU time (s) 1319.03
Current children cumulated vsize (KiB) 279240

[startup+1334.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 21683
/proc/meminfo: memFree=1105176/2055920 swapFree=4179916/4192956
[pid=21651] ppid=21649 vsize=13600 CPUtime=1115.21
/proc/21651/stat : 21651 (sugar) S 21649 21651 18683 0 -1 4194304 1032 133707 0 2 4 1 111356 160 16 0 1 0 1992910942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21651/statm: 3400 798 370 3 0 500 0
[pid=21682] ppid=21651 vsize=5356 CPUtime=0
/proc/21682/stat : 21682 (sh) S 21651 21651 18683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993023475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21682/statm: 1339 232 193 169 0 50 0
[pid=21683] ppid=21682 vsize=260548 CPUtime=206.99
/proc/21683/stat : 21683 (minisat) R 21682 21651 18683 0 -1 4194304 63306 0 0 0 20654 45 0 0 25 0 1 0 1993023476 266801152 63292 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21683/statm: 65137 63292 76 150 0 64984 0
Current children cumulated CPU time (s) 1322.2
Current children cumulated vsize (KiB) 279504

[startup+1335.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 21683
/proc/meminfo: memFree=1105176/2055920 swapFree=4179916/4192956
[pid=21651] ppid=21649 vsize=13600 CPUtime=1115.21
/proc/21651/stat : 21651 (sugar) S 21649 21651 18683 0 -1 4194304 1032 133707 0 2 4 1 111356 160 16 0 1 0 1992910942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21651/statm: 3400 798 370 3 0 500 0
[pid=21682] ppid=21651 vsize=5356 CPUtime=0
/proc/21682/stat : 21682 (sh) S 21651 21651 18683 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993023475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21682/statm: 1339 232 193 169 0 50 0
[pid=21683] ppid=21682 vsize=260680 CPUtime=207.78
/proc/21683/stat : 21683 (minisat) R 21682 21651 18683 0 -1 4194304 63329 0 0 0 20733 45 0 0 25 0 1 0 1993023476 266936320 63315 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/21683/statm: 65170 63315 76 150 0 65017 0
Current children cumulated CPU time (s) 1322.99
Current children cumulated vsize (KiB) 279636

[startup+1335.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 21683
/proc/meminfo: memFree=1105048/2055920 swapFree=4179916/4192956
[pid=21651] ppid=21649 vsize=13600 CPUtime=1323.27
/proc/21651/stat : 21651 (sugar) S 21649 21651 18683 0 -1 4194304 1087 197344 0 2 4 1 132112 210 16 0 1 0 1992910942 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21651/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1323.27
Current children cumulated vsize (KiB) 13600

[startup+1335.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 21683
/proc/meminfo: memFree=1105048/2055920 swapFree=4179916/4192956
[pid=21651] ppid=21649 vsize=13600 CPUtime=1323.57
/proc/21651/stat : 21651 (sugar) R 21649 21651 18683 0 -1 4194304 1116 201098 0 3 4 6 132133 214 16 0 1 0 1992910942 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213116490793 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21651/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 1323.57
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1335.72
CPU time (s): 1323.61
CPU user time (s): 1321.38
CPU system time (s): 2.22966
CPU usage (%): 99.093
Max. virtual memory (cumulated for all children) (KiB): 913460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1321.38
system time used= 2.22966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202244
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= 29526
involuntary context switches= 53861

runsolver used 1.56376 second user time and 4.55931 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-04 04:42:57
IDJOB=1063938
IDBENCH=54890
IDSOLVER=346
FILE ID=node37/1063938-1215139377
PBS_JOBID= 7877303
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-15-09.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-1063938-1215139377/watcher-1063938-1215139377 -o /tmp/evaluation-result-1063938-1215139377/solver-1063938-1215139377 -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-1063938-1215139377.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 37fc4856568d841902d46b632fbbf16a
RANDOM SEED=911721627

node37.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.236
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.236
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:       1758224 kB
Buffers:         26484 kB
Cached:         131044 kB
SwapCached:       6964 kB
Active:         188804 kB
Inactive:        51740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758224 kB
SwapTotal:     4192956 kB
SwapFree:      4179916 kB
Dirty:            6116 kB
Writeback:           0 kB
Mapped:          99944 kB
Slab:            42264 kB
Committed_AS:  3571940 kB
PageTables:       2048 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66412 MiB
End job on node37 at 2008-07-04 05:05:13