Trace number 2087978

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 50.1564 50.9167

General information on the benchmark

Namecsp/fapp/fapp20/
normalized-fapp20-0420-8.xml
MD5SUM1de04046403b27abbbf747eaecb515b0
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 benchmark17.7243
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

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 10:29:38 2009
0.06/0.08	c 0	PID 30102
0.06/0.08	c 0	HOST node50.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2087978-1247387378.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2087978-1247387378.xml' 'HOME/temp.csp'
0.06/0.87	c 1	14 domains, 420 variables, 6 predicates, 0 relations, 4737 constraints
0.06/0.93	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.93	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.86/1.04	c 1	Parsing HOME/temp.csp
0.97/1.18	c 2	parsed 5177 expressions
0.97/1.18	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.97/1.18	c 2	Converting to clausal form CSP
1.46/1.61	c 2	converted 518 (10%) expressions
2.64/2.82	c 3	converted 1036 (20%) expressions
3.54/3.72	c 4	converted 1554 (30%) expressions
4.23/4.49	c 5	converted 2071 (40%) expressions
5.02/5.23	c 6	converted 2589 (50%) expressions
5.60/5.81	c 6	converted 3107 (60%) expressions
6.11/6.35	c 7	converted 3624 (70%) expressions
6.90/7.16	c 8	converted 4142 (80%) expressions
7.40/7.69	c 8	converted 4660 (90%) expressions
7.98/8.23	c 9	converted 5177 (100%) expressions
7.98/8.23	c 9	CSP : 835 integers, 13476 booleans, 28824 clauses, largest domain size 2821
7.98/8.23	c 9	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.98/8.23	c 9	Propagation in CSP
8.28/8.51	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.28/8.51	c 9	CSP : 835 integers, 13476 booleans, 28824 clauses, largest domain size 2821
8.28/8.51	c 9	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.28/8.53	c 9	Simplifing CSP by introducing new Boolean variables
8.28/8.58	c 9	CSP : 835 integers, 23098 booleans, 38446 clauses, largest domain size 2821
8.28/8.58	c 9	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.67/8.98	c 9	Encoding CSP to SAT : HOME/temp.cnf
9.07/9.39	c 10	84 (10%) CSP integer variables are encoded (16040 clauses, 218566 bytes)
9.47/9.75	c 10	167 (20%) CSP integer variables are encoded (33048 clauses, 473686 bytes)
9.86/10.15	c 11	251 (30%) CSP integer variables are encoded (51052 clauses, 743746 bytes)
10.26/10.53	c 11	334 (40%) CSP integer variables are encoded (68406 clauses, 1004056 bytes)
10.66/10.90	c 11	418 (50%) CSP integer variables are encoded (85889 clauses, 1266301 bytes)
10.76/11.08	c 11	501 (60%) CSP integer variables are encoded (211472 clauses, 3373847 bytes)
10.95/11.26	c 12	585 (70%) CSP integer variables are encoded (353196 clauses, 5783155 bytes)
11.14/11.41	c 12	668 (80%) CSP integer variables are encoded (471191 clauses, 7789070 bytes)
11.35/11.61	c 12	752 (90%) CSP integer variables are encoded (631131 clauses, 10508050 bytes)
11.45/11.79	c 12	835 (100%) CSP integer variables are encoded (776474 clauses, 12978881 bytes)
13.82/14.12	c 14	3845 (10%) CSP clauses are encoded (1408431 clauses, 27723533 bytes)
16.29/16.68	c 17	7690 (20%) CSP clauses are encoded (2177635 clauses, 45987801 bytes)
18.57/18.93	c 19	11534 (30%) CSP clauses are encoded (2923574 clauses, 63790370 bytes)
20.34/20.77	c 21	15379 (40%) CSP clauses are encoded (3524229 clauses, 78153546 bytes)
22.90/23.34	c 24	19223 (50%) CSP clauses are encoded (4434740 clauses, 100037347 bytes)
25.16/25.61	c 26	23068 (60%) CSP clauses are encoded (5240037 clauses, 119376714 bytes)
27.53/28.04	c 28	26913 (70%) CSP clauses are encoded (6098954 clauses, 140074609 bytes)
30.19/30.74	c 31	30757 (80%) CSP clauses are encoded (7085745 clauses, 163844208 bytes)
32.37/32.94	c 33	34602 (90%) CSP clauses are encoded (7857486 clauses, 182433300 bytes)
34.82/35.43	c 36	38446 (100%) CSP clauses are encoded (8727646 clauses, 203569551 bytes)
34.82/35.43	c 36	38446 CSP clauses encoded
34.82/35.43	c 36	Writing map file : HOME/temp.map
34.82/35.47	c 36	Heap : 47 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.82/35.47	c 36	SAT : 800407 SAT variables, 8727646 SAT clauses, 203569551 bytes
34.82/35.47	c 36	Heap : 47 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.89/35.53	c 36	SOLVING HOME/temp.cnf
34.89/35.53	c 36	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
34.89/35.54	c 36	This is MiniSat 2.0 beta
34.89/35.54	c 36	WARNING: for repeatability, setting FPU to use double precision
34.89/35.54	c 36	============================[ Problem Statistics ]=============================
34.89/35.54	c 36	|                                                                             |
34.89/35.54	c 36	|  Number of variables:  800407                                               |
34.89/35.54	c 36	|  Number of clauses:    8727646                                              |
40.03/40.71	c 41	|  Parsing time:         4.51         s                                       |
40.22/40.96	c 41	============================[ Search Statistics ]==============================
40.22/40.96	c 41	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
40.22/40.96	c 41	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
40.22/40.96	c 41	===============================================================================
40.22/40.96	c 41	|         0 |  800406  8727645 24625529 |  2909215        0    nan |  0.000 % |
41.12/41.88	c 42	|       100 |  800406  8727645 24625529 |  3200136      100      3 |  0.000 % |
43.01/43.78	c 44	|       250 |  800378  8727645 24625529 |  3520150      247      3 |  1.184 % |
44.88/45.63	c 46	|       475 |  800370  8727645 24625529 |  3872165      467      3 |  3.383 % |
49.23/50.05	c 50	|       812 |  800303  8727645 24625529 |  4259381      794      3 |  5.666 % |
49.43/50.20	c 51	===============================================================================
49.43/50.20	c 51	restarts              : 5
49.43/50.20	c 51	conflicts             : 839            (60 /sec)
49.43/50.20	c 51	decisions             : 40499          (1.20 % random) (2919 /sec)
49.43/50.20	c 51	propagations          : 19423674       (1400016 /sec)
49.43/50.20	c 51	conflict literals     : 2767           (5.43 % deleted)
49.43/50.20	c 51	Memory used           : 439.57 MB
49.43/50.20	c 51	CPU time              : 13.8739 s
49.43/50.20	c 51	
49.43/50.20	c 51	UNSATISFIABLE
49.43/50.28	c 51	DECODING HOME/temp.out WITH HOME/temp.map
49.43/50.28	c 51	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
49.52/50.35	c 51	Decoding HOME/temp.out
49.92/50.78	s UNSATISFIABLE
49.92/50.79	c 51	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
50.01/50.81	c 51	CPU 50.02 (0.06 0.01 47.67 2.28)
50.01/50.81	c 51	END Sun Jul 12 10:30:29 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2087978-1247387378/watcher-2087978-1247387378 -o /tmp/evaluation-result-2087978-1247387378/solver-2087978-1247387378 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2087978-1247387378.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.04 2.01 4/72 30102
/proc/meminfo: memFree=1765040/2055920 swapFree=4192812/4192956
[pid=30102] ppid=30100 vsize=12268 CPUtime=0
/proc/30102/stat : 30102 (sugar) R 30100 30102 28825 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 25801444 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240577641061 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/30102/statm: 3067 316 241 3 0 167 0

