Trace number 1048182

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 1688.06 1694.05

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-9_ext.xml
MD5SUMfa3fd3e463227823f5510a53e7f059f4
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.06484
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.02/0.22	c 0	Sugar v1-13 + HOME/minisat
0.02/0.22	c 0	BEGIN Thu Jul  3 01:45:29 2008
0.02/0.22	c 0	PID 17995
0.02/0.22	c 0	HOST node73.alineos.net
0.02/0.22	c 0	CONVERTING HOME/instance-1048182-1215042329.xml TO HOME/temp.csp
0.02/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1048182-1215042329.xml' 'HOME/temp.csp'
0.04/0.80	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.04/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.81	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.04/0.89	c 1	Parsing HOME/temp.csp
1.38/1.66	c 2	parsed 31 expressions
1.38/1.66	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.38/1.66	c 2	Converting to clausal form CSP
1.38/1.68	c 2	converted 4 (10%) expressions
1.38/1.68	c 2	converted 7 (20%) expressions
1.38/1.68	c 2	converted 10 (30%) expressions
1.38/1.68	c 2	converted 13 (40%) expressions
1.38/1.68	c 2	converted 16 (50%) expressions
1.38/1.68	c 2	converted 19 (60%) expressions
1.47/1.70	c 2	converted 22 (70%) expressions
1.57/1.80	c 2	converted 25 (80%) expressions
2.07/2.31	c 3	converted 28 (90%) expressions
2.76/3.03	c 3	converted 31 (100%) expressions
2.76/3.03	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.76/3.03	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.76/3.03	c 3	Propagation in CSP
2.76/3.03	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.76/3.03	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.76/3.03	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.76/3.03	c 3	Simplifing CSP by introducing new Boolean variables
2.76/3.03	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.76/3.03	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.95/3.27	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.95/3.28	c 3	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
2.95/3.28	c 3	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
2.95/3.28	c 3	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.95/3.28	c 3	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.95/3.28	c 3	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
2.95/3.28	c 3	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
2.95/3.28	c 3	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
2.95/3.28	c 3	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.95/3.28	c 3	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
2.95/3.28	c 3	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
154.67/155.46	c 156	1 (10%) CSP clauses are encoded (140851 clauses, 6555355 bytes)
315.64/317.71	c 318	2 (20%) CSP clauses are encoded (281931 clauses, 13325850 bytes)
467.97/470.12	c 470	3 (30%) CSP clauses are encoded (422703 clauses, 20333421 bytes)
629.99/632.28	c 632	4 (40%) CSP clauses are encoded (563650 clauses, 27151592 bytes)
780.61/782.92	c 783	5 (50%) CSP clauses are encoded (704532 clauses, 34653514 bytes)
780.61/782.92	c 783	5 CSP clauses encoded
780.61/782.92	c 783	Writing map file : HOME/temp.map
780.61/782.92	c 783	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
780.61/782.92	c 783	SAT : 180 SAT variables, 704532 SAT clauses, 34653514 bytes
780.61/782.92	c 783	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
780.61/782.98	c 783	SOLVING HOME/temp.cnf
780.61/782.98	c 783	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
780.61/782.99	c 783	This is MiniSat 2.0 beta
780.61/782.99	c 783	WARNING: for repeatability, setting FPU to use double precision
780.61/782.99	c 783	============================[ Problem Statistics ]=============================
780.61/782.99	c 783	|                                                                             |
780.61/782.99	c 783	|  Number of variables:  180                                                  |
780.61/782.99	c 783	|  Number of clauses:    704532                                               |
781.55/783.99	c 784	|  Parsing time:         0.88         s                                       |
781.65/784.06	c 784	============================[ Search Statistics ]==============================
781.65/784.06	c 784	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
781.65/784.06	c 784	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
781.65/784.06	c 784	===============================================================================
781.65/784.06	c 784	|         0 |     180   704532  8846429 |   234844        0    nan |  0.000 % |
781.75/784.19	c 784	|       100 |     180   704532  8846429 |   258328      100      8 |  0.003 % |
782.13/784.56	c 785	|       250 |     180   704532  8846429 |   284161      250     10 |  0.028 % |
782.83/785.21	c 785	|       475 |     180   704532  8846429 |   312577      475     10 |  0.022 % |
783.63/786.06	c 786	|       812 |     180   704532  8846429 |   343835      812      9 |  0.028 % |
784.62/787.04	c 787	|      1318 |     180   704532  8846429 |   378218     1318     10 |  0.028 % |
786.10/788.59	c 789	|      2077 |     180   704532  8846429 |   416040     2077     10 |  0.031 % |
788.18/790.60	c 791	|      3217 |     180   704532  8846429 |   457644     3217     10 |  0.031 % |
791.35/793.88	c 794	|      4925 |     180   704532  8846429 |   503408     4925     10 |  0.040 % |
797.09/799.61	c 800	|      7489 |     180   704532  8846429 |   553749     7489     10 |  0.046 % |
803.62/806.27	c 806	|     11333 |     179   704532  8846429 |   609124    11332     11 |  0.559 % |
810.44/813.18	c 813	|     17101 |     179   704532  8846429 |   670037    17100     11 |  0.577 % |
822.02/824.81	c 825	|     25750 |     179   704532  8846429 |   737041    25749     11 |  0.580 % |
844.99/848.01	c 848	|     38725 |     179   704532  8846429 |   810745    38724     12 |  0.580 % |
879.12/882.57	c 883	|     58186 |     179   704532  8846429 |   891819    58185     13 |  0.577 % |
947.79/951.94	c 952	|     87378 |     179   704532  8846429 |   981001    87377     13 |  0.577 % |
1040.53/1045.66	c 1046	|    131168 |     179   704532  8846429 |  1079101   131167     14 |  0.568 % |
1199.60/1205.46	c 1206	|    196853 |     179   704532  8846429 |  1187012   196852     13 |  0.630 % |
1462.99/1468.91	c 1469	|    295382 |     176   704532  8846429 |  1305713   295380     14 |  2.796 % |
1687.80/1693.90	c 1694	===============================================================================
1687.80/1693.90	c 1694	restarts              : 19
1687.80/1693.90	c 1694	conflicts             : 367986         (406 /sec)
1687.80/1693.90	c 1694	decisions             : 442250         (1.60 % random) (488 /sec)
1687.80/1693.90	c 1694	propagations          : 5824649        (6422 /sec)
1687.80/1693.90	c 1694	conflict literals     : 4918123        (22.19 % deleted)
1687.80/1693.90	c 1694	Memory used           : 99.75 MB
1687.80/1693.90	c 1694	CPU time              : 907.014 s
1687.80/1693.90	c 1694	
1687.80/1693.90	c 1694	UNSATISFIABLE
1687.90/1693.91	c 1694	DECODING HOME/temp.out WITH HOME/temp.map
1687.90/1693.91	c 1694	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1687.90/1694.00	c 1694	Decoding HOME/temp.out
1687.98/1694.02	s UNSATISFIABLE
1687.98/1694.02	c 1694	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1687.98/1694.02	c 1694	CPU 1687.18 (0.04 0.01 1687.14 0.84)
1687.98/1694.02	c 1694	END Thu Jul  3 02:13:43 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-1048182-1215042329/watcher-1048182-1215042329 -o /tmp/evaluation-result-1048182-1215042329/solver-1048182-1215042329 -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-1048182-1215042329.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.14 2.07 1.94 4/73 17995
/proc/meminfo: memFree=1904072/2055920 swapFree=4181452/4192956
[pid=17995] ppid=17993 vsize=18572 CPUtime=0
/proc/17995/stat : 17995 (runsolver) D 17993 17995 16972 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 116243946 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 210723466535 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17995/statm: 4643 292 257 25 0 2626 0

