Trace number 2079607

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 603.621 606.634

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-23_ext.xml
MD5SUM7eed2bbb6c72aa21aa3a9a7622b11935
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 benchmark28.7106
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
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 05:11:48 2009
0.00/0.08	c 0	PID 26766
0.06/0.08	c 0	HOST node50.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2079607-1247368308.xml TO HOME/temp.csp
0.06/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-2079607-1247368308.xml' 'HOME/temp.csp'
0.06/0.96	c 1	1 domains, 20 variables, 0 predicates, 57 relations, 57 constraints
0.06/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.98	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'
0.93/1.07	c 1	Parsing HOME/temp.csp
1.92/2.02	c 2	parsed 135 expressions
1.92/2.03	c 2	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.92/2.03	c 2	Converting to clausal form CSP
1.92/2.05	c 2	converted 14 (10%) expressions
1.92/2.06	c 2	converted 27 (20%) expressions
1.92/2.07	c 2	converted 41 (30%) expressions
1.92/2.08	c 2	converted 54 (40%) expressions
1.92/2.09	c 2	converted 68 (50%) expressions
2.11/2.29	c 2	converted 81 (60%) expressions
2.31/2.40	c 3	converted 95 (70%) expressions
2.31/2.50	c 3	converted 108 (80%) expressions
2.41/2.58	c 3	converted 122 (90%) expressions
2.51/2.68	c 3	converted 135 (100%) expressions
2.51/2.68	c 3	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.51/2.68	c 3	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.51/2.68	c 3	Propagation in CSP
2.51/2.68	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.51/2.68	c 3	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.51/2.68	c 3	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.51/2.68	c 3	Simplifing CSP by introducing new Boolean variables
2.51/2.68	c 3	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.51/2.68	c 3	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.61/2.79	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.70/2.80	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.70/2.80	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.70/2.80	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.70/2.81	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.70/2.81	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.70/2.81	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.70/2.81	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.70/2.81	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.70/2.81	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.70/2.81	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.91/3.01	c 3	6 (10%) CSP clauses are encoded (11129 clauses, 259211 bytes)
3.01/3.15	c 3	12 (20%) CSP clauses are encoded (21994 clauses, 515253 bytes)
3.10/3.28	c 3	18 (30%) CSP clauses are encoded (32748 clauses, 776278 bytes)
3.20/3.40	c 4	23 (40%) CSP clauses are encoded (41759 clauses, 999966 bytes)
3.40/3.53	c 4	29 (50%) CSP clauses are encoded (52603 clauses, 1268409 bytes)
3.50/3.65	c 4	35 (60%) CSP clauses are encoded (62761 clauses, 1522232 bytes)
3.60/3.77	c 4	40 (70%) CSP clauses are encoded (71762 clauses, 1759507 bytes)
3.69/3.89	c 4	46 (80%) CSP clauses are encoded (81988 clauses, 2030808 bytes)
3.90/4.02	c 4	52 (90%) CSP clauses are encoded (92140 clauses, 2300996 bytes)
4.00/4.13	c 4	57 (100%) CSP clauses are encoded (101188 clauses, 2543271 bytes)
4.00/4.13	c 4	57 CSP clauses encoded
4.00/4.13	c 4	Writing map file : HOME/temp.map
4.00/4.13	c 4	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.00/4.13	c 4	SAT : 380 SAT variables, 101188 SAT clauses, 2543271 bytes
4.00/4.13	c 4	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.00/4.17	c 4	SOLVING HOME/temp.cnf
4.00/4.17	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.00/4.18	c 4	This is MiniSat 2.0 beta
4.00/4.18	c 4	WARNING: for repeatability, setting FPU to use double precision
4.00/4.18	c 4	============================[ Problem Statistics ]=============================
4.00/4.18	c 4	|                                                                             |
4.00/4.18	c 4	|  Number of variables:  380                                                  |
4.00/4.18	c 4	|  Number of clauses:    101188                                               |
4.07/4.24	c 4	|  Parsing time:         0.06         s                                       |
4.07/4.25	c 4	============================[ Search Statistics ]==============================
4.07/4.25	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.07/4.25	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.07/4.25	c 4	===============================================================================
4.07/4.25	c 4	|         0 |     380   101188   554610 |    33729        0    nan |  0.000 % |
4.07/4.29	c 4	|       101 |     380   101188   554610 |    37102      101     10 |  0.001 % |
4.18/4.38	c 5	|       251 |     380   101188   554610 |    40812      251     11 |  0.013 % |
4.28/4.50	c 5	|       476 |     380   101188   554610 |    44893      476     12 |  0.013 % |
4.47/4.65	c 5	|       813 |     380   101188   554610 |    49383      813     11 |  0.006 % |
4.67/4.87	c 5	|      1322 |     380   101188   554610 |    54321     1322     11 |  0.013 % |
5.07/5.20	c 5	|      2082 |     380   101188   554610 |    59753     2082     12 |  0.013 % |
5.57/5.72	c 6	|      3222 |     380   101188   554610 |    65728     3222     11 |  0.013 % |
6.37/6.56	c 7	|      4930 |     380   101188   554610 |    72301     4930     12 |  0.012 % |
7.46/7.68	c 8	|      7492 |     380   101188   554610 |    79532     7492     13 |  0.009 % |
9.25/9.44	c 10	|     11336 |     380   101188   554610 |    87485    11336     13 |  0.013 % |
11.83/12.07	c 12	|     17102 |     380   101188   554610 |    96233    17102     13 |  0.015 % |
16.52/16.75	c 17	|     25752 |     380   101188   554610 |   105857    25752     14 |  0.001 % |
24.28/24.50	c 25	|     38727 |     380   101188   554610 |   116442    38727     14 |  0.021 % |
38.30/38.68	c 39	|     58188 |     380   101188   554610 |   128087    58188     15 |  0.001 % |
64.78/65.24	c 65	|     87382 |     380   101188   554610 |   140895    87382     16 |  0.011 % |
108.08/108.76	c 109	|    131171 |     378    99978   548732 |   154985    84216     15 |  0.527 % |
185.99/187.01	c 187	|    196855 |     378    99978   548732 |   170483   149900     17 |  0.530 % |
289.70/291.25	c 291	|    295381 |     378    99978   548732 |   187532    97986     17 |  0.538 % |
473.01/475.46	c 476	|    443170 |     368    92634   507896 |   206285   115783     16 |  3.161 % |
603.39/606.49	c 607	===============================================================================
603.39/606.49	c 607	restarts              : 20
603.39/606.49	c 607	conflicts             : 527786         (881 /sec)
603.39/606.49	c 607	decisions             : 644064         (1.50 % random) (1075 /sec)
603.39/606.49	c 607	propagations          : 26533389       (44269 /sec)
603.39/606.49	c 607	conflict literals     : 8866975        (33.50 % deleted)
603.39/606.49	c 607	Memory used           : 28.54 MB
603.39/606.49	c 607	CPU time              : 599.367 s
603.39/606.49	c 607	
603.39/606.49	c 607	UNSATISFIABLE
603.48/606.50	c 607	DECODING HOME/temp.out WITH HOME/temp.map
603.48/606.50	c 607	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'
603.48/606.58	c 607	Decoding HOME/temp.out
603.51/606.60	s UNSATISFIABLE
603.51/606.61	c 607	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
603.51/606.63	c 607	CPU 603.61 (0.06 0.02 603.28 0.25)
603.51/606.63	c 607	END Sun Jul 12 05:21:55 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-2079607-1247368308/watcher-2079607-1247368308 -o /tmp/evaluation-result-2079607-1247368308/solver-2079607-1247368308 -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-2079607-1247368308.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.09 2.11 4/74 26766
/proc/meminfo: memFree=1751048/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=4708 CPUtime=0
/proc/26766/stat : 26766 (sugar) R 26764 26766 23333 0 -1 4194304 58 0 0 0 0 0 0 0 22 0 1 0 23894421 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 240574854537 0 0 4096 0 0 0 0 17 1 0 0
/proc/26766/statm: 1177 43 33 3 0 8 0

