Trace number 1094805

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 62.4295 62.9721

General information on the benchmark

Namecsp/fapp/fapp20/
normalized-fapp20-0420-2.xml
MD5SUMb5be1e11c64ae0a3fe8c3477a50c68b1
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.36879
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.01/0.04	c 0	Sugar v1-13 + HOME/minisat
0.01/0.04	c 0	BEGIN Sat Jul  5 19:44:15 2008
0.01/0.04	c 0	PID 13284
0.01/0.04	c 0	HOST node75.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1094805-1215279855.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1094805-1215279855.xml' 'HOME/temp.csp'
0.03/0.71	c 1	14 domains, 420 variables, 6 predicates, 0 relations, 4737 constraints
0.03/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.72	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.69/0.80	c 1	Parsing HOME/temp.csp
0.95/1.08	c 1	parsed 5177 expressions
0.95/1.08	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.95/1.08	c 1	Converting to clausal form CSP
1.34/1.45	c 1	converted 518 (10%) expressions
2.33/2.49	c 2	converted 1036 (20%) expressions
3.13/3.28	c 3	converted 1554 (30%) expressions
3.83/3.97	c 4	converted 2071 (40%) expressions
4.52/4.67	c 5	converted 2589 (50%) expressions
5.12/5.21	c 5	converted 3107 (60%) expressions
5.61/5.73	c 6	converted 3624 (70%) expressions
6.41/6.50	c 6	converted 4142 (80%) expressions
6.81/6.99	c 7	converted 4660 (90%) expressions
7.41/7.50	c 7	converted 5177 (100%) expressions
7.41/7.50	c 7	CSP : 835 integers, 13508 booleans, 28856 clauses, largest domain size 2821
7.41/7.50	c 7	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.41/7.50	c 7	Propagation in CSP
7.70/7.83	c 8	10900 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.70/7.84	c 8	CSP : 835 integers, 13508 booleans, 28856 clauses, largest domain size 2821
7.70/7.84	c 8	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.70/7.85	c 8	Simplifing CSP by introducing new Boolean variables
7.80/7.92	c 8	CSP : 835 integers, 23130 booleans, 38478 clauses, largest domain size 2821
7.80/7.92	c 8	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.10/8.28	c 8	Encoding CSP to SAT : HOME/temp.cnf
8.50/8.65	c 9	84 (10%) CSP integer variables are encoded (16040 clauses, 218566 bytes)
8.90/9.00	c 9	167 (20%) CSP integer variables are encoded (33048 clauses, 473686 bytes)
9.20/9.36	c 9	251 (30%) CSP integer variables are encoded (51052 clauses, 743746 bytes)
9.59/9.72	c 10	334 (40%) CSP integer variables are encoded (68406 clauses, 1004056 bytes)
9.88/10.07	c 10	418 (50%) CSP integer variables are encoded (85889 clauses, 1266301 bytes)
10.09/10.23	c 10	501 (60%) CSP integer variables are encoded (211472 clauses, 3373847 bytes)
10.29/10.40	c 10	585 (70%) CSP integer variables are encoded (353196 clauses, 5783155 bytes)
10.38/10.55	c 10	668 (80%) CSP integer variables are encoded (471191 clauses, 7789070 bytes)
10.59/10.74	c 11	752 (90%) CSP integer variables are encoded (631131 clauses, 10508050 bytes)
10.79/10.91	c 11	835 (100%) CSP integer variables are encoded (776474 clauses, 12978881 bytes)
21.61/21.86	c 22	3848 (10%) CSP clauses are encoded (2456494 clauses, 48461047 bytes)
29.65/29.92	c 30	7696 (20%) CSP clauses are encoded (4034903 clauses, 82855296 bytes)
34.51/34.87	c 35	11544 (30%) CSP clauses are encoded (5187515 clauses, 108840529 bytes)
37.79/38.15	c 38	15392 (40%) CSP clauses are encoded (6010130 clauses, 127700853 bytes)
41.26/41.65	c 42	19239 (50%) CSP clauses are encoded (7071634 clauses, 152649985 bytes)
43.73/44.18	c 44	23087 (60%) CSP clauses are encoded (7927622 clauses, 173064259 bytes)
46.22/46.63	c 47	26935 (70%) CSP clauses are encoded (8808458 clauses, 194283526 bytes)
48.89/49.36	c 49	30783 (80%) CSP clauses are encoded (9817605 clauses, 218581521 bytes)
51.17/51.66	c 52	34631 (90%) CSP clauses are encoded (10620455 clauses, 237882365 bytes)
53.60/54.18	c 54	38478 (100%) CSP clauses are encoded (11508555 clauses, 259445153 bytes)
53.60/54.18	c 54	38478 CSP clauses encoded
53.60/54.18	c 54	Writing map file : HOME/temp.map
53.71/54.21	c 54	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
53.71/54.21	c 54	SAT : 800439 SAT variables, 11508555 SAT clauses, 259445153 bytes
53.71/54.21	c 54	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
53.71/54.23	c 54	SOLVING HOME/temp.cnf
53.71/54.23	c 54	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
53.71/54.23	c 54	This is MiniSat 2.0 beta
53.71/54.23	c 54	WARNING: for repeatability, setting FPU to use double precision
53.71/54.23	c 54	============================[ Problem Statistics ]=============================
53.71/54.23	c 54	|                                                                             |
53.71/54.24	c 54	|  Number of variables:  800439                                               |
53.71/54.24	c 54	|  Number of clauses:    11508555                                             |
59.66/60.27	c 60	|  Parsing time:         5.22         s                                       |
59.96/60.56	c 60	============================[ Search Statistics ]==============================
59.96/60.56	c 60	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
59.96/60.56	c 60	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
59.96/60.56	c 60	===============================================================================
59.96/60.56	c 60	|         0 |  800438 11508554 31668710 |  3836184        0    nan |  0.000 % |
60.46/61.06	c 61	|       100 |  800433 11508554 31668710 |  4219803       98      3 |  0.102 % |
61.35/61.99	c 62	|       250 |  800338 11508554 31668710 |  4641783      238      3 |  1.744 % |
61.75/62.33	c 62	===============================================================================
61.75/62.33	c 62	restarts              : 3
61.75/62.33	c 62	conflicts             : 364            (50 /sec)
61.75/62.33	c 62	decisions             : 8808           (1.43 % random) (1217 /sec)
61.75/62.33	c 62	propagations          : 5172570        (714453 /sec)
61.75/62.33	c 62	conflict literals     : 1069           (4.04 % deleted)
61.75/62.33	c 62	Memory used           : 528.50 MB
61.75/62.33	c 62	CPU time              : 7.2399 s
61.75/62.33	c 62	
61.75/62.33	c 62	UNSATISFIABLE
61.85/62.42	c 62	DECODING HOME/temp.out WITH HOME/temp.map
61.85/62.42	c 62	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
61.89/62.50	c 62	Decoding HOME/temp.out
62.25/62.81	s UNSATISFIABLE
62.25/62.82	c 63	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
62.25/62.85	c 63	CPU 59.65 (0.03 0.01 59.62 2.62)
62.25/62.85	c 63	END Sat Jul  5 19:45:18 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-1094805-1215279855/watcher-1094805-1215279855 -o /tmp/evaluation-result-1094805-1215279855/solver-1094805-1215279855 -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-1094805-1215279855.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.93 1.97 1.98 4/79 13284
/proc/meminfo: memFree=1771024/2055920 swapFree=4180584/4192956
[pid=13284] ppid=13282 vsize=12272 CPUtime=0
/proc/13284/stat : 13284 (sugar) R 13282 13284 11571 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 2006935265 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 231882848869 0 0 4224 0 0 0 0 17 1 0 0
/proc/13284/statm: 3068 327 246 3 0 168 0

