Trace number 1094826

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 70.7802 72.0429

General information on the benchmark

Namecsp/fapp/fapp20/
normalized-fapp20-0420-5.xml
MD5SUM70ddb348b4d5b5c4a2e5632f29aa23c6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.39279
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints4737
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4737
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 Sat Jul  5 19:45:30 2008
0.00/0.04	c 0	PID 25007
0.00/0.05	c 0	HOST node26.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1094826-1215279930.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-1094826-1215279930.xml' 'HOME/temp.csp'
0.03/0.88	c 1	14 domains, 420 variables, 6 predicates, 0 relations, 4737 constraints
0.03/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.94	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.89/1.02	c 1	Parsing HOME/temp.csp
1.39/1.50	c 1	parsed 5177 expressions
1.39/1.50	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.39/1.50	c 1	Converting to clausal form CSP
1.68/1.89	c 2	converted 518 (10%) expressions
2.77/3.00	c 3	converted 1036 (20%) expressions
3.65/3.86	c 4	converted 1554 (30%) expressions
4.45/4.60	c 4	converted 2071 (40%) expressions
5.15/5.34	c 5	converted 2589 (50%) expressions
5.73/5.92	c 6	converted 3107 (60%) expressions
6.24/6.47	c 6	converted 3624 (70%) expressions
7.03/7.28	c 7	converted 4142 (80%) expressions
7.62/7.80	c 8	converted 4660 (90%) expressions
8.11/8.34	c 8	converted 5177 (100%) expressions
8.11/8.34	c 8	CSP : 835 integers, 13508 booleans, 28856 clauses, largest domain size 2821
8.11/8.34	c 8	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.11/8.34	c 8	Propagation in CSP
8.41/8.69	c 9	10900 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.41/8.69	c 9	CSP : 835 integers, 13508 booleans, 28856 clauses, largest domain size 2821
8.41/8.69	c 9	Heap : 44 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.51/8.72	c 9	Simplifing CSP by introducing new Boolean variables
8.51/8.77	c 9	CSP : 835 integers, 23130 booleans, 38478 clauses, largest domain size 2821
8.51/8.77	c 9	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.89/9.15	c 9	Encoding CSP to SAT : HOME/temp.cnf
9.30/9.56	c 9	84 (10%) CSP integer variables are encoded (16040 clauses, 218566 bytes)
9.70/9.93	c 10	167 (20%) CSP integer variables are encoded (33048 clauses, 473686 bytes)
10.09/10.32	c 10	251 (30%) CSP integer variables are encoded (51052 clauses, 743746 bytes)
10.39/10.70	c 11	334 (40%) CSP integer variables are encoded (68406 clauses, 1004056 bytes)
10.80/11.07	c 11	418 (50%) CSP integer variables are encoded (85889 clauses, 1266301 bytes)
10.99/11.25	c 11	501 (60%) CSP integer variables are encoded (211472 clauses, 3373847 bytes)
11.19/11.43	c 11	585 (70%) CSP integer variables are encoded (353196 clauses, 5783155 bytes)
11.28/11.59	c 11	668 (80%) CSP integer variables are encoded (471191 clauses, 7789070 bytes)
11.49/11.79	c 12	752 (90%) CSP integer variables are encoded (631131 clauses, 10508050 bytes)
11.69/11.97	c 12	835 (100%) CSP integer variables are encoded (776474 clauses, 12978881 bytes)
23.44/23.81	c 24	3848 (10%) CSP clauses are encoded (2456583 clauses, 48463204 bytes)
31.94/32.49	c 32	7696 (20%) CSP clauses are encoded (4035107 clauses, 82860264 bytes)
37.28/37.82	c 38	11544 (30%) CSP clauses are encoded (5187860 clauses, 108848953 bytes)
40.74/41.39	c 41	15392 (40%) CSP clauses are encoded (6010585 clauses, 127711981 bytes)
44.54/45.42	c 45	19239 (50%) CSP clauses are encoded (7072243 clauses, 152664924 bytes)
47.22/48.12	c 48	23087 (60%) CSP clauses are encoded (7928367 clauses, 173082552 bytes)
49.78/50.79	c 51	26935 (70%) CSP clauses are encoded (8809322 clauses, 194304788 bytes)
52.65/53.69	c 54	30783 (80%) CSP clauses are encoded (9818585 clauses, 218605687 bytes)
55.09/56.19	c 56	34631 (90%) CSP clauses are encoded (10621603 clauses, 237910639 bytes)
57.75/58.85	c 59	38478 (100%) CSP clauses are encoded (11509846 clauses, 259476977 bytes)
57.75/58.85	c 59	38478 CSP clauses encoded
57.75/58.85	c 59	Writing map file : HOME/temp.map
57.75/58.89	c 59	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
57.75/58.89	c 59	SAT : 800439 SAT variables, 11509846 SAT clauses, 259476977 bytes
57.75/58.89	c 59	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
57.84/58.95	c 59	SOLVING HOME/temp.cnf
57.84/58.95	c 59	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
57.84/58.96	c 59	This is MiniSat 2.0 beta
57.84/58.96	c 59	WARNING: for repeatability, setting FPU to use double precision
57.84/58.96	c 59	============================[ Problem Statistics ]=============================
57.84/58.96	c 59	|                                                                             |
57.84/58.96	c 59	|  Number of variables:  800439                                               |
57.84/58.96	c 59	|  Number of clauses:    11509846                                             |
64.21/65.48	c 65	|  Parsing time:         5.67         s                                       |
64.51/65.79	c 66	============================[ Search Statistics ]==============================
64.51/65.79	c 66	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
64.51/65.79	c 66	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
64.51/65.79	c 66	===============================================================================
64.51/65.79	c 66	|         0 |  800438 11509845 31672586 |  3836615        0    nan |  0.000 % |
65.11/66.32	c 66	|       100 |  800433 11509845 31672586 |  4220276       98      3 |  0.102 % |
66.00/67.29	c 67	|       250 |  800338 11509845 31672586 |  4642304      238      3 |  1.744 % |
67.88/69.11	c 69	|       475 |  800314 11509845 31672586 |  5106534      460      3 |  2.464 % |
69.96/71.22	c 71	===============================================================================
69.96/71.22	c 71	restarts              : 4
69.96/71.22	c 71	conflicts             : 686            (61 /sec)
69.96/71.22	c 71	decisions             : 36360          (1.12 % random) (3214 /sec)
69.96/71.22	c 71	propagations          : 18464748       (1632419 /sec)
69.96/71.22	c 71	conflict literals     : 2177           (5.92 % deleted)
69.96/71.22	c 71	Memory used           : 537.71 MB
69.96/71.22	c 71	CPU time              : 11.3113 s
69.96/71.22	c 71	
69.96/71.22	c 71	UNSATISFIABLE
70.06/71.31	c 71	DECODING HOME/temp.out WITH HOME/temp.map
70.06/71.31	c 71	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
70.06/71.40	c 71	Decoding HOME/temp.out
70.54/71.85	s UNSATISFIABLE
70.54/71.85	c 72	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
70.60/71.91	c 72	CPU 67.76 (0.04 0 67.72 2.85)
70.60/71.91	c 72	END Sat Jul  5 19:46:42 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-1094826-1215279930/watcher-1094826-1215279930 -o /tmp/evaluation-result-1094826-1215279930/solver-1094826-1215279930 -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-1094826-1215279930.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.07 2.02 2.00 4/73 25007
/proc/meminfo: memFree=1675120/2055920 swapFree=4137356/4192956
[pid=25007] ppid=25005 vsize=12132 CPUtime=0
/proc/25007/stat : 25007 (sugar) R 25005 25007 24563 0 -1 4194304 216 0 0 0 0 0 0 0 20 0 1 0 1012447914 12423168 184 996147200 4194304 4206940 548682068608 18446744073709551615 269028332257 0 0 4224 0 0 0 0 17 1 0 0
/proc/25007/statm: 3033 184 142 3 0 133 0