[startup+0.082067 s]
/proc/loadavg: 2.00 2.09 2.11 4/74 26766
/proc/meminfo: memFree=1751048/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16740 CPUtime=0.06
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23894421 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101867 s]
/proc/loadavg: 2.00 2.09 2.11 4/74 26766
/proc/meminfo: memFree=1751048/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=0.06
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23894421 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301327 s]
/proc/loadavg: 2.00 2.09 2.11 4/74 26766
/proc/meminfo: memFree=1751048/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=0.06
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23894421 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701365 s]
/proc/loadavg: 2.00 2.09 2.11 4/74 26766
/proc/meminfo: memFree=1751048/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=0.06
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23894421 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50144 s]
/proc/loadavg: 2.00 2.09 2.11 3/78 26781
/proc/meminfo: memFree=1745064/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=0.92
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1309 7063 0 1 5 1 81 5 16 0 1 0 23894421 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1111 409 3 0 796 0
[pid=26779] ppid=26766 vsize=5356 CPUtime=0
/proc/26779/stat : 26779 (sh) S 26766 26766 23333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23894520 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26779/statm: 1339 233 193 169 0 50 0
[pid=26780] ppid=26779 vsize=862284 CPUtime=0.49
/proc/26780/stat : 26780 (java) S 26779 26766 23333 0 -1 0 6080 0 1 0 46 3 0 0 18 0 9 0 23894520 882978816 5366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26780/statm: 215571 5366 2158 9 0 210484 0
[pid=26780/tid=26781] ppid=26779 vsize=862284 CPUtime=0.3
/proc/26780/task/26781/stat : 26781 (java) R 26779 26766 23333 0 -1 64 2019 0 1 0 29 1 0 0 21 0 9 0 23894521 882978816 5366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 884508