[startup+0.020102 s]
/proc/loadavg: 1.93 1.97 1.98 4/79 13284
/proc/meminfo: memFree=1771024/2055920 swapFree=4180584/4192956
[pid=13284] ppid=13282 vsize=12676 CPUtime=0.01
/proc/13284/stat : 13284 (sugar) R 13282 13284 11571 0 -1 4194304 549 0 0 0 1 0 0 0 18 0 1 0 2006935265 12980224 517 996147200 4194304 4206940 548682068608 18446744073709551615 231900927008 0 0 4224 0 0 0 0 17 1 0 0
/proc/13284/statm: 3169 517 316 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.101114 s]
/proc/loadavg: 1.93 1.97 1.98 4/79 13284
/proc/meminfo: memFree=1771024/2055920 swapFree=4180584/4192956
[pid=13284] ppid=13282 vsize=13600 CPUtime=0.03
/proc/13284/stat : 13284 (sugar) S 13282 13284 11571 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2006935265 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13284/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301135 s]
/proc/loadavg: 1.93 1.97 1.98 4/79 13284
/proc/meminfo: memFree=1771024/2055920 swapFree=4180584/4192956
[pid=13284] ppid=13282 vsize=13600 CPUtime=0.03
/proc/13284/stat : 13284 (sugar) S 13282 13284 11571 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2006935265 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13284/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701182 s]
/proc/loadavg: 1.93 1.97 1.98 4/79 13284
/proc/meminfo: memFree=1771024/2055920 swapFree=4180584/4192956
[pid=13284] ppid=13282 vsize=13600 CPUtime=0.03
/proc/13284/stat : 13284 (sugar) S 13282 13284 11571 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2006935265 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13284/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50228 s]
/proc/loadavg: 1.93 1.97 1.98 4/90 13306
/proc/meminfo: memFree=1762360/2055920 swapFree=4180584/4192956
[pid=13284] ppid=13282 vsize=13600 CPUtime=0.69
/proc/13284/stat : 13284 (sugar) S 13282 13284 11571 0 -1 4194304 974 7293 0 1 3 0 63 3 15 0 1 0 2006935265 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13284/statm: 3400 797 370 3 0 500 0
[pid=13297] ppid=13284 vsize=5356 CPUtime=0
/proc/13297/stat : 13297 (sh) S 13284 13284 11571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006935338 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13297/statm: 1339 233 193 169 0 50 0
[pid=13298] ppid=13297 vsize=868256 CPUtime=0.76
/proc/13298/stat : 13298 (java) S 13297 13284 11571 0 -1 0 5754 0 1 0 72 4 0 0 20 0 9 0 2006935338 889094144 5128 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13298/statm: 217064 5128 1732 9 0 211639 0
[pid=13298/tid=13299] ppid=13297 vsize=868256 CPUtime=0.51
/proc/13298/task/13299/stat : 13299 (java) R 13297 13284 11571 0 -1 64 2681 0 1 0 49 2 0 0 25 0 9 0 2006935339 889094144 5128 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13300] ppid=13297 vsize=868256 CPUtime=0.05
/proc/13298/task/13300/stat : 13300 (java) R 13297 13284 11571 0 -1 64 922 0 0 0 5 0 0 0 16 0 9 0 2006935340 889094144 5128 996147200 134512640 134550740 4294955952 18446744073709551615 102722951 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13301] ppid=13297 vsize=868256 CPUtime=0
/proc/13298/task/13301/stat : 13301 (java) S 13297 13284 11571 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 2006935340 889094144 5128 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13302] ppid=13297 vsize=868256 CPUtime=0
/proc/13298/task/13302/stat : 13302 (java) S 13297 13284 11571 0 -1 64 3 0 0 0 0 0 0 0 25 0 9 0 2006935340 889094144 5128 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13303] ppid=13297 vsize=868256 CPUtime=0
/proc/13298/task/13303/stat : 13303 (java) S 13297 13284 11571 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2006935342 889094144 5128 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13304] ppid=13297 vsize=868256 CPUtime=0.16
/proc/13298/task/13304/stat : 13304 (java) S 13297 13284 11571 0 -1 64 1460 0 0 0 16 0 0 0 16 0 9 0 2006935342 889094144 5128 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13305] ppid=13297 vsize=868256 CPUtime=0
/proc/13298/task/13305/stat : 13305 (java) S 13297 13284 11571 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2006935342 889094144 5128 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13306] ppid=13297 vsize=868256 CPUtime=0
/proc/13298/task/13306/stat : 13306 (java) S 13297 13284 11571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006935342 889094144 5128 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887212

