Trace number 1048251

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 804.402 809.102

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-16_ext.xml
MD5SUM447701dbcdc5f5f48a573c263ab99ef3
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 benchmark0.675896
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 (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 01:49:30 2008
0.00/0.05	c 0	PID 28475
0.00/0.05	c 0	HOST node47.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1048251-1215042569.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-1048251-1215042569.xml' 'HOME/temp.csp'
0.03/0.76	c 0	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.03/0.79	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.79	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.72/0.87	c 0	Parsing HOME/temp.csp
1.50/1.63	c 1	parsed 31 expressions
1.50/1.64	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.50/1.64	c 1	Converting to clausal form CSP
1.50/1.66	c 1	converted 4 (10%) expressions
1.50/1.66	c 1	converted 7 (20%) expressions
1.50/1.66	c 1	converted 10 (30%) expressions
1.50/1.66	c 1	converted 13 (40%) expressions
1.50/1.66	c 1	converted 16 (50%) expressions
1.50/1.66	c 1	converted 19 (60%) expressions
1.50/1.67	c 1	converted 22 (70%) expressions
1.61/1.77	c 1	converted 25 (80%) expressions
2.11/2.28	c 2	converted 28 (90%) expressions
2.80/3.00	c 2	converted 31 (100%) expressions
2.80/3.00	c 2	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.80/3.00	c 2	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.80/3.00	c 2	Propagation in CSP
2.80/3.00	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.80/3.00	c 2	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.80/3.00	c 2	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.90/3.00	c 2	Simplifing CSP by introducing new Boolean variables
2.90/3.00	c 2	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.90/3.00	c 2	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.09/3.25	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.09/3.26	c 3	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
3.09/3.26	c 3	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
3.09/3.26	c 3	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
3.09/3.26	c 3	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
3.09/3.26	c 3	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
3.09/3.26	c 3	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
3.09/3.26	c 3	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
3.09/3.26	c 3	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
3.09/3.26	c 3	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
3.09/3.27	c 3	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
153.43/155.04	c 154	1 (10%) CSP clauses are encoded (140967 clauses, 6555785 bytes)
301.96/305.76	c 305	2 (20%) CSP clauses are encoded (282027 clauses, 13131689 bytes)
449.51/453.48	c 453	3 (30%) CSP clauses are encoded (422946 clauses, 20382162 bytes)
602.47/606.58	c 606	4 (40%) CSP clauses are encoded (563950 clauses, 27401588 bytes)
747.84/752.00	c 751	5 (50%) CSP clauses are encoded (704280 clauses, 34381391 bytes)
747.84/752.00	c 751	5 CSP clauses encoded
747.84/752.00	c 751	Writing map file : HOME/temp.map
747.84/752.00	c 751	Heap : 62 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
747.84/752.00	c 751	SAT : 180 SAT variables, 704280 SAT clauses, 34381391 bytes
747.84/752.00	c 751	Heap : 62 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
747.84/752.04	c 751	SOLVING HOME/temp.cnf
747.84/752.04	c 751	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
747.84/752.05	c 752	This is MiniSat 2.0 beta
747.84/752.05	c 752	WARNING: for repeatability, setting FPU to use double precision
747.84/752.05	c 752	============================[ Problem Statistics ]=============================
747.84/752.05	c 752	|                                                                             |
747.84/752.05	c 752	|  Number of variables:  180                                                  |
747.84/752.05	c 752	|  Number of clauses:    704280                                               |
748.81/753.01	c 752	|  Parsing time:         0.87         s                                       |
748.81/753.07	c 753	============================[ Search Statistics ]==============================
748.81/753.07	c 753	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
748.81/753.07	c 753	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
748.81/753.07	c 753	===============================================================================
748.81/753.07	c 753	|         0 |     180   704280  8840304 |   234760        0    nan |  0.000 % |
749.00/753.26	c 753	|       100 |     180   704280  8840304 |   258236      100      8 |  0.003 % |
749.31/753.57	c 753	|       250 |     180   704280  8840304 |   284059      250      9 |  0.028 % |
749.70/753.95	c 753	|       476 |     180   704280  8840304 |   312465      476     10 |  0.025 % |
750.20/754.47	c 754	|       813 |     180   704280  8840304 |   343712      813     10 |  0.031 % |
750.99/755.23	c 755	|      1320 |     180   704280  8840304 |   378083     1320      9 |  0.031 % |
751.98/756.24	c 756	|      2080 |     180   704280  8840304 |   415891     2080      9 |  0.034 % |
753.57/757.86	c 757	|      3219 |     180   704280  8840304 |   457480     3219      9 |  0.034 % |
756.93/761.23	c 761	|      4929 |     179   704280  8840304 |   503228     4928     10 |  0.559 % |
761.88/766.22	c 766	|      7491 |     179   704280  8840304 |   553551     7490     10 |  0.611 % |
767.92/772.37	c 772	|     11335 |     178   704280  8840304 |   608906    11333     10 |  1.114 % |
776.45/780.93	c 780	|     17102 |     178   704280  8840304 |   669797    17100     10 |  1.124 % |
788.72/793.32	c 793	|     25752 |     175   704280  8840304 |   736777    25749     11 |  3.892 % |
804.18/808.95	c 808	===============================================================================
804.18/808.95	c 808	restarts              : 13
804.18/808.95	c 808	conflicts             : 37592          (668 /sec)
804.18/808.95	c 808	decisions             : 44511          (1.90 % random) (791 /sec)
804.18/808.95	c 808	propagations          : 489440         (8699 /sec)
804.18/808.95	c 808	conflict literals     : 383243         (21.28 % deleted)
804.18/808.95	c 808	Memory used           : 68.03 MB
804.18/808.95	c 808	CPU time              : 56.2624 s
804.18/808.95	c 808	
804.18/808.95	c 808	UNSATISFIABLE
804.18/808.96	c 808	DECODING HOME/temp.out WITH HOME/temp.map
804.18/808.96	c 808	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
804.26/809.05	c 809	Decoding HOME/temp.out
804.26/809.07	s UNSATISFIABLE
804.26/809.07	c 809	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
804.26/809.08	c 809	CPU 803.08 (0.03 0.01 803.05 1.27)
804.26/809.08	c 809	END Thu Jul  3 02:02:59 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-1048251-1215042569/watcher-1048251-1215042569 -o /tmp/evaluation-result-1048251-1215042569/solver-1048251-1215042569 -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-1048251-1215042569.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.04 2.03 1.91 4/81 28475
/proc/meminfo: memFree=588016/2055920 swapFree=4116764/4192956
[pid=28475] ppid=28473 vsize=18572 CPUtime=0
/proc/28475/stat : 28475 (runsolver) R 28473 28475 27567 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1983229212 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 208717540647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28475/statm: 4643 292 257 25 0 2626 0

[startup+0.062619 s]
/proc/loadavg: 2.04 2.03 1.91 4/81 28475
/proc/meminfo: memFree=588016/2055920 swapFree=4116764/4192956
[pid=28475] ppid=28473 vsize=13600 CPUtime=0.03
/proc/28475/stat : 28475 (sugar) S 28473 28475 27567 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1983229212 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28475/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101824 s]
/proc/loadavg: 2.04 2.03 1.91 4/81 28475
/proc/meminfo: memFree=588016/2055920 swapFree=4116764/4192956
[pid=28475] ppid=28473 vsize=13600 CPUtime=0.03
/proc/28475/stat : 28475 (sugar) S 28473 28475 27567 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1983229212 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28475/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30165 s]
/proc/loadavg: 2.04 2.03 1.91 4/81 28475
/proc/meminfo: memFree=588016/2055920 swapFree=4116764/4192956
[pid=28475] ppid=28473 vsize=13600 CPUtime=0.03
/proc/28475/stat : 28475 (sugar) S 28473 28475 27567 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1983229212 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28475/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701727 s]
/proc/loadavg: 2.04 2.03 1.91 4/81 28475
/proc/meminfo: memFree=588016/2055920 swapFree=4116764/4192956
[pid=28475] ppid=28473 vsize=13600 CPUtime=0.03
/proc/28475/stat : 28475 (sugar) S 28473 28475 27567 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1983229212 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28475/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50288 s]
/proc/loadavg: 2.04 2.03 1.91 4/92 28497
/proc/meminfo: memFree=578648/2055920 swapFree=4116764/4192956
[pid=28475] ppid=28473 vsize=13600 CPUtime=0.72
/proc/28475/stat : 28475 (sugar) S 28473 28475 27567 0 -1 4194304 973 7970 0 1 2 1 64 5 16 0 1 0 1983229212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28475/statm: 3400 797 370 3 0 500 0
[pid=28488] ppid=28475 vsize=5356 CPUtime=0
/proc/28488/stat : 28488 (sh) S 28475 28475 27567 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983229291 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28488/statm: 1339 233 193 169 0 50 0
[pid=28489] ppid=28488 vsize=864076 CPUtime=0.68
/proc/28489/stat : 28489 (java) S 28488 28475 27567 0 -1 0 7104 0 1 0 66 2 0 0 18 0 9 0 1983229292 884813824 6346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28489/statm: 216019 6346 2532 9 0 210601 0
[pid=28489/tid=28490] ppid=28488 vsize=864076 CPUtime=0.43
/proc/28489/task/28490/stat : 28490 (java) R 28488 28475 27567 0 -1 64 2467 0 1 0 43 0 0 0 21 0 9 0 1983229292 884813824 6346 996147200 134512640 134550740 4294955952 18446744073709551615 4126415907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28491] ppid=28488 vsize=864076 CPUtime=0.18
/proc/28489/task/28491/stat : 28491 (java) S 28488 28475 27567 0 -1 64 3632 0 0 0 18 0 0 0 16 0 9 0 1983229294 884813824 6346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28492] ppid=28488 vsize=864076 CPUtime=0
/proc/28489/task/28492/stat : 28492 (java) S 28488 28475 27567 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983229294 884813824 6346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28493] ppid=28488 vsize=864076 CPUtime=0
/proc/28489/task/28493/stat : 28493 (java) S 28488 28475 27567 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983229294 884813824 6346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28494] ppid=28488 vsize=864076 CPUtime=0
/proc/28489/task/28494/stat : 28494 (java) S 28488 28475 27567 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983229296 884813824 6346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28495] ppid=28488 vsize=864076 CPUtime=0.03
/proc/28489/task/28495/stat : 28495 (java) S 28488 28475 27567 0 -1 64 308 0 0 0 3 0 0 0 16 0 9 0 1983229296 884813824 6346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28496] ppid=28488 vsize=864076 CPUtime=0
/proc/28489/task/28496/stat : 28496 (java) S 28488 28475 27567 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983229296 884813824 6346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28497] ppid=28488 vsize=864076 CPUtime=0
/proc/28489/task/28497/stat : 28497 (java) S 28488 28475 27567 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983229296 884813824 6346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883032

