Trace number 2090893

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 1403.89 1405.97

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-60_ext.xml
MD5SUM307ccf6f7e17f01d1d7cca643ee25957
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.81312
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 11:39:18 2009
0.00/0.08	c 0	PID 26795
0.07/0.08	c 0	HOST node39.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2090893-1247391557.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2090893-1247391557.xml' 'HOME/temp.csp'
1.16/1.22	c 1	1 domains, 40 variables, 0 predicates, 84 relations, 84 constraints
1.16/1.24	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.16/1.24	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.20/1.32	c 1	Parsing HOME/temp.csp
2.73/2.89	c 2	parsed 209 expressions
2.82/2.90	c 2	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.82/2.90	c 2	Converting to clausal form CSP
2.82/2.92	c 2	converted 21 (10%) expressions
2.82/2.92	c 3	converted 42 (20%) expressions
2.82/2.95	c 3	converted 63 (30%) expressions
2.82/2.95	c 3	converted 84 (40%) expressions
2.82/2.97	c 3	converted 105 (50%) expressions
3.12/3.21	c 3	converted 126 (60%) expressions
3.22/3.39	c 3	converted 147 (70%) expressions
3.41/3.56	c 3	converted 168 (80%) expressions
3.62/3.70	c 3	converted 189 (90%) expressions
3.72/3.87	c 3	converted 209 (100%) expressions
3.72/3.87	c 3	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.72/3.87	c 3	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.72/3.87	c 3	Propagation in CSP
3.72/3.87	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.72/3.87	c 3	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.72/3.87	c 3	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.72/3.87	c 3	Simplifing CSP by introducing new Boolean variables
3.72/3.87	c 3	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.72/3.87	c 3	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.91/4.04	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.91/4.06	c 4	4 (10%) CSP integer variables are encoded (712 clauses, 7682 bytes)
3.91/4.07	c 4	8 (20%) CSP integer variables are encoded (1424 clauses, 16375 bytes)
3.91/4.07	c 4	12 (30%) CSP integer variables are encoded (2136 clauses, 25631 bytes)
3.91/4.07	c 4	16 (40%) CSP integer variables are encoded (2848 clauses, 34887 bytes)
3.91/4.07	c 4	20 (50%) CSP integer variables are encoded (3560 clauses, 44143 bytes)
3.91/4.07	c 4	24 (60%) CSP integer variables are encoded (4272 clauses, 53399 bytes)
3.91/4.07	c 4	28 (70%) CSP integer variables are encoded (4984 clauses, 62655 bytes)
3.91/4.07	c 4	32 (80%) CSP integer variables are encoded (5696 clauses, 71911 bytes)
3.91/4.08	c 4	36 (90%) CSP integer variables are encoded (6408 clauses, 81167 bytes)
3.91/4.08	c 4	40 (100%) CSP integer variables are encoded (7120 clauses, 90423 bytes)
4.31/4.42	c 4	9 (10%) CSP clauses are encoded (34403 clauses, 649736 bytes)
4.50/4.67	c 4	17 (20%) CSP clauses are encoded (58512 clauses, 1165131 bytes)
4.80/4.95	c 5	26 (30%) CSP clauses are encoded (86098 clauses, 1798988 bytes)
5.10/5.20	c 5	34 (40%) CSP clauses are encoded (110295 clauses, 2364273 bytes)
5.30/5.46	c 5	42 (50%) CSP clauses are encoded (134517 clauses, 2930173 bytes)
5.59/5.75	c 5	51 (60%) CSP clauses are encoded (161703 clauses, 3565084 bytes)
5.79/6.00	c 6	59 (70%) CSP clauses are encoded (185921 clauses, 4130857 bytes)
6.09/6.28	c 6	68 (80%) CSP clauses are encoded (213203 clauses, 4768591 bytes)
6.38/6.54	c 6	76 (90%) CSP clauses are encoded (237507 clauses, 5336482 bytes)
6.58/6.79	c 6	84 (100%) CSP clauses are encoded (261650 clauses, 5900470 bytes)
6.58/6.79	c 6	84 CSP clauses encoded
6.58/6.79	c 6	Writing map file : HOME/temp.map
6.58/6.79	c 6	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.58/6.79	c 6	SAT : 7160 SAT variables, 261650 SAT clauses, 5900470 bytes
6.58/6.79	c 6	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.67/6.83	c 6	SOLVING HOME/temp.cnf
6.67/6.83	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.67/6.83	c 6	This is MiniSat 2.0 beta
6.67/6.83	c 6	WARNING: for repeatability, setting FPU to use double precision
6.67/6.83	c 6	============================[ Problem Statistics ]=============================
6.67/6.83	c 6	|                                                                             |
6.67/6.84	c 6	|  Number of variables:  7160                                                 |
6.67/6.84	c 6	|  Number of clauses:    261650                                               |
6.69/6.99	c 7	|  Parsing time:         0.13         s                                       |
6.69/7.00	c 7	============================[ Search Statistics ]==============================
6.69/7.00	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.69/7.00	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.69/7.00	c 7	===============================================================================
6.69/7.00	c 7	|         0 |    7160   261650  1002891 |    87216        0    nan |  0.000 % |
6.69/7.09	c 7	|       100 |    7160   261650  1002891 |    95938      100     26 |  0.000 % |
6.69/7.16	c 7	|       250 |    7160   261650  1002891 |   105532      250     16 |  0.000 % |
6.69/7.28	c 7	|       476 |    7160   261650  1002891 |   116085      476     12 |  0.000 % |
7.43/7.61	c 7	|       813 |    7160   261650  1002891 |   127693      813     13 |  0.000 % |
7.73/7.90	c 7	|      1319 |    7160   261650  1002891 |   140463     1319     12 |  0.000 % |
8.23/8.49	c 8	|      2080 |    7160   261650  1002891 |   154509     2080     11 |  0.000 % |
8.92/9.18	c 9	|      3220 |    7160   261650  1002891 |   169960     3220     12 |  0.000 % |
10.31/10.51	c 10	|      4930 |    7160   261650  1002891 |   186956     4930     13 |  0.000 % |
11.89/12.15	c 12	|      7493 |    7160   261650  1002891 |   205652     7493     14 |  0.000 % |
14.07/14.35	c 14	|     11339 |    7160   261650  1002891 |   226217    11338     13 |  0.014 % |
17.83/18.17	c 18	|     17105 |    7159   261556  1002613 |   248839    13413     12 |  0.014 % |
23.59/23.95	c 24	|     25754 |    7159   261556  1002613 |   273723    22062     13 |  0.014 % |
34.08/34.58	c 34	|     38728 |    7159   261556  1002613 |   301095    35036     15 |  0.014 % |
53.31/53.92	c 53	|     58189 |    7159   261556  1002613 |   331205    54497     16 |  0.014 % |
82.42/83.31	c 83	|     87381 |    7153   261179  1001404 |   364325    56112     15 |  0.098 % |
138.29/139.71	c 139	|    131170 |    7148   260896  1000460 |   400758    95835     17 |  0.168 % |
240.07/241.79	c 241	|    196855 |    7148   260896  1000460 |   440834   161520     19 |  0.168 % |
392.01/393.71	c 393	|    295382 |    7136   260262   998260 |   484917   237288     19 |  0.335 % |
714.19/716.01	c 716	|    443172 |    7136   259783   996460 |   533409   370196     20 |  0.335 % |
1312.77/1314.89	c 1314	|    664855 |    7061   252339   967694 |   586750   386910     20 |  1.383 % |
1403.64/1405.78	c 1405	===============================================================================
1403.64/1405.78	c 1405	restarts              : 21
1403.64/1405.78	c 1405	conflicts             : 702146         (503 /sec)
1403.64/1405.78	c 1405	decisions             : 986969         (1.72 % random) (707 /sec)
1403.64/1405.78	c 1405	propagations          : 227271031      (162708 /sec)
1403.64/1405.78	c 1405	conflict literals     : 14545694       (53.07 % deleted)
1403.64/1405.78	c 1405	Memory used           : 61.83 MB
1403.64/1405.78	c 1405	CPU time              : 1396.81 s
1403.64/1405.78	c 1405	
1403.64/1405.78	c 1405	UNSATISFIABLE
1403.64/1405.80	c 1405	DECODING HOME/temp.out WITH HOME/temp.map
1403.64/1405.80	c 1405	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1403.75/1405.88	c 1405	Decoding HOME/temp.out
1403.75/1405.89	s UNSATISFIABLE
1403.75/1405.91	c 1405	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1403.75/1405.96	c 1406	CPU 1403.85 (0.06 0.01 1403.27 0.51)
1403.75/1405.96	c 1406	END Sun Jul 12 12:02:44 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 26795
/proc/meminfo: memFree=1859736/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=18576 CPUtime=0
/proc/26795/stat : 26795 (runsolver) R 26793 26795 24947 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 26219794 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 272836914471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26795/statm: 4644 284 249 26 0 2626 0

