Trace number 1094784

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 69.4524 70.4649

General information on the benchmark

Namecsp/fapp/fapp20/
normalized-fapp20-0420-7.xml
MD5SUM132515b669cb04becba12b482cf22b23
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.38079
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 19:42:46 2008
0.00/0.05	c 0	PID 21150
0.03/0.05	c 0	HOST node59.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1094784-1215279765.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1094784-1215279765.xml' 'HOME/temp.csp'
0.03/0.90	c 0	14 domains, 420 variables, 6 predicates, 0 relations, 4737 constraints
0.03/0.94	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.94	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.91/1.03	c 1	Parsing HOME/temp.csp
1.40/1.51	c 1	parsed 5177 expressions
1.40/1.51	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.40/1.51	c 1	Converting to clausal form CSP
1.79/1.91	c 1	converted 518 (10%) expressions
2.88/3.04	c 3	converted 1036 (20%) expressions
3.79/3.91	c 3	converted 1554 (30%) expressions
4.48/4.66	c 4	converted 2071 (40%) expressions
5.27/5.43	c 5	converted 2589 (50%) expressions
5.86/6.01	c 6	converted 3107 (60%) expressions
6.35/6.57	c 6	converted 3624 (70%) expressions
7.24/7.41	c 7	converted 4142 (80%) expressions
7.74/7.94	c 7	converted 4660 (90%) expressions
8.24/8.49	c 8	converted 5177 (100%) expressions
8.24/8.49	c 8	CSP : 835 integers, 13508 booleans, 28856 clauses, largest domain size 2821
8.24/8.49	c 8	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.24/8.49	c 8	Propagation in CSP
8.63/8.85	c 8	10900 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.63/8.85	c 8	CSP : 835 integers, 13508 booleans, 28856 clauses, largest domain size 2821
8.63/8.85	c 8	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.63/8.87	c 8	Simplifing CSP by introducing new Boolean variables
8.73/8.94	c 8	CSP : 835 integers, 23130 booleans, 38478 clauses, largest domain size 2821
8.73/8.94	c 8	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.13/9.32	c 9	Encoding CSP to SAT : HOME/temp.cnf
9.52/9.73	c 9	84 (10%) CSP integer variables are encoded (16040 clauses, 218566 bytes)
9.91/10.11	c 10	167 (20%) CSP integer variables are encoded (33048 clauses, 473686 bytes)
10.30/10.50	c 10	251 (30%) CSP integer variables are encoded (51052 clauses, 743746 bytes)
10.60/10.88	c 10	334 (40%) CSP integer variables are encoded (68406 clauses, 1004056 bytes)
11.01/11.27	c 11	418 (50%) CSP integer variables are encoded (85889 clauses, 1266301 bytes)
11.21/11.44	c 11	501 (60%) CSP integer variables are encoded (211472 clauses, 3373847 bytes)
11.40/11.63	c 11	585 (70%) CSP integer variables are encoded (353196 clauses, 5783155 bytes)
11.49/11.79	c 11	668 (80%) CSP integer variables are encoded (471191 clauses, 7789070 bytes)
11.70/11.99	c 12	752 (90%) CSP integer variables are encoded (631131 clauses, 10508050 bytes)
11.90/12.18	c 12	835 (100%) CSP integer variables are encoded (776474 clauses, 12978881 bytes)
23.85/24.24	c 24	3848 (10%) CSP clauses are encoded (2456644 clauses, 48464712 bytes)
32.74/33.21	c 33	7696 (20%) CSP clauses are encoded (4035270 clauses, 82864284 bytes)
38.16/38.74	c 38	11544 (30%) CSP clauses are encoded (5188130 clauses, 108855661 bytes)
41.83/42.45	c 42	15392 (40%) CSP clauses are encoded (6010938 clauses, 127720724 bytes)
45.68/46.37	c 46	19239 (50%) CSP clauses are encoded (7072713 clauses, 152676555 bytes)
48.43/49.19	c 49	23087 (60%) CSP clauses are encoded (7928952 clauses, 173097048 bytes)
51.20/51.91	c 51	26935 (70%) CSP clauses are encoded (8810019 clauses, 194322057 bytes)
54.15/54.94	c 54	30783 (80%) CSP clauses are encoded (9819404 clauses, 218625981 bytes)
56.61/57.49	c 57	34631 (90%) CSP clauses are encoded (10622540 clauses, 237933841 bytes)
59.34/60.29	c 60	38478 (100%) CSP clauses are encoded (11510924 clauses, 259503670 bytes)
59.34/60.30	c 60	38478 CSP clauses encoded
59.34/60.30	c 60	Writing map file : HOME/temp.map
59.45/60.34	c 60	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
59.45/60.34	c 60	SAT : 800439 SAT variables, 11510924 SAT clauses, 259503670 bytes
59.45/60.34	c 60	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
59.45/60.37	c 60	SOLVING HOME/temp.cnf
59.45/60.37	c 60	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
59.45/60.37	c 60	This is MiniSat 2.0 beta
59.45/60.37	c 60	WARNING: for repeatability, setting FPU to use double precision
59.45/60.37	c 60	============================[ Problem Statistics ]=============================
59.45/60.37	c 60	|                                                                             |
59.45/60.38	c 60	|  Number of variables:  800439                                               |
59.45/60.38	c 60	|  Number of clauses:    11510924                                             |
66.36/67.38	c 67	|  Parsing time:         5.84         s                                       |
66.76/67.72	c 67	============================[ Search Statistics ]==============================
66.76/67.72	c 67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
66.76/67.72	c 67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
66.76/67.72	c 67	===============================================================================
66.76/67.72	c 67	|         0 |  800438 11510923 31675831 |  3836974        0    nan |  0.000 % |
67.25/68.29	c 68	|       100 |  800433 11510923 31675831 |  4220671       98      3 |  0.102 % |
68.41/69.43	c 69	|       250 |  800376 11510923 31675831 |  4642738      239      3 |  1.686 % |
68.51/69.58	c 69	===============================================================================
68.51/69.58	c 69	restarts              : 3
68.51/69.58	c 69	conflicts             : 275            (35 /sec)
68.51/69.58	c 69	decisions             : 7539           (1.54 % random) (949 /sec)
68.51/69.58	c 69	propagations          : 5004816        (629949 /sec)
68.51/69.58	c 69	conflict literals     : 813            (4.69 % deleted)
68.51/69.58	c 69	Memory used           : 524.59 MB
68.51/69.58	c 69	CPU time              : 7.94479 s
68.51/69.58	c 69	
68.51/69.58	c 69	UNSATISFIABLE
68.61/69.66	c 69	DECODING HOME/temp.out WITH HOME/temp.map
68.61/69.66	c 69	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
68.69/69.77	c 69	Decoding HOME/temp.out
68.69/70.29	s UNSATISFIABLE
68.69/70.29	c 70	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
69.28/70.33	c 70	CPU 66.06 (0.04 0.01 66.02 3.22)
69.28/70.33	c 70	END Sat Jul  5 19:43:56 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-1094784-1215279765/watcher-1094784-1215279765 -o /tmp/evaluation-result-1094784-1215279765/solver-1094784-1215279765 -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-1094784-1215279765.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: 1.92 1.98 1.99 4/73 21150
/proc/meminfo: memFree=868912/2055920 swapFree=4180500/4192956
[pid=21150] ppid=21148 vsize=18572 CPUtime=0
/proc/21150/stat : 21150 (runsolver) R 21148 21150 19915 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2006947933 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21150/statm: 4643 292 257 25 0 2626 0