[startup+0.100393 s]
/proc/loadavg: 2.14 2.07 1.94 4/73 17995
/proc/meminfo: memFree=1904072/2055920 swapFree=4181452/4192956
[pid=17995] ppid=17993 vsize=12268 CPUtime=0
/proc/17995/stat : 17995 (sugar) R 17993 17995 16972 0 -1 4194304 334 0 14 0 0 0 0 0 18 0 1 0 116243946 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 210723633765 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17995/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.202406 s]
/proc/loadavg: 2.14 2.07 1.94 4/73 17995
/proc/meminfo: memFree=1904072/2055920 swapFree=4181452/4192956
[pid=17995] ppid=17993 vsize=12940 CPUtime=0.02
/proc/17995/stat : 17995 (sugar) R 17993 17995 16972 0 -1 4194304 573 0 15 0 1 1 0 0 18 0 1 0 116243946 13250560 556 996147200 4194304 4206940 548682068608 18446744073709551615 210736797634 0 0 4224 0 0 0 0 17 1 0 0
/proc/17995/statm: 3235 556 316 3 0 335 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12940

[startup+0.302421 s]
/proc/loadavg: 2.14 2.07 1.94 4/73 17995
/proc/meminfo: memFree=1904072/2055920 swapFree=4181452/4192956
[pid=17995] ppid=17993 vsize=13600 CPUtime=0.04
/proc/17995/stat : 17995 (sugar) S 17993 17995 16972 0 -1 4194304 885 127 15 0 3 1 0 0 18 0 1 0 116243946 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17995/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702465 s]
/proc/loadavg: 2.14 2.07 1.94 4/73 17995
/proc/meminfo: memFree=1904072/2055920 swapFree=4181452/4192956
[pid=17995] ppid=17993 vsize=13600 CPUtime=0.04
/proc/17995/stat : 17995 (sugar) S 17993 17995 16972 0 -1 4194304 885 127 15 0 3 1 0 0 18 0 1 0 116243946 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17995/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50156 s]
/proc/loadavg: 2.21 2.09 1.94 4/84 18017
/proc/meminfo: memFree=1893552/2055920 swapFree=4181452/4192956
[pid=17995] ppid=17993 vsize=13600 CPUtime=0.61
/proc/17995/stat : 17995 (sugar) S 17993 17995 16972 0 -1 4194304 958 7969 15 1 3 1 52 5 16 0 1 0 116243946 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17995/statm: 3400 797 370 3 0 500 0
[pid=18008] ppid=17995 vsize=5356 CPUtime=0
/proc/18008/stat : 18008 (sh) S 17995 17995 16972 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 116244027 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18008/statm: 1339 233 193 169 0 50 0
[pid=18009] ppid=18008 vsize=864072 CPUtime=0.67
/proc/18009/stat : 18009 (java) S 18008 17995 16972 0 -1 0 6900 0 1 0 64 3 0 0 18 0 9 0 116244027 884809728 6141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18009/statm: 216018 6141 2532 9 0 210600 0
[pid=18009/tid=18010] ppid=18008 vsize=864072 CPUtime=0.43
/proc/18009/task/18010/stat : 18010 (java) R 18008 17995 16972 0 -1 64 2451 0 1 0 43 0 0 0 21 0 9 0 116244028 884809728 6141 996147200 134512640 134550740 4294955952 18446744073709551615 4126436348 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18011] ppid=18008 vsize=864072 CPUtime=0.17
/proc/18009/task/18011/stat : 18011 (java) S 18008 17995 16972 0 -1 64 3446 0 0 0 16 1 0 0 16 0 9 0 116244030 884809728 6141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18012] ppid=18008 vsize=864072 CPUtime=0
/proc/18009/task/18012/stat : 18012 (java) S 18008 17995 16972 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 116244030 884809728 6141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18013] ppid=18008 vsize=864072 CPUtime=0
/proc/18009/task/18013/stat : 18013 (java) S 18008 17995 16972 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 116244030 884809728 6141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18014] ppid=18008 vsize=864072 CPUtime=0
/proc/18009/task/18014/stat : 18014 (java) S 18008 17995 16972 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 116244032 884809728 6141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18015] ppid=18008 vsize=864072 CPUtime=0.03
/proc/18009/task/18015/stat : 18015 (java) S 18008 17995 16972 0 -1 64 306 0 0 0 3 0 0 0 16 0 9 0 116244032 884809728 6141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18016] ppid=18008 vsize=864072 CPUtime=0
/proc/18009/task/18016/stat : 18016 (java) S 18008 17995 16972 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 116244032 884809728 6141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18017] ppid=18008 vsize=864072 CPUtime=0
/proc/18009/task/18017/stat : 18017 (java) S 18008 17995 16972 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 116244032 884809728 6141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 883028