[startup+0.0824661 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 26795
/proc/meminfo: memFree=1859736/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16740 CPUtime=0.07
/proc/26795/stat : 26795 (sugar) R 26793 26795 24947 0 -1 4194304 1140 0 0 0 6 1 0 0 18 0 1 0 26219794 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 272836913823 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26795/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102387 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 26795
/proc/meminfo: memFree=1859736/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16868 CPUtime=0.07
/proc/26795/stat : 26795 (sugar) S 26793 26795 24947 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26219794 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26795/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301398 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 26795
/proc/meminfo: memFree=1859736/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16868 CPUtime=0.07
/proc/26795/stat : 26795 (sugar) S 26793 26795 24947 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26219794 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26795/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701426 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 26795
/proc/meminfo: memFree=1859736/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16868 CPUtime=0.07
/proc/26795/stat : 26795 (sugar) S 26793 26795 24947 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26219794 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26795/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50248 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 26807
/proc/meminfo: memFree=1840704/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16868 CPUtime=1.2
/proc/26795/stat : 26795 (sugar) S 26793 26795 24947 0 -1 4194304 1309 7988 0 1 6 1 106 7 15 0 1 0 26219794 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26795/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 16868

[startup+3.1016 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 26817
/proc/meminfo: memFree=1833856/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16868 CPUtime=1.2
/proc/26795/stat : 26795 (sugar) S 26793 26795 24947 0 -1 4194304 1309 7988 0 1 6 1 106 7 16 0 1 0 26219794 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26795/statm: 4217 1111 409 3 0 796 0
[pid=26808] ppid=26795 vsize=5356 CPUtime=0
/proc/26808/stat : 26808 (sh) S 26795 26795 24947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26219919 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26808/statm: 1339 233 193 169 0 50 0
[pid=26809] ppid=26808 vsize=864376 CPUtime=1.82
/proc/26809/stat : 26809 (java) S 26808 26795 24947 0 -1 0 14293 0 1 0 175 7 0 0 18 0 9 0 26219919 885121024 13541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26809/statm: 216094 13541 2567 9 0 210599 0
[pid=26809/tid=26810] ppid=26808 vsize=864376 CPUtime=1.03
/proc/26809/task/26810/stat : 26810 (java) R 26808 26795 24947 0 -1 64 2893 0 1 0 101 2 0 0 25 0 9 0 26219920 885121024 13541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26809/tid=26811] ppid=26808 vsize=864376 CPUtime=0.73
/proc/26809/task/26811/stat : 26811 (java) R 26808 26795 24947 0 -1 64 10388 0 0 0 69 4 0 0 17 0 9 0 26219921 885121024 13541 996147200 134512640 134550932 4294955936 18446744073709551615 104188640 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26809/tid=26812] ppid=26808 vsize=864376 CPUtime=0
/proc/26809/task/26812/stat : 26812 (java) S 26808 26795 24947 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 26219921 885121024 13541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26809/tid=26813] ppid=26808 vsize=864376 CPUtime=0
/proc/26809/task/26813/stat : 26813 (java) S 26808 26795 24947 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26219921 885121024 13541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26809/tid=26814] ppid=26808 vsize=864376 CPUtime=0
/proc/26809/task/26814/stat : 26814 (java) S 26808 26795 24947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26219924 885121024 13541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26809/tid=26815] ppid=26808 vsize=864376 CPUtime=0.03
/proc/26809/task/26815/stat : 26815 (java) S 26808 26795 24947 0 -1 64 309 0 0 0 3 0 0 0 16 0 9 0 26219924 885121024 13541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26809/tid=26816] ppid=26808 vsize=864376 CPUtime=0
/proc/26809/task/26816/stat : 26816 (java) S 26808 26795 24947 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26219924 885121024 13541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26809/tid=26817] ppid=26808 vsize=864376 CPUtime=0
/proc/26809/task/26817/stat : 26817 (java) S 26808 26795 24947 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26219924 885121024 13541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886600

