Trace number 2065417

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 1004.63 1013.06

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-5_ext.xml
MD5SUMdedcb79b74d97a272ff3a128bc6fbd80
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.47477
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sat Jul 11 20:51:13 2009
0.05/0.08	c 0	PID 15824
0.05/0.08	c 0	HOST node14.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2065417-1247338272.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065417-1247338272.xml' 'HOME/temp.csp'
0.06/0.66	c 0	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.06/0.67	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.67	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.63/0.75	c 0	Parsing HOME/temp.csp
1.23/1.33	c 1	parsed 31 expressions
1.23/1.34	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.34	c 1	Converting to clausal form CSP
1.23/1.36	c 1	converted 4 (10%) expressions
1.23/1.36	c 1	converted 7 (20%) expressions
1.23/1.36	c 1	converted 10 (30%) expressions
1.23/1.36	c 1	converted 13 (40%) expressions
1.23/1.36	c 1	converted 16 (50%) expressions
1.23/1.36	c 1	converted 19 (60%) expressions
1.23/1.38	c 1	converted 22 (70%) expressions
1.23/1.40	c 1	converted 25 (80%) expressions
1.82/1.94	c 1	converted 28 (90%) expressions
2.52/2.62	c 2	converted 31 (100%) expressions
2.52/2.62	c 2	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.52/2.62	c 2	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.52/2.62	c 2	Propagation in CSP
2.52/2.62	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.52/2.62	c 2	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.52/2.62	c 2	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.52/2.63	c 2	Simplifing CSP by introducing new Boolean variables
2.52/2.63	c 2	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.52/2.63	c 2	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.71/2.87	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.71/2.87	c 2	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
2.71/2.87	c 2	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
2.71/2.87	c 2	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.71/2.87	c 2	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.71/2.87	c 2	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
2.71/2.88	c 2	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
2.71/2.88	c 2	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
2.71/2.88	c 2	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.71/2.88	c 2	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
2.71/2.88	c 2	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
161.29/162.99	c 163	1 (10%) CSP clauses are encoded (140860 clauses, 6560902 bytes)
319.66/322.82	c 322	2 (20%) CSP clauses are encoded (281808 clauses, 12982800 bytes)
477.64/482.38	c 482	3 (30%) CSP clauses are encoded (422585 clauses, 19975986 bytes)
631.46/637.61	c 637	4 (40%) CSP clauses are encoded (563291 clauses, 26630555 bytes)
793.51/801.25	c 801	5 (50%) CSP clauses are encoded (704191 clauses, 33646692 bytes)
793.51/801.25	c 801	5 CSP clauses encoded
793.51/801.25	c 801	Writing map file : HOME/temp.map
793.51/801.25	c 801	Heap : 58 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
793.51/801.25	c 801	SAT : 180 SAT variables, 704191 SAT clauses, 33646692 bytes
793.51/801.25	c 801	Heap : 58 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
793.51/801.28	c 801	SOLVING HOME/temp.cnf
793.51/801.28	c 801	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
793.51/801.29	c 801	This is MiniSat 2.0 beta
793.51/801.29	c 801	WARNING: for repeatability, setting FPU to use double precision
793.51/801.29	c 801	============================[ Problem Statistics ]=============================
793.51/801.29	c 801	|                                                                             |
793.51/801.29	c 801	|  Number of variables:  180                                                  |
793.51/801.29	c 801	|  Number of clauses:    704191                                               |
794.49/802.26	c 802	|  Parsing time:         0.88         s                                       |
794.59/802.33	c 802	============================[ Search Statistics ]==============================
794.59/802.33	c 802	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
794.59/802.33	c 802	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
794.59/802.33	c 802	===============================================================================
794.59/802.33	c 802	|         0 |     180   704191  8844644 |   234730        0    nan |  0.000 % |
794.79/802.59	c 802	|       100 |     180   704191  8844644 |   258203      100      8 |  0.003 % |
795.38/803.18	c 803	|       251 |     180   704191  8844644 |   284023      251     10 |  0.016 % |
796.17/803.95	c 803	|       478 |     180   704191  8844644 |   312426      478     10 |  0.028 % |
797.26/805.09	c 805	|       817 |     180   704191  8844644 |   343668      817      9 |  0.028 % |
798.65/806.43	c 806	|      1323 |     180   704191  8844644 |   378035     1323      9 |  0.034 % |
799.74/807.60	c 807	|      2082 |     180   704191  8844644 |   415839     2082      9 |  0.034 % |
802.61/810.45	c 810	|      3221 |     180   704191  8844644 |   457423     3221     10 |  0.028 % |
805.28/813.12	c 813	|      4930 |     180   704191  8844644 |   503165     4930     10 |  0.028 % |
808.75/816.61	c 816	|      7492 |     180   704191  8844644 |   553481     7492     11 |  0.034 % |
813.40/821.34	c 821	|     11337 |     180   704191  8844644 |   608830    11337     11 |  0.040 % |
821.53/829.57	c 829	|     17106 |     179   704191  8844644 |   669713    17105     11 |  0.559 % |
835.00/843.14	c 843	|     25757 |     179   704191  8844644 |   736684    25756     11 |  0.577 % |
855.70/864.05	c 864	|     38731 |     179   704191  8844644 |   810352    38730     11 |  0.565 % |
891.55/899.91	c 899	|     58193 |     176   704191  8844644 |   891388    58191     12 |  2.225 % |
968.00/976.43	c 976	|     87386 |     169   704191  8844644 |   980526    87383     12 |  6.114 % |
1004.39/1012.86	c 1012	===============================================================================
1004.39/1012.86	c 1012	restarts              : 16
1004.39/1012.86	c 1012	conflicts             : 101796         (483 /sec)
1004.39/1012.86	c 1012	decisions             : 125031         (1.69 % random) (593 /sec)
1004.39/1012.86	c 1012	propagations          : 1606685        (7625 /sec)
1004.39/1012.86	c 1012	conflict literals     : 1159886        (19.89 % deleted)
1004.39/1012.86	c 1012	Memory used           : 78.34 MB
1004.39/1012.86	c 1012	CPU time              : 210.723 s
1004.39/1012.86	c 1012	
1004.39/1012.86	c 1012	UNSATISFIABLE
1004.39/1012.88	c 1012	DECODING HOME/temp.out WITH HOME/temp.map
1004.39/1012.88	c 1012	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1004.48/1012.96	c 1013	Decoding HOME/temp.out
1004.48/1012.97	s UNSATISFIABLE
1004.48/1012.98	c 1013	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1004.56/1013.05	c 1013	CPU 1004.58 (0.05 0.02 1003.78 0.73)
1004.56/1013.05	c 1013	END Sat Jul 11 21:08:06 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.94 1.98 1.99 4/74 15824
/proc/meminfo: memFree=1208856/2055920 swapFree=4192956/4192956
[pid=15824] ppid=15822 vsize=18576 CPUtime=0
/proc/15824/stat : 15824 (runsolver) R 15822 15824 15011 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20894192 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 212234464551 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15824/statm: 4644 284 249 26 0 2626 0