[startup+3.10324 s]
/proc/loadavg: 1.93 1.97 1.98 3/90 13306
/proc/meminfo: memFree=1750520/2055920 swapFree=4180584/4192956
[pid=13284] ppid=13282 vsize=13600 CPUtime=0.69
/proc/13284/stat : 13284 (sugar) S 13282 13284 11571 0 -1 4194304 974 7293 0 1 3 0 63 3 16 0 1 0 2006935265 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13284/statm: 3400 797 370 3 0 500 0
[pid=13297] ppid=13284 vsize=5356 CPUtime=0
/proc/13297/stat : 13297 (sh) S 13284 13284 11571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006935338 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13297/statm: 1339 233 193 169 0 50 0
[pid=13298] ppid=13297 vsize=868368 CPUtime=2.34
/proc/13298/stat : 13298 (java) S 13297 13284 11571 0 -1 0 9476 0 1 0 228 6 0 0 20 0 9 0 2006935338 889208832 8554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13298/statm: 217092 8554 2540 9 0 211667 0
[pid=13298/tid=13299] ppid=13297 vsize=868368 CPUtime=1.75
/proc/13298/task/13299/stat : 13299 (java) R 13297 13284 11571 0 -1 64 2903 0 1 0 173 2 0 0 25 0 9 0 2006935339 889208832 8554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13300] ppid=13297 vsize=868368 CPUtime=0.37
/proc/13298/task/13300/stat : 13300 (java) S 13297 13284 11571 0 -1 64 4405 0 0 0 35 2 0 0 15 0 9 0 2006935340 889208832 8554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13301] ppid=13297 vsize=868368 CPUtime=0
/proc/13298/task/13301/stat : 13301 (java) S 13297 13284 11571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006935340 889208832 8554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13302] ppid=13297 vsize=868368 CPUtime=0
/proc/13298/task/13302/stat : 13302 (java) S 13297 13284 11571 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006935340 889208832 8554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13303] ppid=13297 vsize=868368 CPUtime=0
/proc/13298/task/13303/stat : 13303 (java) S 13297 13284 11571 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2006935342 889208832 8554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13304] ppid=13297 vsize=868368 CPUtime=0.19
/proc/13298/task/13304/stat : 13304 (java) S 13297 13284 11571 0 -1 64 1475 0 0 0 19 0 0 0 15 0 9 0 2006935342 889208832 8554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13305] ppid=13297 vsize=868368 CPUtime=0
/proc/13298/task/13305/stat : 13305 (java) S 13297 13284 11571 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2006935342 889208832 8554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13306] ppid=13297 vsize=868368 CPUtime=0
/proc/13298/task/13306/stat : 13306 (java) S 13297 13284 11571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006935342 889208832 8554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887324