[startup+0.0781481 s]
/proc/loadavg: 2.01 2.04 2.01 4/72 30102
/proc/meminfo: memFree=1765040/2055920 swapFree=4192812/4192956
[pid=30102] ppid=30100 vsize=16476 CPUtime=0.06
/proc/30102/stat : 30102 (sugar) R 30100 30102 28825 0 -1 4194304 1045 0 0 0 5 1 0 0 18 0 1 0 25801444 16871424 1013 996147200 4194304 4206940 548682068608 18446744073709551615 240597350085 0 0 4224 0 0 0 0 17 1 0 0
/proc/30102/statm: 4119 1013 380 3 0 698 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16476

[startup+0.101153 s]
/proc/loadavg: 2.01 2.04 2.01 4/72 30102
/proc/meminfo: memFree=1765040/2055920 swapFree=4192812/4192956
[pid=30102] ppid=30100 vsize=16868 CPUtime=0.06
/proc/30102/stat : 30102 (sugar) S 30100 30102 28825 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25801444 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30102/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301161 s]
/proc/loadavg: 2.01 2.04 2.01 4/72 30102
/proc/meminfo: memFree=1765040/2055920 swapFree=4192812/4192956
[pid=30102] ppid=30100 vsize=16868 CPUtime=0.06
/proc/30102/stat : 30102 (sugar) S 30100 30102 28825 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25801444 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30102/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.7012 s]
/proc/loadavg: 2.01 2.04 2.01 4/72 30102
/proc/meminfo: memFree=1765040/2055920 swapFree=4192812/4192956
[pid=30102] ppid=30100 vsize=16868 CPUtime=0.06
/proc/30102/stat : 30102 (sugar) S 30100 30102 28825 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25801444 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30102/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50127 s]
/proc/loadavg: 2.01 2.04 2.01 3/79 30120
/proc/meminfo: memFree=1758904/2055920 swapFree=4192812/4192956
[pid=30102] ppid=30100 vsize=16868 CPUtime=0.84
/proc/30102/stat : 30102 (sugar) S 30100 30102 28825 0 -1 4194304 1309 7372 0 1 5 1 73 5 15 0 1 0 25801444 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30102/statm: 4217 1111 409 3 0 796 0
[pid=30115] ppid=30102 vsize=5356 CPUtime=0
/proc/30115/stat : 30115 (sh) S 30102 30102 28825 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25801537 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30115/statm: 1339 233 193 169 0 50 0
[pid=30116] ppid=30115 vsize=864212 CPUtime=0.51
/proc/30116/stat : 30116 (java) S 30115 30102 28825 0 -1 0 4536 0 1 0 48 3 0 0 18 0 9 0 25801537 884953088 3981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30116/statm: 216053 3981 1742 9 0 210558 0
[pid=30116/tid=30117] ppid=30115 vsize=864212 CPUtime=0.38
/proc/30116/task/30117/stat : 30117 (java) R 30115 30102 28825 0 -1 64 2668 0 1 0 37 1 0 0 19 0 9 0 25801538 884953088 3981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30118] ppid=30115 vsize=864212 CPUtime=0.03
/proc/30116/task/30118/stat : 30118 (java) S 30115 30102 28825 0 -1 64 842 0 0 0 3 0 0 0 16 0 9 0 25801539 884953088 3981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30119] ppid=30115 vsize=864212 CPUtime=0
/proc/30116/task/30119/stat : 30119 (java) S 30115 30102 28825 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25801539 884953088 3981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30120] ppid=30115 vsize=864212 CPUtime=0
/proc/30116/task/30120/stat : 30120 (java) S 30115 30102 28825 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25801539 884953088 3981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 886436