[startup+3.10219 s]
/proc/loadavg: 2.04 2.03 1.91 4/92 28497
/proc/meminfo: memFree=549272/2055920 swapFree=4116764/4192956
[pid=28475] ppid=28473 vsize=13600 CPUtime=0.73
/proc/28475/stat : 28475 (sugar) S 28473 28475 27567 0 -1 4194304 974 7970 0 1 3 1 64 5 15 0 1 0 1983229212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28475/statm: 3400 797 370 3 0 500 0
[pid=28488] ppid=28475 vsize=5356 CPUtime=0
/proc/28488/stat : 28488 (sh) S 28475 28475 27567 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983229291 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28488/statm: 1339 233 193 169 0 50 0
[pid=28489] ppid=28488 vsize=864876 CPUtime=2.27
/proc/28489/stat : 28489 (java) S 28488 28475 27567 0 -1 0 18816 0 1 0 219 8 0 0 18 0 9 0 1983229292 885633024 17587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28489/statm: 216219 17587 2540 9 0 210794 0
[pid=28489/tid=28490] ppid=28488 vsize=864876 CPUtime=0.92
/proc/28489/task/28490/stat : 28490 (java) R 28488 28475 27567 0 -1 64 3215 0 1 0 91 1 0 0 25 0 9 0 1983229292 885633024 17587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28491] ppid=28488 vsize=864876 CPUtime=1.28
/proc/28489/task/28491/stat : 28491 (java) R 28488 28475 27567 0 -1 64 14586 0 0 0 122 6 0 0 18 0 9 0 1983229294 885633024 17587 996147200 134512640 134550740 4294955952 18446744073709551615 104181565 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28492] ppid=28488 vsize=864876 CPUtime=0
/proc/28489/task/28492/stat : 28492 (java) S 28488 28475 27567 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983229294 885633024 17587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28493] ppid=28488 vsize=864876 CPUtime=0
/proc/28489/task/28493/stat : 28493 (java) S 28488 28475 27567 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983229294 885633024 17587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28494] ppid=28488 vsize=864876 CPUtime=0
/proc/28489/task/28494/stat : 28494 (java) S 28488 28475 27567 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983229296 885633024 17587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28495] ppid=28488 vsize=864876 CPUtime=0.05
/proc/28489/task/28495/stat : 28495 (java) S 28488 28475 27567 0 -1 64 318 0 0 0 5 0 0 0 16 0 9 0 1983229296 885633024 17587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28496] ppid=28488 vsize=864876 CPUtime=0
/proc/28489/task/28496/stat : 28496 (java) S 28488 28475 27567 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983229296 885633024 17587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28497] ppid=28488 vsize=864876 CPUtime=0
/proc/28489/task/28497/stat : 28497 (java) S 28488 28475 27567 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983229296 885633024 17587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883832