[startup+0.0947569 s]
/proc/loadavg: 2.07 2.02 2.00 4/73 25007
/proc/meminfo: memFree=1675120/2055920 swapFree=4137356/4192956
[pid=25007] ppid=25005 vsize=13600 CPUtime=0.03
/proc/25007/stat : 25007 (sugar) S 25005 25007 24563 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1012447914 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25007/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101754 s]
/proc/loadavg: 2.07 2.02 2.00 4/73 25007
/proc/meminfo: memFree=1675120/2055920 swapFree=4137356/4192956
[pid=25007] ppid=25005 vsize=13600 CPUtime=0.03
/proc/25007/stat : 25007 (sugar) S 25005 25007 24563 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1012447914 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25007/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301765 s]
/proc/loadavg: 2.07 2.02 2.00 4/73 25007
/proc/meminfo: memFree=1675120/2055920 swapFree=4137356/4192956
[pid=25007] ppid=25005 vsize=13600 CPUtime=0.03
/proc/25007/stat : 25007 (sugar) S 25005 25007 24563 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1012447914 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25007/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701801 s]
/proc/loadavg: 2.07 2.02 2.00 4/73 25007
/proc/meminfo: memFree=1675120/2055920 swapFree=4137356/4192956
[pid=25007] ppid=25005 vsize=13600 CPUtime=0.03
/proc/25007/stat : 25007 (sugar) S 25005 25007 24563 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1012447914 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25007/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50286 s]
/proc/loadavg: 2.07 2.02 2.00 4/84 25029
/proc/meminfo: memFree=1669208/2055920 swapFree=4137356/4192956
[pid=25007] ppid=25005 vsize=13600 CPUtime=0.85
/proc/25007/stat : 25007 (sugar) S 25005 25007 24563 0 -1 4194304 973 7293 0 1 3 0 78 4 16 0 1 0 1012447914 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25007/statm: 3400 797 370 3 0 500 0
[pid=25020] ppid=25007 vsize=5356 CPUtime=0
/proc/25020/stat : 25020 (sh) S 25007 25007 24563 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1012448008 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25020/statm: 1339 233 193 169 0 50 0
[pid=25021] ppid=25020 vsize=864040 CPUtime=0.54
/proc/25021/stat : 25021 (java) S 25020 25007 24563 0 -1 0 4103 0 1 0 51 3 0 0 18 0 9 0 1012448008 884776960 3553 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25021/statm: 216010 3553 1671 9 0 210592 0
[pid=25021/tid=25022] ppid=25020 vsize=864040 CPUtime=0.41
/proc/25021/task/25022/stat : 25022 (java) R 25020 25007 24563 0 -1 64 2467 0 1 0 40 1 0 0 20 0 9 0 1012448009 884776960 3553 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25023] ppid=25020 vsize=864040 CPUtime=0.03
/proc/25021/task/25023/stat : 25023 (java) R 25020 25007 24563 0 -1 64 606 0 0 0 3 0 0 0 16 0 9 0 1012448010 884776960 3553 996147200 134512640 134550740 4294955952 18446744073709551615 102723020 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25024] ppid=25020 vsize=864040 CPUtime=0
/proc/25021/task/25024/stat : 25024 (java) S 25020 25007 24563 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1012448010 884776960 3553 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25025] ppid=25020 vsize=864040 CPUtime=0
/proc/25021/task/25025/stat : 25025 (java) S 25020 25007 24563 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1012448010 884776960 3553 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25026] ppid=25020 vsize=864040 CPUtime=0
/proc/25021/task/25026/stat : 25026 (java) S 25020 25007 24563 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1012448012 884776960 3553 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25027] ppid=25020 vsize=864040 CPUtime=0.06
/proc/25021/task/25027/stat : 25027 (java) S 25020 25007 24563 0 -1 64 338 0 0 0 6 0 0 0 19 0 9 0 1012448012 884776960 3553 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25028] ppid=25020 vsize=864040 CPUtime=0
/proc/25021/task/25028/stat : 25028 (java) S 25020 25007 24563 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1012448012 884776960 3553 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25029] ppid=25020 vsize=864040 CPUtime=0
/proc/25021/task/25029/stat : 25029 (java) S 25020 25007 24563 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1012448012 884776960 3553 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) 882996