[startup+3.10175 s]
/proc/loadavg: 2.21 2.09 1.94 4/84 18017
/proc/meminfo: memFree=1865456/2055920 swapFree=4181452/4192956
[pid=17995] ppid=17993 vsize=13600 CPUtime=0.61
/proc/17995/stat : 17995 (sugar) S 17993 17995 16972 0 -1 4194304 959 7969 15 1 3 1 52 5 15 0 1 0 116243946 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17995/statm: 3400 797 370 3 0 500 0
[pid=18008] ppid=17995 vsize=5356 CPUtime=0
/proc/18008/stat : 18008 (sh) S 17995 17995 16972 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 116244027 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18008/statm: 1339 233 193 169 0 50 0
[pid=18009] ppid=18008 vsize=864724 CPUtime=2.24
/proc/18009/stat : 18009 (java) S 18008 17995 16972 0 -1 0 18856 0 1 0 216 8 0 0 18 0 9 0 116244027 885477376 17550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18009/statm: 216181 17550 2540 9 0 210756 0
[pid=18009/tid=18010] ppid=18008 vsize=864724 CPUtime=0.92
/proc/18009/task/18010/stat : 18010 (java) R 18008 17995 16972 0 -1 64 3217 0 1 0 91 1 0 0 20 0 9 0 116244028 885477376 17550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18011] ppid=18008 vsize=864724 CPUtime=1.25
/proc/18009/task/18011/stat : 18011 (java) R 18008 17995 16972 0 -1 64 14626 0 0 0 119 6 0 0 18 0 9 0 116244030 885477376 17550 996147200 134512640 134550740 4294955952 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18012] ppid=18008 vsize=864724 CPUtime=0
/proc/18009/task/18012/stat : 18012 (java) S 18008 17995 16972 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 116244030 885477376 17550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18013] ppid=18008 vsize=864724 CPUtime=0
/proc/18009/task/18013/stat : 18013 (java) S 18008 17995 16972 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 116244030 885477376 17550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18014] ppid=18008 vsize=864724 CPUtime=0
/proc/18009/task/18014/stat : 18014 (java) S 18008 17995 16972 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 116244032 885477376 17550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18015] ppid=18008 vsize=864724 CPUtime=0.05
/proc/18009/task/18015/stat : 18015 (java) S 18008 17995 16972 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 116244032 885477376 17550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18016] ppid=18008 vsize=864724 CPUtime=0
/proc/18009/task/18016/stat : 18016 (java) S 18008 17995 16972 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 116244032 885477376 17550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18017] ppid=18008 vsize=864724 CPUtime=0
/proc/18009/task/18017/stat : 18017 (java) S 18008 17995 16972 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 116244032 885477376 17550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 883680