[startup+6.30278 s]
/proc/loadavg: 2.04 2.03 1.91 3/92 28497
/proc/meminfo: memFree=520280/2055920 swapFree=4116764/4192956
[pid=28475] ppid=28473 vsize=13600 CPUtime=0.73
/proc/28475/stat : 28475 (sugar) S 28473 28475 27567 0 -1 4194304 974 7970 0 1 3 1 64 5 15 0 1 0 1983229212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28475/statm: 3400 797 370 3 0 500 0
[pid=28488] ppid=28475 vsize=5356 CPUtime=0
/proc/28488/stat : 28488 (sh) S 28475 28475 27567 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983229291 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28488/statm: 1339 233 193 169 0 50 0
[pid=28489] ppid=28488 vsize=864484 CPUtime=5.44
/proc/28489/stat : 28489 (java) S 28488 28475 27567 0 -1 0 18917 0 1 0 535 9 0 0 18 0 9 0 1983229292 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28489/statm: 216121 17528 2564 9 0 210668 0
[pid=28489/tid=28490] ppid=28488 vsize=864484 CPUtime=3.87
/proc/28489/task/28490/stat : 28490 (java) R 28488 28475 27567 0 -1 64 3297 0 1 0 386 1 0 0 25 0 9 0 1983229292 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4126554573 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28491] ppid=28488 vsize=864484 CPUtime=1.47
/proc/28489/task/28491/stat : 28491 (java) S 28488 28475 27567 0 -1 64 14586 0 0 0 141 6 0 0 16 0 9 0 1983229294 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28492] ppid=28488 vsize=864484 CPUtime=0
/proc/28489/task/28492/stat : 28492 (java) S 28488 28475 27567 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983229294 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28493] ppid=28488 vsize=864484 CPUtime=0
/proc/28489/task/28493/stat : 28493 (java) S 28488 28475 27567 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983229294 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28494] ppid=28488 vsize=864484 CPUtime=0
/proc/28489/task/28494/stat : 28494 (java) S 28488 28475 27567 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983229296 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28495] ppid=28488 vsize=864484 CPUtime=0.07
/proc/28489/task/28495/stat : 28495 (java) S 28488 28475 27567 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 1983229296 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28496] ppid=28488 vsize=864484 CPUtime=0
/proc/28489/task/28496/stat : 28496 (java) S 28488 28475 27567 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983229296 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28497] ppid=28488 vsize=864484 CPUtime=0
/proc/28489/task/28497/stat : 28497 (java) S 28488 28475 27567 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983229296 885231616 17528 996147200 134512640 134550740 4294955952 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) 883440

