Trace number 1086171

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 99.1119 100.766

General information on the benchmark

Namecsp/fapp/fapp06/
normalized-fapp06-0500-0.xml
MD5SUM744c0dba383c6f3a8251a2e0da8b7c1e
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 benchmark15.6456
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints6531
Maximum constraint arity2
Maximum domain size290
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6531
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 08:04:59 2008
0.00/0.04	c 0	PID 4480
0.00/0.05	c 0	HOST node9.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1086171-1215237899.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086171-1215237899.xml' 'HOME/temp.csp'
0.03/0.99	c 1	16 domains, 500 variables, 8 predicates, 0 relations, 6531 constraints
0.95/1.04	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.04	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.96/1.12	c 1	Parsing HOME/temp.csp
0.96/1.45	c 1	parsed 7055 expressions
0.96/1.46	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.96/1.46	c 1	Converting to clausal form CSP
0.96/1.97	c 2	converted 706 (10%) expressions
2.98/3.12	c 3	converted 1411 (20%) expressions
3.77/3.94	c 4	converted 2117 (30%) expressions
4.57/4.73	c 4	converted 2822 (40%) expressions
5.36/5.59	c 5	converted 3528 (50%) expressions
6.04/6.22	c 6	converted 4233 (60%) expressions
6.64/6.89	c 7	converted 4939 (70%) expressions
7.64/7.90	c 8	converted 5644 (80%) expressions
8.32/8.50	c 8	converted 6350 (90%) expressions
8.92/9.14	c 9	converted 7055 (100%) expressions
8.92/9.14	c 9	CSP : 1000 integers, 18998 booleans, 40191 clauses, largest domain size 2717
8.92/9.14	c 9	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.92/9.14	c 9	Propagation in CSP
9.41/9.63	c 9	108 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.41/9.63	c 9	CSP : 1000 integers, 18998 booleans, 40191 clauses, largest domain size 2717
9.41/9.63	c 9	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.41/9.65	c 9	Simplifing CSP by introducing new Boolean variables
9.52/9.73	c 9	CSP : 1000 integers, 32352 booleans, 53545 clauses, largest domain size 2717
9.52/9.73	c 9	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.90/10.13	c 10	Encoding CSP to SAT : HOME/temp.cnf
10.40/10.64	c 10	100 (10%) CSP integer variables are encoded (21612 clauses, 302132 bytes)
10.80/11.08	c 11	200 (20%) CSP integer variables are encoded (42748 clauses, 619172 bytes)
11.29/11.50	c 11	300 (30%) CSP integer variables are encoded (63268 clauses, 926972 bytes)
11.69/11.97	c 12	400 (40%) CSP integer variables are encoded (85876 clauses, 1266092 bytes)
12.18/12.41	c 12	500 (50%) CSP integer variables are encoded (106988 clauses, 1597677 bytes)
12.38/12.69	c 12	600 (60%) CSP integer variables are encoded (330028 clauses, 5389357 bytes)
12.68/12.95	c 13	700 (70%) CSP integer variables are encoded (524558 clauses, 8696367 bytes)
12.97/13.22	c 13	800 (80%) CSP integer variables are encoded (738560 clauses, 12334401 bytes)
13.16/13.46	c 13	900 (90%) CSP integer variables are encoded (929100 clauses, 15573581 bytes)
13.35/13.69	c 13	1000 (100%) CSP integer variables are encoded (1099436 clauses, 18670050 bytes)
33.81/34.33	c 34	5355 (10%) CSP clauses are encoded (4409547 clauses, 92416778 bytes)
45.58/46.29	c 46	10709 (20%) CSP clauses are encoded (6774947 clauses, 146379318 bytes)
51.81/52.53	c 52	16064 (30%) CSP clauses are encoded (8479832 clauses, 187634842 bytes)
58.21/59.07	c 59	21418 (40%) CSP clauses are encoded (10245259 clauses, 231177181 bytes)
62.14/63.08	c 63	26773 (50%) CSP clauses are encoded (11510915 clauses, 263141320 bytes)
66.45/67.46	c 67	32127 (60%) CSP clauses are encoded (12927384 clauses, 299157484 bytes)
70.46/71.54	c 71	37482 (70%) CSP clauses are encoded (14327544 clauses, 334667641 bytes)
74.47/75.63	c 75	42836 (80%) CSP clauses are encoded (15708329 clauses, 369883623 bytes)
78.85/80.30	c 80	48191 (90%) CSP clauses are encoded (17286235 clauses, 409703954 bytes)
83.17/84.68	c 84	53545 (100%) CSP clauses are encoded (18804134 clauses, 448228768 bytes)
83.17/84.68	c 84	53545 CSP clauses encoded
83.17/84.68	c 84	Writing map file : HOME/temp.map
83.27/84.73	c 84	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
83.27/84.73	c 84	SAT : 1132788 SAT variables, 18804134 SAT clauses, 448228768 bytes
83.27/84.73	c 84	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
83.27/84.79	c 84	SOLVING HOME/temp.cnf
83.27/84.79	c 84	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
83.27/84.79	c 84	This is MiniSat 2.0 beta
83.27/84.79	c 84	WARNING: for repeatability, setting FPU to use double precision
83.27/84.79	c 84	============================[ Problem Statistics ]=============================
83.27/84.79	c 84	|                                                                             |
83.27/84.80	c 84	|  Number of variables:  1132788                                              |
83.27/84.80	c 84	|  Number of clauses:    18804134                                             |
94.11/95.77	c 95	|  Parsing time:         9.60         s                                       |
94.60/96.26	c 96	============================[ Search Statistics ]==============================
94.60/96.26	c 96	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
94.60/96.26	c 96	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
94.60/96.26	c 96	===============================================================================
94.60/96.26	c 96	|         0 | 1132788 18804134 52326719 |  6268044        0    nan |  0.000 % |
95.40/97.03	c 97	|       100 | 1132788 18804134 52326719 |  6894849      100      3 |  0.000 % |
97.38/99.09	c 99	|       250 | 1132785 18804134 52326719 |  7584334      248      3 |  0.389 % |
98.07/99.75	c 99	===============================================================================
98.07/99.75	c 99	restarts              : 3
98.07/99.75	c 99	conflicts             : 331            (25 /sec)
98.07/99.75	c 99	decisions             : 16552          (1.63 % random) (1226 /sec)
98.07/99.75	c 99	propagations          : 10351873       (766865 /sec)
98.07/99.75	c 99	conflict literals     : 1012           (4.44 % deleted)
98.07/99.75	c 99	Memory used           : 865.20 MB
98.07/99.75	c 99	CPU time              : 13.4989 s
98.07/99.75	c 99	
98.07/99.75	c 99	UNSATISFIABLE
98.17/99.89	c 100	DECODING HOME/temp.out WITH HOME/temp.map
98.17/99.89	c 100	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
98.28/99.97	c 100	Decoding HOME/temp.out
98.77/100.48	s UNSATISFIABLE
98.77/100.48	c 100	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
98.84/100.54	c 100	CPU 94.31 (0.04 0.01 94.27 4.54)
98.84/100.54	c 100	END Sat Jul  5 08:06:39 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-1086171-1215237899/watcher-1086171-1215237899 -o /tmp/evaluation-result-1086171-1215237899/solver-1086171-1215237899 -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-1086171-1215237899.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.09 2.06 4/73 4480
/proc/meminfo: memFree=1584296/2055920 swapFree=4114148/4192956
[pid=4480] ppid=4478 vsize=12268 CPUtime=0
/proc/4480/stat : 4480 (sugar) R 4478 4480 3936 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1553466106 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 215419157093 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/4480/statm: 3067 316 241 3 0 167 0