[startup+3.10258 s]
/proc/loadavg: 2.00 2.09 2.11 4/85 26788
/proc/meminfo: memFree=1717232/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=0.92
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1310 7063 0 1 5 1 81 5 16 0 1 0 23894421 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1111 409 3 0 796 0
[pid=26779] ppid=26766 vsize=5356 CPUtime=0
/proc/26779/stat : 26779 (sh) S 26766 26766 23333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23894520 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26779/statm: 1339 233 193 169 0 50 0
[pid=26780] ppid=26779 vsize=864488 CPUtime=2.09
/proc/26780/stat : 26780 (java) S 26779 26766 23333 0 -1 0 14234 0 1 0 201 8 0 0 18 0 9 0 23894520 885235712 13446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26780/statm: 216122 13446 2590 9 0 210599 0
[pid=26780/tid=26781] ppid=26779 vsize=864488 CPUtime=1.23
/proc/26780/task/26781/stat : 26781 (java) R 26779 26766 23333 0 -1 64 3015 0 1 0 121 2 0 0 20 0 9 0 23894521 885235712 13446 996147200 134512640 134550932 4294955936 18446744073709551615 4126530492 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26780/tid=26782] ppid=26779 vsize=864488 CPUtime=0.75
/proc/26780/task/26782/stat : 26782 (java) S 26779 26766 23333 0 -1 64 10183 0 0 0 71 4 0 0 16 0 9 0 23894522 885235712 13446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26780/tid=26783] ppid=26779 vsize=864488 CPUtime=0
/proc/26780/task/26783/stat : 26783 (java) S 26779 26766 23333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23894523 885235712 13446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26780/tid=26784] ppid=26779 vsize=864488 CPUtime=0
/proc/26780/task/26784/stat : 26784 (java) S 26779 26766 23333 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23894523 885235712 13446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26780/tid=26785] ppid=26779 vsize=864488 CPUtime=0
/proc/26780/task/26785/stat : 26785 (java) S 26779 26766 23333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23894525 885235712 13446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26780/tid=26786] ppid=26779 vsize=864488 CPUtime=0.07
/proc/26780/task/26786/stat : 26786 (java) S 26779 26766 23333 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 23894525 885235712 13446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26780/tid=26787] ppid=26779 vsize=864488 CPUtime=0
/proc/26780/task/26787/stat : 26787 (java) S 26779 26766 23333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23894525 885235712 13446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26780/tid=26788] ppid=26779 vsize=864488 CPUtime=0
/proc/26780/task/26788/stat : 26788 (java) S 26779 26766 23333 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23894525 885235712 13446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886712