[startup+6.30285 s]
/proc/loadavg: 1.93 1.97 1.98 4/90 13306
/proc/meminfo: memFree=1727800/2055920 swapFree=4180584/4192956
[pid=13284] ppid=13282 vsize=13600 CPUtime=0.69
/proc/13284/stat : 13284 (sugar) S 13282 13284 11571 0 -1 4194304 974 7293 0 1 3 0 63 3 15 0 1 0 2006935265 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13284/statm: 3400 797 370 3 0 500 0
[pid=13297] ppid=13284 vsize=5356 CPUtime=0
/proc/13297/stat : 13297 (sh) S 13284 13284 11571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006935338 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13297/statm: 1339 233 193 169 0 50 0
[pid=13298] ppid=13297 vsize=878616 CPUtime=5.53
/proc/13298/stat : 13298 (java) S 13297 13284 11571 0 -1 0 19412 0 1 0 540 13 0 0 20 0 9 0 2006935338 899702784 16427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13298/statm: 219654 16427 2540 9 0 214229 0
[pid=13298/tid=13299] ppid=13297 vsize=878616 CPUtime=4.24
/proc/13298/task/13299/stat : 13299 (java) R 13297 13284 11571 0 -1 64 3186 0 1 0 422 2 0 0 25 0 9 0 2006935339 899702784 16427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13300] ppid=13297 vsize=878616 CPUtime=1.06
/proc/13298/task/13300/stat : 13300 (java) R 13297 13284 11571 0 -1 64 14057 0 0 0 98 8 0 0 16 0 9 0 2006935340 899702784 16427 996147200 134512640 134550740 4294955952 18446744073709551615 102731977 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13301] ppid=13297 vsize=878616 CPUtime=0
/proc/13298/task/13301/stat : 13301 (java) S 13297 13284 11571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006935340 899702784 16427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13302] ppid=13297 vsize=878616 CPUtime=0
/proc/13298/task/13302/stat : 13302 (java) S 13297 13284 11571 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006935340 899702784 16427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13303] ppid=13297 vsize=878616 CPUtime=0
/proc/13298/task/13303/stat : 13303 (java) S 13297 13284 11571 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2006935342 899702784 16427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13304] ppid=13297 vsize=878616 CPUtime=0.19
/proc/13298/task/13304/stat : 13304 (java) S 13297 13284 11571 0 -1 64 1476 0 0 0 19 0 0 0 15 0 9 0 2006935342 899702784 16427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13305] ppid=13297 vsize=878616 CPUtime=0
/proc/13298/task/13305/stat : 13305 (java) S 13297 13284 11571 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2006935342 899702784 16427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13306] ppid=13297 vsize=878616 CPUtime=0
/proc/13298/task/13306/stat : 13306 (java) S 13297 13284 11571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006935342 899702784 16427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 897572