[startup+0.0617491 s]
/proc/loadavg: 2.00 2.09 2.06 4/73 4480
/proc/meminfo: memFree=1584296/2055920 swapFree=4114148/4192956
[pid=4480] ppid=4478 vsize=13600 CPUtime=0.03
/proc/4480/stat : 4480 (sugar) S 4478 4480 3936 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1553466106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4480/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102694 s]
/proc/loadavg: 2.00 2.09 2.06 4/73 4480
/proc/meminfo: memFree=1584296/2055920 swapFree=4114148/4192956
[pid=4480] ppid=4478 vsize=13600 CPUtime=0.03
/proc/4480/stat : 4480 (sugar) S 4478 4480 3936 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1553466106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4480/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302727 s]
/proc/loadavg: 2.00 2.09 2.06 4/73 4480
/proc/meminfo: memFree=1584296/2055920 swapFree=4114148/4192956
[pid=4480] ppid=4478 vsize=13600 CPUtime=0.03
/proc/4480/stat : 4480 (sugar) S 4478 4480 3936 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1553466106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4480/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701821 s]
/proc/loadavg: 2.00 2.09 2.06 4/73 4480
/proc/meminfo: memFree=1584296/2055920 swapFree=4114148/4192956
[pid=4480] ppid=4478 vsize=13600 CPUtime=0.03
/proc/4480/stat : 4480 (sugar) S 4478 4480 3936 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1553466106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4480/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50196 s]
/proc/loadavg: 2.00 2.09 2.06 2/84 4492
/proc/meminfo: memFree=1565264/2055920 swapFree=4114148/4192956
[pid=4480] ppid=4478 vsize=13600 CPUtime=0.96
/proc/4480/stat : 4480 (sugar) S 4478 4480 3936 0 -1 4194304 974 7937 0 1 3 0 88 5 15 0 1 0 1553466106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4480/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 13600