[startup+0.071994 s]
/proc/loadavg: 1.94 1.98 1.99 4/74 15824
/proc/meminfo: memFree=1208856/2055920 swapFree=4192956/4192956
[pid=15824] ppid=15822 vsize=16344 CPUtime=0.05
/proc/15824/stat : 15824 (sugar) R 15822 15824 15011 0 -1 4194304 1014 0 0 0 4 1 0 0 18 0 1 0 20894192 16736256 982 996147200 4194304 4206940 548682068608 18446744073709551615 212247787604 0 0 4224 0 0 0 0 17 1 0 0
/proc/15824/statm: 4086 982 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.107481 s]
/proc/loadavg: 1.94 1.98 1.99 4/74 15824
/proc/meminfo: memFree=1208856/2055920 swapFree=4192956/4192956
[pid=15824] ppid=15822 vsize=16868 CPUtime=0.06
/proc/15824/stat : 15824 (sugar) S 15822 15824 15011 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20894192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15824/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302749 s]
/proc/loadavg: 1.94 1.98 1.99 4/74 15824
/proc/meminfo: memFree=1208856/2055920 swapFree=4192956/4192956
[pid=15824] ppid=15822 vsize=16868 CPUtime=0.06
/proc/15824/stat : 15824 (sugar) S 15822 15824 15011 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20894192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15824/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701823 s]
/proc/loadavg: 1.94 1.98 1.99 4/74 15824
/proc/meminfo: memFree=1208856/2055920 swapFree=4192956/4192956
[pid=15824] ppid=15822 vsize=16868 CPUtime=0.63
/proc/15824/stat : 15824 (sugar) S 15822 15824 15011 0 -1 4194304 1292 8039 0 1 5 1 51 6 16 0 1 0 20894192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15824/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 16868