[startup+6.30286 s]
/proc/loadavg: 2.00 2.09 2.11 3/77 26790
/proc/meminfo: memFree=1736176/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=4.07
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1374 21664 0 2 6 1 383 17 15 0 1 0 23894421 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1112 409 3 0 796 0
[pid=26789] ppid=26766 vsize=5356 CPUtime=0
/proc/26789/stat : 26789 (sh) S 26766 26766 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894839 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26789/statm: 1339 232 193 169 0 50 0
[pid=26790] ppid=26789 vsize=8184 CPUtime=2.1
/proc/26790/stat : 26790 (minisat) R 26789 26766 23333 0 -1 4194304 1921 0 0 0 210 0 0 0 25 0 1 0 23894839 8380416 1907 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26790/statm: 2046 1907 75 150 0 1893 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 30408

[startup+12.7014 s]
/proc/loadavg: 2.00 2.08 2.11 3/77 26790
/proc/meminfo: memFree=1734768/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=4.07
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1374 21664 0 2 6 1 383 17 16 0 1 0 23894421 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1112 409 3 0 796 0
[pid=26789] ppid=26766 vsize=5356 CPUtime=0
/proc/26789/stat : 26789 (sh) S 26766 26766 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894839 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26789/statm: 1339 232 193 169 0 50 0
[pid=26790] ppid=26789 vsize=9668 CPUtime=8.46
/proc/26790/stat : 26790 (minisat) R 26789 26766 23333 0 -1 4194304 2273 0 0 0 846 0 0 0 25 0 1 0 23894839 9900032 2259 996147200 134512640 135127466 4294956256 18446744073709551615 134530668 0 0 4096 3 0 0 0 17 1 0 0
/proc/26790/statm: 2417 2259 75 150 0 2264 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 31892

[startup+25.5015 s]
/proc/loadavg: 2.00 2.08 2.11 3/77 26790
/proc/meminfo: memFree=1732848/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=4.07
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1374 21664 0 2 6 1 383 17 16 0 1 0 23894421 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1112 409 3 0 796 0
[pid=26789] ppid=26766 vsize=5356 CPUtime=0
/proc/26789/stat : 26789 (sh) S 26766 26766 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894839 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26789/statm: 1339 232 193 169 0 50 0
[pid=26790] ppid=26789 vsize=11420 CPUtime=21.2
/proc/26790/stat : 26790 (minisat) R 26789 26766 23333 0 -1 4194304 2744 0 0 0 2119 1 0 0 25 0 1 0 23894839 11694080 2730 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/26790/statm: 2855 2730 75 150 0 2702 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 33644

[startup+51.1018 s]
/proc/loadavg: 2.00 2.07 2.10 3/77 26790
/proc/meminfo: memFree=1729584/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=4.07
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1374 21664 0 2 6 1 383 17 16 0 1 0 23894421 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1112 409 3 0 796 0
[pid=26789] ppid=26766 vsize=5356 CPUtime=0
/proc/26789/stat : 26789 (sh) S 26766 26766 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894839 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26789/statm: 1339 232 193 169 0 50 0
[pid=26790] ppid=26789 vsize=14824 CPUtime=46.68
/proc/26790/stat : 26790 (minisat) R 26789 26766 23333 0 -1 4194304 3562 0 0 0 4666 2 0 0 25 0 1 0 23894839 15179776 3548 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26790/statm: 3706 3548 75 150 0 3553 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 37048

[startup+102.306 s]
/proc/loadavg: 2.00 2.06 2.09 3/77 26790
/proc/meminfo: memFree=1726320/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=4.07
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1374 21664 0 2 6 1 383 17 16 0 1 0 23894421 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1112 409 3 0 796 0
[pid=26789] ppid=26766 vsize=5356 CPUtime=0
/proc/26789/stat : 26789 (sh) S 26766 26766 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894839 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26789/statm: 1339 232 193 169 0 50 0
[pid=26790] ppid=26789 vsize=17980 CPUtime=97.63
/proc/26790/stat : 26790 (minisat) R 26789 26766 23333 0 -1 4194304 4342 0 0 0 9761 2 0 0 25 0 1 0 23894839 18411520 4328 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26790/statm: 4495 4328 75 150 0 4342 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 40204