[startup+3.10227 s]
/proc/loadavg: 2.00 2.09 2.06 4/84 4502
/proc/meminfo: memFree=1565840/2055920 swapFree=4114148/4192956
[pid=4480] ppid=4478 vsize=13600 CPUtime=0.96
/proc/4480/stat : 4480 (sugar) S 4478 4480 3936 0 -1 4194304 974 7937 0 1 3 0 88 5 15 0 1 0 1553466106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4480/statm: 3400 797 370 3 0 500 0
[pid=4493] ppid=4480 vsize=5356 CPUtime=0
/proc/4493/stat : 4493 (sh) S 4480 4480 3936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553466211 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4493/statm: 1339 233 193 169 0 50 0
[pid=4494] ppid=4493 vsize=868388 CPUtime=2.02
/proc/4494/stat : 4494 (java) S 4493 4480 3936 0 -1 0 8538 0 1 0 197 5 0 0 18 0 9 0 1553466211 889229312 7651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4494/statm: 217097 7651 2540 9 0 211672 0
[pid=4494/tid=4495] ppid=4493 vsize=868388 CPUtime=1.53
/proc/4494/task/4495/stat : 4495 (java) R 4493 4480 3936 0 -1 64 2790 0 1 0 151 2 0 0 25 0 9 0 1553466212 889229312 7651 996147200 134512640 134550740 4294955952 18446744073709551615 4126428764 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4496] ppid=4493 vsize=868388 CPUtime=0.26
/proc/4494/task/4496/stat : 4496 (java) S 4493 4480 3936 0 -1 64 3594 0 0 0 25 1 0 0 16 0 9 0 1553466213 889229312 7651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4497] ppid=4493 vsize=868388 CPUtime=0
/proc/4494/task/4497/stat : 4497 (java) S 4493 4480 3936 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553466213 889229312 7651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4498] ppid=4493 vsize=868388 CPUtime=0
/proc/4494/task/4498/stat : 4498 (java) S 4493 4480 3936 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553466213 889229312 7651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4499] ppid=4493 vsize=868388 CPUtime=0
/proc/4494/task/4499/stat : 4499 (java) S 4493 4480 3936 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553466215 889229312 7651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4500] ppid=4493 vsize=868388 CPUtime=0.21
/proc/4494/task/4500/stat : 4500 (java) S 4493 4480 3936 0 -1 64 1462 0 0 0 21 0 0 0 16 0 9 0 1553466215 889229312 7651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4501] ppid=4493 vsize=868388 CPUtime=0
/proc/4494/task/4501/stat : 4501 (java) S 4493 4480 3936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553466215 889229312 7651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4502] ppid=4493 vsize=868388 CPUtime=0
/proc/4494/task/4502/stat : 4502 (java) S 4493 4480 3936 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553466215 889229312 7651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887344