[startup+6.30212 s]
/proc/loadavg: 2.21 2.09 1.94 3/84 18017
/proc/meminfo: memFree=1838704/2055920 swapFree=4181452/4192956
[pid=17995] ppid=17993 vsize=13600 CPUtime=0.61
/proc/17995/stat : 17995 (sugar) S 17993 17995 16972 0 -1 4194304 959 7969 15 1 3 1 52 5 15 0 1 0 116243946 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17995/statm: 3400 797 370 3 0 500 0
[pid=18008] ppid=17995 vsize=5356 CPUtime=0
/proc/18008/stat : 18008 (sh) S 17995 17995 16972 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 116244027 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18008/statm: 1339 233 193 169 0 50 0
[pid=18009] ppid=18008 vsize=864332 CPUtime=5.41
/proc/18009/stat : 18009 (java) S 18008 17995 16972 0 -1 0 18956 0 1 0 532 9 0 0 18 0 9 0 116244027 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18009/statm: 216083 17491 2564 9 0 210630 0
[pid=18009/tid=18010] ppid=18008 vsize=864332 CPUtime=3.86
/proc/18009/task/18010/stat : 18010 (java) R 18008 17995 16972 0 -1 64 3299 0 1 0 384 2 0 0 25 0 9 0 116244028 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4126555847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18011] ppid=18008 vsize=864332 CPUtime=1.46
/proc/18009/task/18011/stat : 18011 (java) S 18008 17995 16972 0 -1 64 14626 0 0 0 140 6 0 0 16 0 9 0 116244030 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18012] ppid=18008 vsize=864332 CPUtime=0
/proc/18009/task/18012/stat : 18012 (java) S 18008 17995 16972 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 116244030 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18013] ppid=18008 vsize=864332 CPUtime=0
/proc/18009/task/18013/stat : 18013 (java) S 18008 17995 16972 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 116244030 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18014] ppid=18008 vsize=864332 CPUtime=0
/proc/18009/task/18014/stat : 18014 (java) S 18008 17995 16972 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 116244032 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18015] ppid=18008 vsize=864332 CPUtime=0.08
/proc/18009/task/18015/stat : 18015 (java) S 18008 17995 16972 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 116244032 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18016] ppid=18008 vsize=864332 CPUtime=0
/proc/18009/task/18016/stat : 18016 (java) S 18008 17995 16972 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 116244032 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18017] ppid=18008 vsize=864332 CPUtime=0
/proc/18009/task/18017/stat : 18017 (java) S 18008 17995 16972 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 116244032 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 883288