[startup+3.10241 s]
/proc/loadavg: 2.01 2.04 2.01 3/83 30124
/proc/meminfo: memFree=1744856/2055920 swapFree=4192812/4192956
[pid=30102] ppid=30100 vsize=16868 CPUtime=0.84
/proc/30102/stat : 30102 (sugar) S 30100 30102 28825 0 -1 4194304 1309 7372 0 1 5 1 73 5 16 0 1 0 25801444 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30102/statm: 4217 1111 409 3 0 796 0
[pid=30115] ppid=30102 vsize=5356 CPUtime=0
/proc/30115/stat : 30115 (sh) S 30102 30102 28825 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25801537 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30115/statm: 1339 233 193 169 0 50 0
[pid=30116] ppid=30115 vsize=868576 CPUtime=2.11
/proc/30116/stat : 30116 (java) S 30115 30102 28825 0 -1 0 8906 0 1 0 205 6 0 0 18 0 9 0 25801537 889421824 8022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30116/statm: 217144 8022 2566 9 0 211649 0
[pid=30116/tid=30117] ppid=30115 vsize=868576 CPUtime=1.64
/proc/30116/task/30117/stat : 30117 (java) R 30115 30102 28825 0 -1 64 2798 0 1 0 162 2 0 0 25 0 9 0 25801538 889421824 8022 996147200 134512640 134550932 4294955936 18446744073709551615 4126543230 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30118] ppid=30115 vsize=868576 CPUtime=0.27
/proc/30116/task/30118/stat : 30118 (java) S 30115 30102 28825 0 -1 64 3932 0 0 0 25 2 0 0 16 0 9 0 25801539 889421824 8022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30119] ppid=30115 vsize=868576 CPUtime=0
/proc/30116/task/30119/stat : 30119 (java) S 30115 30102 28825 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25801539 889421824 8022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30120] ppid=30115 vsize=868576 CPUtime=0
/proc/30116/task/30120/stat : 30120 (java) S 30115 30102 28825 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25801539 889421824 8022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30121] ppid=30115 vsize=868576 CPUtime=0
/proc/30116/task/30121/stat : 30121 (java) S 30115 30102 28825 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 25801545 889421824 8022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30122] ppid=30115 vsize=868576 CPUtime=0.16
/proc/30116/task/30122/stat : 30122 (java) S 30115 30102 28825 0 -1 64 1478 0 0 0 16 0 0 0 15 0 9 0 25801545 889421824 8022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30123] ppid=30115 vsize=868576 CPUtime=0
/proc/30116/task/30123/stat : 30123 (java) S 30115 30102 28825 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25801545 889421824 8022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30124] ppid=30115 vsize=868576 CPUtime=0
/proc/30116/task/30124/stat : 30124 (java) S 30115 30102 28825 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25801545 889421824 8022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 890800