[startup+6.30189 s]
/proc/loadavg: 2.00 2.09 2.06 3/84 4502
/proc/meminfo: memFree=1547024/2055920 swapFree=4114148/4192956
[pid=4480] ppid=4478 vsize=13600 CPUtime=0.96
/proc/4480/stat : 4480 (sugar) S 4478 4480 3936 0 -1 4194304 974 7937 0 1 3 0 88 5 15 0 1 0 1553466106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4480/statm: 3400 797 370 3 0 500 0
[pid=4493] ppid=4480 vsize=5356 CPUtime=0
/proc/4493/stat : 4493 (sh) S 4480 4480 3936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553466211 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4493/statm: 1339 233 193 169 0 50 0
[pid=4494] ppid=4493 vsize=868388 CPUtime=5.18
/proc/4494/stat : 4494 (java) S 4493 4480 3936 0 -1 0 13589 0 1 0 509 9 0 0 18 0 9 0 1553466211 889229312 12504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4494/statm: 217097 12504 2540 9 0 211672 0
[pid=4494/tid=4495] ppid=4493 vsize=868388 CPUtime=4.13
/proc/4494/task/4495/stat : 4495 (java) R 4493 4480 3936 0 -1 64 3197 0 1 0 410 3 0 0 25 0 9 0 1553466212 889229312 12504 996147200 134512640 134550740 4294955952 18446744073709551615 4126571346 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4496] ppid=4493 vsize=868388 CPUtime=0.82
/proc/4494/task/4496/stat : 4496 (java) S 4493 4480 3936 0 -1 64 8236 0 0 0 77 5 0 0 16 0 9 0 1553466213 889229312 12504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4497] ppid=4493 vsize=868388 CPUtime=0
/proc/4494/task/4497/stat : 4497 (java) S 4493 4480 3936 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553466213 889229312 12504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4498] ppid=4493 vsize=868388 CPUtime=0
/proc/4494/task/4498/stat : 4498 (java) S 4493 4480 3936 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553466213 889229312 12504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4499] ppid=4493 vsize=868388 CPUtime=0
/proc/4494/task/4499/stat : 4499 (java) S 4493 4480 3936 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553466215 889229312 12504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4500] ppid=4493 vsize=868388 CPUtime=0.21
/proc/4494/task/4500/stat : 4500 (java) S 4493 4480 3936 0 -1 64 1464 0 0 0 21 0 0 0 15 0 9 0 1553466215 889229312 12504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4501] ppid=4493 vsize=868388 CPUtime=0
/proc/4494/task/4501/stat : 4501 (java) S 4493 4480 3936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553466215 889229312 12504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4502] ppid=4493 vsize=868388 CPUtime=0
/proc/4494/task/4502/stat : 4502 (java) S 4493 4480 3936 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553466215 889229312 12504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887344

[startup+12.7021 s]
/proc/loadavg: 2.00 2.09 2.06 3/84 4502
/proc/meminfo: memFree=1513936/2055920 swapFree=4114148/4192956
[pid=4480] ppid=4478 vsize=13600 CPUtime=0.96
/proc/4480/stat : 4480 (sugar) S 4478 4480 3936 0 -1 4194304 974 7937 0 1 3 0 88 5 15 0 1 0 1553466106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4480/statm: 3400 797 370 3 0 500 0
[pid=4493] ppid=4480 vsize=5356 CPUtime=0
/proc/4493/stat : 4493 (sh) S 4480 4480 3936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553466211 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4493/statm: 1339 233 193 169 0 50 0
[pid=4494] ppid=4493 vsize=868500 CPUtime=11.51
/proc/4494/stat : 4494 (java) S 4493 4480 3936 0 -1 0 25682 0 1 0 1132 19 0 0 18 0 9 0 1553466211 889344000 19002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4494/statm: 217125 19002 2566 9 0 211672 0
[pid=4494/tid=4495] ppid=4493 vsize=868500 CPUtime=9.32
/proc/4494/task/4495/stat : 4495 (java) R 4493 4480 3936 0 -1 64 3792 0 1 0 924 8 0 0 25 0 9 0 1553466212 889344000 19002 996147200 134512640 134550740 4294955952 18446744073709551615 4127031717 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4496] ppid=4493 vsize=868500 CPUtime=1.91
/proc/4494/task/4496/stat : 4496 (java) S 4493 4480 3936 0 -1 64 19698 0 0 0 181 10 0 0 16 0 9 0 1553466213 889344000 19002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4497] ppid=4493 vsize=868500 CPUtime=0
/proc/4494/task/4497/stat : 4497 (java) S 4493 4480 3936 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553466213 889344000 19002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4498] ppid=4493 vsize=868500 CPUtime=0
/proc/4494/task/4498/stat : 4498 (java) S 4493 4480 3936 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553466213 889344000 19002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4499] ppid=4493 vsize=868500 CPUtime=0
/proc/4494/task/4499/stat : 4499 (java) S 4493 4480 3936 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553466215 889344000 19002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4500] ppid=4493 vsize=868500 CPUtime=0.26
/proc/4494/task/4500/stat : 4500 (java) S 4493 4480 3936 0 -1 64 1500 0 0 0 26 0 0 0 16 0 9 0 1553466215 889344000 19002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4501] ppid=4493 vsize=868500 CPUtime=0
/proc/4494/task/4501/stat : 4501 (java) S 4493 4480 3936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553466215 889344000 19002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4502] ppid=4493 vsize=868500 CPUtime=0
/proc/4494/task/4502/stat : 4502 (java) S 4493 4480 3936 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553466215 889344000 19002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887456