[startup+0.0511319 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 21150
/proc/meminfo: memFree=868912/2055920 swapFree=4180500/4192956
[pid=21150] ppid=21148 vsize=13600 CPUtime=0.03
/proc/21150/stat : 21150 (sugar) S 21148 21150 19915 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2006947933 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21150/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101075 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 21150
/proc/meminfo: memFree=868912/2055920 swapFree=4180500/4192956
[pid=21150] ppid=21148 vsize=13600 CPUtime=0.03
/proc/21150/stat : 21150 (sugar) S 21148 21150 19915 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006947933 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21150/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301092 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 21150
/proc/meminfo: memFree=868912/2055920 swapFree=4180500/4192956
[pid=21150] ppid=21148 vsize=13600 CPUtime=0.03
/proc/21150/stat : 21150 (sugar) S 21148 21150 19915 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006947933 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21150/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701175 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 21150
/proc/meminfo: memFree=868912/2055920 swapFree=4180500/4192956
[pid=21150] ppid=21148 vsize=13600 CPUtime=0.03
/proc/21150/stat : 21150 (sugar) S 21148 21150 19915 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006947933 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21150/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50233 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 21172
/proc/meminfo: memFree=861784/2055920 swapFree=4180500/4192956
[pid=21150] ppid=21148 vsize=13600 CPUtime=0.87
/proc/21150/stat : 21150 (sugar) S 21148 21150 19915 0 -1 4194304 973 7294 0 1 3 0 79 5 16 0 1 0 2006947933 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21150/statm: 3400 797 370 3 0 500 0
[pid=21163] ppid=21150 vsize=5356 CPUtime=0
/proc/21163/stat : 21163 (sh) S 21150 21150 19915 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006948028 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21163/statm: 1339 233 193 169 0 50 0
[pid=21164] ppid=21163 vsize=864040 CPUtime=0.53
/proc/21164/stat : 21164 (java) S 21163 21150 19915 0 -1 0 4063 0 1 0 51 2 0 0 18 0 9 0 2006948028 884776960 3516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21164/statm: 216010 3516 1671 9 0 210592 0
[pid=21164/tid=21165] ppid=21163 vsize=864040 CPUtime=0.42
/proc/21164/task/21165/stat : 21165 (java) R 21163 21150 19915 0 -1 64 2464 0 1 0 41 1 0 0 20 0 9 0 2006948029 884776960 3516 996147200 134512640 134550740 4294955952 18446744073709551615 104688993 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21166] ppid=21163 vsize=864040 CPUtime=0.02
/proc/21164/task/21166/stat : 21166 (java) S 21163 21150 19915 0 -1 64 570 0 0 0 2 0 0 0 16 0 9 0 2006948030 884776960 3516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21167] ppid=21163 vsize=864040 CPUtime=0
/proc/21164/task/21167/stat : 21167 (java) S 21163 21150 19915 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2006948030 884776960 3516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21168] ppid=21163 vsize=864040 CPUtime=0
/proc/21164/task/21168/stat : 21168 (java) S 21163 21150 19915 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006948030 884776960 3516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21169] ppid=21163 vsize=864040 CPUtime=0
/proc/21164/task/21169/stat : 21169 (java) S 21163 21150 19915 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006948032 884776960 3516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21170] ppid=21163 vsize=864040 CPUtime=0.07
/proc/21164/task/21170/stat : 21170 (java) S 21163 21150 19915 0 -1 64 338 0 0 0 7 0 0 0 18 0 9 0 2006948032 884776960 3516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21171] ppid=21163 vsize=864040 CPUtime=0
/proc/21164/task/21171/stat : 21171 (java) S 21163 21150 19915 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006948032 884776960 3516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21172] ppid=21163 vsize=864040 CPUtime=0
/proc/21164/task/21172/stat : 21172 (java) S 21163 21150 19915 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006948033 884776960 3516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 882996