[startup+6.3028 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 26817
/proc/meminfo: memFree=1783040/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16868 CPUtime=1.2
/proc/26795/stat : 26795 (sugar) S 26793 26795 24947 0 -1 4194304 1310 7988 0 1 6 1 106 7 15 0 1 0 26219794 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26795/statm: 4217 1111 409 3 0 796 0
[pid=26808] ppid=26795 vsize=5356 CPUtime=0
/proc/26808/stat : 26808 (sh) S 26795 26795 24947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26219919 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26808/statm: 1339 233 193 169 0 50 0
[pid=26809] ppid=26808 vsize=864488 CPUtime=4.99
/proc/26809/stat : 26809 (java) S 26808 26795 24947 0 -1 0 20368 0 1 0 485 14 0 0 18 0 9 0 26219919 885235712 19509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26809/statm: 216122 19509 2590 9 0 210599 0
[pid=26809/tid=26810] ppid=26808 vsize=864488 CPUtime=3.48
/proc/26809/task/26810/stat : 26810 (java) R 26808 26795 24947 0 -1 64 3358 0 1 0 343 5 0 0 25 0 9 0 26219920 885235712 19509 996147200 134512640 134550932 4294955936 18446744073709551615 102094172 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26809/tid=26811] ppid=26808 vsize=864488 CPUtime=1.39
/proc/26809/task/26811/stat : 26811 (java) S 26808 26795 24947 0 -1 64 15972 0 0 0 132 7 0 0 16 0 9 0 26219921 885235712 19509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26809/tid=26812] ppid=26808 vsize=864488 CPUtime=0
/proc/26809/task/26812/stat : 26812 (java) S 26808 26795 24947 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 26219921 885235712 19509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26809/tid=26813] ppid=26808 vsize=864488 CPUtime=0
/proc/26809/task/26813/stat : 26813 (java) S 26808 26795 24947 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 26219921 885235712 19509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26809/tid=26814] ppid=26808 vsize=864488 CPUtime=0
/proc/26809/task/26814/stat : 26814 (java) S 26808 26795 24947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26219924 885235712 19509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26809/tid=26815] ppid=26808 vsize=864488 CPUtime=0.08
/proc/26809/task/26815/stat : 26815 (java) S 26808 26795 24947 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 26219924 885235712 19509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26809/tid=26816] ppid=26808 vsize=864488 CPUtime=0
/proc/26809/task/26816/stat : 26816 (java) S 26808 26795 24947 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26219924 885235712 19509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26809/tid=26817] ppid=26808 vsize=864488 CPUtime=0
/proc/26809/task/26817/stat : 26817 (java) S 26808 26795 24947 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26219924 885235712 19509 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886712

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26819
/proc/meminfo: memFree=1832512/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16868 CPUtime=6.69
/proc/26795/stat : 26795 (sugar) S 26793 26795 24947 0 -1 4194304 1376 28675 0 2 6 1 638 24 16 0 1 0 26219794 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26795/statm: 4217 1113 409 3 0 796 0
[pid=26818] ppid=26795 vsize=5356 CPUtime=0
/proc/26818/stat : 26818 (sh) S 26795 26795 24947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26220478 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26818/statm: 1339 232 193 169 0 50 0
[pid=26819] ppid=26818 vsize=16420 CPUtime=5.8
/proc/26819/stat : 26819 (minisat) R 26818 26795 24947 0 -1 4194304 3957 0 0 0 577 3 0 0 25 0 1 0 26220478 16814080 3943 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/26819/statm: 4105 3943 75 150 0 3952 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 38644