[startup+25.5026 s]
/proc/loadavg: 2.00 2.08 2.06 3/84 4502
/proc/meminfo: memFree=1459408/2055920 swapFree=4114148/4192956
[pid=4480] ppid=4478 vsize=13600 CPUtime=0.96
/proc/4480/stat : 4480 (sugar) S 4478 4480 3936 0 -1 4194304 974 7937 0 1 3 0 88 5 15 0 1 0 1553466106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4480/statm: 3400 797 370 3 0 500 0
[pid=4493] ppid=4480 vsize=5356 CPUtime=0
/proc/4493/stat : 4493 (sh) S 4480 4480 3936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553466211 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4493/statm: 1339 233 193 169 0 50 0
[pid=4494] ppid=4493 vsize=868500 CPUtime=24.16
/proc/4494/stat : 4494 (java) S 4493 4480 3936 0 -1 0 25950 0 1 0 2364 52 0 0 18 0 9 0 1553466211 889344000 19016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4494/statm: 217125 19016 2566 9 0 211672 0
[pid=4494/tid=4495] ppid=4493 vsize=868500 CPUtime=21.8
/proc/4494/task/4495/stat : 4495 (java) R 4493 4480 3936 0 -1 64 4048 0 1 0 2142 38 0 0 25 0 9 0 1553466212 889344000 19016 996147200 134512640 134550740 4294955952 18446744073709551615 4126600423 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4496] ppid=4493 vsize=868500 CPUtime=2.04
/proc/4494/task/4496/stat : 4496 (java) S 4493 4480 3936 0 -1 64 19698 0 0 0 192 12 0 0 16 0 9 0 1553466213 889344000 19016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4497] ppid=4493 vsize=868500 CPUtime=0
/proc/4494/task/4497/stat : 4497 (java) S 4493 4480 3936 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553466213 889344000 19016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4498] ppid=4493 vsize=868500 CPUtime=0
/proc/4494/task/4498/stat : 4498 (java) S 4493 4480 3936 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553466213 889344000 19016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4499] ppid=4493 vsize=868500 CPUtime=0
/proc/4494/task/4499/stat : 4499 (java) S 4493 4480 3936 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553466215 889344000 19016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4500] ppid=4493 vsize=868500 CPUtime=0.29
/proc/4494/task/4500/stat : 4500 (java) S 4493 4480 3936 0 -1 64 1512 0 0 0 29 0 0 0 15 0 9 0 1553466215 889344000 19016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4501] ppid=4493 vsize=868500 CPUtime=0
/proc/4494/task/4501/stat : 4501 (java) S 4493 4480 3936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553466215 889344000 19016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4502] ppid=4493 vsize=868500 CPUtime=0
/proc/4494/task/4502/stat : 4502 (java) S 4493 4480 3936 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553466215 889344000 19016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 887456

[startup+51.1025 s]
/proc/loadavg: 2.00 2.08 2.06 3/84 4502
/proc/meminfo: memFree=1342864/2055920 swapFree=4114148/4192956
[pid=4480] ppid=4478 vsize=13600 CPUtime=0.96
/proc/4480/stat : 4480 (sugar) S 4478 4480 3936 0 -1 4194304 974 7937 0 1 3 0 88 5 16 0 1 0 1553466106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4480/statm: 3400 797 370 3 0 500 0
[pid=4493] ppid=4480 vsize=5356 CPUtime=0
/proc/4493/stat : 4493 (sh) S 4480 4480 3936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553466211 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4493/statm: 1339 233 193 169 0 50 0
[pid=4494] ppid=4493 vsize=868500 CPUtime=49.46
/proc/4494/stat : 4494 (java) S 4493 4480 3936 0 -1 0 26532 0 1 0 4817 129 0 0 18 0 9 0 1553466211 889344000 19020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4494/statm: 217125 19020 2566 9 0 211672 0
[pid=4494/tid=4495] ppid=4493 vsize=868500 CPUtime=46.78
/proc/4494/task/4495/stat : 4495 (java) R 4493 4480 3936 0 -1 64 4627 0 1 0 4567 111 0 0 25 0 9 0 1553466212 889344000 19020 996147200 134512640 134550740 4294955952 18446744073709551615 4126967596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4496] ppid=4493 vsize=868500 CPUtime=2.35
/proc/4494/task/4496/stat : 4496 (java) S 4493 4480 3936 0 -1 64 19698 0 0 0 219 16 0 0 16 0 9 0 1553466213 889344000 19020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4497] ppid=4493 vsize=868500 CPUtime=0
/proc/4494/task/4497/stat : 4497 (java) S 4493 4480 3936 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553466213 889344000 19020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4498] ppid=4493 vsize=868500 CPUtime=0
/proc/4494/task/4498/stat : 4498 (java) S 4493 4480 3936 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553466213 889344000 19020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4499] ppid=4493 vsize=868500 CPUtime=0
/proc/4494/task/4499/stat : 4499 (java) S 4493 4480 3936 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553466215 889344000 19020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4500] ppid=4493 vsize=868500 CPUtime=0.3
/proc/4494/task/4500/stat : 4500 (java) S 4493 4480 3936 0 -1 64 1515 0 0 0 30 0 0 0 16 0 9 0 1553466215 889344000 19020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4501] ppid=4493 vsize=868500 CPUtime=0
/proc/4494/task/4501/stat : 4501 (java) S 4493 4480 3936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553466215 889344000 19020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4502] ppid=4493 vsize=868500 CPUtime=0
/proc/4494/task/4502/stat : 4502 (java) S 4493 4480 3936 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553466215 889344000 19020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 887456

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