[startup+3.10299 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 25029
/proc/meminfo: memFree=1657304/2055920 swapFree=4137356/4192956
[pid=25007] ppid=25005 vsize=13600 CPUtime=0.85
/proc/25007/stat : 25007 (sugar) S 25005 25007 24563 0 -1 4194304 974 7293 0 1 3 0 78 4 16 0 1 0 1012447914 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25007/statm: 3400 797 370 3 0 500 0
[pid=25020] ppid=25007 vsize=5356 CPUtime=0
/proc/25020/stat : 25020 (sh) S 25007 25007 24563 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1012448008 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25020/statm: 1339 233 193 169 0 50 0
[pid=25021] ppid=25020 vsize=868404 CPUtime=2.12
/proc/25021/stat : 25021 (java) S 25020 25007 24563 0 -1 0 8487 0 1 0 206 6 0 0 18 0 9 0 1012448008 889245696 7626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25021/statm: 217101 7626 2540 9 0 211676 0
[pid=25021/tid=25022] ppid=25020 vsize=868404 CPUtime=1.64
/proc/25021/task/25022/stat : 25022 (java) R 25020 25007 24563 0 -1 64 2766 0 1 0 163 1 0 0 25 0 9 0 1012448009 889245696 7626 996147200 134512640 134550740 4294955952 18446744073709551615 4126572000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25023] ppid=25020 vsize=868404 CPUtime=0.26
/proc/25021/task/25023/stat : 25023 (java) S 25020 25007 24563 0 -1 64 3570 0 0 0 24 2 0 0 16 0 9 0 1012448010 889245696 7626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25024] ppid=25020 vsize=868404 CPUtime=0
/proc/25021/task/25024/stat : 25024 (java) S 25020 25007 24563 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1012448010 889245696 7626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25025] ppid=25020 vsize=868404 CPUtime=0
/proc/25021/task/25025/stat : 25025 (java) S 25020 25007 24563 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1012448010 889245696 7626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25026] ppid=25020 vsize=868404 CPUtime=0
/proc/25021/task/25026/stat : 25026 (java) S 25020 25007 24563 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1012448012 889245696 7626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25027] ppid=25020 vsize=868404 CPUtime=0.2
/proc/25021/task/25027/stat : 25027 (java) S 25020 25007 24563 0 -1 64 1458 0 0 0 19 1 0 0 15 0 9 0 1012448012 889245696 7626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25028] ppid=25020 vsize=868404 CPUtime=0
/proc/25021/task/25028/stat : 25028 (java) S 25020 25007 24563 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1012448012 889245696 7626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25029] ppid=25020 vsize=868404 CPUtime=0
/proc/25021/task/25029/stat : 25029 (java) S 25020 25007 24563 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1012448012 889245696 7626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887360