[startup+3.10276 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 21172
/proc/meminfo: memFree=848216/2055920 swapFree=4180500/4192956
[pid=21150] ppid=21148 vsize=13600 CPUtime=0.88
/proc/21150/stat : 21150 (sugar) S 21148 21150 19915 0 -1 4194304 974 7294 0 1 4 0 79 5 16 0 1 0 2006947933 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21150/statm: 3400 797 370 3 0 500 0
[pid=21163] ppid=21150 vsize=5356 CPUtime=0
/proc/21163/stat : 21163 (sh) S 21150 21150 19915 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006948028 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21163/statm: 1339 233 193 169 0 50 0
[pid=21164] ppid=21163 vsize=868404 CPUtime=2.12
/proc/21164/stat : 21164 (java) S 21163 21150 19915 0 -1 0 8456 0 1 0 207 5 0 0 18 0 9 0 2006948028 889245696 7600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21164/statm: 217101 7600 2540 9 0 211676 0
[pid=21164/tid=21165] ppid=21163 vsize=868404 CPUtime=1.62
/proc/21164/task/21165/stat : 21165 (java) R 21163 21150 19915 0 -1 64 2761 0 1 0 161 1 0 0 25 0 9 0 2006948029 889245696 7600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21166] ppid=21163 vsize=868404 CPUtime=0.25
/proc/21164/task/21166/stat : 21166 (java) S 21163 21150 19915 0 -1 64 3545 0 0 0 24 1 0 0 15 0 9 0 2006948030 889245696 7600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21167] ppid=21163 vsize=868404 CPUtime=0
/proc/21164/task/21167/stat : 21167 (java) S 21163 21150 19915 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006948030 889245696 7600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21168] ppid=21163 vsize=868404 CPUtime=0
/proc/21164/task/21168/stat : 21168 (java) S 21163 21150 19915 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006948030 889245696 7600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21169] ppid=21163 vsize=868404 CPUtime=0
/proc/21164/task/21169/stat : 21169 (java) S 21163 21150 19915 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006948032 889245696 7600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21170] ppid=21163 vsize=868404 CPUtime=0.2
/proc/21164/task/21170/stat : 21170 (java) S 21163 21150 19915 0 -1 64 1458 0 0 0 20 0 0 0 15 0 9 0 2006948032 889245696 7600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21171] ppid=21163 vsize=868404 CPUtime=0
/proc/21164/task/21171/stat : 21171 (java) S 21163 21150 19915 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006948032 889245696 7600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21172] ppid=21163 vsize=868404 CPUtime=0
/proc/21164/task/21172/stat : 21172 (java) S 21163 21150 19915 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006948033 889245696 7600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887360