[startup+1.50196 s]
/proc/loadavg: 1.94 1.98 1.99 4/85 15846
/proc/meminfo: memFree=1194368/2055920 swapFree=4192956/4192956
[pid=15824] ppid=15822 vsize=16868 CPUtime=0.63
/proc/15824/stat : 15824 (sugar) S 15822 15824 15011 0 -1 4194304 1310 8039 0 1 5 1 51 6 16 0 1 0 20894192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15824/statm: 4217 1111 409 3 0 796 0
[pid=15837] ppid=15824 vsize=5356 CPUtime=0
/proc/15837/stat : 15837 (sh) S 15824 15824 15011 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20894260 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15837/statm: 1339 233 193 169 0 50 0
[pid=15838] ppid=15837 vsize=864252 CPUtime=0.79
/proc/15838/stat : 15838 (java) S 15837 15824 15011 0 -1 0 8584 0 1 0 75 4 0 0 18 0 9 0 20894260 884994048 7779 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15838/statm: 216063 7779 2567 9 0 210568 0
[pid=15838/tid=15839] ppid=15837 vsize=864252 CPUtime=0.46
/proc/15838/task/15839/stat : 15839 (java) R 15837 15824 15011 0 -1 64 2573 0 1 0 44 2 0 0 18 0 9 0 20894261 884994048 7779 996147200 134512640 134550932 4294955936 18446744073709551615 103211155 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15840] ppid=15837 vsize=864252 CPUtime=0.28
/proc/15838/task/15840/stat : 15840 (java) S 15837 15824 15011 0 -1 64 5001 0 0 0 27 1 0 0 16 0 9 0 20894262 884994048 7779 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15841] ppid=15837 vsize=864252 CPUtime=0
/proc/15838/task/15841/stat : 15841 (java) S 15837 15824 15011 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20894263 884994048 7779 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15842] ppid=15837 vsize=864252 CPUtime=0
/proc/15838/task/15842/stat : 15842 (java) S 15837 15824 15011 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20894263 884994048 7779 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15843] ppid=15837 vsize=864252 CPUtime=0
/proc/15838/task/15843/stat : 15843 (java) S 15837 15824 15011 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20894265 884994048 7779 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15844] ppid=15837 vsize=864252 CPUtime=0.04
/proc/15838/task/15844/stat : 15844 (java) S 15837 15824 15011 0 -1 64 308 0 0 0 4 0 0 0 16 0 9 0 20894265 884994048 7779 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15845] ppid=15837 vsize=864252 CPUtime=0
/proc/15838/task/15845/stat : 15845 (java) S 15837 15824 15011 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20894265 884994048 7779 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15846] ppid=15837 vsize=864252 CPUtime=0
/proc/15838/task/15846/stat : 15846 (java) S 15837 15824 15011 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20894265 884994048 7779 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886476

[startup+3.10223 s]
/proc/loadavg: 1.94 1.98 1.99 3/85 15846
/proc/meminfo: memFree=1160128/2055920 swapFree=4192956/4192956
[pid=15824] ppid=15822 vsize=16868 CPUtime=0.63
/proc/15824/stat : 15824 (sugar) S 15822 15824 15011 0 -1 4194304 1310 8039 0 1 5 1 51 6 15 0 1 0 20894192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15824/statm: 4217 1111 409 3 0 796 0
[pid=15837] ppid=15824 vsize=5356 CPUtime=0
/proc/15837/stat : 15837 (sh) S 15824 15824 15011 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20894260 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15837/statm: 1339 233 193 169 0 50 0
[pid=15838] ppid=15837 vsize=864364 CPUtime=2.38
/proc/15838/stat : 15838 (java) S 15837 15824 15011 0 -1 0 18466 0 1 0 228 10 0 0 18 0 9 0 20894260 885108736 16976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15838/statm: 216091 16976 2590 9 0 210568 0
[pid=15838/tid=15839] ppid=15837 vsize=864364 CPUtime=0.99
/proc/15838/task/15839/stat : 15839 (java) R 15837 15824 15011 0 -1 64 3279 0 1 0 97 2 0 0 19 0 9 0 20894261 885108736 16976 996147200 134512640 134550932 4294955936 18446744073709551615 4126576596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15840] ppid=15837 vsize=864364 CPUtime=1.3
/proc/15838/task/15840/stat : 15840 (java) S 15837 15824 15011 0 -1 64 14156 0 0 0 123 7 0 0 17 0 9 0 20894262 885108736 16976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15841] ppid=15837 vsize=864364 CPUtime=0
/proc/15838/task/15841/stat : 15841 (java) S 15837 15824 15011 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20894263 885108736 16976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15842] ppid=15837 vsize=864364 CPUtime=0
/proc/15838/task/15842/stat : 15842 (java) S 15837 15824 15011 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20894263 885108736 16976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15843] ppid=15837 vsize=864364 CPUtime=0
/proc/15838/task/15843/stat : 15843 (java) S 15837 15824 15011 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20894265 885108736 16976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15844] ppid=15837 vsize=864364 CPUtime=0.07
/proc/15838/task/15844/stat : 15844 (java) S 15837 15824 15011 0 -1 64 329 0 0 0 7 0 0 0 16 0 9 0 20894265 885108736 16976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15845] ppid=15837 vsize=864364 CPUtime=0
/proc/15838/task/15845/stat : 15845 (java) S 15837 15824 15011 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20894265 885108736 16976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15846] ppid=15837 vsize=864364 CPUtime=0
/proc/15838/task/15846/stat : 15846 (java) S 15837 15824 15011 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20894265 885108736 16976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886588