[startup+12.7029 s]
/proc/loadavg: 2.18 2.08 1.94 3/84 18017
/proc/meminfo: memFree=1838512/2055920 swapFree=4181452/4192956
[pid=17995] ppid=17993 vsize=13600 CPUtime=0.61
/proc/17995/stat : 17995 (sugar) S 17993 17995 16972 0 -1 4194304 959 7969 15 1 3 1 52 5 15 0 1 0 116243946 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17995/statm: 3400 797 370 3 0 500 0
[pid=18008] ppid=17995 vsize=5356 CPUtime=0
/proc/18008/stat : 18008 (sh) S 17995 17995 16972 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 116244027 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18008/statm: 1339 233 193 169 0 50 0
[pid=18009] ppid=18008 vsize=864332 CPUtime=11.76
/proc/18009/stat : 18009 (java) S 18008 17995 16972 0 -1 0 18956 0 1 0 1167 9 0 0 18 0 9 0 116244027 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18009/statm: 216083 17491 2564 9 0 210630 0
[pid=18009/tid=18010] ppid=18008 vsize=864332 CPUtime=10.2
/proc/18009/task/18010/stat : 18010 (java) R 18008 17995 16972 0 -1 64 3299 0 1 0 1018 2 0 0 25 0 9 0 116244028 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4126559044 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18011] ppid=18008 vsize=864332 CPUtime=1.46
/proc/18009/task/18011/stat : 18011 (java) S 18008 17995 16972 0 -1 64 14626 0 0 0 140 6 0 0 16 0 9 0 116244030 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18012] ppid=18008 vsize=864332 CPUtime=0
/proc/18009/task/18012/stat : 18012 (java) S 18008 17995 16972 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 116244030 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18013] ppid=18008 vsize=864332 CPUtime=0
/proc/18009/task/18013/stat : 18013 (java) S 18008 17995 16972 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 116244030 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18014] ppid=18008 vsize=864332 CPUtime=0
/proc/18009/task/18014/stat : 18014 (java) S 18008 17995 16972 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 116244032 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18015] ppid=18008 vsize=864332 CPUtime=0.08
/proc/18009/task/18015/stat : 18015 (java) S 18008 17995 16972 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 116244032 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18016] ppid=18008 vsize=864332 CPUtime=0
/proc/18009/task/18016/stat : 18016 (java) S 18008 17995 16972 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 116244032 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18017] ppid=18008 vsize=864332 CPUtime=0
/proc/18009/task/18017/stat : 18017 (java) S 18008 17995 16972 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 116244032 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 883288

[startup+25.5024 s]
/proc/loadavg: 2.23 2.10 1.95 3/84 18017
/proc/meminfo: memFree=1838704/2055920 swapFree=4181452/4192956
[pid=17995] ppid=17993 vsize=13600 CPUtime=0.61
/proc/17995/stat : 17995 (sugar) S 17993 17995 16972 0 -1 4194304 959 7969 15 1 3 1 52 5 15 0 1 0 116243946 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17995/statm: 3400 797 370 3 0 500 0
[pid=18008] ppid=17995 vsize=5356 CPUtime=0
/proc/18008/stat : 18008 (sh) S 17995 17995 16972 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 116244027 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18008/statm: 1339 233 193 169 0 50 0
[pid=18009] ppid=18008 vsize=864332 CPUtime=24.43
/proc/18009/stat : 18009 (java) S 18008 17995 16972 0 -1 0 18963 0 1 0 2434 9 0 0 18 0 9 0 116244027 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18009/statm: 216083 17491 2564 9 0 210630 0
[pid=18009/tid=18010] ppid=18008 vsize=864332 CPUtime=22.84
/proc/18009/task/18010/stat : 18010 (java) R 18008 17995 16972 0 -1 64 3306 0 1 0 2282 2 0 0 25 0 9 0 116244028 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4126559056 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18011] ppid=18008 vsize=864332 CPUtime=1.49
/proc/18009/task/18011/stat : 18011 (java) S 18008 17995 16972 0 -1 64 14626 0 0 0 143 6 0 0 16 0 9 0 116244030 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18012] ppid=18008 vsize=864332 CPUtime=0
/proc/18009/task/18012/stat : 18012 (java) S 18008 17995 16972 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 116244030 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18009/tid=18013] ppid=18008 vsize=864332 CPUtime=0
/proc/18009/task/18013/stat : 18013 (java) S 18008 17995 16972 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 116244030 885075968 17491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 1536.37
Current children cumulated vsize (KiB) 116876

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/78 18442
/proc/meminfo: memFree=1712544/2055920 swapFree=4181452/4192956
[pid=17995] ppid=17993 vsize=13600 CPUtime=780.66
/proc/17995/stat : 17995 (sugar) S 17993 17995 16972 0 -1 4194304 1016 46066 15 2 4 1 78005 56 16 0 1 0 116243946 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17995/statm: 3400 798 370 3 0 500 0
[pid=18373] ppid=17995 vsize=5356 CPUtime=0
/proc/18373/stat : 18373 (sh) S 17995 17995 16972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116322244 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18373/statm: 1339 232 193 169 0 50 0
[pid=18374] ppid=18373 vsize=99484 CPUtime=815.68
/proc/18374/stat : 18374 (minisat) R 18373 17995 16972 0 -1 4194304 23323 0 0 0 81546 22 0 0 25 0 1 0 116322245 101871616 23309 996147200 134512640 135127466 4294956272 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 0 0 0
/proc/18374/statm: 24871 23309 75 150 0 24718 0
Current children cumulated CPU time (s) 1596.34
Current children cumulated vsize (KiB) 118440