[startup+6.30229 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 21172
/proc/meminfo: memFree=823384/2055920 swapFree=4180500/4192956
[pid=21150] ppid=21148 vsize=13600 CPUtime=0.88
/proc/21150/stat : 21150 (sugar) S 21148 21150 19915 0 -1 4194304 974 7294 0 1 4 0 79 5 15 0 1 0 2006947933 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21150/statm: 3400 797 370 3 0 500 0
[pid=21163] ppid=21150 vsize=5356 CPUtime=0
/proc/21163/stat : 21163 (sh) S 21150 21150 19915 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006948028 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21163/statm: 1339 233 193 169 0 50 0
[pid=21164] ppid=21163 vsize=868404 CPUtime=5.28
/proc/21164/stat : 21164 (java) S 21163 21150 19915 0 -1 0 13705 0 1 0 519 9 0 0 18 0 9 0 2006948028 889245696 12694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21164/statm: 217101 12694 2540 9 0 211676 0
[pid=21164/tid=21165] ppid=21163 vsize=868404 CPUtime=4.19
/proc/21164/task/21165/stat : 21165 (java) R 21163 21150 19915 0 -1 64 3156 0 1 0 417 2 0 0 25 0 9 0 2006948029 889245696 12694 996147200 134512640 134550740 4294955952 18446744073709551615 4126572056 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21166] ppid=21163 vsize=868404 CPUtime=0.86
/proc/21164/task/21166/stat : 21166 (java) S 21163 21150 19915 0 -1 64 8394 0 0 0 80 6 0 0 16 0 9 0 2006948030 889245696 12694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21167] ppid=21163 vsize=868404 CPUtime=0
/proc/21164/task/21167/stat : 21167 (java) S 21163 21150 19915 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006948030 889245696 12694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21168] ppid=21163 vsize=868404 CPUtime=0
/proc/21164/task/21168/stat : 21168 (java) S 21163 21150 19915 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006948030 889245696 12694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21169] ppid=21163 vsize=868404 CPUtime=0
/proc/21164/task/21169/stat : 21169 (java) S 21163 21150 19915 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006948032 889245696 12694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21170] ppid=21163 vsize=868404 CPUtime=0.21
/proc/21164/task/21170/stat : 21170 (java) S 21163 21150 19915 0 -1 64 1463 0 0 0 21 0 0 0 15 0 9 0 2006948032 889245696 12694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21171] ppid=21163 vsize=868404 CPUtime=0
/proc/21164/task/21171/stat : 21171 (java) S 21163 21150 19915 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006948032 889245696 12694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21172] ppid=21163 vsize=868404 CPUtime=0
/proc/21164/task/21172/stat : 21172 (java) S 21163 21150 19915 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006948033 889245696 12694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887360