[startup+76.7024 s]
/proc/loadavg: 2.08 2.09 2.06 3/84 4502
/proc/meminfo: memFree=1143824/2055920 swapFree=4114148/4192956
[pid=4480] ppid=4478 vsize=13600 CPUtime=0.96
/proc/4480/stat : 4480 (sugar) S 4478 4480 3936 0 -1 4194304 974 7937 0 1 3 0 88 5 16 0 1 0 1553466106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4480/statm: 3400 797 370 3 0 500 0
[pid=4493] ppid=4480 vsize=5356 CPUtime=0
/proc/4493/stat : 4493 (sh) S 4480 4480 3936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553466211 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4493/statm: 1339 233 193 169 0 50 0
[pid=4494] ppid=4493 vsize=868500 CPUtime=74.6
/proc/4494/stat : 4494 (java) S 4493 4480 3936 0 -1 0 27427 0 1 0 7203 257 0 0 18 0 9 0 1553466211 889344000 19020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4494/statm: 217125 19020 2566 9 0 211672 0
[pid=4494/tid=4495] ppid=4493 vsize=868500 CPUtime=71.48
/proc/4494/task/4495/stat : 4495 (java) R 4493 4480 3936 0 -1 64 5522 0 1 0 6916 232 0 0 25 0 9 0 1553466212 889344000 19020 996147200 134512640 134550740 4294955952 18446744073709551615 4127049184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4496] ppid=4493 vsize=868500 CPUtime=2.78
/proc/4494/task/4496/stat : 4496 (java) S 4493 4480 3936 0 -1 64 19698 0 0 0 256 22 0 0 16 0 9 0 1553466213 889344000 19020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4497] ppid=4493 vsize=868500 CPUtime=0
/proc/4494/task/4497/stat : 4497 (java) S 4493 4480 3936 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553466213 889344000 19020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4498] ppid=4493 vsize=868500 CPUtime=0
/proc/4494/task/4498/stat : 4498 (java) S 4493 4480 3936 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553466213 889344000 19020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4499] ppid=4493 vsize=868500 CPUtime=0
/proc/4494/task/4499/stat : 4499 (java) S 4493 4480 3936 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553466215 889344000 19020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4500] ppid=4493 vsize=868500 CPUtime=0.3
/proc/4494/task/4500/stat : 4500 (java) S 4493 4480 3936 0 -1 64 1515 0 0 0 30 0 0 0 16 0 9 0 1553466215 889344000 19020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4501] ppid=4493 vsize=868500 CPUtime=0
/proc/4494/task/4501/stat : 4501 (java) S 4493 4480 3936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553466215 889344000 19020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4494/tid=4502] ppid=4493 vsize=868500 CPUtime=0
/proc/4494/task/4502/stat : 4502 (java) S 4493 4480 3936 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553466215 889344000 19020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.56
Current children cumulated vsize (KiB) 887456