[startup+12.703 s]
/proc/loadavg: 2.04 2.03 1.91 3/92 28497
/proc/meminfo: memFree=515288/2055920 swapFree=4116764/4192956
[pid=28475] ppid=28473 vsize=13600 CPUtime=0.73
/proc/28475/stat : 28475 (sugar) S 28473 28475 27567 0 -1 4194304 974 7970 0 1 3 1 64 5 15 0 1 0 1983229212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28475/statm: 3400 797 370 3 0 500 0
[pid=28488] ppid=28475 vsize=5356 CPUtime=0
/proc/28488/stat : 28488 (sh) S 28475 28475 27567 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983229291 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28488/statm: 1339 233 193 169 0 50 0
[pid=28489] ppid=28488 vsize=864484 CPUtime=11.77
/proc/28489/stat : 28489 (java) S 28488 28475 27567 0 -1 0 18917 0 1 0 1168 9 0 0 18 0 9 0 1983229292 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28489/statm: 216121 17528 2564 9 0 210668 0
[pid=28489/tid=28490] ppid=28488 vsize=864484 CPUtime=10.2
/proc/28489/task/28490/stat : 28490 (java) R 28488 28475 27567 0 -1 64 3297 0 1 0 1019 1 0 0 25 0 9 0 1983229292 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4126554560 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28491] ppid=28488 vsize=864484 CPUtime=1.47
/proc/28489/task/28491/stat : 28491 (java) S 28488 28475 27567 0 -1 64 14586 0 0 0 141 6 0 0 16 0 9 0 1983229294 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28492] ppid=28488 vsize=864484 CPUtime=0
/proc/28489/task/28492/stat : 28492 (java) S 28488 28475 27567 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983229294 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28493] ppid=28488 vsize=864484 CPUtime=0
/proc/28489/task/28493/stat : 28493 (java) S 28488 28475 27567 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983229294 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28494] ppid=28488 vsize=864484 CPUtime=0
/proc/28489/task/28494/stat : 28494 (java) S 28488 28475 27567 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983229296 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28495] ppid=28488 vsize=864484 CPUtime=0.07
/proc/28489/task/28495/stat : 28495 (java) S 28488 28475 27567 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 1983229296 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28496] ppid=28488 vsize=864484 CPUtime=0
/proc/28489/task/28496/stat : 28496 (java) S 28488 28475 27567 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983229296 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28497] ppid=28488 vsize=864484 CPUtime=0
/proc/28489/task/28497/stat : 28497 (java) S 28488 28475 27567 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983229296 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 883440