[startup+12.7016 s]
/proc/loadavg: 2.02 1.99 1.99 3/90 13306
/proc/meminfo: memFree=1690504/2055920 swapFree=4180584/4192956
[pid=13284] ppid=13282 vsize=13600 CPUtime=0.69
/proc/13284/stat : 13284 (sugar) S 13282 13284 11571 0 -1 4194304 974 7293 0 1 3 0 63 3 15 0 1 0 2006935265 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13284/statm: 3400 797 370 3 0 500 0
[pid=13297] ppid=13284 vsize=5356 CPUtime=0
/proc/13297/stat : 13297 (sh) S 13284 13284 11571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006935338 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13297/statm: 1339 233 193 169 0 50 0
[pid=13298] ppid=13297 vsize=868480 CPUtime=11.88
/proc/13298/stat : 13298 (java) S 13297 13284 11571 0 -1 0 27952 0 1 0 1161 27 0 0 20 0 9 0 2006935338 889323520 17762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13298/statm: 217120 17762 2566 9 0 211667 0
[pid=13298/tid=13299] ppid=13297 vsize=868480 CPUtime=9.82
/proc/13298/task/13299/stat : 13299 (java) R 13297 13284 11571 0 -1 64 3743 0 1 0 970 12 0 0 25 0 9 0 2006935339 889323520 17762 996147200 134512640 134550740 4294955952 18446744073709551615 4127019139 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13300] ppid=13297 vsize=868480 CPUtime=1.77
/proc/13298/task/13300/stat : 13300 (java) S 13297 13284 11571 0 -1 64 21997 0 0 0 164 13 0 0 16 0 9 0 2006935340 889323520 17762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13301] ppid=13297 vsize=868480 CPUtime=0
/proc/13298/task/13301/stat : 13301 (java) S 13297 13284 11571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006935340 889323520 17762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13302] ppid=13297 vsize=868480 CPUtime=0
/proc/13298/task/13302/stat : 13302 (java) S 13297 13284 11571 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006935340 889323520 17762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13303] ppid=13297 vsize=868480 CPUtime=0
/proc/13298/task/13303/stat : 13303 (java) S 13297 13284 11571 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2006935342 889323520 17762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13304] ppid=13297 vsize=868480 CPUtime=0.25
/proc/13298/task/13304/stat : 13304 (java) S 13297 13284 11571 0 -1 64 1519 0 0 0 25 0 0 0 15 0 9 0 2006935342 889323520 17762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13305] ppid=13297 vsize=868480 CPUtime=0
/proc/13298/task/13305/stat : 13305 (java) S 13297 13284 11571 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2006935342 889323520 17762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13306] ppid=13297 vsize=868480 CPUtime=0
/proc/13298/task/13306/stat : 13306 (java) S 13297 13284 11571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006935342 889323520 17762 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887436