[startup+89.5019 s]
/proc/loadavg: 2.06 2.08 2.06 3/76 4504
/proc/meminfo: memFree=780688/2055920 swapFree=4114148/4192956
[pid=4480] ppid=4478 vsize=13600 CPUtime=83.32
/proc/4480/stat : 4480 (sugar) S 4478 4480 3936 0 -1 4194304 1033 35980 0 2 3 1 8023 305 16 0 1 0 1553466106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4480/statm: 3400 799 370 3 0 500 0
[pid=4503] ppid=4480 vsize=5356 CPUtime=0
/proc/4503/stat : 4503 (sh) S 4480 4480 3936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1553474585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4503/statm: 1339 232 193 169 0 50 0
[pid=4504] ppid=4503 vsize=412812 CPUtime=4.64
/proc/4504/stat : 4504 (minisat) R 4503 4480 3936 0 -1 4194304 96012 0 0 0 406 58 0 0 25 0 1 0 1553474586 422719488 95998 996147200 134512640 135127466 4294956256 18446744073709551615 134513809 0 0 4096 3 0 0 0 17 1 0 0
/proc/4504/statm: 103203 95998 62 150 0 103050 0
Current children cumulated CPU time (s) 87.96
Current children cumulated vsize (KiB) 431768

[startup+95.9021 s]
/proc/loadavg: 2.06 2.08 2.06 3/76 4504
/proc/meminfo: memFree=351568/2055920 swapFree=4114148/4192956
[pid=4480] ppid=4478 vsize=13600 CPUtime=83.32
/proc/4480/stat : 4480 (sugar) S 4478 4480 3936 0 -1 4194304 1033 35980 0 2 3 1 8023 305 16 0 1 0 1553466106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4480/statm: 3400 799 370 3 0 500 0
[pid=4503] ppid=4480 vsize=5356 CPUtime=0
/proc/4503/stat : 4503 (sh) S 4480 4480 3936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1553474585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4503/statm: 1339 232 193 169 0 50 0
[pid=4504] ppid=4503 vsize=836004 CPUtime=10.98
/proc/4504/stat : 4504 (minisat) R 4503 4480 3936 0 -1 4194304 197679 0 0 0 972 126 0 0 25 0 1 0 1553474586 856068096 197665 996147200 134512640 135127466 4294956256 18446744073709551615 134531647 0 0 4096 3 0 0 0 17 1 0 0
/proc/4504/statm: 209001 197665 73 150 0 208848 0
Current children cumulated CPU time (s) 94.3
Current children cumulated vsize (KiB) 854960

[startup+99.1017 s]
/proc/loadavg: 2.05 2.08 2.06 3/76 4504
/proc/meminfo: memFree=296272/2055920 swapFree=4114148/4192956
[pid=4480] ppid=4478 vsize=13600 CPUtime=83.33
/proc/4480/stat : 4480 (sugar) S 4478 4480 3936 0 -1 4194304 1033 35980 0 2 4 1 8023 305 16 0 1 0 1553466106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4480/statm: 3400 799 370 3 0 500 0
[pid=4503] ppid=4480 vsize=5356 CPUtime=0
/proc/4503/stat : 4503 (sh) S 4480 4480 3936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1553474585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4503/statm: 1339 232 193 169 0 50 0
[pid=4504] ppid=4503 vsize=882236 CPUtime=14.15
/proc/4504/stat : 4504 (minisat) R 4503 4480 3936 0 -1 4194304 209184 0 0 0 1285 130 0 0 25 0 1 0 1553474586 903409664 209170 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/4504/statm: 220559 209170 76 150 0 220406 0
Current children cumulated CPU time (s) 97.48
Current children cumulated vsize (KiB) 901192

[startup+99.9019 s]
/proc/loadavg: 2.05 2.08 2.06 3/76 4504
/proc/meminfo: memFree=296272/2055920 swapFree=4114148/4192956
[pid=4480] ppid=4478 vsize=13600 CPUtime=98.28
/proc/4480/stat : 4480 (sugar) S 4478 4480 3936 0 -1 4194304 1071 246372 0 2 4 1 9373 450 16 0 1 0 1553466106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4480/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 98.28
Current children cumulated vsize (KiB) 13600