[startup+6.30225 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 25029
/proc/meminfo: memFree=1637016/2055920 swapFree=4137356/4192956
[pid=25007] ppid=25005 vsize=13600 CPUtime=0.85
/proc/25007/stat : 25007 (sugar) S 25005 25007 24563 0 -1 4194304 974 7293 0 1 3 0 78 4 15 0 1 0 1012447914 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25007/statm: 3400 797 370 3 0 500 0
[pid=25020] ppid=25007 vsize=5356 CPUtime=0
/proc/25020/stat : 25020 (sh) S 25007 25007 24563 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1012448008 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25020/statm: 1339 233 193 169 0 50 0
[pid=25021] ppid=25020 vsize=868404 CPUtime=5.28
/proc/25021/stat : 25021 (java) S 25020 25007 24563 0 -1 0 13827 0 1 0 519 9 0 0 18 0 9 0 1012448008 889245696 12812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25021/statm: 217101 12812 2540 9 0 211676 0
[pid=25021/tid=25022] ppid=25020 vsize=868404 CPUtime=4.22
/proc/25021/task/25022/stat : 25022 (java) R 25020 25007 24563 0 -1 64 3160 0 1 0 420 2 0 0 25 0 9 0 1012448009 889245696 12812 996147200 134512640 134550740 4294955952 18446744073709551615 4126438095 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25023] ppid=25020 vsize=868404 CPUtime=0.83
/proc/25021/task/25023/stat : 25023 (java) S 25020 25007 24563 0 -1 64 8511 0 0 0 78 5 0 0 16 0 9 0 1012448010 889245696 12812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25024] ppid=25020 vsize=868404 CPUtime=0
/proc/25021/task/25024/stat : 25024 (java) S 25020 25007 24563 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1012448010 889245696 12812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25025] ppid=25020 vsize=868404 CPUtime=0
/proc/25021/task/25025/stat : 25025 (java) S 25020 25007 24563 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1012448010 889245696 12812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25026] ppid=25020 vsize=868404 CPUtime=0
/proc/25021/task/25026/stat : 25026 (java) S 25020 25007 24563 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1012448012 889245696 12812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25027] ppid=25020 vsize=868404 CPUtime=0.21
/proc/25021/task/25027/stat : 25027 (java) S 25020 25007 24563 0 -1 64 1463 0 0 0 20 1 0 0 15 0 9 0 1012448012 889245696 12812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25028] ppid=25020 vsize=868404 CPUtime=0
/proc/25021/task/25028/stat : 25028 (java) S 25020 25007 24563 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1012448012 889245696 12812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25029] ppid=25020 vsize=868404 CPUtime=0
/proc/25021/task/25029/stat : 25029 (java) S 25020 25007 24563 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1012448012 889245696 12812 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 887360