[startup+6.30179 s]
/proc/loadavg: 1.95 1.98 1.99 3/85 15846
/proc/meminfo: memFree=1146240/2055920 swapFree=4192956/4192956
[pid=15824] ppid=15822 vsize=16868 CPUtime=0.63
/proc/15824/stat : 15824 (sugar) S 15822 15824 15011 0 -1 4194304 1310 8039 0 1 5 1 51 6 15 0 1 0 20894192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15824/statm: 4217 1111 409 3 0 796 0
[pid=15837] ppid=15824 vsize=5356 CPUtime=0
/proc/15837/stat : 15837 (sh) S 15824 15824 15011 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20894260 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15837/statm: 1339 233 193 169 0 50 0
[pid=15838] ppid=15837 vsize=864364 CPUtime=5.54
/proc/15838/stat : 15838 (java) S 15837 15824 15011 0 -1 0 18478 0 1 0 544 10 0 0 18 0 9 0 20894260 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15838/statm: 216091 16977 2590 9 0 210568 0
[pid=15838/tid=15839] ppid=15837 vsize=864364 CPUtime=4.11
/proc/15838/task/15839/stat : 15839 (java) R 15837 15824 15011 0 -1 64 3290 0 1 0 409 2 0 0 25 0 9 0 20894261 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4126556626 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15840] ppid=15837 vsize=864364 CPUtime=1.34
/proc/15838/task/15840/stat : 15840 (java) S 15837 15824 15011 0 -1 64 14156 0 0 0 127 7 0 0 16 0 9 0 20894262 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15841] ppid=15837 vsize=864364 CPUtime=0
/proc/15838/task/15841/stat : 15841 (java) S 15837 15824 15011 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20894263 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15842] ppid=15837 vsize=864364 CPUtime=0
/proc/15838/task/15842/stat : 15842 (java) S 15837 15824 15011 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20894263 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15843] ppid=15837 vsize=864364 CPUtime=0
/proc/15838/task/15843/stat : 15843 (java) S 15837 15824 15011 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20894265 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15844] ppid=15837 vsize=864364 CPUtime=0.07
/proc/15838/task/15844/stat : 15844 (java) S 15837 15824 15011 0 -1 64 330 0 0 0 7 0 0 0 16 0 9 0 20894265 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15845] ppid=15837 vsize=864364 CPUtime=0
/proc/15838/task/15845/stat : 15845 (java) S 15837 15824 15011 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20894265 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15846] ppid=15837 vsize=864364 CPUtime=0
/proc/15838/task/15846/stat : 15846 (java) S 15837 15824 15011 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20894265 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886588