[startup+12.7015 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 21172
/proc/meminfo: memFree=773336/2055920 swapFree=4180500/4192956
[pid=21150] ppid=21148 vsize=13600 CPUtime=0.88
/proc/21150/stat : 21150 (sugar) S 21148 21150 19915 0 -1 4194304 974 7294 0 1 4 0 79 5 15 0 1 0 2006947933 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21150/statm: 3400 797 370 3 0 500 0
[pid=21163] ppid=21150 vsize=5356 CPUtime=0
/proc/21163/stat : 21163 (sh) S 21150 21150 19915 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006948028 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21163/statm: 1339 233 193 169 0 50 0
[pid=21164] ppid=21163 vsize=868516 CPUtime=11.6
/proc/21164/stat : 21164 (java) S 21163 21150 19915 0 -1 0 23463 0 1 0 1136 24 0 0 18 0 9 0 2006948028 889360384 17806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21164/statm: 217129 17806 2566 9 0 211676 0
[pid=21164/tid=21165] ppid=21163 vsize=868516 CPUtime=9.4
/proc/21164/task/21165/stat : 21165 (java) R 21163 21150 19915 0 -1 64 3717 0 1 0 930 10 0 0 25 0 9 0 2006948029 889360384 17806 996147200 134512640 134550740 4294955952 18446744073709551615 4127021062 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21166] ppid=21163 vsize=868516 CPUtime=1.89
/proc/21164/task/21166/stat : 21166 (java) S 21163 21150 19915 0 -1 64 17550 0 0 0 177 12 0 0 16 0 9 0 2006948030 889360384 17806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21167] ppid=21163 vsize=868516 CPUtime=0
/proc/21164/task/21167/stat : 21167 (java) S 21163 21150 19915 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006948030 889360384 17806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21168] ppid=21163 vsize=868516 CPUtime=0
/proc/21164/task/21168/stat : 21168 (java) S 21163 21150 19915 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006948030 889360384 17806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21169] ppid=21163 vsize=868516 CPUtime=0
/proc/21164/task/21169/stat : 21169 (java) S 21163 21150 19915 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006948032 889360384 17806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21170] ppid=21163 vsize=868516 CPUtime=0.29
/proc/21164/task/21170/stat : 21170 (java) S 21163 21150 19915 0 -1 64 1504 0 0 0 28 1 0 0 15 0 9 0 2006948032 889360384 17806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21171] ppid=21163 vsize=868516 CPUtime=0
/proc/21164/task/21171/stat : 21171 (java) S 21163 21150 19915 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006948032 889360384 17806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21172] ppid=21163 vsize=868516 CPUtime=0
/proc/21164/task/21172/stat : 21172 (java) S 21163 21150 19915 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006948033 889360384 17806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887472

[startup+25.5029 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21172
/proc/meminfo: memFree=693272/2055920 swapFree=4180500/4192956
[pid=21150] ppid=21148 vsize=13600 CPUtime=0.88
/proc/21150/stat : 21150 (sugar) S 21148 21150 19915 0 -1 4194304 974 7294 0 1 4 0 79 5 16 0 1 0 2006947933 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21150/statm: 3400 797 370 3 0 500 0
[pid=21163] ppid=21150 vsize=5356 CPUtime=0
/proc/21163/stat : 21163 (sh) S 21150 21150 19915 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006948028 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21163/statm: 1339 233 193 169 0 50 0
[pid=21164] ppid=21163 vsize=868516 CPUtime=24.25
/proc/21164/stat : 21164 (java) S 21163 21150 19915 0 -1 0 23682 0 1 0 2373 52 0 0 18 0 9 0 2006948028 889360384 17813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21164/statm: 217129 17813 2566 9 0 211676 0
[pid=21164/tid=21165] ppid=21163 vsize=868516 CPUtime=21.92
/proc/21164/task/21165/stat : 21165 (java) R 21163 21150 19915 0 -1 64 3929 0 1 0 2156 36 0 0 25 0 9 0 2006948029 889360384 17813 996147200 134512640 134550740 4294955952 18446744073709551615 4126604406 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21166] ppid=21163 vsize=868516 CPUtime=1.99
/proc/21164/task/21166/stat : 21166 (java) S 21163 21150 19915 0 -1 64 17550 0 0 0 186 13 0 0 16 0 9 0 2006948030 889360384 17813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21167] ppid=21163 vsize=868516 CPUtime=0
/proc/21164/task/21167/stat : 21167 (java) S 21163 21150 19915 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006948030 889360384 17813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21168] ppid=21163 vsize=868516 CPUtime=0
/proc/21164/task/21168/stat : 21168 (java) S 21163 21150 19915 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006948030 889360384 17813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21169] ppid=21163 vsize=868516 CPUtime=0
/proc/21164/task/21169/stat : 21169 (java) S 21163 21150 19915 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006948032 889360384 17813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21170] ppid=21163 vsize=868516 CPUtime=0.3
/proc/21164/task/21170/stat : 21170 (java) S 21163 21150 19915 0 -1 64 1511 0 0 0 29 1 0 0 16 0 9 0 2006948032 889360384 17813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21171] ppid=21163 vsize=868516 CPUtime=0
/proc/21164/task/21171/stat : 21171 (java) S 21163 21150 19915 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006948032 889360384 17813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21172] ppid=21163 vsize=868516 CPUtime=0
/proc/21164/task/21172/stat : 21172 (java) S 21163 21150 19915 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006948033 889360384 17813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 887472