[startup+6.30269 s]
/proc/loadavg: 2.01 2.04 2.01 3/83 30124
/proc/meminfo: memFree=1691416/2055920 swapFree=4192812/4192956
[pid=30102] ppid=30100 vsize=16868 CPUtime=0.84
/proc/30102/stat : 30102 (sugar) S 30100 30102 28825 0 -1 4194304 1309 7372 0 1 5 1 73 5 16 0 1 0 25801444 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30102/statm: 4217 1111 409 3 0 796 0
[pid=30115] ppid=30102 vsize=5356 CPUtime=0
/proc/30115/stat : 30115 (sh) S 30102 30102 28825 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25801537 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30115/statm: 1339 233 193 169 0 50 0
[pid=30116] ppid=30115 vsize=868576 CPUtime=5.27
/proc/30116/stat : 30116 (java) S 30115 30102 28825 0 -1 0 14516 0 1 0 517 10 0 0 18 0 9 0 25801537 889421824 13467 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30116/statm: 217144 13467 2566 9 0 211649 0
[pid=30116/tid=30117] ppid=30115 vsize=868576 CPUtime=4.25
/proc/30116/task/30117/stat : 30117 (java) R 30115 30102 28825 0 -1 64 3172 0 1 0 422 3 0 0 25 0 9 0 25801538 889421824 13467 996147200 134512640 134550932 4294955936 18446744073709551615 4126857230 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30118] ppid=30115 vsize=868576 CPUtime=0.81
/proc/30116/task/30118/stat : 30118 (java) S 30115 30102 28825 0 -1 64 9165 0 0 0 76 5 0 0 16 0 9 0 25801539 889421824 13467 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30119] ppid=30115 vsize=868576 CPUtime=0
/proc/30116/task/30119/stat : 30119 (java) S 30115 30102 28825 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25801539 889421824 13467 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30120] ppid=30115 vsize=868576 CPUtime=0
/proc/30116/task/30120/stat : 30120 (java) S 30115 30102 28825 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25801539 889421824 13467 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30121] ppid=30115 vsize=868576 CPUtime=0
/proc/30116/task/30121/stat : 30121 (java) S 30115 30102 28825 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 25801545 889421824 13467 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30122] ppid=30115 vsize=868576 CPUtime=0.17
/proc/30116/task/30122/stat : 30122 (java) S 30115 30102 28825 0 -1 64 1481 0 0 0 17 0 0 0 15 0 9 0 25801545 889421824 13467 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30123] ppid=30115 vsize=868576 CPUtime=0
/proc/30116/task/30123/stat : 30123 (java) S 30115 30102 28825 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25801545 889421824 13467 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30124] ppid=30115 vsize=868576 CPUtime=0
/proc/30116/task/30124/stat : 30124 (java) S 30115 30102 28825 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25801545 889421824 13467 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 890800