[startup+1662.3 s]
/proc/loadavg: 2.04 2.04 2.02 3/78 18442
/proc/meminfo: memFree=1709344/2055920 swapFree=4181452/4192956
[pid=17995] ppid=17993 vsize=13600 CPUtime=780.66
/proc/17995/stat : 17995 (sugar) S 17993 17995 16972 0 -1 4194304 1016 46066 15 2 4 1 78005 56 16 0 1 0 116243946 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17995/statm: 3400 798 370 3 0 500 0
[pid=18373] ppid=17995 vsize=5356 CPUtime=0
/proc/18373/stat : 18373 (sh) S 17995 17995 16972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116322244 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18373/statm: 1339 232 193 169 0 50 0
[pid=18374] ppid=18373 vsize=101252 CPUtime=875.65
/proc/18374/stat : 18374 (minisat) R 18373 17995 16972 0 -1 4194304 23789 0 0 0 87542 23 0 0 25 0 1 0 116322245 103682048 23775 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18374/statm: 25313 23775 75 150 0 25160 0
Current children cumulated CPU time (s) 1656.31
Current children cumulated vsize (KiB) 120208

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

[startup+1664 s]
/proc/loadavg: 2.04 2.04 2.02 3/78 18442
/proc/meminfo: memFree=1709344/2055920 swapFree=4181452/4192956
[pid=17995] ppid=17993 vsize=13600 CPUtime=780.66
/proc/17995/stat : 17995 (sugar) S 17993 17995 16972 0 -1 4194304 1016 46066 15 2 4 1 78005 56 16 0 1 0 116243946 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17995/statm: 3400 798 370 3 0 500 0
[pid=18373] ppid=17995 vsize=5356 CPUtime=0
/proc/18373/stat : 18373 (sh) S 17995 17995 16972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116322244 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18373/statm: 1339 232 193 169 0 50 0
[pid=18374] ppid=18373 vsize=101252 CPUtime=877.35
/proc/18374/stat : 18374 (minisat) R 18373 17995 16972 0 -1 4194304 23791 0 0 0 87712 23 0 0 25 0 1 0 116322245 103682048 23777 996147200 134512640 135127466 4294956272 18446744073709551615 134530668 0 0 4096 3 0 0 0 17 0 0 0
/proc/18374/statm: 25313 23777 75 150 0 25160 0
Current children cumulated CPU time (s) 1658.01
Current children cumulated vsize (KiB) 120208

[startup+1676.8 s]
/proc/loadavg: 2.03 2.03 2.02 3/78 18442
/proc/meminfo: memFree=1708832/2055920 swapFree=4181452/4192956
[pid=17995] ppid=17993 vsize=13600 CPUtime=780.66
/proc/17995/stat : 17995 (sugar) S 17993 17995 16972 0 -1 4194304 1016 46066 15 2 4 1 78005 56 16 0 1 0 116243946 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17995/statm: 3400 798 370 3 0 500 0
[pid=18373] ppid=17995 vsize=5356 CPUtime=0
/proc/18373/stat : 18373 (sh) S 17995 17995 16972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116322244 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18373/statm: 1339 232 193 169 0 50 0
[pid=18374] ppid=18373 vsize=101516 CPUtime=890.15
/proc/18374/stat : 18374 (minisat) R 18373 17995 16972 0 -1 4194304 23853 0 0 0 88992 23 0 0 25 0 1 0 116322245 103952384 23839 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/18374/statm: 25379 23839 75 150 0 25226 0
Current children cumulated CPU time (s) 1670.81
Current children cumulated vsize (KiB) 120472