[startup+25.5014 s]
/proc/loadavg: 2.03 2.02 1.91 3/92 28497
/proc/meminfo: memFree=505560/2055920 swapFree=4116764/4192956
[pid=28475] ppid=28473 vsize=13600 CPUtime=0.73
/proc/28475/stat : 28475 (sugar) S 28473 28475 27567 0 -1 4194304 974 7970 0 1 3 1 64 5 15 0 1 0 1983229212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28475/statm: 3400 797 370 3 0 500 0
[pid=28488] ppid=28475 vsize=5356 CPUtime=0
/proc/28488/stat : 28488 (sh) S 28475 28475 27567 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983229291 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28488/statm: 1339 233 193 169 0 50 0
[pid=28489] ppid=28488 vsize=864484 CPUtime=24.44
/proc/28489/stat : 28489 (java) S 28488 28475 27567 0 -1 0 18931 0 1 0 2435 9 0 0 18 0 9 0 1983229292 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28489/statm: 216121 17528 2564 9 0 210668 0
[pid=28489/tid=28490] ppid=28488 vsize=864484 CPUtime=22.81
/proc/28489/task/28490/stat : 28490 (java) R 28488 28475 27567 0 -1 64 3311 0 1 0 2280 1 0 0 25 0 9 0 1983229292 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4126554540 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28491] ppid=28488 vsize=864484 CPUtime=1.53
/proc/28489/task/28491/stat : 28491 (java) S 28488 28475 27567 0 -1 64 14586 0 0 0 147 6 0 0 16 0 9 0 1983229294 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28492] ppid=28488 vsize=864484 CPUtime=0
/proc/28489/task/28492/stat : 28492 (java) S 28488 28475 27567 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983229294 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28493] ppid=28488 vsize=864484 CPUtime=0
/proc/28489/task/28493/stat : 28493 (java) S 28488 28475 27567 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983229294 885231616 17528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=28489/tid=28495] ppid=28488 vsize=864484 CPUtime=0.09
/proc/28489/task/28495/stat : 28495 (java) S 28488 28475 27567 0 -1 64 348 0 0 0 9 0 0 0 16 0 9 0 1983229296 885231616 26824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28496] ppid=28488 vsize=864484 CPUtime=0
/proc/28489/task/28496/stat : 28496 (java) S 28488 28475 27567 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983229296 885231616 26824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28497] ppid=28488 vsize=864484 CPUtime=0
/proc/28489/task/28497/stat : 28497 (java) S 28488 28475 27567 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983229296 885231616 26824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 638.24
Current children cumulated vsize (KiB) 883440