[startup+12.7023 s]
/proc/loadavg: 2.17 2.07 2.02 3/83 30124
/proc/meminfo: memFree=1653400/2055920 swapFree=4192812/4192956
[pid=30102] ppid=30100 vsize=16868 CPUtime=0.84
/proc/30102/stat : 30102 (sugar) S 30100 30102 28825 0 -1 4194304 1310 7372 0 1 5 1 73 5 15 0 1 0 25801444 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30102/statm: 4217 1111 409 3 0 796 0
[pid=30115] ppid=30102 vsize=5356 CPUtime=0
/proc/30115/stat : 30115 (sh) S 30102 30102 28825 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25801537 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30115/statm: 1339 233 193 169 0 50 0
[pid=30116] ppid=30115 vsize=868688 CPUtime=11.6
/proc/30116/stat : 30116 (java) S 30115 30102 28825 0 -1 0 25664 0 1 0 1130 30 0 0 18 0 9 0 25801537 889536512 17729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30116/statm: 217172 17729 2593 9 0 211649 0
[pid=30116/tid=30117] ppid=30115 vsize=868688 CPUtime=9.57
/proc/30116/task/30117/stat : 30117 (java) R 30115 30102 28825 0 -1 64 3797 0 1 0 941 16 0 0 25 0 9 0 25801538 889536512 17729 996147200 134512640 134550932 4294955936 18446744073709551615 4127002874 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30118] ppid=30115 vsize=868688 CPUtime=1.75
/proc/30116/task/30118/stat : 30118 (java) S 30115 30102 28825 0 -1 64 19644 0 0 0 164 11 0 0 16 0 9 0 25801539 889536512 17729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30119] ppid=30115 vsize=868688 CPUtime=0
/proc/30116/task/30119/stat : 30119 (java) S 30115 30102 28825 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25801539 889536512 17729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30120] ppid=30115 vsize=868688 CPUtime=0
/proc/30116/task/30120/stat : 30120 (java) S 30115 30102 28825 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25801539 889536512 17729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30121] ppid=30115 vsize=868688 CPUtime=0
/proc/30116/task/30121/stat : 30121 (java) S 30115 30102 28825 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 25801545 889536512 17729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30122] ppid=30115 vsize=868688 CPUtime=0.25
/proc/30116/task/30122/stat : 30122 (java) S 30115 30102 28825 0 -1 64 1525 0 0 0 24 1 0 0 15 0 9 0 25801545 889536512 17729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30123] ppid=30115 vsize=868688 CPUtime=0
/proc/30116/task/30123/stat : 30123 (java) S 30115 30102 28825 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25801545 889536512 17729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30124] ppid=30115 vsize=868688 CPUtime=0
/proc/30116/task/30124/stat : 30124 (java) S 30115 30102 28825 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25801545 889536512 17729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 890912