[startup+12.7029 s]
/proc/loadavg: 1.95 1.98 1.99 3/85 15846
/proc/meminfo: memFree=1146112/2055920 swapFree=4192956/4192956
[pid=15824] ppid=15822 vsize=16868 CPUtime=0.63
/proc/15824/stat : 15824 (sugar) S 15822 15824 15011 0 -1 4194304 1310 8039 0 1 5 1 51 6 15 0 1 0 20894192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15824/statm: 4217 1111 409 3 0 796 0
[pid=15837] ppid=15824 vsize=5356 CPUtime=0
/proc/15837/stat : 15837 (sh) S 15824 15824 15011 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20894260 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15837/statm: 1339 233 193 169 0 50 0
[pid=15838] ppid=15837 vsize=864364 CPUtime=11.88
/proc/15838/stat : 15838 (java) S 15837 15824 15011 0 -1 0 18478 0 1 0 1178 10 0 0 18 0 9 0 20894260 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15838/statm: 216091 16977 2590 9 0 210568 0
[pid=15838/tid=15839] ppid=15837 vsize=864364 CPUtime=10.45
/proc/15838/task/15839/stat : 15839 (java) R 15837 15824 15011 0 -1 64 3290 0 1 0 1043 2 0 0 25 0 9 0 20894261 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4126556597 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15840] ppid=15837 vsize=864364 CPUtime=1.34
/proc/15838/task/15840/stat : 15840 (java) S 15837 15824 15011 0 -1 64 14156 0 0 0 127 7 0 0 16 0 9 0 20894262 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15841] ppid=15837 vsize=864364 CPUtime=0
/proc/15838/task/15841/stat : 15841 (java) S 15837 15824 15011 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20894263 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15842] ppid=15837 vsize=864364 CPUtime=0
/proc/15838/task/15842/stat : 15842 (java) S 15837 15824 15011 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20894263 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15843] ppid=15837 vsize=864364 CPUtime=0
/proc/15838/task/15843/stat : 15843 (java) S 15837 15824 15011 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20894265 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15844] ppid=15837 vsize=864364 CPUtime=0.07
/proc/15838/task/15844/stat : 15844 (java) S 15837 15824 15011 0 -1 64 330 0 0 0 7 0 0 0 16 0 9 0 20894265 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15845] ppid=15837 vsize=864364 CPUtime=0
/proc/15838/task/15845/stat : 15845 (java) S 15837 15824 15011 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20894265 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15846] ppid=15837 vsize=864364 CPUtime=0
/proc/15838/task/15846/stat : 15846 (java) S 15837 15824 15011 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20894265 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 886588

[startup+25.5021 s]
/proc/loadavg: 1.96 1.98 1.99 3/85 15846
/proc/meminfo: memFree=1146176/2055920 swapFree=4192956/4192956
[pid=15824] ppid=15822 vsize=16868 CPUtime=0.63
/proc/15824/stat : 15824 (sugar) S 15822 15824 15011 0 -1 4194304 1310 8039 0 1 5 1 51 6 15 0 1 0 20894192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15824/statm: 4217 1111 409 3 0 796 0
[pid=15837] ppid=15824 vsize=5356 CPUtime=0
/proc/15837/stat : 15837 (sh) S 15824 15824 15011 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20894260 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15837/statm: 1339 233 193 169 0 50 0
[pid=15838] ppid=15837 vsize=864364 CPUtime=24.57
/proc/15838/stat : 15838 (java) S 15837 15824 15011 0 -1 0 18493 0 1 0 2446 11 0 0 18 0 9 0 20894260 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15838/statm: 216091 16977 2590 9 0 210568 0
[pid=15838/tid=15839] ppid=15837 vsize=864364 CPUtime=23.07
/proc/15838/task/15839/stat : 15839 (java) R 15837 15824 15011 0 -1 64 3305 0 1 0 2305 2 0 0 25 0 9 0 20894261 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4126559648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15840] ppid=15837 vsize=864364 CPUtime=1.4
/proc/15838/task/15840/stat : 15840 (java) S 15837 15824 15011 0 -1 64 14156 0 0 0 133 7 0 0 16 0 9 0 20894262 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15841] ppid=15837 vsize=864364 CPUtime=0
/proc/15838/task/15841/stat : 15841 (java) S 15837 15824 15011 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20894263 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15842] ppid=15837 vsize=864364 CPUtime=0
/proc/15838/task/15842/stat : 15842 (java) S 15837 15824 15011 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20894263 885108736 16977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15838/tid=15843] ppid=15837 vsize=864364 CPUtime=0

################
# More data... #
################

[pid=15855] ppid=15824 vsize=5356 CPUtime=0
/proc/15855/stat : 15855 (sh) S 15824 15824 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20974321 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15855/statm: 1339 232 193 169 0 50 0
[pid=15856] ppid=15855 vsize=68484 CPUtime=20.79
/proc/15856/stat : 15856 (minisat) R 15855 15824 15011 0 -1 4194304 15929 0 0 0 2069 10 0 0 25 0 1 0 20974321 70127616 15915 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15856/statm: 17121 15915 75 150 0 16968 0
Current children cumulated CPU time (s) 814.39
Current children cumulated vsize (KiB) 90708