[startup+25.5021 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26819
/proc/meminfo: memFree=1831168/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16868 CPUtime=6.69
/proc/26795/stat : 26795 (sugar) S 26793 26795 24947 0 -1 4194304 1376 28675 0 2 6 1 638 24 16 0 1 0 26219794 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26795/statm: 4217 1113 409 3 0 796 0
[pid=26818] ppid=26795 vsize=5356 CPUtime=0
/proc/26818/stat : 26818 (sh) S 26795 26795 24947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26220478 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26818/statm: 1339 232 193 169 0 50 0
[pid=26819] ppid=26818 vsize=17812 CPUtime=18.48
/proc/26819/stat : 26819 (minisat) R 26818 26795 24947 0 -1 4194304 4316 0 0 0 1844 4 0 0 25 0 1 0 26220478 18239488 4302 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26819/statm: 4453 4302 75 150 0 4300 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 40036

[startup+51.1028 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26819
/proc/meminfo: memFree=1828288/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16868 CPUtime=6.69
/proc/26795/stat : 26795 (sugar) S 26793 26795 24947 0 -1 4194304 1376 28675 0 2 6 1 638 24 16 0 1 0 26219794 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26795/statm: 4217 1113 409 3 0 796 0
[pid=26818] ppid=26795 vsize=5356 CPUtime=0
/proc/26818/stat : 26818 (sh) S 26795 26795 24947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26220478 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26818/statm: 1339 232 193 169 0 50 0
[pid=26819] ppid=26818 vsize=20712 CPUtime=43.83
/proc/26819/stat : 26819 (minisat) R 26818 26795 24947 0 -1 4194304 5021 0 0 0 4379 4 0 0 25 0 1 0 26220478 21209088 5007 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26819/statm: 5178 5007 75 150 0 5025 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 42936

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 26819
/proc/meminfo: memFree=1826112/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16868 CPUtime=6.69
/proc/26795/stat : 26795 (sugar) S 26793 26795 24947 0 -1 4194304 1376 28675 0 2 6 1 638 24 16 0 1 0 26219794 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26795/statm: 4217 1113 409 3 0 796 0
[pid=26818] ppid=26795 vsize=5356 CPUtime=0
/proc/26818/stat : 26818 (sh) S 26795 26795 24947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26220478 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26818/statm: 1339 232 193 169 0 50 0
[pid=26819] ppid=26818 vsize=22812 CPUtime=94.55
/proc/26819/stat : 26819 (minisat) R 26818 26795 24947 0 -1 4194304 5542 0 0 0 9450 5 0 0 25 0 1 0 26220478 23359488 5528 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26819/statm: 5703 5528 75 150 0 5550 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 45036

[startup+162.302 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 26860
/proc/meminfo: memFree=1814272/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16868 CPUtime=6.69
/proc/26795/stat : 26795 (sugar) S 26793 26795 24947 0 -1 4194304 1376 28675 0 2 6 1 638 24 16 0 1 0 26219794 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26795/statm: 4217 1113 409 3 0 796 0
[pid=26818] ppid=26795 vsize=5356 CPUtime=0
/proc/26818/stat : 26818 (sh) S 26795 26795 24947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26220478 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26818/statm: 1339 232 193 169 0 50 0
[pid=26819] ppid=26818 vsize=27744 CPUtime=154.01
/proc/26819/stat : 26819 (minisat) R 26818 26795 24947 0 -1 4194304 6769 0 0 0 15394 7 0 0 25 0 1 0 26220478 28409856 6755 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26819/statm: 6936 6755 75 150 0 6783 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 49968

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

/proc/26795/statm: 4217 1113 409 3 0 796 0
[pid=26818] ppid=26795 vsize=5356 CPUtime=0
/proc/26818/stat : 26818 (sh) S 26795 26795 24947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26220478 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26818/statm: 1339 232 193 169 0 50 0
[pid=26819] ppid=26818 vsize=62368 CPUtime=1113.66
/proc/26819/stat : 26819 (minisat) R 26818 26795 24947 0 -1 4194304 15402 0 0 0 111343 23 0 0 25 0 1 0 26220478 63864832 15388 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26819/statm: 15592 15388 75 150 0 15439 0
Current children cumulated CPU time (s) 1120.35
Current children cumulated vsize (KiB) 84592

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27036
/proc/meminfo: memFree=1772864/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16868 CPUtime=6.69
/proc/26795/stat : 26795 (sugar) S 26793 26795 24947 0 -1 4194304 1376 28675 0 2 6 1 638 24 16 0 1 0 26219794 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26795/statm: 4217 1113 409 3 0 796 0
[pid=26818] ppid=26795 vsize=5356 CPUtime=0
/proc/26818/stat : 26818 (sh) S 26795 26795 24947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26220478 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26818/statm: 1339 232 193 169 0 50 0
[pid=26819] ppid=26818 vsize=62772 CPUtime=1173.63
/proc/26819/stat : 26819 (minisat) R 26818 26795 24947 0 -1 4194304 15496 0 0 0 117340 23 0 0 25 0 1 0 26220478 64278528 15482 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/26819/statm: 15693 15482 75 150 0 15540 0
Current children cumulated CPU time (s) 1180.32
Current children cumulated vsize (KiB) 84996

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27036
/proc/meminfo: memFree=1771904/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16868 CPUtime=6.69
/proc/26795/stat : 26795 (sugar) S 26793 26795 24947 0 -1 4194304 1376 28675 0 2 6 1 638 24 16 0 1 0 26219794 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26795/statm: 4217 1113 409 3 0 796 0
[pid=26818] ppid=26795 vsize=5356 CPUtime=0
/proc/26818/stat : 26818 (sh) S 26795 26795 24947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26220478 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26818/statm: 1339 232 193 169 0 50 0
[pid=26819] ppid=26818 vsize=63048 CPUtime=1233.61
/proc/26819/stat : 26819 (minisat) R 26818 26795 24947 0 -1 4194304 15553 0 0 0 123338 23 0 0 25 0 1 0 26220478 64561152 15539 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26819/statm: 15762 15539 75 150 0 15609 0
Current children cumulated CPU time (s) 1240.3
Current children cumulated vsize (KiB) 85272

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27036
/proc/meminfo: memFree=1770304/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16868 CPUtime=6.69
/proc/26795/stat : 26795 (sugar) S 26793 26795 24947 0 -1 4194304 1376 28675 0 2 6 1 638 24 16 0 1 0 26219794 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26795/statm: 4217 1113 409 3 0 796 0
[pid=26818] ppid=26795 vsize=5356 CPUtime=0
/proc/26818/stat : 26818 (sh) S 26795 26795 24947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26220478 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26818/statm: 1339 232 193 169 0 50 0
[pid=26819] ppid=26818 vsize=63312 CPUtime=1293.59
/proc/26819/stat : 26819 (minisat) R 26818 26795 24947 0 -1 4194304 15609 0 0 0 129336 23 0 0 25 0 1 0 26220478 64831488 15595 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26819/statm: 15828 15595 75 150 0 15675 0
Current children cumulated CPU time (s) 1300.28
Current children cumulated vsize (KiB) 85536

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27042
/proc/meminfo: memFree=1769856/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16868 CPUtime=6.69
/proc/26795/stat : 26795 (sugar) S 26793 26795 24947 0 -1 4194304 1376 28675 0 2 6 1 638 24 16 0 1 0 26219794 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26795/statm: 4217 1113 409 3 0 796 0
[pid=26818] ppid=26795 vsize=5356 CPUtime=0
/proc/26818/stat : 26818 (sh) S 26795 26795 24947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26220478 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26818/statm: 1339 232 193 169 0 50 0
[pid=26819] ppid=26818 vsize=63312 CPUtime=1353.56
/proc/26819/stat : 26819 (minisat) R 26818 26795 24947 0 -1 4194304 15617 0 0 0 135333 23 0 0 25 0 1 0 26220478 64831488 15603 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/26819/statm: 15828 15603 75 150 0 15675 0
Current children cumulated CPU time (s) 1360.25
Current children cumulated vsize (KiB) 85536

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

[startup+1382.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27042
/proc/meminfo: memFree=1769536/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16868 CPUtime=6.69
/proc/26795/stat : 26795 (sugar) S 26793 26795 24947 0 -1 4194304 1376 28675 0 2 6 1 638 24 16 0 1 0 26219794 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26795/statm: 4217 1113 409 3 0 796 0
[pid=26818] ppid=26795 vsize=5356 CPUtime=0
/proc/26818/stat : 26818 (sh) S 26795 26795 24947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26220478 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26818/statm: 1339 232 193 169 0 50 0
[pid=26819] ppid=26818 vsize=63312 CPUtime=1373.55
/proc/26819/stat : 26819 (minisat) R 26818 26795 24947 0 -1 4194304 15617 0 0 0 137332 23 0 0 25 0 1 0 26220478 64831488 15603 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26819/statm: 15828 15603 75 150 0 15675 0
Current children cumulated CPU time (s) 1380.24
Current children cumulated vsize (KiB) 85536

[startup+1395.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27042
/proc/meminfo: memFree=1769472/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16868 CPUtime=6.69
/proc/26795/stat : 26795 (sugar) S 26793 26795 24947 0 -1 4194304 1376 28675 0 2 6 1 638 24 16 0 1 0 26219794 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26795/statm: 4217 1113 409 3 0 796 0
[pid=26818] ppid=26795 vsize=5356 CPUtime=0
/proc/26818/stat : 26818 (sh) S 26795 26795 24947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26220478 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26818/statm: 1339 232 193 169 0 50 0
[pid=26819] ppid=26818 vsize=63312 CPUtime=1386.35
/proc/26819/stat : 26819 (minisat) R 26818 26795 24947 0 -1 4194304 15617 0 0 0 138612 23 0 0 25 0 1 0 26220478 64831488 15603 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/26819/statm: 15828 15603 75 150 0 15675 0
Current children cumulated CPU time (s) 1393.04
Current children cumulated vsize (KiB) 85536

[startup+1401.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27042
/proc/meminfo: memFree=1769408/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16868 CPUtime=6.69
/proc/26795/stat : 26795 (sugar) S 26793 26795 24947 0 -1 4194304 1376 28675 0 2 6 1 638 24 16 0 1 0 26219794 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26795/statm: 4217 1113 409 3 0 796 0
[pid=26818] ppid=26795 vsize=5356 CPUtime=0
/proc/26818/stat : 26818 (sh) S 26795 26795 24947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26220478 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26818/statm: 1339 232 193 169 0 50 0
[pid=26819] ppid=26818 vsize=63312 CPUtime=1392.75
/proc/26819/stat : 26819 (minisat) R 26818 26795 24947 0 -1 4194304 15617 0 0 0 139252 23 0 0 25 0 1 0 26220478 64831488 15603 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26819/statm: 15828 15603 75 150 0 15675 0
Current children cumulated CPU time (s) 1399.44
Current children cumulated vsize (KiB) 85536

[startup+1403.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27042
/proc/meminfo: memFree=1769408/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16868 CPUtime=6.69
/proc/26795/stat : 26795 (sugar) S 26793 26795 24947 0 -1 4194304 1376 28675 0 2 6 1 638 24 16 0 1 0 26219794 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26795/statm: 4217 1113 409 3 0 796 0
[pid=26818] ppid=26795 vsize=5356 CPUtime=0
/proc/26818/stat : 26818 (sh) S 26795 26795 24947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26220478 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26818/statm: 1339 232 193 169 0 50 0
[pid=26819] ppid=26818 vsize=63312 CPUtime=1394.35
/proc/26819/stat : 26819 (minisat) R 26818 26795 24947 0 -1 4194304 15617 0 0 0 139412 23 0 0 25 0 1 0 26220478 64831488 15603 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26819/statm: 15828 15603 75 150 0 15675 0
Current children cumulated CPU time (s) 1401.04
Current children cumulated vsize (KiB) 85536

[startup+1404.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27042
/proc/meminfo: memFree=1769408/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16868 CPUtime=6.69
/proc/26795/stat : 26795 (sugar) S 26793 26795 24947 0 -1 4194304 1376 28675 0 2 6 1 638 24 16 0 1 0 26219794 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26795/statm: 4217 1113 409 3 0 796 0
[pid=26818] ppid=26795 vsize=5356 CPUtime=0
/proc/26818/stat : 26818 (sh) S 26795 26795 24947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26220478 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26818/statm: 1339 232 193 169 0 50 0
[pid=26819] ppid=26818 vsize=63312 CPUtime=1395.95
/proc/26819/stat : 26819 (minisat) R 26818 26795 24947 0 -1 4194304 15617 0 0 0 139572 23 0 0 25 0 1 0 26220478 64831488 15603 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/26819/statm: 15828 15603 75 150 0 15675 0
Current children cumulated CPU time (s) 1402.64
Current children cumulated vsize (KiB) 85536

[startup+1405.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27042
/proc/meminfo: memFree=1769408/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16868 CPUtime=6.69
/proc/26795/stat : 26795 (sugar) S 26793 26795 24947 0 -1 4194304 1376 28675 0 2 6 1 638 24 16 0 1 0 26219794 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26795/statm: 4217 1113 409 3 0 796 0
[pid=26818] ppid=26795 vsize=5356 CPUtime=0
/proc/26818/stat : 26818 (sh) S 26795 26795 24947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26220478 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26818/statm: 1339 232 193 169 0 50 0
[pid=26819] ppid=26818 vsize=63312 CPUtime=1396.75
/proc/26819/stat : 26819 (minisat) R 26818 26795 24947 0 -1 4194304 15617 0 0 0 139652 23 0 0 25 0 1 0 26220478 64831488 15603 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/26819/statm: 15828 15603 75 150 0 15675 0
Current children cumulated CPU time (s) 1403.44
Current children cumulated vsize (KiB) 85536

[startup+1405.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27042
/proc/meminfo: memFree=1769408/2055920 swapFree=4192812/4192956
[pid=26795] ppid=26793 vsize=16868 CPUtime=1403.75
/proc/26795/stat : 26795 (sugar) S 26793 26795 24947 0 -1 4194304 1449 44586 0 2 6 1 140319 49 16 0 1 0 26219794 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26795/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1403.75
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1405.97
CPU time (s): 1403.89
CPU user time (s): 1403.35
CPU system time (s): 0.537918
CPU usage (%): 99.8518
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1403.35
system time used= 0.537918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49796
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= 3641
involuntary context switches= 11233

runsolver used 1.69774 second user time and 4.71428 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-12 11:39:18
IDJOB=2090893
IDBENCH=59937
IDSOLVER=739
FILE ID=node39/2090893-1247391557
PBS_JOBID= 9507207
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-60_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2090893-1247391557/watcher-2090893-1247391557 -o /tmp/evaluation-result-2090893-1247391557/solver-2090893-1247391557 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2090893-1247391557.xml

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

MD5SUM BENCH= 307ccf6f7e17f01d1d7cca643ee25957
RANDOM SEED=951890928

node39.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.236
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.236
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:       1860216 kB
Buffers:         18340 kB
Cached:          89644 kB
SwapCached:          0 kB
Active:          85644 kB
Inactive:        50528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1860216 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3440 kB
Writeback:           0 kB
Mapped:          39332 kB
Slab:            44700 kB
Committed_AS:   186052 kB
PageTables:       1828 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= 66428 MiB
End job on node39 at 2009-07-12 12:02:44