[startup+25.5014 s]
/proc/loadavg: 2.13 2.07 2.02 3/83 30124
/proc/meminfo: memFree=1481752/2055920 swapFree=4192812/4192956
[pid=30102] ppid=30100 vsize=16868 CPUtime=0.85
/proc/30102/stat : 30102 (sugar) S 30100 30102 28825 0 -1 4194304 1310 7372 0 1 6 1 73 5 16 0 1 0 25801444 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30102/statm: 4217 1111 409 3 0 796 0
[pid=30115] ppid=30102 vsize=5356 CPUtime=0
/proc/30115/stat : 30115 (sh) S 30102 30102 28825 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25801537 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30115/statm: 1339 233 193 169 0 50 0
[pid=30116] ppid=30115 vsize=868688 CPUtime=24.21
/proc/30116/stat : 30116 (java) S 30115 30102 28825 0 -1 0 26140 0 1 0 2326 95 0 0 18 0 9 0 25801537 889536512 17734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30116/statm: 217172 17734 2593 9 0 211649 0
[pid=30116/tid=30117] ppid=30115 vsize=868688 CPUtime=21.94
/proc/30116/task/30117/stat : 30117 (java) R 30115 30102 28825 0 -1 64 4268 0 1 0 2115 79 0 0 25 0 9 0 25801538 889536512 17734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30118] ppid=30115 vsize=868688 CPUtime=1.98
/proc/30116/task/30118/stat : 30118 (java) S 30115 30102 28825 0 -1 64 19644 0 0 0 184 14 0 0 16 0 9 0 25801539 889536512 17734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30119] ppid=30115 vsize=868688 CPUtime=0
/proc/30116/task/30119/stat : 30119 (java) S 30115 30102 28825 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25801539 889536512 17734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30120] ppid=30115 vsize=868688 CPUtime=0
/proc/30116/task/30120/stat : 30120 (java) S 30115 30102 28825 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25801539 889536512 17734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30121] ppid=30115 vsize=868688 CPUtime=0
/proc/30116/task/30121/stat : 30121 (java) S 30115 30102 28825 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 25801545 889536512 17734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30122] ppid=30115 vsize=868688 CPUtime=0.26
/proc/30116/task/30122/stat : 30122 (java) S 30115 30102 28825 0 -1 64 1530 0 0 0 25 1 0 0 15 0 9 0 25801545 889536512 17734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30123] ppid=30115 vsize=868688 CPUtime=0
/proc/30116/task/30123/stat : 30123 (java) S 30115 30102 28825 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25801545 889536512 17734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30116/tid=30124] ppid=30115 vsize=868688 CPUtime=0
/proc/30116/task/30124/stat : 30124 (java) S 30115 30102 28825 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25801545 889536512 17734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 890912

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

[startup+38.3015 s]
/proc/loadavg: 2.11 2.07 2.01 3/75 30126
/proc/meminfo: memFree=1222808/2055920 swapFree=4192812/4192956
[pid=30102] ppid=30100 vsize=16868 CPUtime=34.93
/proc/30102/stat : 30102 (sugar) S 30100 30102 28825 0 -1 4194304 1377 34220 0 2 6 1 3333 153 16 0 1 0 25801444 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30102/statm: 4217 1114 409 3 0 796 0
[pid=30125] ppid=30102 vsize=5356 CPUtime=0
/proc/30125/stat : 30125 (sh) S 30102 30102 28825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25804997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30125/statm: 1339 232 193 169 0 50 0
[pid=30126] ppid=30125 vsize=247476 CPUtime=2.73
/proc/30126/stat : 30126 (minisat) R 30125 30102 28825 0 -1 4194304 57130 0 0 0 240 33 0 0 25 0 1 0 25804998 253415424 57116 996147200 134512640 135127466 4294956256 18446744073709551615 134708962 0 0 4096 3 0 0 0 17 1 0 0
/proc/30126/statm: 61869 57116 62 150 0 61716 0
Current children cumulated CPU time (s) 37.66
Current children cumulated vsize (KiB) 269700