[startup+882.301 s]
/proc/loadavg: 1.92 1.97 1.99 3/77 15971
/proc/meminfo: memFree=1323192/2055920 swapFree=4192956/4192956
[pid=15824] ppid=15822 vsize=16868 CPUtime=793.6
/proc/15824/stat : 15824 (sugar) S 15822 15824 15011 0 -1 4194304 1374 44147 0 2 5 2 79298 55 16 0 1 0 20894192 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15824/statm: 4217 1112 409 3 0 796 0
[pid=15855] ppid=15824 vsize=5356 CPUtime=0
/proc/15855/stat : 15855 (sh) S 15824 15824 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20974321 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15855/statm: 1339 232 193 169 0 50 0
[pid=15856] ppid=15855 vsize=73780 CPUtime=80.35
/proc/15856/stat : 15856 (minisat) R 15855 15824 15011 0 -1 4194304 17128 0 0 0 8022 13 0 0 25 0 1 0 20974321 75550720 17114 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15856/statm: 18445 17114 75 150 0 18292 0
Current children cumulated CPU time (s) 873.95
Current children cumulated vsize (KiB) 96004

[startup+942.302 s]
/proc/loadavg: 1.97 1.97 1.99 3/77 15971
/proc/meminfo: memFree=1317880/2055920 swapFree=4192956/4192956
[pid=15824] ppid=15822 vsize=16868 CPUtime=793.6
/proc/15824/stat : 15824 (sugar) S 15822 15824 15011 0 -1 4194304 1374 44147 0 2 5 2 79298 55 16 0 1 0 20894192 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15824/statm: 4217 1112 409 3 0 796 0
[pid=15855] ppid=15824 vsize=5356 CPUtime=0
/proc/15855/stat : 15855 (sh) S 15824 15824 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20974321 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15855/statm: 1339 232 193 169 0 50 0
[pid=15856] ppid=15855 vsize=78080 CPUtime=140.32
/proc/15856/stat : 15856 (minisat) R 15855 15824 15011 0 -1 4194304 18147 0 0 0 14019 13 0 0 25 0 1 0 20974321 79953920 18133 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15856/statm: 19520 18133 75 150 0 19367 0
Current children cumulated CPU time (s) 933.92
Current children cumulated vsize (KiB) 100304

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 15971
/proc/meminfo: memFree=1315832/2055920 swapFree=4192956/4192956
[pid=15824] ppid=15822 vsize=16868 CPUtime=793.6
/proc/15824/stat : 15824 (sugar) S 15822 15824 15011 0 -1 4194304 1374 44147 0 2 5 2 79298 55 16 0 1 0 20894192 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15824/statm: 4217 1112 409 3 0 796 0
[pid=15855] ppid=15824 vsize=5356 CPUtime=0
/proc/15855/stat : 15855 (sh) S 15824 15824 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20974321 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15855/statm: 1339 232 193 169 0 50 0
[pid=15856] ppid=15855 vsize=79880 CPUtime=200.3
/proc/15856/stat : 15856 (minisat) R 15855 15824 15011 0 -1 4194304 18529 0 0 0 20016 14 0 0 25 0 1 0 20974321 81797120 18515 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15856/statm: 19970 18515 75 150 0 19817 0
Current children cumulated CPU time (s) 993.9
Current children cumulated vsize (KiB) 102104

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