[startup+25.5021 s]
/proc/loadavg: 2.01 1.99 1.99 3/90 13306
/proc/meminfo: memFree=1644936/2055920 swapFree=4180584/4192956
[pid=13284] ppid=13282 vsize=13600 CPUtime=0.69
/proc/13284/stat : 13284 (sugar) S 13282 13284 11571 0 -1 4194304 974 7293 0 1 3 0 63 3 16 0 1 0 2006935265 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13284/statm: 3400 797 370 3 0 500 0
[pid=13297] ppid=13284 vsize=5356 CPUtime=0
/proc/13297/stat : 13297 (sh) S 13284 13284 11571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006935338 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13297/statm: 1339 233 193 169 0 50 0
[pid=13298] ppid=13297 vsize=868480 CPUtime=24.59
/proc/13298/stat : 13298 (java) S 13297 13284 11571 0 -1 0 28203 0 1 0 2406 53 0 0 20 0 9 0 2006935338 889323520 17769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13298/statm: 217120 17769 2566 9 0 211667 0
[pid=13298/tid=13299] ppid=13297 vsize=868480 CPUtime=22.41
/proc/13298/task/13299/stat : 13299 (java) R 13297 13284 11571 0 -1 64 3987 0 1 0 2205 36 0 0 25 0 9 0 2006935339 889323520 17769 996147200 134512640 134550740 4294955952 18446744073709551615 4127020851 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13300] ppid=13297 vsize=868480 CPUtime=1.89
/proc/13298/task/13300/stat : 13300 (java) S 13297 13284 11571 0 -1 64 21997 0 0 0 174 15 0 0 16 0 9 0 2006935340 889323520 17769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13301] ppid=13297 vsize=868480 CPUtime=0
/proc/13298/task/13301/stat : 13301 (java) S 13297 13284 11571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006935340 889323520 17769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13302] ppid=13297 vsize=868480 CPUtime=0
/proc/13298/task/13302/stat : 13302 (java) S 13297 13284 11571 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006935340 889323520 17769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13303] ppid=13297 vsize=868480 CPUtime=0
/proc/13298/task/13303/stat : 13303 (java) S 13297 13284 11571 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2006935342 889323520 17769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13304] ppid=13297 vsize=868480 CPUtime=0.27
/proc/13298/task/13304/stat : 13304 (java) S 13297 13284 11571 0 -1 64 1526 0 0 0 27 0 0 0 16 0 9 0 2006935342 889323520 17769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13305] ppid=13297 vsize=868480 CPUtime=0
/proc/13298/task/13305/stat : 13305 (java) S 13297 13284 11571 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2006935342 889323520 17769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13306] ppid=13297 vsize=868480 CPUtime=0
/proc/13298/task/13306/stat : 13306 (java) S 13297 13284 11571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006935342 889323520 17769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 887436

[startup+51.1021 s]
/proc/loadavg: 2.01 1.99 1.99 3/90 13306
/proc/meminfo: memFree=1478600/2055920 swapFree=4180584/4192956
[pid=13284] ppid=13282 vsize=13600 CPUtime=0.69
/proc/13284/stat : 13284 (sugar) S 13282 13284 11571 0 -1 4194304 974 7293 0 1 3 0 63 3 16 0 1 0 2006935265 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13284/statm: 3400 797 370 3 0 500 0
[pid=13297] ppid=13284 vsize=5356 CPUtime=0
/proc/13297/stat : 13297 (sh) S 13284 13284 11571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006935338 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13297/statm: 1339 233 193 169 0 50 0
[pid=13298] ppid=13297 vsize=868480 CPUtime=49.99
/proc/13298/stat : 13298 (java) S 13297 13284 11571 0 -1 0 29033 0 1 0 4849 150 0 0 20 0 9 0 2006935338 889323520 17770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13298/statm: 217120 17770 2566 9 0 211667 0
[pid=13298/tid=13299] ppid=13297 vsize=868480 CPUtime=47.38
/proc/13298/task/13299/stat : 13299 (java) R 13297 13284 11571 0 -1 64 4816 0 1 0 4611 127 0 0 25 0 9 0 2006935339 889323520 17770 996147200 134512640 134550740 4294955952 18446744073709551615 4127019120 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13300] ppid=13297 vsize=868480 CPUtime=2.3
/proc/13298/task/13300/stat : 13300 (java) S 13297 13284 11571 0 -1 64 21997 0 0 0 210 20 0 0 16 0 9 0 2006935340 889323520 17770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13301] ppid=13297 vsize=868480 CPUtime=0
/proc/13298/task/13301/stat : 13301 (java) S 13297 13284 11571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006935340 889323520 17770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13302] ppid=13297 vsize=868480 CPUtime=0
/proc/13298/task/13302/stat : 13302 (java) S 13297 13284 11571 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006935340 889323520 17770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13303] ppid=13297 vsize=868480 CPUtime=0
/proc/13298/task/13303/stat : 13303 (java) S 13297 13284 11571 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2006935342 889323520 17770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13304] ppid=13297 vsize=868480 CPUtime=0.28
/proc/13298/task/13304/stat : 13304 (java) S 13297 13284 11571 0 -1 64 1527 0 0 0 27 1 0 0 15 0 9 0 2006935342 889323520 17770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13305] ppid=13297 vsize=868480 CPUtime=0
/proc/13298/task/13305/stat : 13305 (java) S 13297 13284 11571 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2006935342 889323520 17770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13298/tid=13306] ppid=13297 vsize=868480 CPUtime=0
/proc/13298/task/13306/stat : 13306 (java) S 13297 13284 11571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006935342 889323520 17770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 887436

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