[startup+100.302 s]
/proc/loadavg: 2.05 2.08 2.06 4/84 4514
/proc/meminfo: memFree=1128272/2055920 swapFree=4114148/4192956
[pid=4480] ppid=4478 vsize=13600 CPUtime=98.28
/proc/4480/stat : 4480 (sugar) S 4478 4480 3936 0 -1 4194304 1090 246372 0 2 4 1 9373 450 16 0 1 0 1553466106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4480/statm: 3400 799 370 3 0 500 0
[pid=4505] ppid=4480 vsize=5356 CPUtime=0
/proc/4505/stat : 4505 (sh) S 4480 4480 3936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553476095 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4505/statm: 1339 233 193 169 0 50 0
[pid=4506] ppid=4505 vsize=863880 CPUtime=0.38
/proc/4506/stat : 4506 (java) S 4505 4480 3936 0 -1 0 4156 0 1 0 36 2 0 0 18 0 9 0 1553476096 884613120 3623 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4506/statm: 215970 3623 1656 9 0 210552 0
[pid=4506/tid=4507] ppid=4505 vsize=863880 CPUtime=0.31
/proc/4506/task/4507/stat : 4507 (java) R 4505 4480 3936 0 -1 64 2454 0 1 0 30 1 0 0 19 0 9 0 1553476097 884613120 3623 996147200 134512640 134550740 4294956000 18446744073709551615 4126403341 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4506/tid=4508] ppid=4505 vsize=863880 CPUtime=0.02
/proc/4506/task/4508/stat : 4508 (java) S 4505 4480 3936 0 -1 64 761 0 0 0 2 0 0 0 16 0 9 0 1553476098 884613120 3623 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4506/tid=4509] ppid=4505 vsize=863880 CPUtime=0
/proc/4506/task/4509/stat : 4509 (java) S 4505 4480 3936 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1553476098 884613120 3623 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4506/tid=4510] ppid=4505 vsize=863880 CPUtime=0
/proc/4506/task/4510/stat : 4510 (java) S 4505 4480 3936 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1553476098 884613120 3623 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4506/tid=4511] ppid=4505 vsize=863880 CPUtime=0
/proc/4506/task/4511/stat : 4511 (java) S 4505 4480 3936 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1553476100 884613120 3623 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4506/tid=4512] ppid=4505 vsize=863880 CPUtime=0.03
/proc/4506/task/4512/stat : 4512 (java) R 4505 4480 3936 0 -1 64 250 0 0 0 3 0 0 0 19 0 9 0 1553476100 884613120 3623 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4506/tid=4513] ppid=4505 vsize=863880 CPUtime=0
/proc/4506/task/4513/stat : 4513 (java) S 4505 4480 3936 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553476100 884613120 3623 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4506/tid=4514] ppid=4505 vsize=863880 CPUtime=0
/proc/4506/task/4514/stat : 4514 (java) S 4505 4480 3936 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553476100 884613120 3623 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.66
Current children cumulated vsize (KiB) 882836

[startup+100.701 s]
/proc/loadavg: 2.05 2.08 2.06 4/84 4514
/proc/meminfo: memFree=1128272/2055920 swapFree=4114148/4192956
[pid=4480] ppid=4478 vsize=13600 CPUtime=99.03
/proc/4480/stat : 4480 (sugar) R 4478 4480 3936 0 -1 4194304 1118 253120 0 3 4 18 9427 454 16 0 1 0 1553466106 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 215419163689 0 0 4224 16386 0 0 0 17 1 0 0
/proc/4480/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 99.03
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 100.766
CPU time (s): 99.1119
CPU user time (s): 94.3187
CPU system time (s): 4.79327
CPU usage (%): 98.3588
Max. virtual memory (cumulated for all children) (KiB): 904920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.3187
system time used= 4.79327
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254268
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= 21557
involuntary context switches= 23380

runsolver used 0.131979 second user time and 0.353946 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-05 08:04:59
IDJOB=1086171
IDBENCH=57772
IDSOLVER=346
FILE ID=node9/1086171-1215237899
PBS_JOBID= 7881919
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp06/normalized-fapp06-0500-0.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-1086171-1215237899/watcher-1086171-1215237899 -o /tmp/evaluation-result-1086171-1215237899/solver-1086171-1215237899 -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-1086171-1215237899.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 744c0dba383c6f3a8251a2e0da8b7c1e
RANDOM SEED=1428067937

node9.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.265
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	: 5931.00
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.265
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:       1584776 kB
Buffers:         47312 kB
Cached:         193236 kB
SwapCached:      73000 kB
Active:         334908 kB
Inactive:        81256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1584776 kB
SwapTotal:     4192956 kB
SwapFree:      4114148 kB
Dirty:            2172 kB
Writeback:           0 kB
Mapped:         181864 kB
Slab:            39972 kB
Committed_AS:  3129668 kB
PageTables:       2140 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= 66540 MiB
End job on node9 at 2008-07-05 08:06:39