[startup+162.302 s]
/proc/loadavg: 2.00 2.05 2.09 3/77 26790
/proc/meminfo: memFree=1723312/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=4.07
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1374 21664 0 2 6 1 383 17 16 0 1 0 23894421 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1112 409 3 0 796 0
[pid=26789] ppid=26766 vsize=5356 CPUtime=0
/proc/26789/stat : 26789 (sh) S 26766 26766 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894839 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26789/statm: 1339 232 193 169 0 50 0
[pid=26790] ppid=26789 vsize=20932 CPUtime=157.34
/proc/26790/stat : 26790 (minisat) R 26789 26766 23333 0 -1 4194304 5084 0 0 0 15731 3 0 0 25 0 1 0 23894839 21434368 5070 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26790/statm: 5233 5070 75 150 0 5080 0
Current children cumulated CPU time (s) 161.41
Current children cumulated vsize (KiB) 43156

[startup+222.302 s]
/proc/loadavg: 2.04 2.05 2.09 3/77 26790
/proc/meminfo: memFree=1718832/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=4.07
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1374 21664 0 2 6 1 383 17 16 0 1 0 23894421 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1112 409 3 0 796 0
[pid=26789] ppid=26766 vsize=5356 CPUtime=0

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

/proc/26766/statm: 4217 1112 409 3 0 796 0
[pid=26789] ppid=26766 vsize=5356 CPUtime=0
/proc/26789/stat : 26789 (sh) S 26766 26766 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894839 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26789/statm: 1339 232 193 169 0 50 0
[pid=26790] ppid=26789 vsize=27000 CPUtime=396.19
/proc/26790/stat : 26790 (minisat) R 26789 26766 23333 0 -1 4194304 6554 0 0 0 39615 4 0 0 25 0 1 0 23894839 27648000 6540 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26790/statm: 6750 6540 75 150 0 6597 0
Current children cumulated CPU time (s) 400.26
Current children cumulated vsize (KiB) 49224

[startup+462.302 s]
/proc/loadavg: 2.03 2.06 2.08 3/78 26791
/proc/meminfo: memFree=1716712/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=4.07
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1374 21664 0 2 6 1 383 17 16 0 1 0 23894421 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1112 409 3 0 796 0
[pid=26789] ppid=26766 vsize=5356 CPUtime=0
/proc/26789/stat : 26789 (sh) S 26766 26766 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894839 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26789/statm: 1339 232 193 169 0 50 0
[pid=26790] ppid=26789 vsize=27876 CPUtime=455.9
/proc/26790/stat : 26790 (minisat) R 26789 26766 23333 0 -1 4194304 6731 0 0 0 45586 4 0 0 25 0 1 0 23894839 28545024 6717 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26790/statm: 6969 6717 75 150 0 6816 0
Current children cumulated CPU time (s) 459.97
Current children cumulated vsize (KiB) 50100

[startup+522.301 s]
/proc/loadavg: 2.01 2.05 2.08 3/79 26792
/proc/meminfo: memFree=1716128/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=4.07
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1374 21664 0 2 6 1 383 17 16 0 1 0 23894421 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1112 409 3 0 796 0
[pid=26789] ppid=26766 vsize=5356 CPUtime=0
/proc/26789/stat : 26789 (sh) S 26766 26766 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894839 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26789/statm: 1339 232 193 169 0 50 0
[pid=26790] ppid=26789 vsize=28332 CPUtime=515.61
/proc/26790/stat : 26790 (minisat) R 26789 26766 23333 0 -1 4194304 6858 0 0 0 51557 4 0 0 25 0 1 0 23894839 29011968 6844 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26790/statm: 7083 6844 75 150 0 6930 0
Current children cumulated CPU time (s) 519.68
Current children cumulated vsize (KiB) 50556

[startup+582.301 s]
/proc/loadavg: 2.00 2.04 2.07 3/79 26792
/proc/meminfo: memFree=1715488/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=4.07
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1374 21664 0 2 6 1 383 17 16 0 1 0 23894421 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1112 409 3 0 796 0
[pid=26789] ppid=26766 vsize=5356 CPUtime=0
/proc/26789/stat : 26789 (sh) S 26766 26766 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894839 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26789/statm: 1339 232 193 169 0 50 0
[pid=26790] ppid=26789 vsize=28936 CPUtime=575.33
/proc/26790/stat : 26790 (minisat) R 26789 26766 23333 0 -1 4194304 7011 0 0 0 57528 5 0 0 25 0 1 0 23894839 29630464 6997 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/26790/statm: 7234 6997 75 150 0 7081 0
Current children cumulated CPU time (s) 579.4
Current children cumulated vsize (KiB) 51160

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