[startup+57.5019 s]
/proc/loadavg: 2.01 1.99 1.99 3/82 13308
/proc/meminfo: memFree=1246344/2055920 swapFree=4180584/4192956
[pid=13284] ppid=13282 vsize=13600 CPUtime=53.75
/proc/13284/stat : 13284 (sugar) S 13282 13284 11571 0 -1 4194304 1033 36763 0 2 3 1 5203 168 16 0 1 0 2006935265 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13284/statm: 3400 799 370 3 0 500 0
[pid=13307] ppid=13284 vsize=5356 CPUtime=0
/proc/13307/stat : 13307 (sh) S 13284 13284 11571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006940689 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13307/statm: 1339 232 193 169 0 50 0
[pid=13308] ppid=13307 vsize=313532 CPUtime=3.23
/proc/13308/stat : 13308 (minisat) R 13307 13284 11571 0 -1 4194304 72683 0 0 0 278 45 0 0 25 0 1 0 2006940689 321056768 72669 996147200 134512640 135127466 4294956256 18446744073709551615 134532730 0 0 4096 3 0 0 0 17 0 0 0
/proc/13308/statm: 78383 72669 62 150 0 78230 0
Current children cumulated CPU time (s) 56.98
Current children cumulated vsize (KiB) 332488

[startup+60.7023 s]
/proc/loadavg: 2.01 1.99 1.99 3/82 13308
/proc/meminfo: memFree=1018056/2055920 swapFree=4180584/4192956
[pid=13284] ppid=13282 vsize=13600 CPUtime=53.75
/proc/13284/stat : 13284 (sugar) S 13282 13284 11571 0 -1 4194304 1033 36763 0 2 3 1 5203 168 15 0 1 0 2006935265 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13284/statm: 3400 799 370 3 0 500 0
[pid=13307] ppid=13284 vsize=5356 CPUtime=0
/proc/13307/stat : 13307 (sh) S 13284 13284 11571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006940689 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13307/statm: 1339 232 193 169 0 50 0
[pid=13308] ppid=13307 vsize=513268 CPUtime=6.4
/proc/13308/stat : 13308 (minisat) R 13307 13284 11571 0 -1 4194304 123811 0 0 0 563 77 0 0 25 0 1 0 2006940689 525586432 123797 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/13308/statm: 128317 123797 72 150 0 128164 0
Current children cumulated CPU time (s) 60.15
Current children cumulated vsize (KiB) 532224

[startup+62.3015 s]
/proc/loadavg: 2.01 1.99 1.99 3/82 13308
/proc/meminfo: memFree=994696/2055920 swapFree=4180584/4192956
[pid=13284] ppid=13282 vsize=13600 CPUtime=53.75
/proc/13284/stat : 13284 (sugar) S 13282 13284 11571 0 -1 4194304 1033 36763 0 2 3 1 5203 168 16 0 1 0 2006935265 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13284/statm: 3400 799 370 3 0 500 0
[pid=13307] ppid=13284 vsize=5356 CPUtime=0
/proc/13307/stat : 13307 (sh) S 13284 13284 11571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006940689 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13307/statm: 1339 232 193 169 0 50 0
[pid=13308] ppid=13307 vsize=539988 CPUtime=8
/proc/13308/stat : 13308 (minisat) R 13307 13284 11571 0 -1 4194304 130472 0 0 0 720 80 0 0 25 0 1 0 2006940689 552947712 130458 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/13308/statm: 134997 130458 76 150 0 134844 0
Current children cumulated CPU time (s) 61.75
Current children cumulated vsize (KiB) 558944