[startup+12.7018 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 25029
/proc/meminfo: memFree=1599064/2055920 swapFree=4137356/4192956
[pid=25007] ppid=25005 vsize=13600 CPUtime=0.86
/proc/25007/stat : 25007 (sugar) S 25005 25007 24563 0 -1 4194304 974 7293 0 1 4 0 78 4 15 0 1 0 1012447914 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25007/statm: 3400 797 370 3 0 500 0
[pid=25020] ppid=25007 vsize=5356 CPUtime=0
/proc/25020/stat : 25020 (sh) S 25007 25007 24563 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1012448008 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25020/statm: 1339 233 193 169 0 50 0
[pid=25021] ppid=25020 vsize=868516 CPUtime=11.61
/proc/25021/stat : 25021 (java) S 25020 25007 24563 0 -1 0 25780 0 1 0 1136 25 0 0 18 0 9 0 1012448008 889360384 17557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25021/statm: 217129 17557 2566 9 0 211676 0
[pid=25021/tid=25022] ppid=25020 vsize=868516 CPUtime=9.49
/proc/25021/task/25022/stat : 25022 (java) R 25020 25007 24563 0 -1 64 3721 0 1 0 937 12 0 0 25 0 9 0 1012448009 889360384 17557 996147200 134512640 134550740 4294955952 18446744073709551615 4127031437 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25023] ppid=25020 vsize=868516 CPUtime=1.81
/proc/25021/task/25023/stat : 25023 (java) S 25020 25007 24563 0 -1 64 19862 0 0 0 171 10 0 0 16 0 9 0 1012448010 889360384 17557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25024] ppid=25020 vsize=868516 CPUtime=0
/proc/25021/task/25024/stat : 25024 (java) S 25020 25007 24563 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1012448010 889360384 17557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25025] ppid=25020 vsize=868516 CPUtime=0
/proc/25021/task/25025/stat : 25025 (java) S 25020 25007 24563 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1012448010 889360384 17557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25026] ppid=25020 vsize=868516 CPUtime=0
/proc/25021/task/25026/stat : 25026 (java) S 25020 25007 24563 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1012448012 889360384 17557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25027] ppid=25020 vsize=868516 CPUtime=0.27
/proc/25021/task/25027/stat : 25027 (java) S 25020 25007 24563 0 -1 64 1504 0 0 0 26 1 0 0 15 0 9 0 1012448012 889360384 17557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25028] ppid=25020 vsize=868516 CPUtime=0
/proc/25021/task/25028/stat : 25028 (java) S 25020 25007 24563 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1012448012 889360384 17557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25029] ppid=25020 vsize=868516 CPUtime=0
/proc/25021/task/25029/stat : 25029 (java) S 25020 25007 24563 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1012448012 889360384 17557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887472

[startup+25.5028 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 25029
/proc/meminfo: memFree=1558296/2055920 swapFree=4137356/4192956
[pid=25007] ppid=25005 vsize=13600 CPUtime=0.86
/proc/25007/stat : 25007 (sugar) S 25005 25007 24563 0 -1 4194304 974 7293 0 1 4 0 78 4 16 0 1 0 1012447914 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25007/statm: 3400 797 370 3 0 500 0
[pid=25020] ppid=25007 vsize=5356 CPUtime=0
/proc/25020/stat : 25020 (sh) S 25007 25007 24563 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1012448008 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25020/statm: 1339 233 193 169 0 50 0
[pid=25021] ppid=25020 vsize=868516 CPUtime=24.26
/proc/25021/stat : 25021 (java) S 25020 25007 24563 0 -1 0 26002 0 1 0 2372 54 0 0 18 0 9 0 1012448008 889360384 17564 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25021/statm: 217129 17564 2566 9 0 211676 0
[pid=25021/tid=25022] ppid=25020 vsize=868516 CPUtime=22
/proc/25021/task/25022/stat : 25022 (java) R 25020 25007 24563 0 -1 64 3936 0 1 0 2161 39 0 0 25 0 9 0 1012448009 889360384 17564 996147200 134512640 134550740 4294955952 18446744073709551615 4127031646 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25023] ppid=25020 vsize=868516 CPUtime=1.93
/proc/25021/task/25023/stat : 25023 (java) S 25020 25007 24563 0 -1 64 19862 0 0 0 181 12 0 0 16 0 9 0 1012448010 889360384 17564 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25024] ppid=25020 vsize=868516 CPUtime=0
/proc/25021/task/25024/stat : 25024 (java) S 25020 25007 24563 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1012448010 889360384 17564 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25025] ppid=25020 vsize=868516 CPUtime=0
/proc/25021/task/25025/stat : 25025 (java) S 25020 25007 24563 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1012448010 889360384 17564 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25026] ppid=25020 vsize=868516 CPUtime=0
/proc/25021/task/25026/stat : 25026 (java) S 25020 25007 24563 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1012448012 889360384 17564 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25027] ppid=25020 vsize=868516 CPUtime=0.29
/proc/25021/task/25027/stat : 25027 (java) S 25020 25007 24563 0 -1 64 1511 0 0 0 28 1 0 0 16 0 9 0 1012448012 889360384 17564 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25028] ppid=25020 vsize=868516 CPUtime=0
/proc/25021/task/25028/stat : 25028 (java) S 25020 25007 24563 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1012448012 889360384 17564 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25029] ppid=25020 vsize=868516 CPUtime=0
/proc/25021/task/25029/stat : 25029 (java) S 25020 25007 24563 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1012448012 889360384 17564 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 887472