[startup+1004.7 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 15971
/proc/meminfo: memFree=1315768/2055920 swapFree=4192956/4192956
[pid=15824] ppid=15822 vsize=16868 CPUtime=793.6
/proc/15824/stat : 15824 (sugar) S 15822 15824 15011 0 -1 4194304 1374 44147 0 2 5 2 79298 55 16 0 1 0 20894192 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15824/statm: 4217 1112 409 3 0 796 0
[pid=15855] ppid=15824 vsize=5356 CPUtime=0
/proc/15855/stat : 15855 (sh) S 15824 15824 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20974321 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15855/statm: 1339 232 193 169 0 50 0
[pid=15856] ppid=15855 vsize=79880 CPUtime=202.7
/proc/15856/stat : 15856 (minisat) R 15855 15824 15011 0 -1 4194304 18545 0 0 0 20256 14 0 0 25 0 1 0 20974321 81797120 18531 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/15856/statm: 19970 18531 75 150 0 19817 0
Current children cumulated CPU time (s) 996.3
Current children cumulated vsize (KiB) 102104

[startup+1007.9 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 15971
/proc/meminfo: memFree=1315448/2055920 swapFree=4192956/4192956
[pid=15824] ppid=15822 vsize=16868 CPUtime=793.6
/proc/15824/stat : 15824 (sugar) S 15822 15824 15011 0 -1 4194304 1374 44147 0 2 5 2 79298 55 16 0 1 0 20894192 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15824/statm: 4217 1112 409 3 0 796 0
[pid=15855] ppid=15824 vsize=5356 CPUtime=0
/proc/15855/stat : 15855 (sh) S 15824 15824 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20974321 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15855/statm: 1339 232 193 169 0 50 0
[pid=15856] ppid=15855 vsize=80220 CPUtime=205.89
/proc/15856/stat : 15856 (minisat) R 15855 15824 15011 0 -1 4194304 18599 0 0 0 20575 14 0 0 25 0 1 0 20974321 82145280 18585 996147200 134512640 135127466 4294956256 18446744073709551615 134530650 0 0 4096 3 0 0 0 17 0 0 0
/proc/15856/statm: 20055 18585 75 150 0 19902 0
Current children cumulated CPU time (s) 999.49
Current children cumulated vsize (KiB) 102444

[startup+1011.1 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 15971
/proc/meminfo: memFree=1315384/2055920 swapFree=4192956/4192956
[pid=15824] ppid=15822 vsize=16868 CPUtime=793.6
/proc/15824/stat : 15824 (sugar) S 15822 15824 15011 0 -1 4194304 1374 44147 0 2 5 2 79298 55 16 0 1 0 20894192 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15824/statm: 4217 1112 409 3 0 796 0
[pid=15855] ppid=15824 vsize=5356 CPUtime=0
/proc/15855/stat : 15855 (sh) S 15824 15824 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20974321 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15855/statm: 1339 232 193 169 0 50 0
[pid=15856] ppid=15855 vsize=80220 CPUtime=209.09
/proc/15856/stat : 15856 (minisat) R 15855 15824 15011 0 -1 4194304 18621 0 0 0 20895 14 0 0 25 0 1 0 20974321 82145280 18607 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15856/statm: 20055 18607 75 150 0 19902 0
Current children cumulated CPU time (s) 1002.69
Current children cumulated vsize (KiB) 102444

[startup+1011.9 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 15971
/proc/meminfo: memFree=1315256/2055920 swapFree=4192956/4192956
[pid=15824] ppid=15822 vsize=16868 CPUtime=793.6
/proc/15824/stat : 15824 (sugar) S 15822 15824 15011 0 -1 4194304 1374 44147 0 2 5 2 79298 55 16 0 1 0 20894192 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15824/statm: 4217 1112 409 3 0 796 0
[pid=15855] ppid=15824 vsize=5356 CPUtime=0
/proc/15855/stat : 15855 (sh) S 15824 15824 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20974321 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15855/statm: 1339 232 193 169 0 50 0
[pid=15856] ppid=15855 vsize=80220 CPUtime=209.9
/proc/15856/stat : 15856 (minisat) R 15855 15824 15011 0 -1 4194304 18621 0 0 0 20976 14 0 0 25 0 1 0 20974321 82145280 18607 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15856/statm: 20055 18607 75 150 0 19902 0
Current children cumulated CPU time (s) 1003.5
Current children cumulated vsize (KiB) 102444

[startup+1012.7 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 15971
/proc/meminfo: memFree=1315256/2055920 swapFree=4192956/4192956
[pid=15824] ppid=15822 vsize=16868 CPUtime=793.6
/proc/15824/stat : 15824 (sugar) S 15822 15824 15011 0 -1 4194304 1374 44147 0 2 5 2 79298 55 16 0 1 0 20894192 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15824/statm: 4217 1112 409 3 0 796 0
[pid=15855] ppid=15824 vsize=5356 CPUtime=0
/proc/15855/stat : 15855 (sh) S 15824 15824 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20974321 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15855/statm: 1339 232 193 169 0 50 0
[pid=15856] ppid=15855 vsize=80220 CPUtime=210.69
/proc/15856/stat : 15856 (minisat) R 15855 15824 15011 0 -1 4194304 18622 0 0 0 21055 14 0 0 25 0 1 0 20974321 82145280 18608 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/15856/statm: 20055 18608 75 150 0 19902 0
Current children cumulated CPU time (s) 1004.29
Current children cumulated vsize (KiB) 102444

[startup+1012.9 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 15971
/proc/meminfo: memFree=1315256/2055920 swapFree=4192956/4192956
[pid=15824] ppid=15822 vsize=16868 CPUtime=1004.48
/proc/15824/stat : 15824 (sugar) S 15822 15824 15011 0 -1 4194304 1427 63063 0 2 5 2 100370 71 17 0 1 0 20894192 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15824/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 1004.48
Current children cumulated vsize (KiB) 16868

[startup+1013 s]
/proc/loadavg: 1.99 1.97 1.99 2/85 15981
/proc/meminfo: memFree=1384632/2055920 swapFree=4192956/4192956
[pid=15824] ppid=15822 vsize=16868 CPUtime=1004.48
/proc/15824/stat : 15824 (sugar) S 15822 15824 15011 0 -1 4194304 1446 63063 0 2 5 2 100370 71 16 0 1 0 20894192 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15824/statm: 4217 1112 409 3 0 796 0
[pid=15972] ppid=15824 vsize=5356 CPUtime=0
/proc/15972/stat : 15972 (sh) S 15824 15824 15011 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20995480 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15972/statm: 1339 233 193 169 0 50 0
[pid=15973] ppid=15972 vsize=863844 CPUtime=0.08
/proc/15973/stat : 15973 (java) S 15972 15824 15011 0 -1 0 3377 0 1 0 7 1 0 0 19 0 9 0 20995481 884576256 2843 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15973/statm: 215961 2843 1689 9 0 210466 0
[pid=15973/tid=15974] ppid=15972 vsize=863844 CPUtime=0.07
/proc/15973/task/15974/stat : 15974 (java) S 15972 15824 15011 0 -1 64 2459 0 1 0 6 1 0 0 25 0 9 0 20995482 884576256 2843 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15973/tid=15975] ppid=15972 vsize=863844 CPUtime=0
/proc/15973/task/15975/stat : 15975 (java) S 15972 15824 15011 0 -1 64 2 0 0 0 0 0 0 0 21 0 9 0 20995483 884576256 2843 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15973/tid=15976] ppid=15972 vsize=863844 CPUtime=0
/proc/15973/task/15976/stat : 15976 (java) S 15972 15824 15011 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 20995483 884576256 2843 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15973/tid=15977] ppid=15972 vsize=863844 CPUtime=0
/proc/15973/task/15977/stat : 15977 (java) S 15972 15824 15011 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 20995483 884576256 2843 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15973/tid=15978] ppid=15972 vsize=863844 CPUtime=0
/proc/15973/task/15978/stat : 15978 (java) S 15972 15824 15011 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 20995485 884576256 2843 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15973/tid=15979] ppid=15972 vsize=863844 CPUtime=0.01
/proc/15973/task/15979/stat : 15979 (java) S 15972 15824 15011 0 -1 64 222 0 0 0 1 0 0 0 24 0 9 0 20995485 884576256 2843 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15973/tid=15980] ppid=15972 vsize=863844 CPUtime=0
/proc/15973/task/15980/stat : 15980 (java) S 15972 15824 15011 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20995485 884576256 2843 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15973/tid=15981] ppid=15972 vsize=863844 CPUtime=0
/proc/15973/task/15981/stat : 15981 (java) S 15972 15824 15011 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 20995485 884576256 2843 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1004.56
Current children cumulated vsize (KiB) 886068