[startup+51.1028 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21172
/proc/meminfo: memFree=540760/2055920 swapFree=4180500/4192956
[pid=21150] ppid=21148 vsize=13600 CPUtime=0.88
/proc/21150/stat : 21150 (sugar) S 21148 21150 19915 0 -1 4194304 974 7294 0 1 4 0 79 5 16 0 1 0 2006947933 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21150/statm: 3400 797 370 3 0 500 0
[pid=21163] ppid=21150 vsize=5356 CPUtime=0
/proc/21163/stat : 21163 (sh) S 21150 21150 19915 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006948028 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21163/statm: 1339 233 193 169 0 50 0
[pid=21164] ppid=21163 vsize=868516 CPUtime=49.53
/proc/21164/stat : 21164 (java) S 21163 21150 19915 0 -1 0 24358 0 1 0 4811 142 0 0 18 0 9 0 2006948028 889360384 17814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21164/statm: 217129 17814 2566 9 0 211676 0
[pid=21164/tid=21165] ppid=21163 vsize=868516 CPUtime=46.82
/proc/21164/task/21165/stat : 21165 (java) R 21163 21150 19915 0 -1 64 4604 0 1 0 4560 122 0 0 25 0 9 0 2006948029 889360384 17814 996147200 134512640 134550740 4294955952 18446744073709551615 4127079085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21166] ppid=21163 vsize=868516 CPUtime=2.37
/proc/21164/task/21166/stat : 21166 (java) S 21163 21150 19915 0 -1 64 17550 0 0 0 219 18 0 0 16 0 9 0 2006948030 889360384 17814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21167] ppid=21163 vsize=868516 CPUtime=0
/proc/21164/task/21167/stat : 21167 (java) S 21163 21150 19915 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006948030 889360384 17814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21168] ppid=21163 vsize=868516 CPUtime=0
/proc/21164/task/21168/stat : 21168 (java) S 21163 21150 19915 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006948030 889360384 17814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21169] ppid=21163 vsize=868516 CPUtime=0
/proc/21164/task/21169/stat : 21169 (java) S 21163 21150 19915 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006948032 889360384 17814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21170] ppid=21163 vsize=868516 CPUtime=0.31
/proc/21164/task/21170/stat : 21170 (java) S 21163 21150 19915 0 -1 64 1512 0 0 0 30 1 0 0 16 0 9 0 2006948032 889360384 17814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21171] ppid=21163 vsize=868516 CPUtime=0
/proc/21164/task/21171/stat : 21171 (java) S 21163 21150 19915 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006948032 889360384 17814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21164/tid=21172] ppid=21163 vsize=868516 CPUtime=0
/proc/21164/task/21172/stat : 21172 (java) S 21163 21150 19915 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006948033 889360384 17814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 887472

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