[startup+62.7065 s]
/proc/loadavg: 2.01 1.99 1.99 4/90 13318
/proc/meminfo: memFree=1502984/2055920 swapFree=4180584/4192956
[pid=13284] ppid=13282 vsize=13600 CPUtime=61.89
/proc/13284/stat : 13284 (sugar) S 13282 13284 11571 0 -1 4194304 1090 167630 0 2 3 1 5927 258 16 0 1 0 2006935265 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13284/statm: 3400 799 370 3 0 500 0
[pid=13309] ppid=13284 vsize=5356 CPUtime=0
/proc/13309/stat : 13309 (sh) S 13284 13284 11571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006941507 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13309/statm: 1339 233 193 169 0 50 0
[pid=13310] ppid=13309 vsize=864364 CPUtime=0.26
/proc/13310/stat : 13310 (java) S 13309 13284 11571 0 -1 0 4293 0 1 0 24 2 0 0 19 0 9 0 2006941508 885108736 3760 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13310/statm: 216091 3760 1665 9 0 210673 0
[pid=13310/tid=13311] ppid=13309 vsize=864364 CPUtime=0.17
/proc/13310/task/13311/stat : 13311 (java) R 13309 13284 11571 0 -1 64 2456 0 1 0 16 1 0 0 25 0 9 0 2006941509 885108736 3760 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13310/tid=13312] ppid=13309 vsize=864364 CPUtime=0.02
/proc/13310/task/13312/stat : 13312 (java) R 13309 13284 11571 0 -1 64 727 0 0 0 2 0 0 0 16 0 9 0 2006941510 885108736 3760 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13310/tid=13313] ppid=13309 vsize=864364 CPUtime=0
/proc/13310/task/13313/stat : 13313 (java) S 13309 13284 11571 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 2006941510 885108736 3760 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13310/tid=13314] ppid=13309 vsize=864364 CPUtime=0
/proc/13310/task/13314/stat : 13314 (java) S 13309 13284 11571 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 2006941510 885108736 3760 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13310/tid=13315] ppid=13309 vsize=864364 CPUtime=0
/proc/13310/task/13315/stat : 13315 (java) S 13309 13284 11571 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2006941512 885108736 3760 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13310/tid=13316] ppid=13309 vsize=864364 CPUtime=0.05
/proc/13310/task/13316/stat : 13316 (java) S 13309 13284 11571 0 -1 64 419 0 0 0 5 0 0 0 18 0 9 0 2006941512 885108736 3760 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13310/tid=13317] ppid=13309 vsize=864364 CPUtime=0
/proc/13310/task/13317/stat : 13317 (java) S 13309 13284 11571 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2006941512 885108736 3760 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13310/tid=13318] ppid=13309 vsize=864364 CPUtime=0
/proc/13310/task/13318/stat : 13318 (java) S 13309 13284 11571 0 -1 64 0 0 0 0 0 0 0 0 16 0 9 0 2006941512 885108736 3760 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 62.15
Current children cumulated vsize (KiB) 883320

[startup+62.9016 s]
/proc/loadavg: 2.01 1.99 1.99 4/90 13318
/proc/meminfo: memFree=1502984/2055920 swapFree=4180584/4192956
[pid=13284] ppid=13282 vsize=13600 CPUtime=62.34
/proc/13284/stat : 13284 (sugar) R 13282 13284 11571 0 -1 4194304 1118 174088 0 3 3 7 5962 262 16 0 1 0 2006935265 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13284/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 62.34
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 62.9721
CPU time (s): 62.4295
CPU user time (s): 59.6679
CPU system time (s): 2.76158
CPU usage (%): 99.1384
Max. virtual memory (cumulated for all children) (KiB): 897572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.6679
system time used= 2.76158
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175236
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= 14824
involuntary context switches= 15466

runsolver used 0.087986 second user time and 0.219966 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-05 19:44:15
IDJOB=1094805
IDBENCH=58833
IDSOLVER=346
FILE ID=node75/1094805-1215279855
PBS_JOBID= 7882205
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b5be1e11c64ae0a3fe8c3477a50c68b1
RANDOM SEED=1395578167

node75.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.229
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.229
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1771504 kB
Buffers:         30352 kB
Cached:         180684 kB
SwapCached:       6768 kB
Active:         129352 kB
Inactive:       101396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1771504 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:            2496 kB
Writeback:           0 kB
Mapped:          27420 kB
Slab:            38296 kB
Committed_AS:  4320876 kB
PageTables:       2320 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= 66560 MiB
End job on node75 at 2008-07-05 19:45:18