Child status: 0
Real time (s): 1013.06
CPU time (s): 1004.63
CPU user time (s): 1003.85
CPU system time (s): 0.779881
CPU usage (%): 99.1673
Max. virtual memory (cumulated for all children) (KiB): 892720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1003.85
system time used= 0.779881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68265
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= 22711
involuntary context switches= 40552

runsolver used 1.26581 second user time and 3.36949 second system time

The end

Launcher Data

Begin job on node14 at 2009-07-11 20:51:13
IDJOB=2065417
IDBENCH=54358
IDSOLVER=739
FILE ID=node14/2065417-1247338272
PBS_JOBID= 9506653
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-5_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065417-1247338272/watcher-2065417-1247338272 -o /tmp/evaluation-result-2065417-1247338272/solver-2065417-1247338272 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2065417-1247338272.xml

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

MD5SUM BENCH= dedcb79b74d97a272ff3a128bc6fbd80
RANDOM SEED=637736683

node14.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	: 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.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:       1209336 kB
Buffers:         63220 kB
Cached:         502472 kB
SwapCached:          0 kB
Active:         293196 kB
Inactive:       499640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1209336 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2836 kB
Writeback:           0 kB
Mapped:         237816 kB
Slab:            38292 kB
Committed_AS:   474884 kB
PageTables:       2532 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= 66492 MiB
End job on node14 at 2009-07-11 21:08:06