[startup+588.703 s]
/proc/loadavg: 2.00 2.04 2.07 3/79 26792
/proc/meminfo: memFree=1715296/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=4.07
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1374 21664 0 2 6 1 383 17 16 0 1 0 23894421 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1112 409 3 0 796 0
[pid=26789] ppid=26766 vsize=5356 CPUtime=0
/proc/26789/stat : 26789 (sh) S 26766 26766 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894839 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26789/statm: 1339 232 193 169 0 50 0
[pid=26790] ppid=26789 vsize=29076 CPUtime=581.7
/proc/26790/stat : 26790 (minisat) R 26789 26766 23333 0 -1 4194304 7043 0 0 0 58165 5 0 0 25 0 1 0 23894839 29773824 7029 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 1 0 0
/proc/26790/statm: 7269 7029 75 150 0 7116 0
Current children cumulated CPU time (s) 585.77
Current children cumulated vsize (KiB) 51300

[startup+595.107 s]
/proc/loadavg: 2.00 2.04 2.07 3/79 26792
/proc/meminfo: memFree=1715296/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=4.07
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1374 21664 0 2 6 1 383 17 16 0 1 0 23894421 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1112 409 3 0 796 0
[pid=26789] ppid=26766 vsize=5356 CPUtime=0
/proc/26789/stat : 26789 (sh) S 26766 26766 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894839 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26789/statm: 1339 232 193 169 0 50 0
[pid=26790] ppid=26789 vsize=29076 CPUtime=588.08
/proc/26790/stat : 26790 (minisat) R 26789 26766 23333 0 -1 4194304 7044 0 0 0 58803 5 0 0 25 0 1 0 23894839 29773824 7030 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26790/statm: 7269 7030 75 150 0 7116 0
Current children cumulated CPU time (s) 592.15
Current children cumulated vsize (KiB) 51300

[startup+601.501 s]
/proc/loadavg: 2.00 2.04 2.07 3/79 26792
/proc/meminfo: memFree=1715296/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=4.07
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1374 21664 0 2 6 1 383 17 16 0 1 0 23894421 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1112 409 3 0 796 0
[pid=26789] ppid=26766 vsize=5356 CPUtime=0
/proc/26789/stat : 26789 (sh) S 26766 26766 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894839 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26789/statm: 1339 232 193 169 0 50 0
[pid=26790] ppid=26789 vsize=29076 CPUtime=594.44
/proc/26790/stat : 26790 (minisat) R 26789 26766 23333 0 -1 4194304 7044 0 0 0 59439 5 0 0 25 0 1 0 23894839 29773824 7030 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26790/statm: 7269 7030 75 150 0 7116 0
Current children cumulated CPU time (s) 598.51
Current children cumulated vsize (KiB) 51300

[startup+604.702 s]
/proc/loadavg: 2.00 2.03 2.07 3/79 26792
/proc/meminfo: memFree=1715296/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=4.07
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1374 21664 0 2 6 1 383 17 16 0 1 0 23894421 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1112 409 3 0 796 0
[pid=26789] ppid=26766 vsize=5356 CPUtime=0
/proc/26789/stat : 26789 (sh) S 26766 26766 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894839 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26789/statm: 1339 232 193 169 0 50 0
[pid=26790] ppid=26789 vsize=29216 CPUtime=597.63
/proc/26790/stat : 26790 (minisat) R 26789 26766 23333 0 -1 4194304 7053 0 0 0 59758 5 0 0 25 0 1 0 23894839 29917184 7039 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26790/statm: 7304 7039 75 150 0 7151 0
Current children cumulated CPU time (s) 601.7
Current children cumulated vsize (KiB) 51440