[startup+63.9012 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 21174
/proc/meminfo: memFree=257816/2055920 swapFree=4180500/4192956
[pid=21150] ppid=21148 vsize=13600 CPUtime=59.52
/proc/21150/stat : 21150 (sugar) S 21148 21150 19915 0 -1 4194304 1033 32299 0 2 4 1 5751 196 16 0 1 0 2006947933 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21150/statm: 3400 799 370 3 0 500 0
[pid=21173] ppid=21150 vsize=5356 CPUtime=0
/proc/21173/stat : 21173 (sh) S 21150 21150 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006953970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21173/statm: 1339 232 193 169 0 50 0
[pid=21174] ppid=21173 vsize=297996 CPUtime=3.47
/proc/21174/stat : 21174 (minisat) R 21173 21150 19915 0 -1 4194304 68307 0 0 0 289 58 0 0 25 0 1 0 2006953971 305147904 68293 996147200 134512640 135127466 4294956256 18446744073709551615 134514155 0 0 4096 3 0 0 0 17 1 0 0
/proc/21174/statm: 74499 68293 62 150 0 74346 0
Current children cumulated CPU time (s) 62.99
Current children cumulated vsize (KiB) 316952

[startup+67.1079 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 21174
/proc/meminfo: memFree=50456/2055920 swapFree=4180500/4192956
[pid=21150] ppid=21148 vsize=13600 CPUtime=59.52
/proc/21150/stat : 21150 (sugar) S 21148 21150 19915 0 -1 4194304 1033 32299 0 2 4 1 5751 196 16 0 1 0 2006947933 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21150/statm: 3400 799 370 3 0 500 0
[pid=21173] ppid=21150 vsize=5356 CPUtime=0
/proc/21173/stat : 21173 (sh) S 21150 21150 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006953970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21173/statm: 1339 232 193 169 0 50 0
[pid=21174] ppid=21173 vsize=492660 CPUtime=6.65
/proc/21174/stat : 21174 (minisat) R 21173 21150 19915 0 -1 4194304 118238 0 0 0 560 105 0 0 25 0 1 0 2006953971 504483840 118224 996147200 134512640 135127466 4294956256 18446744073709551615 134514069 0 0 4096 3 0 0 0 17 1 0 0
/proc/21174/statm: 123165 118224 62 150 0 123012 0
Current children cumulated CPU time (s) 66.17
Current children cumulated vsize (KiB) 511616

[startup+68.7012 s]
/proc/loadavg: 2.00 2.00 2.00 4/76 21174
/proc/meminfo: memFree=16024/2055920 swapFree=4180500/4192956
[pid=21150] ppid=21148 vsize=13600 CPUtime=59.52
/proc/21150/stat : 21150 (sugar) S 21148 21150 19915 0 -1 4194304 1033 32299 0 2 4 1 5751 196 15 0 1 0 2006947933 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21150/statm: 3400 799 370 3 0 500 0
[pid=21173] ppid=21150 vsize=5356 CPUtime=0
/proc/21173/stat : 21173 (sh) S 21150 21150 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006953970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21173/statm: 1339 232 193 169 0 50 0
[pid=21174] ppid=21173 vsize=530068 CPUtime=8.22
/proc/21174/stat : 21174 (minisat) R 21173 21150 19915 0 -1 4194304 128033 0 0 0 709 113 0 0 25 0 1 0 2006953971 542789632 128019 996147200 134512640 135127466 4294956256 18446744073709551615 134704516 0 0 4096 3 0 0 0 17 1 0 0
/proc/21174/statm: 132517 128019 76 150 0 132364 0
Current children cumulated CPU time (s) 67.74
Current children cumulated vsize (KiB) 549024

[startup+69.5013 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 21174
/proc/meminfo: memFree=15000/2055920 swapFree=4180500/4192956
[pid=21150] ppid=21148 vsize=13600 CPUtime=59.52
/proc/21150/stat : 21150 (sugar) S 21148 21150 19915 0 -1 4194304 1033 32299 0 2 4 1 5751 196 16 0 1 0 2006947933 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21150/statm: 3400 799 370 3 0 500 0
[pid=21173] ppid=21150 vsize=5356 CPUtime=0
/proc/21173/stat : 21173 (sh) S 21150 21150 19915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006953970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21173/statm: 1339 232 193 169 0 50 0
[pid=21174] ppid=21173 vsize=536900 CPUtime=8.99
/proc/21174/stat : 21174 (minisat) R 21173 21150 19915 0 -1 4194304 129656 0 0 0 786 113 0 0 25 0 1 0 2006953971 549785600 129642 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21174/statm: 134225 129642 76 150 0 134072 0
Current children cumulated CPU time (s) 68.51
Current children cumulated vsize (KiB) 555856

[startup+69.9014 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 21174
/proc/meminfo: memFree=15000/2055920 swapFree=4180500/4192956
[pid=21150] ppid=21148 vsize=13600 CPUtime=68.69
/proc/21150/stat : 21150 (sugar) S 21148 21150 19915 0 -1 4194304 1090 162322 0 2 4 1 6546 318 15 0 1 0 2006947933 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21150/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 68.69
Current children cumulated vsize (KiB) 13600

[startup+70.3015 s]
/proc/loadavg: 2.00 2.00 2.00 2/84 21184
/proc/meminfo: memFree=521944/2055920 swapFree=4180500/4192956
[pid=21150] ppid=21148 vsize=13600 CPUtime=68.69
/proc/21150/stat : 21150 (sugar) S 21148 21150 19915 0 -1 4194304 1090 162322 0 2 4 1 6546 318 15 0 1 0 2006947933 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21150/statm: 3400 799 370 3 0 500 0
[pid=21175] ppid=21150 vsize=5356 CPUtime=0
/proc/21175/stat : 21175 (sh) S 21150 21150 19915 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006954900 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21175/statm: 1339 233 193 169 0 50 0
[pid=21176] ppid=21175 vsize=864388 CPUtime=0.59
/proc/21176/stat : 21176 (java) S 21175 21150 19915 0 -1 0 6151 0 1 0 56 3 0 0 18 0 9 0 2006954901 885133312 5434 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21176/statm: 216097 5434 2537 9 0 210672 0
[pid=21176/tid=21177] ppid=21175 vsize=864388 CPUtime=0.44
/proc/21176/task/21177/stat : 21177 (java) S 21175 21150 19915 0 -1 64 2510 0 1 0 43 1 0 0 18 0 9 0 2006954902 885133312 5434 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21176/tid=21178] ppid=21175 vsize=864388 CPUtime=0.08
/proc/21176/task/21178/stat : 21178 (java) S 21175 21150 19915 0 -1 64 2551 0 0 0 7 1 0 0 16 0 9 0 2006954905 885133312 5434 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21176/tid=21179] ppid=21175 vsize=864388 CPUtime=0
/proc/21176/task/21179/stat : 21179 (java) S 21175 21150 19915 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006954905 885133312 5434 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21176/tid=21180] ppid=21175 vsize=864388 CPUtime=0
/proc/21176/task/21180/stat : 21180 (java) S 21175 21150 19915 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006954905 885133312 5434 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21176/tid=21181] ppid=21175 vsize=864388 CPUtime=0
/proc/21176/task/21181/stat : 21181 (java) S 21175 21150 19915 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006954907 885133312 5434 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21176/tid=21182] ppid=21175 vsize=864388 CPUtime=0.05
/proc/21176/task/21182/stat : 21182 (java) S 21175 21150 19915 0 -1 64 396 0 0 0 5 0 0 0 16 0 9 0 2006954907 885133312 5434 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21176/tid=21183] ppid=21175 vsize=864388 CPUtime=0
/proc/21176/task/21183/stat : 21183 (java) S 21175 21150 19915 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006954907 885133312 5434 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21176/tid=21184] ppid=21175 vsize=864388 CPUtime=0
/proc/21176/task/21184/stat : 21184 (java) S 21175 21150 19915 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006954907 885133312 5434 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.28
Current children cumulated vsize (KiB) 883344