[startup+44.7011 s]
/proc/loadavg: 2.17 2.08 2.02 3/75 30126
/proc/meminfo: memFree=974296/2055920 swapFree=4192812/4192956
[pid=30102] ppid=30100 vsize=16868 CPUtime=34.93
/proc/30102/stat : 30102 (sugar) S 30100 30102 28825 0 -1 4194304 1377 34220 0 2 6 1 3333 153 16 0 1 0 25801444 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30102/statm: 4217 1114 409 3 0 796 0
[pid=30125] ppid=30102 vsize=5356 CPUtime=0
/proc/30125/stat : 30125 (sh) S 30102 30102 28825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25804997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30125/statm: 1339 232 193 169 0 50 0
[pid=30126] ppid=30125 vsize=444364 CPUtime=9.06
/proc/30126/stat : 30126 (minisat) R 30125 30102 28825 0 -1 4194304 103691 0 0 0 843 63 0 0 25 0 1 0 25804998 455028736 103677 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/30126/statm: 111091 103677 76 150 0 110938 0
Current children cumulated CPU time (s) 43.99
Current children cumulated vsize (KiB) 466588

[startup+47.9024 s]
/proc/loadavg: 2.17 2.08 2.02 4/83 30161
/proc/meminfo: memFree=1116304/2055920 swapFree=4192812/4192956
[pid=30102] ppid=30100 vsize=16868 CPUtime=34.93
/proc/30102/stat : 30102 (sugar) S 30100 30102 28825 0 -1 4194304 1377 34220 0 2 6 1 3333 153 16 0 1 0 25801444 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30102/statm: 4217 1114 409 3 0 796 0
[pid=30125] ppid=30102 vsize=5356 CPUtime=0
/proc/30125/stat : 30125 (sh) S 30102 30102 28825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25804997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30125/statm: 1339 232 193 169 0 50 0
[pid=30126] ppid=30125 vsize=448712 CPUtime=12.23
/proc/30126/stat : 30126 (minisat) R 30125 30102 28825 0 -1 4194304 104852 0 0 0 1159 64 0 0 25 0 1 0 25804998 459481088 104838 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/30126/statm: 112178 104838 76 150 0 112025 0
Current children cumulated CPU time (s) 47.16
Current children cumulated vsize (KiB) 470936

[startup+49.5075 s]
/proc/loadavg: 2.16 2.08 2.02 3/83 30161
/proc/meminfo: memFree=1108944/2055920 swapFree=4192812/4192956
[pid=30102] ppid=30100 vsize=16868 CPUtime=34.93
/proc/30102/stat : 30102 (sugar) S 30100 30102 28825 0 -1 4194304 1377 34220 0 2 6 1 3333 153 16 0 1 0 25801444 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30102/statm: 4217 1114 409 3 0 796 0
[pid=30125] ppid=30102 vsize=5356 CPUtime=0
/proc/30125/stat : 30125 (sh) S 30102 30102 28825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25804997 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30125/statm: 1339 232 193 169 0 50 0
[pid=30126] ppid=30125 vsize=449696 CPUtime=13.81
/proc/30126/stat : 30126 (minisat) R 30125 30102 28825 0 -1 4194304 105145 0 0 0 1317 64 0 0 25 0 1 0 25804998 460488704 105131 996147200 134512640 135127466 4294956256 18446744073709551615 134530576 0 0 4096 3 0 0 0 17 1 0 0
/proc/30126/statm: 112424 105131 76 150 0 112271 0
Current children cumulated CPU time (s) 48.74
Current children cumulated vsize (KiB) 471920

[startup+50.3026 s]
/proc/loadavg: 2.16 2.08 2.02 3/83 30161
/proc/meminfo: memFree=1108944/2055920 swapFree=4192812/4192956
[pid=30102] ppid=30100 vsize=16868 CPUtime=49.52
/proc/30102/stat : 30102 (sugar) S 30100 30102 28825 0 -1 4194304 1431 139780 0 2 6 1 4720 225 16 0 1 0 25801444 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30102/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 49.52
Current children cumulated vsize (KiB) 16868