[startup+51.1028 s]
/proc/loadavg: 2.03 2.02 2.00 3/84 25029
/proc/meminfo: memFree=1419224/2055920 swapFree=4137356/4192956
[pid=25007] ppid=25005 vsize=13600 CPUtime=0.86
/proc/25007/stat : 25007 (sugar) S 25005 25007 24563 0 -1 4194304 974 7293 0 1 4 0 78 4 16 0 1 0 1012447914 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25007/statm: 3400 797 370 3 0 500 0
[pid=25020] ppid=25007 vsize=5356 CPUtime=0
/proc/25020/stat : 25020 (sh) S 25007 25007 24563 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1012448008 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25020/statm: 1339 233 193 169 0 50 0
[pid=25021] ppid=25020 vsize=868516 CPUtime=49.31
/proc/25021/stat : 25021 (java) S 25020 25007 24563 0 -1 0 26710 0 1 0 4787 144 0 0 18 0 9 0 1012448008 889360384 17565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25021/statm: 217129 17565 2566 9 0 211676 0
[pid=25021/tid=25022] ppid=25020 vsize=868516 CPUtime=46.73
/proc/25021/task/25022/stat : 25022 (java) R 25020 25007 24563 0 -1 64 4643 0 1 0 4548 125 0 0 25 0 9 0 1012448009 889360384 17565 996147200 134512640 134550740 4294955952 18446744073709551615 4127026700 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25023] ppid=25020 vsize=868516 CPUtime=2.27
/proc/25021/task/25023/stat : 25023 (java) S 25020 25007 24563 0 -1 64 19862 0 0 0 210 17 0 0 16 0 9 0 1012448010 889360384 17565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25024] ppid=25020 vsize=868516 CPUtime=0
/proc/25021/task/25024/stat : 25024 (java) S 25020 25007 24563 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1012448010 889360384 17565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25025] ppid=25020 vsize=868516 CPUtime=0
/proc/25021/task/25025/stat : 25025 (java) S 25020 25007 24563 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1012448010 889360384 17565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25026] ppid=25020 vsize=868516 CPUtime=0
/proc/25021/task/25026/stat : 25026 (java) S 25020 25007 24563 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1012448012 889360384 17565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25027] ppid=25020 vsize=868516 CPUtime=0.29
/proc/25021/task/25027/stat : 25027 (java) S 25020 25007 24563 0 -1 64 1512 0 0 0 28 1 0 0 15 0 9 0 1012448012 889360384 17565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25028] ppid=25020 vsize=868516 CPUtime=0
/proc/25021/task/25028/stat : 25028 (java) S 25020 25007 24563 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1012448012 889360384 17565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25021/tid=25029] ppid=25020 vsize=868516 CPUtime=0
/proc/25021/task/25029/stat : 25029 (java) S 25020 25007 24563 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1012448012 889360384 17565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.17
Current children cumulated vsize (KiB) 887472

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

[startup+63.9018 s]
/proc/loadavg: 2.02 2.02 2.00 3/76 25031
/proc/meminfo: memFree=1039320/2055920 swapFree=4137356/4192956
[pid=25007] ppid=25005 vsize=13600 CPUtime=57.86
/proc/25007/stat : 25007 (sugar) S 25005 25007 24563 0 -1 4194304 1033 34610 0 2 4 0 5592 190 16 0 1 0 1012447914 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25007/statm: 3400 799 370 3 0 500 0
[pid=25030] ppid=25007 vsize=5356 CPUtime=0
/proc/25030/stat : 25030 (sh) S 25007 25007 24563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012453809 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25030/statm: 1339 232 193 169 0 50 0
[pid=25031] ppid=25030 vsize=413960 CPUtime=4.86
/proc/25031/stat : 25031 (minisat) R 25030 25007 24563 0 -1 4194304 96298 0 0 0 427 59 0 0 25 0 1 0 1012453810 423895040 96284 996147200 134512640 135127466 4294956256 18446744073709551615 134706246 0 0 4096 3 0 0 0 17 1 0 0
/proc/25031/statm: 103490 96284 62 150 0 103337 0
Current children cumulated CPU time (s) 62.72
Current children cumulated vsize (KiB) 432916