[startup+1683.2 s]
/proc/loadavg: 2.02 2.03 2.02 3/78 18442
/proc/meminfo: memFree=1708640/2055920 swapFree=4181452/4192956
[pid=17995] ppid=17993 vsize=13600 CPUtime=780.66
/proc/17995/stat : 17995 (sugar) S 17993 17995 16972 0 -1 4194304 1016 46066 15 2 4 1 78005 56 16 0 1 0 116243946 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17995/statm: 3400 798 370 3 0 500 0
[pid=18373] ppid=17995 vsize=5356 CPUtime=0
/proc/18373/stat : 18373 (sh) S 17995 17995 16972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116322244 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18373/statm: 1339 232 193 169 0 50 0
[pid=18374] ppid=18373 vsize=101516 CPUtime=896.55
/proc/18374/stat : 18374 (minisat) R 18373 17995 16972 0 -1 4194304 23894 0 0 0 89632 23 0 0 25 0 1 0 116322245 103952384 23880 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18374/statm: 25379 23880 75 150 0 25226 0
Current children cumulated CPU time (s) 1677.21
Current children cumulated vsize (KiB) 120472

[startup+1689.6 s]
/proc/loadavg: 2.02 2.03 2.01 3/78 18442
/proc/meminfo: memFree=1708256/2055920 swapFree=4181452/4192956
[pid=17995] ppid=17993 vsize=13600 CPUtime=780.66
/proc/17995/stat : 17995 (sugar) S 17993 17995 16972 0 -1 4194304 1016 46066 15 2 4 1 78005 56 16 0 1 0 116243946 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17995/statm: 3400 798 370 3 0 500 0
[pid=18373] ppid=17995 vsize=5356 CPUtime=0
/proc/18373/stat : 18373 (sh) S 17995 17995 16972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116322244 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18373/statm: 1339 232 193 169 0 50 0
[pid=18374] ppid=18373 vsize=102136 CPUtime=902.95
/proc/18374/stat : 18374 (minisat) R 18373 17995 16972 0 -1 4194304 23974 0 0 0 90272 23 0 0 25 0 1 0 116322245 104587264 23960 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18374/statm: 25534 23960 75 150 0 25381 0
Current children cumulated CPU time (s) 1683.61
Current children cumulated vsize (KiB) 121092

[startup+1691.2 s]
/proc/loadavg: 2.02 2.03 2.01 3/78 18442
/proc/meminfo: memFree=1708000/2055920 swapFree=4181452/4192956
[pid=17995] ppid=17993 vsize=13600 CPUtime=780.66
/proc/17995/stat : 17995 (sugar) S 17993 17995 16972 0 -1 4194304 1016 46066 15 2 4 1 78005 56 16 0 1 0 116243946 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17995/statm: 3400 798 370 3 0 500 0
[pid=18373] ppid=17995 vsize=5356 CPUtime=0
/proc/18373/stat : 18373 (sh) S 17995 17995 16972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116322244 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18373/statm: 1339 232 193 169 0 50 0
[pid=18374] ppid=18373 vsize=102136 CPUtime=904.54
/proc/18374/stat : 18374 (minisat) R 18373 17995 16972 0 -1 4194304 23976 0 0 0 90431 23 0 0 25 0 1 0 116322245 104587264 23962 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18374/statm: 25534 23962 75 150 0 25381 0
Current children cumulated CPU time (s) 1685.2
Current children cumulated vsize (KiB) 121092

[startup+1692.8 s]
/proc/loadavg: 2.02 2.03 2.01 3/78 18442
/proc/meminfo: memFree=1707680/2055920 swapFree=4181452/4192956
[pid=17995] ppid=17993 vsize=13600 CPUtime=780.66
/proc/17995/stat : 17995 (sugar) S 17993 17995 16972 0 -1 4194304 1016 46066 15 2 4 1 78005 56 16 0 1 0 116243946 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17995/statm: 3400 798 370 3 0 500 0
[pid=18373] ppid=17995 vsize=5356 CPUtime=0
/proc/18373/stat : 18373 (sh) S 17995 17995 16972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116322244 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18373/statm: 1339 232 193 169 0 50 0
[pid=18374] ppid=18373 vsize=102136 CPUtime=906.14
/proc/18374/stat : 18374 (minisat) R 18373 17995 16972 0 -1 4194304 23977 0 0 0 90591 23 0 0 25 0 1 0 116322245 104587264 23963 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18374/statm: 25534 23963 75 150 0 25381 0
Current children cumulated CPU time (s) 1686.8
Current children cumulated vsize (KiB) 121092