[startup+702.301 s]
/proc/loadavg: 2.02 2.05 2.00 3/84 28716
/proc/meminfo: memFree=1614104/2055920 swapFree=4116764/4192956
[pid=28475] ppid=28473 vsize=13600 CPUtime=0.73
/proc/28475/stat : 28475 (sugar) S 28473 28475 27567 0 -1 4194304 974 7970 0 1 3 1 64 5 16 0 1 0 1983229212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28475/statm: 3400 797 370 3 0 500 0
[pid=28488] ppid=28475 vsize=5356 CPUtime=0
/proc/28488/stat : 28488 (sh) S 28475 28475 27567 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983229291 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28488/statm: 1339 233 193 169 0 50 0
[pid=28489] ppid=28488 vsize=864484 CPUtime=697.46
/proc/28489/stat : 28489 (java) S 28488 28475 27567 0 -1 0 37295 0 1 0 69644 102 0 0 18 0 9 0 1983229292 885231616 26824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28489/statm: 216121 26824 2564 9 0 210668 0
[pid=28489/tid=28490] ppid=28488 vsize=864484 CPUtime=693.54
/proc/28489/task/28490/stat : 28490 (java) R 28488 28475 27567 0 -1 64 3743 0 1 0 69274 80 0 0 25 0 9 0 1983229292 885231616 26824 996147200 134512640 134550740 4294955952 18446744073709551615 4126555847 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28489/tid=28491] ppid=28488 vsize=864484 CPUtime=3.8
/proc/28489/task/28491/stat : 28491 (java) S 28488 28475 27567 0 -1 64 32507 0 0 0 360 20 0 0 16 0 9 0 1983229294 885231616 26824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28489/tid=28492] ppid=28488 vsize=864484 CPUtime=0
/proc/28489/task/28492/stat : 28492 (java) S 28488 28475 27567 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983229294 885231616 26824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28493] ppid=28488 vsize=864484 CPUtime=0
/proc/28489/task/28493/stat : 28493 (java) S 28488 28475 27567 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983229294 885231616 26824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28494] ppid=28488 vsize=864484 CPUtime=0
/proc/28489/task/28494/stat : 28494 (java) S 28488 28475 27567 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983229296 885231616 26824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28495] ppid=28488 vsize=864484 CPUtime=0.09
/proc/28489/task/28495/stat : 28495 (java) S 28488 28475 27567 0 -1 64 348 0 0 0 9 0 0 0 16 0 9 0 1983229296 885231616 26824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28496] ppid=28488 vsize=864484 CPUtime=0
/proc/28489/task/28496/stat : 28496 (java) S 28488 28475 27567 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983229296 885231616 26824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28489/tid=28497] ppid=28488 vsize=864484 CPUtime=0
/proc/28489/task/28497/stat : 28497 (java) S 28488 28475 27567 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983229296 885231616 26824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 698.19
Current children cumulated vsize (KiB) 883440

[startup+762.307 s]
/proc/loadavg: 2.00 2.04 2.00 3/76 28718
/proc/meminfo: memFree=1643288/2055920 swapFree=4116764/4192956
[pid=28475] ppid=28473 vsize=13600 CPUtime=747.88
/proc/28475/stat : 28475 (sugar) S 28473 28475 27567 0 -1 4194304 1031 45618 0 2 3 1 74671 113 16 0 1 0 1983229212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28475/statm: 3400 798 370 3 0 500 0
[pid=28717] ppid=28475 vsize=5356 CPUtime=0
/proc/28717/stat : 28717 (sh) S 28475 28475 27567 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983304417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28717/statm: 1339 232 193 169 0 50 0
[pid=28718] ppid=28717 vsize=65176 CPUtime=10.14
/proc/28718/stat : 28718 (minisat) R 28717 28475 27567 0 -1 4194304 15418 0 0 0 1006 8 0 0 25 0 1 0 1983304417 66740224 15404 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/28718/statm: 16294 15404 75 150 0 16141 0
Current children cumulated CPU time (s) 758.02
Current children cumulated vsize (KiB) 84132

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

[startup+767.902 s]
/proc/loadavg: 2.00 2.04 2.00 3/76 28718
/proc/meminfo: memFree=1641688/2055920 swapFree=4116764/4192956
[pid=28475] ppid=28473 vsize=13600 CPUtime=747.88
/proc/28475/stat : 28475 (sugar) S 28473 28475 27567 0 -1 4194304 1031 45618 0 2 3 1 74671 113 16 0 1 0 1983229212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28475/statm: 3400 798 370 3 0 500 0
[pid=28717] ppid=28475 vsize=5356 CPUtime=0
/proc/28717/stat : 28717 (sh) S 28475 28475 27567 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983304417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28717/statm: 1339 232 193 169 0 50 0
[pid=28718] ppid=28717 vsize=66816 CPUtime=15.69
/proc/28718/stat : 28718 (minisat) R 28717 28475 27567 0 -1 4194304 15823 0 0 0 1560 9 0 0 25 0 1 0 1983304417 68419584 15809 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28718/statm: 16704 15809 75 150 0 16551 0
Current children cumulated CPU time (s) 763.57
Current children cumulated vsize (KiB) 85772