[startup+67.1061 s]
/proc/loadavg: 2.02 2.02 2.00 3/76 25031
/proc/meminfo: memFree=896216/2055920 swapFree=4137356/4192956
[pid=25007] ppid=25005 vsize=13600 CPUtime=57.86
/proc/25007/stat : 25007 (sugar) S 25005 25007 24563 0 -1 4194304 1033 34610 0 2 4 0 5592 190 15 0 1 0 1012447914 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25007/statm: 3400 799 370 3 0 500 0
[pid=25030] ppid=25007 vsize=5356 CPUtime=0
/proc/25030/stat : 25030 (sh) S 25007 25007 24563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012453809 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25030/statm: 1339 232 193 169 0 50 0
[pid=25031] ppid=25030 vsize=534652 CPUtime=8.04
/proc/25031/stat : 25031 (minisat) R 25030 25007 24563 0 -1 4194304 129073 0 0 0 724 80 0 0 25 0 1 0 1012453810 547483648 129059 996147200 134512640 135127466 4294956256 18446744073709551615 134718351 0 0 4096 3 0 0 0 17 1 0 0
/proc/25031/statm: 133663 129059 76 150 0 133510 0
Current children cumulated CPU time (s) 65.9
Current children cumulated vsize (KiB) 553608

[startup+70.3023 s]
/proc/loadavg: 2.02 2.02 2.00 3/76 25031
/proc/meminfo: memFree=880728/2055920 swapFree=4137356/4192956
[pid=25007] ppid=25005 vsize=13600 CPUtime=57.86
/proc/25007/stat : 25007 (sugar) S 25005 25007 24563 0 -1 4194304 1033 34610 0 2 4 0 5592 190 16 0 1 0 1012447914 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25007/statm: 3400 799 370 3 0 500 0
[pid=25030] ppid=25007 vsize=5356 CPUtime=0
/proc/25030/stat : 25030 (sh) S 25007 25007 24563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012453809 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25030/statm: 1339 232 193 169 0 50 0
[pid=25031] ppid=25030 vsize=549072 CPUtime=11.22
/proc/25031/stat : 25031 (minisat) R 25030 25007 24563 0 -1 4194304 132665 0 0 0 1040 82 0 0 25 0 1 0 1012453810 562249728 132651 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 1 0 0
/proc/25031/statm: 137268 132651 76 150 0 137115 0
Current children cumulated CPU time (s) 69.08
Current children cumulated vsize (KiB) 568028

[startup+71.1024 s]
/proc/loadavg: 2.02 2.02 2.00 3/76 25031
/proc/meminfo: memFree=880728/2055920 swapFree=4137356/4192956
[pid=25007] ppid=25005 vsize=13600 CPUtime=57.86
/proc/25007/stat : 25007 (sugar) S 25005 25007 24563 0 -1 4194304 1033 34610 0 2 4 0 5592 190 16 0 1 0 1012447914 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25007/statm: 3400 799 370 3 0 500 0
[pid=25030] ppid=25007 vsize=5356 CPUtime=0
/proc/25030/stat : 25030 (sh) S 25007 25007 24563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012453809 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25030/statm: 1339 232 193 169 0 50 0
[pid=25031] ppid=25030 vsize=550616 CPUtime=12
/proc/25031/stat : 25031 (minisat) R 25030 25007 24563 0 -1 4194304 133052 0 0 0 1118 82 0 0 25 0 1 0 1012453810 563830784 133038 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25031/statm: 137654 133038 76 150 0 137501 0
Current children cumulated CPU time (s) 69.86
Current children cumulated vsize (KiB) 569572