[startup+70.4075 s]
/proc/loadavg: 2.00 2.00 2.00 2/84 21184
/proc/meminfo: memFree=521944/2055920 swapFree=4180500/4192956
[pid=21150] ppid=21148 vsize=13600 CPUtime=69.37
/proc/21150/stat : 21150 (sugar) R 21148 21150 19915 0 -1 4194304 1118 168763 0 3 4 9 6602 322 16 0 1 0 2006947933 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21150/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 69.37
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 70.4649
CPU time (s): 69.4524
CPU user time (s): 66.077
CPU system time (s): 3.37549
CPU usage (%): 98.5632
Max. virtual memory (cumulated for all children) (KiB): 897608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.077
system time used= 3.37549
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169911
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= 14743
involuntary context switches= 14875

runsolver used 0.088986 second user time and 0.264959 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-05 19:42:46
IDJOB=1094784
IDBENCH=58830
IDSOLVER=346
FILE ID=node59/1094784-1215279765
PBS_JOBID= 7882173
Free space on /tmp= 66304 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 132515b669cb04becba12b482cf22b23
RANDOM SEED=969541824

node59.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.261
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.261
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:        869392 kB
Buffers:         38544 kB
Cached:         399184 kB
SwapCached:       6176 kB
Active:        1039420 kB
Inactive:        88636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        869392 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:           11208 kB
Writeback:           0 kB
Mapped:         697068 kB
Slab:            42384 kB
Committed_AS:  4793784 kB
PageTables:       3304 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= 66304 MiB
End job on node59 at 2008-07-05 19:43:56