[startup+605.502 s]
/proc/loadavg: 2.00 2.03 2.07 3/79 26792
/proc/meminfo: memFree=1715296/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=4.07
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1374 21664 0 2 6 1 383 17 16 0 1 0 23894421 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1112 409 3 0 796 0
[pid=26789] ppid=26766 vsize=5356 CPUtime=0
/proc/26789/stat : 26789 (sh) S 26766 26766 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894839 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26789/statm: 1339 232 193 169 0 50 0
[pid=26790] ppid=26789 vsize=29216 CPUtime=598.42
/proc/26790/stat : 26790 (minisat) R 26789 26766 23333 0 -1 4194304 7053 0 0 0 59837 5 0 0 25 0 1 0 23894839 29917184 7039 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26790/statm: 7304 7039 75 150 0 7151 0
Current children cumulated CPU time (s) 602.49
Current children cumulated vsize (KiB) 51440

[startup+606.302 s]
/proc/loadavg: 2.00 2.03 2.07 3/79 26792
/proc/meminfo: memFree=1715296/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=4.07
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1374 21664 0 2 6 1 383 17 16 0 1 0 23894421 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1112 409 3 0 796 0
[pid=26789] ppid=26766 vsize=5356 CPUtime=0
/proc/26789/stat : 26789 (sh) S 26766 26766 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894839 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26789/statm: 1339 232 193 169 0 50 0
[pid=26790] ppid=26789 vsize=29216 CPUtime=599.22
/proc/26790/stat : 26790 (minisat) R 26789 26766 23333 0 -1 4194304 7053 0 0 0 59917 5 0 0 25 0 1 0 23894839 29917184 7039 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26790/statm: 7304 7039 75 150 0 7151 0
Current children cumulated CPU time (s) 603.29
Current children cumulated vsize (KiB) 51440

[startup+606.502 s]
/proc/loadavg: 2.00 2.03 2.07 3/79 26792
/proc/meminfo: memFree=1715296/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=4.07
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1374 21664 0 2 6 1 383 17 16 0 1 0 23894421 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1112 409 3 0 796 0
[pid=26789] ppid=26766 vsize=5356 CPUtime=0
/proc/26789/stat : 26789 (sh) S 26766 26766 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894839 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26789/statm: 1339 232 193 169 0 50 0
[pid=26790] ppid=26789 vsize=0 CPUtime=599.41
/proc/26790/stat : 26790 (minisat) R 26789 26766 23333 0 -1 4194308 7062 0 0 0 59936 5 0 0 25 0 1 0 23894839 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/26790/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 603.48
Current children cumulated vsize (KiB) 22224

[startup+606.602 s]
/proc/loadavg: 2.00 2.03 2.07 3/79 26792
/proc/meminfo: memFree=1715296/2055920 swapFree=4192812/4192956
[pid=26766] ppid=26764 vsize=16868 CPUtime=603.51
/proc/26766/stat : 26766 (sugar) S 26764 26766 23333 0 -1 4194304 1445 29011 0 2 6 2 60320 23 16 0 1 0 23894421 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26766/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 603.51
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 606.634
CPU time (s): 603.621
CPU user time (s): 603.344
CPU system time (s): 0.276957
CPU usage (%): 99.5033
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 603.344
system time used= 0.276957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34207
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= 2969
involuntary context switches= 9478

runsolver used 0.827874 second user time and 1.9427 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-12 05:11:48
IDJOB=2079607
IDBENCH=56922
IDSOLVER=739
FILE ID=node50/2079607-1247368308
PBS_JOBID= 9507088
Free space on /tmp= 66424 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-23_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-2079607-1247368308/watcher-2079607-1247368308 -o /tmp/evaluation-result-2079607-1247368308/solver-2079607-1247368308 -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-2079607-1247368308.xml

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

MD5SUM BENCH= 7eed2bbb6c72aa21aa3a9a7622b11935
RANDOM SEED=315410285

node50.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.231
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.231
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:       1751528 kB
Buffers:         29460 kB
Cached:         167672 kB
SwapCached:          0 kB
Active:         158512 kB
Inactive:        91444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2708 kB
Writeback:           0 kB
Mapped:          63524 kB
Slab:            39756 kB
Committed_AS:   274848 kB
PageTables:       1904 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= 66424 MiB
End job on node50 at 2009-07-12 05:21:55