[startup+71.5074 s]
/proc/loadavg: 2.02 2.02 2.00 4/84 25041
/proc/meminfo: memFree=1407832/2055920 swapFree=4137356/4192956
[pid=25007] ppid=25005 vsize=13600 CPUtime=70.09
/proc/25007/stat : 25007 (sugar) S 25005 25007 24563 0 -1 4194304 1090 167977 0 2 4 0 6723 282 16 0 1 0 1012447914 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25007/statm: 3400 799 370 3 0 500 0
[pid=25032] ppid=25007 vsize=5356 CPUtime=0
/proc/25032/stat : 25032 (sh) S 25007 25007 24563 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1012455045 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25032/statm: 1339 233 193 169 0 50 0
[pid=25033] ppid=25032 vsize=863720 CPUtime=0.17
/proc/25033/stat : 25033 (java) S 25032 25007 24563 0 -1 0 3294 0 1 0 15 2 0 0 18 0 9 0 1012455046 884449280 2767 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25033/statm: 215930 2767 1625 9 0 210512 0
[pid=25033/tid=25034] ppid=25032 vsize=863720 CPUtime=0.16
/proc/25033/task/25034/stat : 25034 (java) R 25032 25007 24563 0 -1 64 2393 0 1 0 15 1 0 0 18 0 9 0 1012455047 884449280 2767 996147200 134512640 134550740 4294956000 18446744073709551615 4125950637 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25033/tid=25035] ppid=25032 vsize=863720 CPUtime=0
/proc/25033/task/25035/stat : 25035 (java) S 25032 25007 24563 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 1012455048 884449280 2767 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25033/tid=25036] ppid=25032 vsize=863720 CPUtime=0
/proc/25033/task/25036/stat : 25036 (java) S 25032 25007 24563 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1012455048 884449280 2767 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25033/tid=25037] ppid=25032 vsize=863720 CPUtime=0
/proc/25033/task/25037/stat : 25037 (java) S 25032 25007 24563 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1012455048 884449280 2767 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25033/tid=25038] ppid=25032 vsize=863720 CPUtime=0
/proc/25033/task/25038/stat : 25038 (java) S 25032 25007 24563 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1012455050 884449280 2767 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25033/tid=25039] ppid=25032 vsize=863720 CPUtime=0
/proc/25033/task/25039/stat : 25039 (java) R 25032 25007 24563 0 -1 64 206 0 0 0 0 0 0 0 19 0 9 0 1012455050 884449280 2767 996147200 134512640 134550740 4294956000 18446744073709551615 102641045 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25033/tid=25040] ppid=25032 vsize=863720 CPUtime=0
/proc/25033/task/25040/stat : 25040 (java) S 25032 25007 24563 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1012455050 884449280 2767 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25033/tid=25041] ppid=25032 vsize=863720 CPUtime=0
/proc/25033/task/25041/stat : 25041 (java) S 25032 25007 24563 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1012455050 884449280 2767 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.26
Current children cumulated vsize (KiB) 882676

[startup+71.9027 s]
/proc/loadavg: 2.02 2.02 2.00 4/84 25041
/proc/meminfo: memFree=1407832/2055920 swapFree=4137356/4192956
[pid=25007] ppid=25005 vsize=13600 CPUtime=70.09
/proc/25007/stat : 25007 (sugar) S 25005 25007 24563 0 -1 4194304 1090 167977 0 2 4 0 6723 282 15 0 1 0 1012447914 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25007/statm: 3400 799 370 3 0 500 0
[pid=25032] ppid=25007 vsize=5356 CPUtime=0
/proc/25032/stat : 25032 (sh) S 25007 25007 24563 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1012455045 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25032/statm: 1339 233 193 169 0 50 0
[pid=25033] ppid=25032 vsize=0 CPUtime=0.51
/proc/25033/stat : 25033 (java) Z 25032 25007 24563 0 -1 12 6154 0 1 0 48 3 0 0 15 0 2 0 1012455046 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25033/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 70.6
Current children cumulated vsize (KiB) 18956

[startup+72.0025 s]
/proc/loadavg: 2.02 2.02 2.00 4/84 25041
/proc/meminfo: memFree=1407832/2055920 swapFree=4137356/4192956
[pid=25007] ppid=25005 vsize=13600 CPUtime=70.71
/proc/25007/stat : 25007 (sugar) R 25005 25007 24563 0 -1 4194304 1118 174416 0 3 4 10 6772 285 16 0 1 0 1012447914 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25007/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 70.71
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 72.0429
CPU time (s): 70.7802
CPU user time (s): 67.7737
CPU system time (s): 3.00654
CPU usage (%): 98.2473
Max. virtual memory (cumulated for all children) (KiB): 897608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.7737
system time used= 3.00654
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175564
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= 14623
involuntary context switches= 15971

runsolver used 0.087986 second user time and 0.26196 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-05 19:45:30
IDJOB=1094826
IDBENCH=58834
IDSOLVER=346
FILE ID=node26/1094826-1215279930
PBS_JOBID= 7882266
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp20/normalized-fapp20-0420-5.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-1094826-1215279930/watcher-1094826-1215279930 -o /tmp/evaluation-result-1094826-1215279930/solver-1094826-1215279930 -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-1094826-1215279930.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 70ddb348b4d5b5c4a2e5632f29aa23c6
RANDOM SEED=1145427812

node26.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.221
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.221
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:       1675600 kB
Buffers:         44652 kB
Cached:         216816 kB
SwapCached:      49428 kB
Active:         239352 kB
Inactive:        88656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1675600 kB
SwapTotal:     4192956 kB
SwapFree:      4137356 kB
Dirty:            2156 kB
Writeback:           0 kB
Mapped:          73968 kB
Slab:            37512 kB
Committed_AS:  1763352 kB
PageTables:       1864 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= 66440 MiB
End job on node26 at 2008-07-05 19:46:42