[startup+50.7016 s]
/proc/loadavg: 2.16 2.08 2.02 4/91 30171
/proc/meminfo: memFree=1525136/2055920 swapFree=4192812/4192956
[pid=30102] ppid=30100 vsize=16868 CPUtime=49.52
/proc/30102/stat : 30102 (sugar) S 30100 30102 28825 0 -1 4194304 1449 139780 0 2 6 1 4720 225 16 0 1 0 25801444 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30102/statm: 4217 1114 409 3 0 796 0
[pid=30162] ppid=30102 vsize=5356 CPUtime=0
/proc/30162/stat : 30162 (sh) S 30102 30102 28825 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25806472 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30162/statm: 1339 233 193 169 0 50 0
[pid=30163] ppid=30162 vsize=862768 CPUtime=0.4
/proc/30163/stat : 30163 (java) S 30162 30102 28825 0 -1 0 4144 0 1 0 38 2 0 0 18 0 9 0 25806472 883474432 3605 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30163/statm: 215692 3605 1284 9 0 210605 0
[pid=30163/tid=30164] ppid=30162 vsize=862768 CPUtime=0.31
/proc/30163/task/30164/stat : 30164 (java) R 30162 30102 28825 0 -1 64 2034 0 1 0 30 1 0 0 19 0 9 0 25806473 883474432 3605 996147200 134512640 134550932 4294955984 18446744073709551615 4126470903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30165] ppid=30162 vsize=862768 CPUtime=0.02
/proc/30163/task/30165/stat : 30165 (java) S 30162 30102 28825 0 -1 64 961 0 0 0 2 0 0 0 16 0 9 0 25806474 883474432 3605 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30166] ppid=30162 vsize=862768 CPUtime=0
/proc/30163/task/30166/stat : 30166 (java) S 30162 30102 28825 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25806474 883474432 3605 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30167] ppid=30162 vsize=862768 CPUtime=0
/proc/30163/task/30167/stat : 30167 (java) S 30162 30102 28825 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25806474 883474432 3605 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30168] ppid=30162 vsize=862768 CPUtime=0
/proc/30163/task/30168/stat : 30168 (java) S 30162 30102 28825 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25806476 883474432 3605 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30169] ppid=30162 vsize=862768 CPUtime=0.04
/proc/30163/task/30169/stat : 30169 (java) S 30162 30102 28825 0 -1 64 455 0 0 0 4 0 0 0 16 0 9 0 25806476 883474432 3605 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30170] ppid=30162 vsize=862768 CPUtime=0
/proc/30163/task/30170/stat : 30170 (java) S 30162 30102 28825 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25806476 883474432 3605 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30171] ppid=30162 vsize=862768 CPUtime=0
/proc/30163/task/30171/stat : 30171 (java) S 30162 30102 28825 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25806476 883474432 3605 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.92
Current children cumulated vsize (KiB) 884992

[startup+50.9016 s]
/proc/loadavg: 2.16 2.08 2.02 4/91 30171
/proc/meminfo: memFree=1525136/2055920 swapFree=4192812/4192956
[pid=30102] ppid=30100 vsize=16868 CPUtime=50.12
/proc/30102/stat : 30102 (sugar) R 30100 30102 28825 0 -1 4194304 1478 146327 0 3 6 11 4767 228 16 0 1 0 25801444 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 240577647657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/30102/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 50.12
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 50.9167
CPU time (s): 50.1564
CPU user time (s): 47.7407
CPU system time (s): 2.41563
CPU usage (%): 98.5066
Max. virtual memory (cumulated for all children) (KiB): 901048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.7407
system time used= 2.41563
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147865
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= 14477
involuntary context switches= 15349

runsolver used 0.070989 second user time and 0.186971 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-12 10:29:38
IDJOB=2087978
IDBENCH=58836
IDSOLVER=739
FILE ID=node50/2087978-1247387378
PBS_JOBID= 9507259
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp20/normalized-fapp20-0420-8.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087978-1247387378/watcher-2087978-1247387378 -o /tmp/evaluation-result-2087978-1247387378/solver-2087978-1247387378 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2087978-1247387378.xml

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

MD5SUM BENCH= 1de04046403b27abbbf747eaecb515b0
RANDOM SEED=1787056365

node50.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.231
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.231
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:       1765520 kB
Buffers:         25688 kB
Cached:         120376 kB
SwapCached:          0 kB
Active:         150352 kB
Inactive:        85808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4512 kB
Writeback:           0 kB
Mapped:         100820 kB
Slab:            39212 kB
Committed_AS:   333772 kB
PageTables:       2040 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= 66424 MiB
End job on node50 at 2009-07-12 10:30:29