[startup+1693.6 s]
/proc/loadavg: 2.02 2.03 2.01 3/78 18442
/proc/meminfo: memFree=1707360/2055920 swapFree=4181452/4192956
[pid=17995] ppid=17993 vsize=13600 CPUtime=780.66
/proc/17995/stat : 17995 (sugar) S 17993 17995 16972 0 -1 4194304 1016 46066 15 2 4 1 78005 56 16 0 1 0 116243946 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17995/statm: 3400 798 370 3 0 500 0
[pid=18373] ppid=17995 vsize=5356 CPUtime=0
/proc/18373/stat : 18373 (sh) S 17995 17995 16972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 116322244 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18373/statm: 1339 232 193 169 0 50 0
[pid=18374] ppid=18373 vsize=102136 CPUtime=906.94
/proc/18374/stat : 18374 (minisat) R 18373 17995 16972 0 -1 4194304 23977 0 0 0 90671 23 0 0 25 0 1 0 116322245 104587264 23963 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18374/statm: 25534 23963 75 150 0 25381 0
Current children cumulated CPU time (s) 1687.6
Current children cumulated vsize (KiB) 121092

[startup+1694 s]
/proc/loadavg: 2.02 2.03 2.01 3/86 18452
/proc/meminfo: memFree=1798560/2055920 swapFree=4181452/4192956
[pid=17995] ppid=17993 vsize=13600 CPUtime=1687.92
/proc/17995/stat : 17995 (sugar) S 17993 17995 16972 0 -1 4194304 1074 70337 15 2 4 1 168706 81 16 0 1 0 116243946 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17995/statm: 3400 798 370 3 0 500 0
[pid=18443] ppid=17995 vsize=5356 CPUtime=0
/proc/18443/stat : 18443 (sh) S 17995 17995 16972 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 116413338 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18443/statm: 1339 233 193 169 0 50 0
[pid=18444] ppid=18443 vsize=863724 CPUtime=0.06
/proc/18444/stat : 18444 (java) S 18443 17995 16972 0 -1 0 3150 0 1 0 5 1 0 0 19 0 9 0 116413338 884453376 2637 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18444/statm: 215931 2637 1610 9 0 210513 0
[pid=18444/tid=18445] ppid=18443 vsize=863724 CPUtime=0.04
/proc/18444/task/18445/stat : 18445 (java) R 18443 17995 16972 0 -1 64 2240 0 1 0 4 0 0 0 25 0 9 0 116413339 884453376 2637 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18444/tid=18446] ppid=18443 vsize=863724 CPUtime=0
/proc/18444/task/18446/stat : 18446 (java) S 18443 17995 16972 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 116413341 884453376 2637 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18444/tid=18447] ppid=18443 vsize=863724 CPUtime=0
/proc/18444/task/18447/stat : 18447 (java) S 18443 17995 16972 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 116413341 884453376 2637 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18444/tid=18448] ppid=18443 vsize=863724 CPUtime=0
/proc/18444/task/18448/stat : 18448 (java) S 18443 17995 16972 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 116413341 884453376 2637 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18444/tid=18449] ppid=18443 vsize=863724 CPUtime=0
/proc/18444/task/18449/stat : 18449 (java) S 18443 17995 16972 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 116413343 884453376 2638 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18444/tid=18450] ppid=18443 vsize=863724 CPUtime=0
/proc/18444/task/18450/stat : 18450 (java) S 18443 17995 16972 0 -1 64 215 0 0 0 0 0 0 0 23 0 9 0 116413343 884453376 2638 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18444/tid=18451] ppid=18443 vsize=863724 CPUtime=0
/proc/18444/task/18451/stat : 18451 (java) S 18443 17995 16972 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 116413343 884453376 2638 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18444/tid=18452] ppid=18443 vsize=863724 CPUtime=0
/proc/18444/task/18452/stat : 18452 (java) S 18443 17995 16972 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 116413343 884453376 2638 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1687.98
Current children cumulated vsize (KiB) 882680

Child status: 0
Real time (s): 1694.05
CPU time (s): 1688.06
CPU user time (s): 1687.19
CPU system time (s): 0.875866
CPU usage (%): 99.6467
Max. virtual memory (cumulated for all children) (KiB): 890204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1687.19
system time used= 0.875866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75086
page faults= 18
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21071
involuntary context switches= 38409

runsolver used 2.13967 second user time and 6.04808 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-03 01:45:29
IDJOB=1048182
IDBENCH=54351
IDSOLVER=346
FILE ID=node73/1048182-1215042329
PBS_JOBID= 7875032
Free space on /tmp= 66532 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fa3fd3e463227823f5510a53e7f059f4
RANDOM SEED=1506431879

node73.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.230
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.230
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:       1904552 kB
Buffers:          6204 kB
Cached:          68328 kB
SwapCached:       5300 kB
Active:          65016 kB
Inactive:        25492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1904552 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:            2360 kB
Writeback:           0 kB
Mapped:          23764 kB
Slab:            46100 kB
Committed_AS:   348320 kB
PageTables:       1780 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= 66532 MiB
End job on node73 at 2008-07-03 02:13:43