[startup+793.501 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 28718
/proc/meminfo: memFree=1640344/2055920 swapFree=4116764/4192956
[pid=28475] ppid=28473 vsize=13600 CPUtime=747.88
/proc/28475/stat : 28475 (sugar) S 28473 28475 27567 0 -1 4194304 1031 45618 0 2 3 1 74671 113 16 0 1 0 1983229212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28475/statm: 3400 798 370 3 0 500 0
[pid=28717] ppid=28475 vsize=5356 CPUtime=0
/proc/28717/stat : 28717 (sh) S 28475 28475 27567 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983304417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28717/statm: 1339 232 193 169 0 50 0
[pid=28718] ppid=28717 vsize=68588 CPUtime=41.04
/proc/28718/stat : 28718 (minisat) R 28717 28475 27567 0 -1 4194304 16173 0 0 0 4095 9 0 0 25 0 1 0 1983304417 70234112 16159 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28718/statm: 17147 16159 75 150 0 16994 0
Current children cumulated CPU time (s) 788.92
Current children cumulated vsize (KiB) 87544

[startup+799.902 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 28718
/proc/meminfo: memFree=1639768/2055920 swapFree=4116764/4192956
[pid=28475] ppid=28473 vsize=13600 CPUtime=747.88
/proc/28475/stat : 28475 (sugar) S 28473 28475 27567 0 -1 4194304 1031 45618 0 2 3 1 74671 113 16 0 1 0 1983229212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28475/statm: 3400 798 370 3 0 500 0
[pid=28717] ppid=28475 vsize=5356 CPUtime=0
/proc/28717/stat : 28717 (sh) S 28475 28475 27567 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983304417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28717/statm: 1339 232 193 169 0 50 0
[pid=28718] ppid=28717 vsize=69096 CPUtime=47.38
/proc/28718/stat : 28718 (minisat) R 28717 28475 27567 0 -1 4194304 16286 0 0 0 4729 9 0 0 25 0 1 0 1983304417 70754304 16272 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28718/statm: 17274 16272 75 150 0 17121 0
Current children cumulated CPU time (s) 795.26
Current children cumulated vsize (KiB) 88052

[startup+803.101 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 28718
/proc/meminfo: memFree=1639576/2055920 swapFree=4116764/4192956
[pid=28475] ppid=28473 vsize=13600 CPUtime=747.88
/proc/28475/stat : 28475 (sugar) S 28473 28475 27567 0 -1 4194304 1031 45618 0 2 3 1 74671 113 16 0 1 0 1983229212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28475/statm: 3400 798 370 3 0 500 0
[pid=28717] ppid=28475 vsize=5356 CPUtime=0
/proc/28717/stat : 28717 (sh) S 28475 28475 27567 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983304417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28717/statm: 1339 232 193 169 0 50 0
[pid=28718] ppid=28717 vsize=69236 CPUtime=50.55
/proc/28718/stat : 28718 (minisat) R 28717 28475 27567 0 -1 4194304 16342 0 0 0 5046 9 0 0 25 0 1 0 1983304417 70897664 16328 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28718/statm: 17309 16328 75 150 0 17156 0
Current children cumulated CPU time (s) 798.43
Current children cumulated vsize (KiB) 88192

[startup+806.307 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 28718
/proc/meminfo: memFree=1639320/2055920 swapFree=4116764/4192956
[pid=28475] ppid=28473 vsize=13600 CPUtime=747.88
/proc/28475/stat : 28475 (sugar) S 28473 28475 27567 0 -1 4194304 1031 45618 0 2 3 1 74671 113 16 0 1 0 1983229212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28475/statm: 3400 798 370 3 0 500 0
[pid=28717] ppid=28475 vsize=5356 CPUtime=0
/proc/28717/stat : 28717 (sh) S 28475 28475 27567 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983304417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28717/statm: 1339 232 193 169 0 50 0
[pid=28718] ppid=28717 vsize=69372 CPUtime=53.73
/proc/28718/stat : 28718 (minisat) R 28717 28475 27567 0 -1 4194304 16402 0 0 0 5363 10 0 0 25 0 1 0 1983304417 71036928 16388 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/28718/statm: 17343 16388 75 150 0 17190 0
Current children cumulated CPU time (s) 801.61
Current children cumulated vsize (KiB) 88328

[startup+807.901 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 28718
/proc/meminfo: memFree=1639256/2055920 swapFree=4116764/4192956
[pid=28475] ppid=28473 vsize=13600 CPUtime=747.88
/proc/28475/stat : 28475 (sugar) S 28473 28475 27567 0 -1 4194304 1031 45618 0 2 3 1 74671 113 16 0 1 0 1983229212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28475/statm: 3400 798 370 3 0 500 0
[pid=28717] ppid=28475 vsize=5356 CPUtime=0
/proc/28717/stat : 28717 (sh) S 28475 28475 27567 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983304417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28717/statm: 1339 232 193 169 0 50 0
[pid=28718] ppid=28717 vsize=69504 CPUtime=55.31
/proc/28718/stat : 28718 (minisat) R 28717 28475 27567 0 -1 4194304 16422 0 0 0 5521 10 0 0 25 0 1 0 1983304417 71172096 16408 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28718/statm: 17376 16408 75 150 0 17223 0
Current children cumulated CPU time (s) 803.19
Current children cumulated vsize (KiB) 88460

[startup+808.701 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 28718
/proc/meminfo: memFree=1639128/2055920 swapFree=4116764/4192956
[pid=28475] ppid=28473 vsize=13600 CPUtime=747.88
/proc/28475/stat : 28475 (sugar) S 28473 28475 27567 0 -1 4194304 1031 45618 0 2 3 1 74671 113 16 0 1 0 1983229212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28475/statm: 3400 798 370 3 0 500 0
[pid=28717] ppid=28475 vsize=5356 CPUtime=0
/proc/28717/stat : 28717 (sh) S 28475 28475 27567 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983304417 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28717/statm: 1339 232 193 169 0 50 0
[pid=28718] ppid=28717 vsize=69656 CPUtime=56.1
/proc/28718/stat : 28718 (minisat) R 28717 28475 27567 0 -1 4194304 16442 0 0 0 5600 10 0 0 25 0 1 0 1983304417 71327744 16428 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28718/statm: 17414 16428 75 150 0 17261 0
Current children cumulated CPU time (s) 803.98
Current children cumulated vsize (KiB) 88612

[startup+809.102 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 28718
/proc/meminfo: memFree=1639128/2055920 swapFree=4116764/4192956
[pid=28475] ppid=28473 vsize=0 CPUtime=804.38
/proc/28475/stat : 28475 (sugar) R 28473 28475 27567 0 -1 4194308 1146 65987 0 3 3 3 80305 127 16 0 1 0 1983229212 0 0 996147200 0 0 0 0 0 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28475/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 804.38
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 809.102
CPU time (s): 804.402
CPU user time (s): 803.091
CPU system time (s): 1.3108
CPU usage (%): 99.4191
Max. virtual memory (cumulated for all children) (KiB): 889576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 803.091
system time used= 1.3108
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67133
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= 20373
involuntary context switches= 30634

runsolver used 0.907861 second user time and 2.79557 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-03 01:49:29
IDJOB=1048251
IDBENCH=54354
IDSOLVER=346
FILE ID=node47/1048251-1215042569
PBS_JOBID= 7875082
Free space on /tmp= 65552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-16_ext.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-1048251-1215042569/watcher-1048251-1215042569 -o /tmp/evaluation-result-1048251-1215042569/solver-1048251-1215042569 -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-1048251-1215042569.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 447701dbcdc5f5f48a573c263ab99ef3
RANDOM SEED=1202370783

node47.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.281
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.281
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:        588560 kB
Buffers:         36064 kB
Cached:        1180472 kB
SwapCached:      69820 kB
Active:         798600 kB
Inactive:       591000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        588560 kB
SwapTotal:     4192956 kB
SwapFree:      4116764 kB
Dirty:          206144 kB
Writeback:           0 kB
Mapped:         186936 kB
Slab:            62772 kB
Committed_AS:  4664572 kB
PageTables:       2260 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= 66536 MiB
End job on node47 at 2008-07-03 02:02:59